I imagine this is more about simplicity at a small scale, which then gets baked in too deep to easily refactor layer on
@simonw
-
Isolate Analytics Data From Core Application Databases
By
–
This makes a ton of sense to me: keep less critical, high throughput data such as analytics in a separate database from your core application data such that any problems with the high throughput stuff are isolated from affecting your key tables
-
AI agents for freelance work coordination and contract management
By
–
I don't want an agent to help me get hired to a full time role, but having an agent to help coordinate short term contracts plus things like speaking gigs is something I would find incredibly useful The worst part of freelancing is finding and administrating new work
-
Generative AI Deserves More Nuanced Media Coverage
By
–
Generative AI warrants a whole lot more nuanced, considerate coverage like this IMO
-
Mining electricity costs impact on cryptocurrency economics
By
–
Plus a not insignificant amount of the money was lost to paying for electricity used by the miners
-

RFC 7807 Standard for HTTP JSON API Error Messages
By
–
This is interesting: a proposed standard (RFC 7807) for how error messages in HTTP+JSON APIs should be structured, for example like this:
-
GitHub Pages Undocumented Feature Serves HTML Files Automatically
By
–
Looks like numerous hosts – including GitHub Pages (via an undocumented feature) – will serve foo.html for /foo automatically https://
x.com/bitswamp/statu
/bitswamp/status/1587239151648251904
… -
ghp-import Script Uses Git Fast-Import Cleverly
By
–
That ghp-import script is interesting, it uses "git fast-import" in a pretty clever way https://
github.com/ionelmc/python
-ghp-import/blob/master/src/ghp_import/cli.py
… -
GitHub Pages content generation options and alternatives
By
–
Mainly trying to figure out what my options are for generating content that will be served using GitHub Pages