Note: these are only the projects for which the source is public.
-
personal-hugo-website
Published on 2020-02-15ilowagie's personal website This is the source for my personal website. It uses hugo as a static site generator. The site is for hosting my CV, portfolio and a blog that allows me to rant and ramble about things I care about. Since there's no need for any server-side processing to do this, the site is made static. -
theatron
Published on 2021-04-12Theatron Theatron is a website written in Rust, using the Rocket framework, for organizing locally stored movies and series. It automatically looks up additional information for added content on IMDb providing a better browsing experience than what a file-manager would provide. You can read more about it in the readme. -
verilog-workflow
Published on 2021-04-12Verilog workflow This project is mostly to test out an alternative digital design workflow than what is taught at universities. The design itself is quite simple. It is a Wishbone-UART interface. Over a wishbone bus, a master can ask to read or write a byte. When writing, the byte is transmitted over serial UART. When reading, the module tries to read a byte from a buffer that stores bytes that were received over UART.