HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gnatolf

no profile record

Submissions

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

github.com
5 points·by gnatolf·há 3 meses·0 comments

comments

gnatolf
·há 13 dias·discuss
All over Germany, and it's been around much much longer than the fear of having something slipped in your drink.
gnatolf
·há 26 dias·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
·há 2 meses·discuss
Interestingly enough, precise search is on the way out.
gnatolf
·há 2 meses·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
·há 3 meses·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
·há 4 meses·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
·há 5 meses·discuss
So let's put things we're interested in in the benchmarks.

I'm not against pelicans!
gnatolf
·há 5 meses·discuss
Good point. So much functionality gets commoditized, we have to move goalposts more or less constantly.
gnatolf
·há 5 meses·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
·há 5 meses·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
·há 5 meses·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
·há 5 meses·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
·há 5 meses·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
·há 5 meses·discuss
Absolutely. A technically correct bike is very hard to draw in SVG without going overboard in details
gnatolf
·há 6 meses·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
·há 6 meses·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
·há 7 meses·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
·há 8 meses·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
·há 9 meses·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
·há 9 meses·discuss
If only one could construct a macro to solve the boilerplate of AsRef<str> etc ;)