augustusseizure | 1 year ago | on: In 1870, Lord Rayleigh used oil and water to calculate the size of molecules
augustusseizure's comments
augustusseizure | 4 years ago | on: Ask HN: What is your “I don't care if this succeeds” project?
Have you considered adding an option to "virtualize" the container's home directory? It's probably pretty niche but I've found it to be useful when I'm doing something more exploratory, like testing out a new editor config, where I don't want to commit to anything.
Great idea to expose the host docker instance to the container btw (if I'm understanding this correctly). I didn't think to do that but it seems like it could be really useful.
Did you end up incorporating dew into your workflow? Sorry for the jumbled response btw, this is mostly stream-of-consciousness as I read through the repo.
augustusseizure | 4 years ago | on: Ask HN: What is your “I don't care if this succeeds” project?
augustusseizure | 4 years ago | on: Ask HN: What is your “I don't care if this succeeds” project?
dv new emacs dev-img-emacs:latest
dv start emacs
dv conn emacs
The first line creates a new "development environment" named emacs, based on the docker image dev-img-emacs:latest. The second line starts up a docker container based on the saved image. The third line connects to the running image via mosh (or ssh).
Mostly I just meant to use it as a learning experience, but it's actually been really convenient in a lot of ways, so I think I might develop it further.
augustusseizure | 6 years ago | on: Former NASA Flight Director Gene Kranz Restores Mission Control in Houston
Isaac Asimov wrote a couple books that follow the narrative of science from the beginnings up until the 80s or so, which I highly recommend. One is called Atom and is more focused on how we got to our “present” understanding of particles. There’s also one that takes a broader view, it’s something like History of Science (? not at my bookshelf right now).
There’s several books in this genre for math as well. IMO it’s a much better structure for pedagogy since we can piggy back the education on our natural wiring to care about narrative and mystery/puzzles.