Using a Galois LFSR hardware PRNG on a custom 8-bit CPU in an FPGA, wired up with IN and OUT instructions
This is my personal space where I blog about
and anything else that interests me.
implementing an SPI controller in an FPGA and testing if it works with a logic analyzer before adding an actual Device
Replacing checked exceptions with a Result type for cleaner, more composable error handling in Java
This blog post is an thought experiment in how a functional programming concept could be implemented in the Go language.