[-] 5C5C5C@programming.dev 22 points 1 month ago

Calculus was invented in the late 1600s, almost 2000 years after the Roman aqueducts were built. The Roman engineer would know some geometry, but certainly not calculus.

[-] 5C5C5C@programming.dev 23 points 3 months ago

The fact that it's limited to first-time house buyers will at least help mitigate some of the advantage that commercial real estate buyers have over ordinary folks that are just trying to get a roof over their heads.

[-] 5C5C5C@programming.dev 23 points 3 months ago

Trump keeps insisting that he defeated Biden too fast this time: beat him before the votes were even cast by winning so hard in the first debate.

So yes, it's exactly what you said: Trump knows that he never gets to legitimately claim victory over Biden, so he's delusionally claiming it anyway with any rationale he can come up with.

[-] 5C5C5C@programming.dev 23 points 3 months ago

Honestly I think it's more than fluff. Her relationship with her family says a lot about her character and her integrity. She really is the anti-Trump in every conceivable way, and I'm really starting to believe that the stark difference between the two is going to pay off.

[-] 5C5C5C@programming.dev 26 points 3 months ago* (last edited 3 months ago)

Anyone who doesn't find that video endearing has something seriously disturbed going on in their head.

This is the first time I can recall having someone so human and genuine run for the presidency. Obama was close, but he was also so polished and reserved, probably because he felt he needed to be as the first black president. Kamala seems like someone who's really speaking from the heart, and I think that's what America needs most right now.

[-] 5C5C5C@programming.dev 21 points 3 months ago

Would you have us believe that while money is still the deciding factor in politics, we should let our own political campaigns starve and die so that strangers on the internet can't falsely accuse us of being hypocrites? 🙄😮‍💨

[-] 5C5C5C@programming.dev 25 points 4 months ago* (last edited 4 months ago)

My head canon for sea-based Kaiju is they have a sack of muscles somewhere inside their body that can expand a cavity, kind of like the diaphragm expands the lungs, except instead of taking in air or water it just creates a volume of vacuum inside of them. This makes them extremely bouyant relative to the surrounding sea pressure, so they rapidly ascend and can casually float like a boat near the surface.

But if they ever want to dive again, they just let that cavity collapse and all their bouyancy goes away.

[-] 5C5C5C@programming.dev 27 points 5 months ago* (last edited 5 months ago)

I'm not saying you can't do multi-threading or concurrency in C++. The problem is that it's far too easy to get data races or deadlocks by making subtle syntactical mistakes that the compiler doesn't catch. pthreads does nothing to help with that.

If you don't need to share any data across threads then sure, everything is easy, but I've never seen such a simple use case in my entire professional career.

All these people talking about "C++ is easy, just don't use pointers!" must be writing the easiest applications of all time and also producing code that's so inefficient they'd probably get performance gains by switching to Python.

[-] 5C5C5C@programming.dev 28 points 5 months ago* (last edited 5 months ago)

What an absolutely bizarre whataboutism, so vapid and self-evidently disingenuous that I can't believe I'm about to waste my time picking it apart, but here we go:

First of all, rescuing children from traumatically abusive environments is not the same as what the meat industry does to calves. Separation from parents is inherently traumatic itself, but that needs to be weighed against the degree of harm that the abusive parent might do, on a case-by-case basis.

Secondly, there are certainly cases of the government separating children from their parents that should be protested. Like when Texas defines transgender-affirming households to be committing child abuse and uses that as a reason to forcibly separate the child. Or when immigration control separates migrant children from their parents.

This might come as a shock to you, but it's possible to care about and advocate for more than one issue at a time. I don't know if your emotional capacity might be limited to just caring about one thing, but most people don't suffer from that limitation.

[-] 5C5C5C@programming.dev 25 points 6 months ago

You must not know much about Ken Paxton. Calling him an utter asshat is generous.

[-] 5C5C5C@programming.dev 22 points 10 months ago

Whenever people complain that in Rust "the compiler is tough to beat", the real problem is that individual's mindset.

I had this problem as well when I first started playing with Rust. I thought I was very smart and that I know exactly what I'm doing when I'm programming, so if the compiler is complaining so much about my code, it's just being a dumb jerk.

But if you stick with it instead of giving into your initial frustration, you'll realize that the truth is the compiler is your friend and is saving you from innumerable subtle bugs that you'd be putting into your code if you were using any other language.

When you realize that the 1.5x time+effort you need to spend to satisfy the Rust compiler is saving you 5x-50x time+effort that you'd have to spend debugging your program if you had written it in any other language, you'll come to appreciate the strictness of the compiler instead of resenting it.

There's a reason us crustaceans are so zealous and the ecosystem is growing so rapidly, and it's not because we're super smart or have some unusually high work ethic. It's because the language and the tooling is legitimately really good for producing high quality software at a rapid pace.

There's going to be an inflection point where the people who keep dismissing Rust are going to be left behind by the entire tech industry because there's no other language that allows an ordinary developer to produce as high quality software as quickly that can work across EVERY platform, including web (via compiling to web assembly). I won't pretend I can predict exactly when that inflection point will happen, but it will definitely happen.

[-] 5C5C5C@programming.dev 27 points 11 months ago

Five years ago I installed Windows 10 direct from Microsoft's online store onto my Ubuntu laptop so I could play some Windows-only games.

It was fine for a while, but after some updates the Start menu began shoving ads (I believe Candy Crush was a big one) into my shortcut panels.

It's true that I could go deleting them one-by-one, and probably hunt down settings to disable them, but I find it repulsive that I paid for an operating system only to be personally made into a product for Microsoft on top of that. I've decided I'm never going to spend another dollar on such predatory behavior, even if it means I'm throwing away a significant portion of my video game library.

view more: ‹ prev next ›

5C5C5C

joined 1 year ago