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.
I used GitHub Copilot from early 2022 to mid 2024 and switched to Cursor at the beginning of 2024. I've tested Sourcegraph Cody and…
Read postYou ran composer update when you meant to run composer install, and now your dependencies are all over the place. Here's how to fix…
Read postYou're trying to switch branches and git yells at you: git checkout feature-branch error: Your local changes to the following files would be overwritten…
Read postWhen working with Docker containers, one common challenge is how to connect from inside a container to other services - whether they're running directly…
Read postI'll show you how to install Laravel Sail on your existing Laravel application that uses an older PHP version, using the correct PHP version…
Read postThis outlines the steps to implement email verification in a Laravel 11 application using Jetstream with Inertia + Vue. This will ensure new users…
Read postSometimes you need to attach event listeners to elements that don't exist when the page initially loads. This is common in scenarios like: Dynamically…
Read postEvent bubbling is a concept that describes how events propagate or "bubble up" through the DOM tree. When an event occurs on a nested…
Read postWhen manually inserting data with explicit ID values into a PostgreSQL database, the auto-increment sequence doesn't automatically adjust. This can lead to conflicts when…
Read postHere's a straightforward, text file-based system to help you stay organized. Consistency is key. Stick with this system, and you'll find yourself more productive.…
Read postImplementing email functionality is far from straightforward. The right solution depends on your specific needs, user base, and resources. Sending and Receiving Sending and…
Read postPulling changes from the main branch into your feature branch is a common task before pushing changes and creating a pull request/merge request. Note:…
Read post