Hi! I'm bnik and I like programming stuff.

On this site I keep a collection of various of my homemade projects that I find interesting enough to put here.

Hyde

I'm currently working on hyde. It's a simple templating tool written in C that makes it a little bit easier to create simple static webpages. I'm using it to build this page as well.

Currently, hyde's only feature is to take all your html files and wrap around them the basic layout of your website. So there's no need to copy paste the <head> parts, or any header and footer parts that might be the same in all pages.

This by itself is helpful enough, and the next main thing I want to add is the ability to reuse small parts of html; partials as they are often referred to by various frameworks.

Stuff
Older Projects