Websites should not get to dictate my security model. I’ll accept annoying me about being less secure because I get that people are dumb, but you’ve gotta choose somehow! Also, any passkey is safer than a password, so that’s still BS.
Nat (she/they)
:3
- 0 posts
- 42 comments
- 3 months
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Me, after carefully reading Rust's ownership and borrow checker rules
5 monthsIt probably comes from C, which also copies by default, though it doesn’t have copy constructors.
Not if Random writes to global state, that’s a side effect that must be preserved
Wait till you find out how the runtime manages multiple concurrent timers
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•A quick reminder, 2025 update should include AI in the diagramEnglish
9 monthsOkay, so it’s just a distributed linked list where earlier entries can’t be changed without changing everything up to the head? I guess I can see a few niche uses for that. In my head I was just thinking “surely that can’t be it” because it’s so simple, hence thinking the proof-of-[x] thing would also have to be part of it.
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•A quick reminder, 2025 update should include AI in the diagram
9 monthsI don’t see how a blockchain is necessary there. Couldn’t they just use transaction databases and simple messaging between banks? Also, what is your definition of blockchain? Just a distributed linked list? Proof of work (the part I don’t understand the need for)?
I’ve been using primarily webp for like half a decade and I haven’t noticed many compatibility issues or bad quality. I guess if your software hasn’t been updated in the past decade it won’t work, but in that case I guess we should never make a new image format again?
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•feat: Add CODE_OF_CONDUCT.md by numinit · Pull Request #15 · JiaT75/STest
10 monthsThat’s great until someone says “I’m not being a dick, I’m just telling the truth” while being a dick. This is especially easy to pull off against minorities, because the aforementioned “truth” can be based on stereotypes or inaccurate media portrayals.
- 11 months
Dead code elimination but with a different name for some reason
I used them heavily, but I still run into issues of guessing what type library functions return or expect me to pass in. Sometimes there was no answer because the authors I guess wanted to be cool and accept any type that kinda fits, or they return either this or that type based on the arguments and now I have to assert which one it is to the type linter. And then I’d still get runtime errors about failed property accesses deep in library code and have to figure out wtf they wanted me to do.
Eh, Python has a very small slice where I’d consider it the right tool for the job for me. It’s for when I want a less awful bash script, but going much bigger than that makes me miss type systems.
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Coincidentally, FFM peg is also something you can find on the hubEnglish
11 monthsokay, let me elaborate: the hardware acceleration requires custom software to interact with it yes, BUT, they probably still use ffmpeg and just pass
-vcodec custom_thingto it
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•My skill prevents bugs, unlike your fancy compiler, peasant.
11 monthsC’s compiler prevents common type bugs and handles things like register allocation for you? So does skill.
Nat (she/they)@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Something something history is a flat circle
11 monthsA null pointer exception is technically memory safe, you can get equivalent behavior with .unwrap() on an Option in Rust.
The Bill and Melinda Gates Foundation lobbied against waiving intellectual property laws that would’ve let countries produce the vaccines themselves. Instead, only the pharma companies that owned the IP could produce it, and those vaccines were immediately gobbled up by wealthy countries leaving millions in poorer countries without a vaccine. So no, he’s not one of the good ones, his philanthropy is still evil with a hint of good purely to launder his reputation.
Who says this is JS? Might be Rust.
Immediate mode rendering and components seem to be why people use them. And you know what? The web should natively support those but doesn’t (well it kinda bad components, but ehhh). Otherwise I agree, the frameworks are overcomplicated.
body { background-color: pink!important; }



It’s a neat option, but should not be forced.