Latest Posts

Vibe coders frustration can be seen in GitHub search

“Wait.. I know how to fix this..” frustrated vibe coders LLMs have made coding more accessible, but this doesn’t mean you don’t need to learn software development. These techniques can slightly improve the outputs of LLMs, but it doesn’t ‘know’ anything. Asking it “do not hallucinate” doesn’t make it follow those instructions, it changes the weights of the token output. It is lossy compression with some targeted reinforcement learning to act like a chat bot given input.

Read more →

Cloud Lock-in Reinforcement

Recently I’ve been looking at the large Cloud providers like AWS, Azure and GCP and how their value proposition has changed over the last decade. While On-Demand compute that these companies can provide are still great for small experimentation or low volume messaging/orchestration, the value they provide to any kind of larger compute needs has been getting worse. I’m putting together a more detailed post on these value changes overtime, where as this post is about how these proprietary systems, and the skills they require, are not only further locking in companies to their platforms, but also contributing to locking-in developers creating a feedback loop that I don’t believe leads to anywhere good.

Read more →

Postgres Performance Monitoring with PgHero

In a previous role, I needed to optimize a Postgres database to store 2-3 billion total rows using an r4.xlarge instance on AWS RDS. This was storing weather data parameters for the world where parts were being updated every 5-15 minutes as new data came in, and old data needed to be removed. The total data stored was only for 2-3 weeks, so the whole database would be recycled with new data in that time frame.

Read more →