Prevent your public Github SSH key from identifying you to others

Mitchell Hashimoto (of Ghostty and HashiCorp fame) started a new company Superlogical, that’s going to build an ultimate multiplexer. Given how much I love Ghostty, and love apps like CMUX that use the Ghostty embeddable library, I’m looking forward to seeing what another modern retake on TMUX looks like… Plus, accessing their job board is pretty clever. Totally makes sense for a company building a multiplexer. ![Screenshot 2026-08-07 at 1.20.45 PM.png](Screenshot 2026-08-07 at 1.20.45 PM.png) What did I learn? Well, Someone on hackerNews recommended to stay anonymous, use: ...

August 7, 2026 · 1 min

DuckDB and Native CSV Tables

Not new, but I’m light on content. I told my team about this trick the other day, and it’s one of my favorites: using duckdb to ingest various CSV exports from various sources and then using SQL to poke at that data. Details from the docs over at: DuckDB CSV Import But in short, I export various datasets from Snowflake pretty regularly, from different databases and datasets that aren’t naturally joined; I download various JSON reports from APIs and convert the Results to CSV. Then I bring them both into duckdb: ...

Backdated — originally published January 1, 2025, added to this blog later.
January 1, 2025 · 1 min