Yeah, few hours/days after the meeting about a minor detail... In a business settings meetings are routinely recorded and transcribed because everybody is just lazy.
Apps usually have tons of boilerplate, so pure LoC may be similar. But in density, no contest. I recently dug up an old objc app of mine and was shocked how few lines it took to send a REST request, parse and process it. Nowadays it is split into multiple files, usecases, repositories, protocols to accomplish the same. All in the name of testability or architectural “correctness”. Write that in a game and you’re fired because it kills performance.
There's a different bar for maintenance though. Many games exist in a single point in time, they ship and are done, whereas the goal with SaaS is to support the code forever.
Maintenance, sure, but also: games have one chance to be good, and that is at release. With a multi-year development cycle, what we get at release (of the good ones) is like a version 4 or 5 of an app. Everything is connected and changed (and thus maintained) over the years.
yeah the outcome here is "we're sorry, here's your 0.50 class action settlement payment" and updated terms of service... it's not going to reverse anything, people need to stop buying
If I were to bet this is more a learning experience rather than trying to beat a product. Even better that this was done without AI (by the looks of it).
I’ve also done something similar in Go too, and several people used it, mostly because it’s easy to install/use and is lightweight.
You start with not installing Prometheus! Prom. is a full on stats grabber and display system with knobs on.
This is a single system effort and at 5MB RAM is rather tiddly and surely counts as minimal overhead. It could probably send the metrics to Prom. or make them available for scraping with minimal extra effort but I think that should be left as an exercise for the interested reader.
The thing about gathering metrics is you have to be careful that the gathering/processing system doesn't drown out the thing you are measuring!
It's a single git repository that compiles to a single binary that does really basic monitoring without any dicking about.
It lacks about 99% of the things that Prometheus can do, which is probably what you want for simple up/down healthy/not-healthy indication on a single box.
It's clear that Apple won. They will get their money, one way or another, but mostly the old way, because they managed to make the new way so unattractive. Good job EU!
reply