HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gnatolf

no profile record

Submissions

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

github.com
5 points·by gnatolf·3 mesi fa·0 comments

comments

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

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