Open Source
First release candidate of my little library to work with pre-calculated ephemeris data to find events of interest: https://github.com/lfborjas/almanac
Turning some experiments into a library for "almanac"-style queries for celestial phenomena, excited to leverage some fancier types and abstractions to make it both expressive and performant!
Launched my free, open-source natal chart site -- written in Haskell! https://freenatalchart.xyz/
Started developing my Haskell bindings to swiss-ephemeris -- with an eye to both faithful adaptation, and more expressive semantics: https://github.com/lfborjas/swiss-ephemeris
Merged a pretty big update to my Haskell bindings to swiss ephemeris: • Refactored the time type to be able to type-safely work with universal or ephemeris types without mixing them up. • Introduce...