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.
As Google's search quality has declined in recent years, competitors like Bing have managed to catch up, offering comparable search results. However, being on…
Read postPHP has come a long way since its humble beginnings in 1995. While it was originally designed as a simple templating language, PHP has…
Read postImagine you're working on a project that involves sending and receiving JSON data. You want to ensure that the data follows a specific structure…
Read postAs a freelance Laravel and Vue.js developer in 2024, I can confidently say that there has never been a better time to be a…
Read postBootstrap 5 utility classes are a set of predefined CSS classes that allow you to quickly apply common styles and layout options to your…
Read postTo rename the master branch to main and make it the default branch in your GitHub repository, follow these steps: Clone the repository from…
Read postMoving a Git repository to another (or from one hosting platform like Bitbucket to another like GitHub) while preserving the full history, including all…
Read postWith the rise of large language models (LLMs) like GPT-4 and Claude 3 Opus, some people are wondering if software developers will soon be…
Read postHere's a how Cursor, a VSCode fork with built-in GPT-4 support, crafts its API requests to GPT-4 to generate code. Original API Request {…
Read postCursor is a VSCode fork with built-in support for large language models (LLMs). It allows users to select code, hit Ctrl+K, write an LLM…
Read postWhen attempting to upgrade Ubuntu (in my case from 18.04 LTS to 20.04 LTS) on Windows Subsystem for Linux 2 (WSL2), the process may…
Read postUsing a database for email storage seems like a logical step for enhanced search efficiency. But there's a number of things to consider. Databases…
Read post