Tobin Baker

173 Followers
145 Following
3.2K Posts

database, concurrency nerd

I barely speak for myself, let alone my employer

that said, fuck authoritarians

LocationCascadia
@futurebird my 9yo has decided that “hydration” means “growing 100 heads”
antiwar right: a million brown lives aren't worth a drop of white blood
antiwar left: killing humans is bad
@ajroach42 @zwol is the 90% abridged version "The Dream of X" good enough?
It's weird to me that SSH agent forwarding doesn't seem to work out of the box for persistent session managers like tmux (I'm currently using zmx but it doesn't seem to work anywhere). Like, isn't say using GitHub with SSH auth from within your tmux session kind of a common scenario? Or am I missing something obvious?
@tek when Cleopatra invented UTF-8 she was actually closer in time to us than she was to the invention of ASCII
We made a comic about textbooks.
abstractions should be written in blood
@dotstdy sigmas think of the Byzantine empire

I generally like the fish shell so it’s a bummer that process substitution doesn’t really work (psub is unfixably broken).

https://github.com/fish-shell/fish-shell/issues/1786

Process substitution, the other way around · Issue #1786 · fish-shell/fish-shell

diff (sort a.txt|psub) (sort b.txt|psub) is the most well known example of process substitution, but it's supposed to work the other way around too. Bash: $ xxd -l 20 -p /dev/random | tee >(cat 1>&...

GitHub