Some Projects
- iGopherBrowser: A modern Gopher client for iOS, macOS, and VisionOS. It is built on top of my swift-gopher library. Available on the App Store
- TimeSlicerX: A timeboxing app for iOS (and macOS) to schedule tasks around your calendar items. Everything is done on-device. Available on the App Store
- VaporwaveGenerator: A E S T H E T I C S
Recent Posts
- Using OpenOCD with LLDB for Raspberry Pi Pico W on macOS
- Vinyl Record Holder
- Hang your records on the wall
- Published On: 2024-07-07 17:47
- Tags: OpenSCAD
- Swift Embedded on Pico W
- CU Boulder Grades Search
- Creating a WebUI to search for the perfect gen ed class
- Published On: 2024-07-01 20:36
- Tags: Data-Science, HTML, JavaScript, SQL
- Implementing Minimax with Alpha-Beta pruning for a simple Chess AI in Swift
- Adding a bestMove method to swift-chess-neo by implementing alpha-beta pruning for minimax
- Published On: 2024-04-17 23:20
- Tags: Chess, Game-Theory, Mathematics, Swift, Tutorial