The Parsing of Wikipedia
My approach to scouring the fields of Wikipedia for structured data.
A collection of nerdy blog posts and developer updates from Josh Cole on topics ranging from floppy drives to rust kernels!
My approach to scouring the fields of Wikipedia for structured data.
A deep-dive into my coolest project yet! Stargraph. The telescope accessory with near-military-grade accuracy.
Anouncing the alpha release of my drawing program, flashback studio!
An approach to replacing Google with self-hosted FOSS alternatives.
The start of the new year has ushered in a new PC, fun with Linux, and more progress on ChronoPixel.
In this article I’ll demonstrate how to write your own second-stage bootloader in pure C and execute a much larger program — all without using a single external library!
A how-to guide for deploying a docker image to Fargate using AWS CDK
An overview of my rust-based kernel for the teensy 4.0 microcontroller.
My strategy for designing and managing a library of effects for a bunch of WS2812b lights
A practical guide to wiring an esp8266 and implementing an initialization sequence
An example of kernel-level non-blocking task management using rust.
Using vectors in tokio-postgres sql queries
How to compile a rust application for freebsd
Compiling rust so it can run in an AWS Lambda
How to implement the backpropagation algorithm from scratch