prezento - command line presentations, built by RCers!
creack/pty - PTY interface for go (also as a reminder, PTY is the acronym for PseudoTeletYpe for emulating a virtual TeleTYpe (TTY))
2025-02-26
Went to an interesting talk from the folks at Avantos about how they used go generate
and parsing the application’s AST to figure out which types implement a particular
interface, allowing them to implement union types.
Recommended watching talks by Bret Victor, particularly Inventing on Principle for thoughts on developer tooling
2025-03-06
Learned about pyodide, a web assembly solution for python. Got to pair on debugging a problem with it running in iOS Safari (the solution was to downgrade versions 😅).
Learned about MicroCenter for hardware supplies. Definitely want to go there on a field trip!
Kept hearing about Supabase for a cloud Postgres implementation, super interesting!