Introduction to my Blog

2 minute read Published: 2020-01-07

This blog will mainly contain release announcements for my various projects, some deep dives into designs or optimizations I did. Also some opinions sometimes.

Dumbnet version 0.1.0 released

1 minute read Published: 2019-12-26

Mostly for fun I developed a small artificial neural network library that does all its work on the stack, no operating system or allocator needed.

Treelike version 0.2.0 released

1 minute read Published: 2019-07-20

Treelike is an abstraction over Trees, kinda like Iterator for lists. Is also no_std by default.