I Tried to Make AI Writing Sound Human by Banning AI Words Through logit_bias
I tried to make AI writing sound more human with logit_bias, an API setting that changes how likely a model is to select specific…
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.
The 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 postIf you’ve accidentally deleted multiple tracked files in your Git repository, you can bring them all back at once using this simple command: git…
Read postLaravel's cache tags feature only works with Redis and Memcached. Using it with other cache drivers (file, database, DynamoDB, array) will throw exceptions. This…
Read postWhen working with Statamic's Bard fieldtype programmatically, you'll often need to convert its structured data to HTML. The documentation doesn't make this obvious, but…
Read postThis guide shows you how to test Statamic addons effectively. Testing addons is different from testing regular PHP packages because they depend on Statamic's…
Read postCreating custom UI components in Statamic addons with AJAX functionality is poorly documented, making it frustrating to implement. This guide shows you exactly how…
Read postThis guide walks you through creating a Statamic addon from scratch. We'll build a real addon that adds functionality to your Statamic installation. What…
Read postSpending 8+ hours a day with AI assistants does things to you. Time to share my completely scientific personality assessments. GPT-3.5: The Chatterbox GPT-3.5…
Read postMany users of Cursor IDE, especially on Windows with WSL2 and on Linux, have run into major performance problems like UI freezes, lag, and…
Read post