12 Mar 26

When I was first coming from Windows and exploring Linux, I found the Linux filesystem structure to be a bit confusing, simply because I didn’t know anything other than the Windows file system for my entire life. But after persisting through the learning


13 May 25

Put simply: Interactive science apps and explanations you can play with.

MinuteLabs.io is an extension of what MinutePhysics and MinuteEarth do, but instead of YouTube videos, it’s interactive. We want to make things you can play around with and explore.


05 May 25

Slingcode is a personal computing platform in a single html file.

  • You can make, run, and share web apps with it.
  • You don’t need any complicated tools to use it, just a web browser. You don’t need a server, hosting, or an SSL certificate to run the web apps.
  • You can put Slingcode on a web site, run it from a USB stick, laptop, or phone, and it doesn’t need an internet connection to work.
  • You can “add to home screen” in your phone’s browser to easily access your library of programs on the go.
  • You can share apps peer-to-peer over WebTorrent.
  • It’s private. You only share what you choose

20 Aug 21

30 Mar 10

17 Oct 09

Uzbl follows the UNIX philosophy – “Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.”

  • very minimal graphical interface.
  • what is not browsing, is not in uzbl. Things like url changing, loading/saving of bookmarks, saving history, downloads, … are handled through external scripts
  • controllable through various means such as fifo and socket files, stdin, keyboard and more
  • advanced, customizable keyboard interface with support for modes, modkeys, multichars, variables (keywords) etc. (eg you can tweak the interface to be vim-like, emacs-like or any-other-program-like)
  • focus on plaintext storage for your data and configs in simple, parseable formats