SQLite is amazing Most developers already know SQLite is great. If you have not tried it, you are missing out. SQLite is extremely fast, featureful, reliable, and easy to use. When your use case fits, you should probably pick it. It enables very low latency applications and lets you do things that would be impractical with other databases. For example it is often fine to issue large numbers of small queries because N+1 Queries Are Not A Problem With SQLite.| Jake Gold
In my previous post Serving 200 million requests per day with a cgi-bin, I did some quick performance testing of CGI using a program written in Go. Go works excellently for CGI programs, for many of the same reasons it works so well for CLI programs and system daemons. But, out of curiosity, I decided to do a bit more CGI testing with other languages. CGI is good technology, actually There’s a misconception that because CGI is old or because many CGI scripts had security vulnerabilities, CG...| Jake Gold
What is Bluesky? Bluesky is three things. Bluesky the social app Available on Apple’s App Store, Google Play, and the web Bluesky the atproto app Operating within the app.bsky.* atproto namespace Bluesky Social, PBC The startup company originally funded by Twitter (later by investors) that created and supports atproto.| Jake Gold