~jelford
contact
elsewhere
blog
Most recently, altogether too much detail about host name resolution:
In this post we'll take a look under the covers at what happens we look up hosts.
... the rest is here
open source
Some things I've tried to help out with:
- rustup
The official installer for rust-lang
- firejail
Application sandboxing on linux with namespaces, seccomp, and capabilities
- networkzero
Easy networking for in Python for educational settings
A few projects of my own...
- activesoup
A headless pure-python web scraping tool that mixes the convenience of
requests
with the querying power of beautifulsoup
.
- rumour
A re-implementation of the
serf
's gossip
protocol, written in async rust
- keyn
A firefox extension for browsing the web with the power of your keyboard
- fixl
Another browser extension, to help with looking up FIX specs. Don't know what FIX is? Lucky you!
- squirrel
Automatic backups and queryable history while you work
- ferret
Custom shebang for simpler python scripts that need more than the standard library