tzrlk
@tzrlk@lemmy.world
- Comment on In Leaked Audio, Amazon Cloud CEO Says AI Will Soon Make Human Programmers a Thing of the Past 2 months ago:
I’m actually really impressed with the auto complete intellij is packaged with now. It’s really good with golang (probably because golang has a ton of code duplication).
- Comment on NASA official acknowledges internal “disagreement” on safety of Starliner return 3 months ago:
Didn’t stop OceanGate…
- Comment on CrowdStrike downtime apparently caused by update that replaced a file with 42kb of zeroes 3 months ago:
It’s fine, they’ve just switched to a crowd-sourced testing strategy.
- Comment on Smartphone manufacturers still want to make foldables a thing 10 months ago:
And I bought my original Z Play on the promise of a physical keyboard Moto Mod, which turned out to be vaporware. Yes, I’m still pissed off about that.
Omg HARD same.
I really wish creators would stop shifting the goalposts on everything and just make what they said they would. It doesn’t need to be balanced, it doesn’t need a battery, it just needs to exist.
- Comment on We did this to ourselves 1 year ago:
Though even statically-typed languages can need to check types sometimes; parsing runtime data for instance. I can see how you’d do that with pure statics, but it’d just be shifting the work (e.g.
if token == QUOTE: proc.call(read_str(bytes, len))
). It’d be cool to see a counter example that isn’t unreadable gibberish, however. - Comment on We did this to ourselves 1 year ago:
Java developers aren’t allowed to not know better by this point. If they think skipping types is somehow ideologically purer, keep hitting with that stick until you hit deckplate.