Blog


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

1 minute read
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

0 minutes read
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

0 minutes read

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

6 minutes read

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

2 minutes read

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

Getting started with Python for data analysis

2 minutes read
Python books covers

A few days ago another friend asked me to recommend reading materials to get started with python. Yesterday, I saw this tweet.

"When you've written the same code 3 times, write a function. When you've given the same in-person advice 3 times, write a blog post" - David Robinson‏

So here I am, writing this blog post.

A short disclaimer: I like …

Read more

Python vs. elixir for a web-app wrapper for a script

2 minutes read
Python vs. elixir

I'm a facing a project with the following requirements:

  • An existing script should be wrapped with a web server.
  • The script takes 10-30 seconds to run, so just let the user wait for it to …
Read more

DIY eurorack case

7 minutes read
Final eurorack case.

I recently drawn into the rabbit hole of modular synthesis. This week I finished building my first eurorack case. It's a 3U 84hp skiff. Or in humans language, it is a relatively small, beginners sized …

Read more

git crash course

3 minutes read

A really short introduction to git for my PhD fellas.

First, TryGit

Clone something

There are two ways to start to work in a git repository.

  • git clone https://github.com/some_user/some_repo.git to …
Read more

Media and arts projects - part 2

3 minutes read
The tapeless cassettes

In a previous post I wrote about my assignments for the sound recording module I took as part of my PhD. Here, I will present the projects of the Interactive Digital Multimedia Techniques module.

The …

Read more