Category: Code

2024

21

Nov

wtf is the wtf command

WTF is this AI command?

The OpenBSD wtf command has been a beloved tool for quickly decoding acronyms. Inspired by its simplicity, I created a modern version powered by OpenAI’s GPT. This updated wtf answers any query—not just acronyms—delivering concise explanations with references, all from the command line. Whether you’re curious about quantum computing or Kubernetes, this tool combines the charm of the original with the power of AI to provide answers in seconds.

Read more

11

Apr

neovim showing a notes split

Neovim Note-Taking: A Lua Adventure

A quick look at 7-line piece of neovim lua code that has changed my workflow quite a bit. Note-taking simplicity at its best.

Read more

2023

23

May

Python virus for fun and profit

Can you write a self-replicating virus in python? I gave it a try.

Read more

2019

27

Jun

fun() != fun(void) in C

Many C-programmers do not realize that fun() != fun(void) unless they have a C++ background.

Read more

2018

26

Jun

Fun with C

How can 20-some bytes of C-code fill your disk up completely ? Let’s find out.

Read more