Blog


LLM synthetic data in bash

The llm command line tool by Simon Willison lets you interact with LLMs from the command line. I've been using it recently, and while it's nice and convenient, I wasn't doing anythin I couldn't do …

Read more

Andrew Ng's advice for iteratively writing LLM prompts

When building complex workflows, I see developers getting good results with this process:

  • Write quick, simple prompts and see how it does.
  • Based on where the output falls short, flesh out the prompt iteratively. This …
Read more

OpenAI Model Spec

OpenAI has recently published a document titled 'Model Spec'. It defines an ethics and norms framework models should follow. A few things that stood out:

  • It surprisingly resembles Isaac Asimov's "Three Laws of Robotics", with …
Read more

Deployment tech for the hobbyist, again

TL;DR: Try Dokku if you want to run multiple toy web apps on a single server and keep the cost at minimum.

Dokku logo with name

Let's talk, yet again, about deploying toy web apps. I wrote about …

Read more

Remote TidalCycles jamming setup

TidalCycles logo

TidalCycles (tidal in short) is a live coding language for music performance / composition. I don't use it myself but been playing with a live coder, Lizzie, AKA digital selves, for the last year …

Read more

bibo, the command line reference manager, is in beta now!

bibo beta release banner

bibo is a command line reference manager with a single source of truth: the .bib file. It is inspired by beets. After 3 years in the making I believe it's ready …

Read more

The Krihelinator reached end-of-life

The Krihelinator RIP

After more than 4 years online, the Krihelinator was shut down today. The idea behind this project was to propose an alternative to github's trading page by highlighting projects with high contribution rate instead of …

Read more

New portfolio site

Yet again, I have a new portfolio site. Actually, it's just a redesign. Wanted to simplify the previous over-the-top site. Check it out at leverstone.me. Here's a reminder for how the old one looked …

Read more

Intro to git workshop

A 4 hours introduction to git workshop for my PhD fellas. Based on an old git crash course blog post.

git logo

Why?

  • Keep your projects organized.
  • Collaborate with others.
  • Get involved with open source.

Command what …

Read more

Dead of Winter: The Long Night - A DIY box insert

As if there were not enough different topics mashed together in the blog, here's another one. I'm into board games, and recently got Dead of Winter: The Long Night. This blog post is about the …

Read more