
Lua's Hidden Startup Hook
While reading through the Lua source code, I stumbled upon a small but interesting feature that I had...
Tag archive

While reading through the Lua source code, I stumbled upon a small but interesting feature that I had...

There's a whole genre of posts about waking up to a surprise OpenAI bill. They all end with the same...
More and more TLS traffic runs over QUIC (HTTP/3), and the classic JA3 fingerprint was never defined...
How I designed and implemented a scheduled task system for chat.nvim, giving AI the ability to proactively trigger actions at future moments.

Every Pomodoro app I've used has the same flaw: it lives in another window. A timer ticking away in a...
I wrote a two part series on building Pong from scratch in LÖVE and Lua. If you've never made a game...
Hey everyone. I'm new to the "real" world of programming because I used to just code alone in my...
A small Neovim plugin that discovers local man pages with apropos and opens them through Neovim's built-in :Man command.

Kickstart.nvim gives you a working IDE. It also gives you lazy.nvim, nvim-cmp, telescope, nvim-treesitter, and a dozen concepts to learn before you've written a single line of config. I wanted something simpler.
Recentemente comecei meus estudos em desenvolvimento para servidores FiveM, com foco em bases como...
A few days ago, my 11-year-old relative showed me a snippet of code he was hacking together for a...

I recently spent some spare time reworking cluacov, a C extension around LuaCov, with help from...