Personally, I prefer duplicate keys to be eaten by the parser but I can see how it’d be beneficial to prevent them.
Personally, I prefer duplicate keys to be eaten by the parser but I can see how it’d be beneficial to prevent them.
Yeah, I remember when I was trying to parse XML into some lua tables and it forever stumped me how to represent something like
<thing important_param=10 other_param="abracadabra"> stuff </thing>
You just have to have different ways to turn different tags into stuff in your program and that’s a huge amount of overhead to think about when all I want is a hash map and maybe an array.
It’s inconsistent and annoying. Expressive, yes. Gets it’s job done, yes. Absolute nightmare of a spec, YES.
The fact that JSON is a subset of YAML should tell you everything about how bloated the spec is. And of course there’s the “no” funny things.
Personally, my favourite way to write configs was using lua (because it was already part of the project so why not), but JSON does fine.
Genuinely, why? Personally, I’m happy to eat basically same meals for a few days before they get boring, and you can vary your sandwiches a lot of you so desire.
I used to use FTP for file transfer, nowadays I just start up a HTTPS server on the source machine and grab stuff from there.
Well, it was a spur-of-the-moment sort of thing when I went and looked at their site and it just had a bunch of names with no numbers there under the book art.
Went and checked now and site looks entirely different, and I can clearly see the issue numbers. I don’t know, maybe I hallucinated it.
Yeah. I tried getting into comics once and got a multi-gigabyte archive of deadpool stuff.
…couldn’t make heads or tails of it.
Actually couldn’t get into IDW sonic/transformers for the same reason. WHERE DO I START!?
Yeah, it’s pretty difficult to find energy for personal programming stuff when your dayjob is programming stuff.
Gotta get up from the PC for a bit.
Chernobyl isn’t safe safe, it’s just safe enough for wildlife to survive there, possibly with lowered life span and quality of life.
Also, there’s a decent danger of radioactive dust coming off the book if it’s handled. It may not be that radioactive, but if it clings to you, or you breathe it in, it will do considerably more damage than if it was all one solid rock that made geiger counters click.
“speak-singing” is a thing some people do to work around language issues, apparently it’s an entirely different part of the brain.
Anything an API returns should just look like 1720533944.963659
.
There’s no reason to store dates as anything other than UTC. User-side, sure, timezones are useful. Server doesn’t have to know.
It makes gray look red because it’s similar luminosity. White still looks white.
…I was gonna say it took until it was shrunk down to the thumbnail to see red, but nope, it actually has red in it in the thumbnail.
Guess this is specific to how often you see cans of coca-cola?
Here, I put the image through a ditherer (only available colours are black, cyan, white). I don’t see any red at all now.
[edit}
Actually, that “red” is mostly just gray so I played myself here. Still, the luminosity must be closer to red before I detect it as red, white doesn’t do it.
There are usually plenty of choices for ISPs here, actually. But switching between them isn’t likely to give me IPv6 since either they share a magistral or the hardware is just plain old. That, and IPv6 is just not a thing anyone markets.
…and with the current fuckery going on, I doubt many of them have budget for big upgrades. Or maybe even access to hardware to buy.
Yeah, here in Russia the ISPs and IT infrastructure guys seem to be treating IPv6 like it has cooties. I can’t find an article (and it’d be in russian anyway) but as far back as 2022, if you get IPv6 you can expect a variety of issues with it, ranging from “you need to reboot your router every once in a while” to “you technically have v6 but good luck actually browsing v6 internet”.
And of course, why would they give you a stable IP when they can charge for it :T. At least it’s only a third the price of a stable IPv4.
My current ISP technically provides v6 according to their site - but my connection doesn’t have it, and since there’s nothing about it in the years-old contract, I’d need to redo that if I want to complain.
Imagine actually having ipv6 available through your ISP.
…and ever if my ISP actually provided one, getting a static one costs money so there’s no difference in the end.
If it’s not made of tea, it’s not tea. It’s an infusion.
It’s extra annoying to me because in my first language there’s separate words for “tea-tea” and “some boiled herbs-tea” that are commonly used, but thanks to lazy translation people are beginning to call everything “tea”.
No, no, I know what hyperfocus is, it’s the reason I no longer touch creative writing with a ten foot pole after getting bombarded with “but you wrote this one in an hour and it is awesome! just write another one!” :D
I meant that I am wondering if normal people just get the same productivity but without it being flipped on or off randomly, provided they don’t get distracted by something. You know, kinda like learning that it’s not just a tv thing that people can say “okay, let’s do this” and actually sit down and do “this” and not have to beat their brain into submission first.
Oh yeah. Wonderful memories of psyching myself up to do Thing and then suddenly getting nagged to do Thing and dropping in absolute negatives on the good old motivation.
That’s a wonderful example at the end there, gotta remember it when I talk to people who don’t get why I was standing in doors dressed and couldn’t go outside.
Man, the variable scoping thing is insidious. It will never not be weird to me that
if
s and loops don’t actually create a new scope.And then you try to do a closure and it tells you you didn’t import anything yet.