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.
Nat (she/they)
:3
- 0 Posts
- 44 Comments
body { background-color: pink!important; }
Nat (she/they)@lemmy.blahaj.zoneto Curated Tumblr@sh.itjust.works•on AI art, copyright and theftEnglish10·27 days agoCapitalists found a way to exploit artists even harder, so that now they don’t even need to pay them.
I don’t think people would care quite as much if gen AI merely existed (I’m sure many would still dislike it, but just for being soulless). But it doesn’t just do that, it also destroys artists’ livelihoods and prevalence of their art using their own work. I don’t really care if it’s technically theft or not, it’s doing bad for society regardless.
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•Which of these javascript expressions is false?4·1 month agoNumber = IEEE-754 double precision float, which includes NaN, so it makes sense
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•Tell me the truth ...1·1 month agoCould definitely be worse for latency in particular cases, but if we imagine a write heavy workload it still might win. Writing a byte/word basically has to do the same thing: read, modify write of cache lines, it just doesn’t confuse the dependency tracking quite as much. So rather than stalling on a read, I think that would end up stalling on store buffers. Writing to bits usually means less memory, and thus less memory to read in that read-modify-write part, so it might still be faster.
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•Tell me the truth ...241·1 month agoA lot of times using less memory is actually better for performance because the main bottleneck is memory bandwidth or latency.
Also, optional value semantics. I love value semantics!
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•The proper solution26·2 months agoMinecraft mod users are the worst. They’ll post a screenshot of a version mismatch or dependency error that literally tells them how to resolve it and ask “hey, this mod isn’t working, how do I fix it?”
These things add up if you’re doing them all over a 1 million line codebase, by which point it’s incredibly painful to claw back performance if you need it.
Is that the JS bundle only? I think you’re forgetting the need to ship a rendering engine, a JavaScript engine, and the rest of the JS you inevitably bring in if you’re using something like React.
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•(How to trigger programmers (and make them irrationally angry)144·4 months agoI thought the joke here was that your unbalanced parentheses would make me angry (they did))
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•What's next? Picoservices?13·4 months agoWe already have nanoservices, they’re called functions. If you want a function run on another box, that’s called RPC.
Nat (she/they)@lemmy.blahaj.zoneto Programmer Humor@programming.dev•What's next? Picoservices?3·4 months agoSounds like a distributed monad
Nat (she/they)@lemmy.blahaj.zoneto Asklemmy@lemmy.ml•would dating my ex friend be worth it, do you think he could love me and would calm down if i said yes or am i just thinking this out of sadness?31·4 months agoI don’t think it’s unfair as long as you clearly communicate it and the other person is okay with it. Lots of oddities can be okay and fair as long as they’re clearly communicated about and agreed on.
Nat (she/they)@lemmy.blahaj.zoneto Programming@beehaw.org•Codeberg is currently suffering from hate campaigns due to far-right forces4·4 months agoI love their strong stance!
Forget I said anything actually, I’d rather forget I did this
deleted by creator
deleted by creator
Who says this is JS? Might be Rust.