HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Locutus_

no profile record

comments

Locutus_
·8개월 전·discuss
Ahhh, Vaxman still up to his usual shenannigans :-)
Locutus_
·9개월 전·discuss
The answer honestly feels a bit lacking, and evasive.
Locutus_
·9개월 전·discuss
I've had exactly the same situation, ~2M MAU service with REDIS as the only persistence system, all data being JSON serialized Pydantic models. The storage overhead was just terrible and cost real money.

This would have been a super nice to have back then.

I wonder though how much sense it would make to get something like this mainlined into upstream Pydantic? as having this downstream would give many continuity and dependency lock concerns. And having it as part of the main library would significantly drive adoption rate.
Locutus_
·9개월 전·discuss
How is the write support now-adays, is it production quality now?

I used Kaitai in a IoT project for building data ingress parsers and it was great. But not having write support was a bummer.
Locutus_
·9개월 전·discuss
I honestly zoned out when I saw how many and what steps where required before just wget'ing a image file.

Sorry, nope.
Locutus_
·작년·discuss
Well....toml isn't that much more than .ini files slightly brough up in feature support.

Again not great for bigger documents.
Locutus_
·작년·discuss
This also seems a bit like AWS Chalice reinvented, which might be a good thing as AWS has silently abandoned it.
Locutus_
·작년·discuss
Great read, but I honestly had wished the author had split it into several separate articles.
Locutus_
·작년·discuss
I had this literally happen to me a couple of months ago.

Slacking off while waiting for some performance tests to run (Shoutout to Locust.io!) with my big 27" screen full of terminals for each runner, server logs etc.

...And then on my laptop screen I honestly was just slacking off and reading Reddit.

'VP Of Technology' comes over "I dont know what you are doing, but it's the most impressive thing I've seen in a while".

...Yes sir!
Locutus_
·작년·discuss
M68k has the advantage that it has a fairly typical memory model.

Alpha's memory model has problems with providing atomic access to single bytes, which i'd imagine in a kernel is a bit annoying :-)

And then there's just the social aspect, m68k was used in the Amiga/Atari/Mac/QL/x68k, so there is a whole generation of us m68k fans who are willing to keep it alive.

Alpha has it's fans (me included!), but it's not exactly the same. So in a way it's no surprise it's slowly bitrotting away.
Locutus_
·작년·discuss
The ghost of the Alpha's infamously weak memory model coming back to bite it's undead self.