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.
Let's dig into Laravel's dependency injection, the Service Container, and related concepts. Dependency Injection (DI) At its core, dependency injection is a technique whereby…
Beitrag lesenSOLID is an acronym representing a set of five design principles to make software design more understandable, flexible, and maintainable. These principles were introduced…
Beitrag lesenConstructor Property Promotion is a feature that was introduced in PHP 8.0 to reduce the amount of boilerplate code needed when defining class properties…
Beitrag lesenHere's a random list of things I have done to find freelance jobs. The list includes things that I haven't done yet but plan…
Beitrag lesenIn Laravel applications using the laravel/ui package for authentication, the feature for verifying an email address after registration is built-in but is not enforced…
Beitrag lesenYou can modify the registration process in a Laravel application that uses laravel/ui (link) to generate a random password and send it via email…
Beitrag lesenHere's a practical method to extract data from a remote MySQL database and save it in CSV format on our local machine, all with…
Beitrag lesenLaravel offers a robust queue management system that's essential for handling background tasks in applications. Three key settings, namely retry_after, timeout, and backoff, play…
Beitrag lesenI operate a website with distinct content versions tailored for users in the US, UK, AU, and other countries. While these versions are largely…
Beitrag lesenAt its core, the "Too Many Redirects" error happens when a web page continually redirects between different URLs, forming an infinite loop. Now, in…
Beitrag lesenZahlreiche Faktoren beeinflussen die Kosten einer Internetseite, weshalb ein Onlineprojekt zwischen wenigen Hundert und mehreren Tausend Euro teuer werden kann. Die Gesamtsumme hängt unter…
Beitrag lesenWer eine professionelle Homepage erstellen lassen möchte, muss zunächst seine Anforderungen möglichst konkret formulieren. Dies stellt jedoch bereits eine erhebliche Hürde auf dem Web…
Beitrag lesen