Earlier quoted context omitted.
>I think this is my favourite book but I think his best book is maybe Ringworld. Ringworld is pretty good, the multiples sequels get kind of out there.
I never read any of the sequels just a couple of the short story collections and some of the man kzin wars. What’s wild about them?
Perverse incentives of vibe coding
221–230 of 239 posts
Re: Perverse incentives of vibe coding
#222Earlier quoted context omitted.
Companies that ingest logs generally rip their customers faces off with their pricing. At least oTel spans can be tail-sampled.
I worked out that it's cheaper to write logs to high-end Samsung SSDs and then throw them away every month than to retain them in the log analytics systems of some cloud services for the same period of time. Wait, no, sorry... that doesn't quite "paint the right picture". The "single use" SSDs are 75 times cheaper than storing the data in the cloud.
Re: Perverse incentives of vibe coding
#223Re: Perverse incentives of vibe coding
#224Re: Perverse incentives of vibe coding
#225Earlier quoted context omitted.
Large scale server telemetry and fiddly OAuth2/Macaroon token management.
This seems a self servingly literal interpretation of the op’s original comment. Clearly something like “server telemetry” is the datacenter’s “CRUD app” analogue. It’s a solved problem that largely requires rtfm and rote execution of well worn patterns in code structure. Please stick to the comment guidelines: > Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's ea…
Re: Perverse incentives of vibe coding
#226Earlier quoted context omitted.
I worked out that it's cheaper to write logs to high-end Samsung SSDs and then throw them away every month than to retain them in the log analytics systems of some cloud services for the same period of time. Wait, no, sorry... that doesn't quite "paint the right picture". The "single use" SSDs are 75 times cheaper than storing the data in the cloud.
As someone who works at a platform company that operates several (very) large log ingestion systems, if you're not indexing the logs usefully, having stored them on SSDs isn't doing much for you. It's just a weird comparison to make, is all I'm saying.
Because then I might accept the cost!
Realistically all of these systems use some type of data compression such as Parquet files, so the data on disk is likely smaller than the ingested data.
Re: Perverse incentives of vibe coding
#227Earlier quoted context omitted.
As someone who works at a platform company that operates several (very) large log ingestion systems, if you're not indexing the logs usefully, having stored them on SSDs isn't doing much for you. It's just a weird comparison to make, is all I'm saying.
Indexing that is 75x the original uncompressed data volume? Because then I might accept the cost! Realistically all of these systems use some type of data compression such as Parquet files, so the data on disk is likely smaller than the ingested data.
Re: Perverse incentives of vibe coding
#228Re: Perverse incentives of vibe coding
#229Earlier quoted context omitted.
This seems a self servingly literal interpretation of the op’s original comment. Clearly something like “server telemetry” is the datacenter’s “CRUD app” analogue. It’s a solved problem that largely requires rtfm and rote execution of well worn patterns in code structure. Please stick to the comment guidelines: > Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's ea…
I'm laughing at the idea of server telemetry being "the data center equivalent of a CRUD app". I'll just pull out my Telemetry On Rails framework and run some generators...
Re: Perverse incentives of vibe coding
#230Earlier quoted context omitted.
I'm laughing at the idea of server telemetry being "the data center equivalent of a CRUD app". I'll just pull out my Telemetry On Rails framework and run some generators...
I’d rather write server telemetry logic than any customer facing ui app, and it sounds like you would too.