HackerLangs
TopNewTrendsCommentsPastAskShowJobs

gnatolf

no profile record

Submissions

slopc: Replace every Rust todo() macro with a spontaneous runtime implementation

github.com
5 points·by gnatolf·قبل 3 أشهر·0 comments

comments

gnatolf
·قبل 13 يومًا·discuss
All over Germany, and it's been around much much longer than the fear of having something slipped in your drink.
gnatolf
·قبل 26 يومًا·discuss
Which, to be fair, overall probably still saved quite some time. The compile times alone would've meant they wasted so much more time by repeated earlier checks.

Whether a looming deadline changed the perception about that, we don't know ;-P
gnatolf
·قبل شهرين·discuss
Interestingly enough, precise search is on the way out.
gnatolf
·قبل شهرين·discuss
'liquid metal' sounds cool. It's probably a metallic glass. I super dislike that it seemingly will be synonymous with the brand name by Apple even though that stuff has been around for decades.

Not that there are particularly many places where this is used - mostly because it really is just very expensive. In the awesome position that Apple is in, economic feasibility is so much easier to achieve, with like tens of millions of guaranteed parts to be preduced.
gnatolf
·قبل 3 أشهر·discuss
Well, there is a financial 'sink' - stockpiles and ammunition or other non-reusable military gear are basically the definition of money 'destroyed'. Their political value is almost non-existent actual money. If any, at all.
gnatolf
·قبل 4 أشهر·discuss
Sorry but isn't the bottleneck then simply to do even relevant things? Like how much of a qualified backlog do you have that your pipeline does not run dry?
gnatolf
·قبل 5 أشهر·discuss
So let's put things we're interested in in the benchmarks.

I'm not against pelicans!
gnatolf
·قبل 5 أشهر·discuss
Good point. So much functionality gets commoditized, we have to move goalposts more or less constantly.
gnatolf
·قبل 5 أشهر·discuss
While this is funny, the actual race already started in how companies can nudge LLM results towards their products. We can't be saved from enshittification, I fear.
gnatolf
·قبل 5 أشهر·discuss
More specifically regarding spec-driven development:

There's a good reason that most successful examples of those tools like openspec are to-do apps etc. As soon as the project grows to 'relevant' size of complexity, maintaining specs is just as hard as whatever other methodology offers. Also from my brief attempts - similar to human based coding, we actually do quite well with incomplete specs. So do agents, but they'll shrug at all the implicit things much more than humans do. So you'll see more flip-flopped things you did not specify, and if you nail everything down hard, the specs get unwieldy - large and overly detailed.
gnatolf
·قبل 5 أشهر·discuss
Everybody feels like this, and I think nobody stays ahead of the curve for a prolonged time. There's just too many wrinkles.

But also, you don't have to upgrade every iteration. I think it's absolutely worthwhile to step off the hamster wheel every now and then, just work with you head down for a while and come back after a few weeks. One notices that even though the world didn't stop spinning, you didn't get the whiplash of every rotation.
gnatolf
·قبل 5 أشهر·discuss
That is a wobbly assertion. You certainly would need to run the same compiler, forgo any recent optimisations, architecture updates and the likes if your code has numerical sensitive parts.

You certainly can get identical results, but it's equally certainly not going to be that simple a path frequently.
gnatolf
·قبل 5 أشهر·discuss
From smaller to larger nitpick, there's basically something wrong with all of the first 15 or so of these drawings. Thanks for agreeing :)
gnatolf
·قبل 5 أشهر·discuss
Absolutely. A technically correct bike is very hard to draw in SVG without going overboard in details
gnatolf
·قبل 6 أشهر·discuss
Yes, even if you create a single person account, you create an 'organization' to be billed. That's the whole confusion here. Y'all seemingly don't have an account at anthropic?
gnatolf
·قبل 6 أشهر·discuss
Craftsmen will have a resurgence, that's probably a 'leveling up' in terms of resilience against AI takeover. There's just no way of automating quite a few of the physically effective crafts.
gnatolf
·قبل 7 أشهر·discuss
Love it when it circles around a minor issue that I clearly described as temporary hack instead of recognizing the tremendously large gaping hole in my implementation right next to it.
gnatolf
·قبل 8 أشهر·discuss
I was somewhat confused and irritated by the lack of a clear frontrunner crate for XML support in rust. I get that xml isn't sexy, but still.
gnatolf
·قبل 9 أشهر·discuss
For me, the shear length of uuids is annoying in payloads of tokens etc. I wish there was a common way to abbreviate those, similar to the git way.
gnatolf
·قبل 9 أشهر·discuss
If only one could construct a macro to solve the boilerplate of AsRef<str> etc ;)