My First Week With GPT-6 Astra
GPT-6 Astra was my main Codex driver for the last week, and I am back on GPT-5.5. That sounds harsher than my actual opinion…
Read postBlog
Laravel, AI-assisted development, SaaS, SEO, tooling, and the parts that only show up once software is used by real people. Mostly technical, but not trapped in one narrow lane.
Continue browsing the archive.
Remember a few months ago when Cursor launched their $200/month plan? They marketed it as essentially unlimited usage with "20x more than Pro." Users…
Read postI was working on a blog post about how AI would eventually replace social media when OpenAI just... did it. They launched Sora 2…
Read postLaravel's $touches property automatically updates parent model timestamps when child models are modified. Basic Usage class Comment extends Model { protected $touches = ['post'];…
Read postRendering Chart.js charts into PDFs with wkhtmltopdf can be surprisingly tricky. wkhtmltopdf uses QtWebKit (an older browser engine), while Chart.js draws on an HTML5…
Read postEveryone talks about prompt engineering as if memorizing templates and adding "think step by step" will suddenly get you amazing AI results. That's not…
Read postStock prices are at all-time highs and traditional valuation metrics like P/E ratios are largely ignored. At the same time, passive investing through ETF…
Read postGPT-5 doesn't just write code; it thinks like an engineer. When faced with complex dependency conflicts that stumped previous models, GPT-5 takes a methodical…
Read postIn Laravel, a Factory is a class dedicated to generating instances of your Eloquent models. They solve a fundamental problem: your application needs data…
Read postThe WSL2 virtual machine (Vmmem process) can consume a significant amount of system memory and CPU. You can set resource limits by creating a…
Read postDoes your computer fan get loud when you run Docker or your system becomes sluggish? Usually, the problem is not Docker itself, but a…
Read postIs your Docker-based development environment sluggish? Do your fans spin up for no reason? If you run docker stats, do you see your MySQL…
Read postGit 2.23 introduced two commands that replace the two different jobs git checkout used to do: git switch — change or create branches git…
Read post