No, we are both dreaming butterflies.
I write bugs and sometimes features! I’m also @CoderKat@kbin.social.
No, we are both dreaming butterflies.
We are ridiculously inconsistent in Canada. I’ve seen all 3 of the most popular formats here (2023-11-22, 11/22/2023, and 22/11/2023) in similarish amounts. Government forms seem to be increasingly using RFC 3339 dates, but even they aren’t entirely onboard.
Huh, I’ve never noticed how much bloat was in ISO 8601. I think when most people refer to it, we’re specifically referring to the date (optionally with time) format that is shared with RFC 3339, namely 2023-11-22T20:00:18-05:00 (etc). And perhaps some fuzziness for what separates date and time.
I like the idea of having a regulated, living, backwards compatible standard. Which seems to be what USB-C is now, for phones. The EU has soon to be active regulation that will make it a requirement for many things. Yet, it’s not a single, set in stone standard, but one that’s constantly being expanded (eg, version 3.2 and PD).
Of course, the regulation has to also be living. Eg, at some point, maybe there’ll be a strong enough reason to allow another standard (by no means do I think USB-C will always make sense). And the regulation has to very carefully choose the standard.
That way we get the benefits of standardization (from actually everyone using the same format), but we aren’t unreasonably crippling ourselves to do it.
Same here. Heck, I often even get one day free shipping, which is insane.
Lol, yesterday it felt like there was at least half a dozen posts about Firefox, mostly claiming that YouTube was slowing them down. Which seemed really bad at first, till I dug into it and saw it was probably an unintended bug with ad handling.
And why were there so many posts? Who wants to see the same post more than once?
Yeah. I worry every day that there’ll be an article on the front page that says Israel actually did nuke Gaza. It’s a very real concern given how things are going.
“We are acting with full transparency whilst maintaining the safety of our troops and operational readiness.”
Uh huh. Yup. Sure you are.
Who’s better known for their “full transparency” than the IDF?
While I think the rich are one of the most influential sources of it, I’m not convinced they’re the only or even the majority. Like, of the rich stopped using bigotry to divide people, would people stop being bigoted? I don’t think so at all. I think there’s something wrong with humanity that makes it easy for bigotry to evolve even in the absence of power and perhaps worse, for people to want to be bigoted.
Strength is EAT MY DAMN FRUIT SALAD OR I’LL SMASH YOUR FACE IN.
Same. It’s frustrating that my legitimate prescription has to jump through so many hurdles and face skepticism because of its usefulness as a recreational drug (or occupational, I guess?).
Yeah, I learn so much from code reviews and they’ve saved me so much time from dumb mistakes I missed. I’ve also caught no shortage of bugs in other people’s code that saved us all a stressful headache. It’s just vastly easier to fix a bug before it merges than once it breaks a bunch of people.
My best guess is that they hope some agriculture or GMO company might have a use for it. Basically crops + future theme. Maybe they were trying to stand out from the likely vastly more common corn + person in lab coat?
https://files.catbox.moe/g9ulrf.jpg
It’s likely a kbin bug (or an app if you used one to make the comment), since the slashes are there even on the website directly.
Woah, slut shaming is uncool. If trucks like having sex, that’s not a negative thing. Would you have said that if it was a Porsche?
Personally, I enjoy the problem solving. Debugging is fun once you’re good at it (and when there isn’t major time pressures).
Professional software dev is also waaaaay more than just coding, too. And the more you do it, the less coding you’ll do. A junior dev might spend most of their time coding, but senior devs are spending a lot of time doing high level design, helping the juniors, and reviewing various kinds of things.
How does this happen? Really soggy, thawed pizza?
Bash is so bad. I literally use it every day and have written many Bash scripts, yet I’m constantly having to search for how to do things in it because syntax is so bizarre and difficult to remember. Need to do a for loop over lines in a file? You can bet I’m googling the syntax for it. I have a general idea for what it looks like and know what to search for, but no way in hell can I write it correctly in the first few tries.
String manipulation is the absolute worst. Have fun getting to learn the unreadable syntax of most sed and awk programs (the only thing most people have memorized is find and replace). Stuff like “split a string of comma separated ints and add them up” are way harder in Bash than in Python, despite the fact I often need to do stuff like that in Bash. Well, in the terminal anyway. Sometimes I’ll just use Python, but Python’s weakness is executing programs and getting their output, which is nowhere near as convenient as it is in Bash.
Side note, isn’t it weird that for a language where flags like --foo bar
are so commonly used, there’s no built in or standard tools for accessing flags?
The most recent C++ thing I worked on (not that recent, like 5 years or so ago) was a fairly new project and the people working on it were really passionate about C++. But it was C++ code that ran as a Python library and was using the official Python C bindings. Not sure why we didn’t use one of the unofficial C++ libraries, but the usage of that C library (and such a fundamental one) held things back. We wrote was was modern C++ (at the time), but big chunks would be a completely different style.
You did 200k years. You need to do 200k years as seconds (the 6.311e12 they mentioned). Their math is right.
Not sure why you’re acting like they claimed to invent the logarithm, either…