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.
The WSL2 virtual machine (Vmmem process) can consume a significant amount of system memory and CPU. You can set resource limits by creating a…
Beitrag lesenDoes your computer fan get loud when you run Docker or your system becomes sluggish? Usually, the problem is not Docker itself, but a…
Beitrag lesenIs your Docker-based development environment sluggish? Do your fans spin up for no reason? If you run docker stats, do you see your MySQL…
Beitrag lesenGit 2.23 introduced two commands that replace the two different jobs git checkout used to do: git switch — change or create branches git…
Beitrag lesenIf you’ve accidentally deleted multiple tracked files in your Git repository, you can bring them all back at once using this simple command: git…
Beitrag lesenLaravel's cache tags feature only works with Redis and Memcached. Using it with other cache drivers (file, database, DynamoDB, array) will throw exceptions. This…
Beitrag lesenWhen 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…
Beitrag lesenThis guide shows you how to test Statamic addons effectively. Testing addons is different from testing regular PHP packages because they depend on Statamic's…
Beitrag lesenCreating custom UI components in Statamic addons with AJAX functionality is poorly documented, making it frustrating to implement. This guide shows you exactly how…
Beitrag lesenThis guide walks you through creating a Statamic addon from scratch. We'll build a real addon that adds functionality to your Statamic installation. What…
Beitrag lesenSpending 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…
Beitrag lesenMany users of Cursor IDE, especially on Windows with WSL2 and on Linux, have run into major performance problems like UI freezes, lag, and…
Beitrag lesen