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…
Beitrag lesenBlog
Ich schreibe über Software, KI-gestützte Entwicklung, Laravel, SaaS, SEO, Tooling und alles, was sichtbar wird, wenn Software im Alltag genutzt wird. Meist technisch, aber nicht auf ein Thema beschränkt.
Weiter im Archiv.
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…
Beitrag lesenYou ran composer update when you meant to run composer install, and now your dependencies are all over the place. Here's how to fix…
Beitrag lesenYou'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…
Beitrag lesenWhen working with Docker containers, one common challenge is how to connect from inside a container to other services - whether they're running directly…
Beitrag lesenI'll show you how to install Laravel Sail on your existing Laravel application that uses an older PHP version, using the correct PHP version…
Beitrag lesenThis outlines the steps to implement email verification in a Laravel 11 application using Jetstream with Inertia + Vue. This will ensure new users…
Beitrag lesenSometimes you need to attach event listeners to elements that don't exist when the page initially loads. This is common in scenarios like: Dynamically…
Beitrag lesenEvent bubbling is a concept that describes how events propagate or "bubble up" through the DOM tree. When an event occurs on a nested…
Beitrag lesenWhen 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…
Beitrag lesenHere'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.…
Beitrag lesenImplementing email functionality is far from straightforward. The right solution depends on your specific needs, user base, and resources. Sending and Receiving Sending and…
Beitrag lesenPulling changes from the main branch into your feature branch is a common task before pushing changes and creating a pull request/merge request. Note:…
Beitrag lesen