Anatomy of the .claude/ folder 4 months agoI‘m using https://www.docker.com/products/docker-sandboxes/Better isolation than running it in a container. 0ThreadHN
Let's discuss sandbox isolation 5 months agoLooked into Apples container framework first (for proper isolation) but switched to Docker sandboxes since they switched to mircoVMs too: https://docs.docker.com/ai/sandboxes/#why-use-docker-sandbox... 0ThreadHN
Functional Programming at Facebook 10 years agoOP here: Would you prefer to have an indication that the link target is a slidedeck or do you think slidedecks should not be linked to at all? 0ThreadHN
Reimplementing “git clone” in Haskell from the bottom up (2013) 12 years agoAuthor here. Thanks for the kind comment, happy to see that other people and not just myself got something out of this exercise. 0ThreadHN
Git? tig 13 years agoSometimes it's useful to showcase some features to make people aware of how tools can be used.I would consider this: https://news.ycombinator.com/item?id=5667935 to be a good example of why that can be useful, no? 0ThreadHN
Rebuild code automatically with "watch" and a makefile 13 years agoAnd there is https://bitbucket.org/ssaasen/spy if you want something that works on both Mac and Linux (disclaimer: author here). The "run" mode can be used for the "compile on fs event" use case. 0ThreadHN