Index
- articles Thoughts, opinions, investigations & exporations.
- painting-a-goat
I've got a friend that really likes goats, so I decided to get them one for their birthday.
- setting-up-a-git-server Setting up a minimal, read-only git server on a Raspberry Pi 1 B+.
- star-trek-logs All 'Captains Logs' from the Star Trek series, currently just the first season of The Original Series.
- syberia-one-night A weird night I had while playing this 2000s adventure game.
- tracking-allocations-in-c An investigation into how C models memory and different methods of keeping track of & managing that memory.
- westerlund-2 About how I chose a theme song (for the landing page). Slightly pedantic.
- wipeout-in-2020 An overview of my recent experience with WipEout 1 (from 1995) and using the Beetle PSX HW emulator to make it look good.
- gearsix.net
- blur phart
- xpm
x package manager
- pharts Photography & Art
- mostly-clouds A few more than just.
- old-men phart
- shit-toilets guys toilets are a lovely place
- catrm
A binutil that prompts the option to cat a file to stdout before removing it.
- dati
data and template interface
- cmd
Data is a file written in any data language (e.g. JSON or YAML), a list of supported languages can be seen in the README for the dati library. These files provide key=value data.
- dotfm softwares
- gearsix.net My network
- goldmark-mmd
Fork of the goldmark-meta extension for goldmark, both by yuin.
- idx
idx.h is a small C library that provides a standard interface to the (non-standard) 64-bit system-alternatives of the standard library file indexing functions:
fseek
andftell
. These alternatives are required if you want to index a file that's potentially larger than 2GB (32-bits). - softwares I write software for a living, this is my repository of personal works.
- libdati
data and template interface
- dati
A tool for parsing data files, template files and executing them against eachother.
- marta-dias.art A website I built for an artist friend.
- piece-chain
Research & implementation of a Piece Chain (sometimes referred to as a Piece Table, or Piece List) text buffer.
- scripts
A collection of personal scripts I use.
- shuntyard
An implementation of Djikstra's shunting yard. After finding out about it, I had to give it a go.
- tralloc
An C libray for tracking the size of heap-allocated memory blocks.