Sewer oulets, I’m guessing.
- 0 Posts
- 14 Comments
I hate how every single messaging app with SMS integration eventually drops it, sending me back to whatever stock bullshit came with my phone.
It’s really big in Europe for some reason.
That sounds a lot like how checked exceptions work, though with some terser handling syntax.
tzrlk@lemmy.worldto World News@lemmy.world•Post-Christmas blues as UK bosses try to turn back clock on hybrid workingEnglish3·6 months agoCubicles?! Luxury! All we get is open-plan hot-desking.
tzrlk@lemmy.worldto Technology@lemmy.world•In Leaked Audio, Amazon Cloud CEO Says AI Will Soon Make Human Programmers a Thing of the PastEnglish15·11 months agoI’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).
tzrlk@lemmy.worldto Technology@lemmy.world•NASA official acknowledges internal “disagreement” on safety of Starliner returnEnglish8·11 months agoDidn’t stop OceanGate…
tzrlk@lemmy.worldto Technology@lemmy.world•CrowdStrike downtime apparently caused by update that replaced a file with 42kb of zeroesEnglish2·1 year agoIt’s fine, they’ve just switched to a crowd-sourced testing strategy.
tzrlk@lemmy.worldto World News@lemmy.world•Russia recruiting female convicts into the military report says, as the role of women in the Ukraine war expandsEnglish4·1 year agoDon’t need a corps; just note that pregnant women get sent to the rear and let things sort themselves out.
tzrlk@lemmy.worldto Technology@lemmy.world•[Broken clocks are still right twice a day] Elon Musk Sues OpenAI, Sam Altman for Making Money Over Benefitting HumanityEnglish26·1 year agoI think the real reason he’s doing this is that as long as GPT-4 isn’t open source, he can’t steal it.
tzrlk@lemmy.worldto Technology@lemmy.world•Smartphone manufacturers still want to make foldables a thingEnglish2·2 years agoAnd 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.
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.
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.
Gotta use if you dont want the browser to collapse all those spaces for you.
Edit: lol. The damn thing just rendered my whitespace code.