Hacker News new | ask | show | jobs
by phendrenad2 1242 days ago
I did the same thing with my IDE. It auto-saves the current file every N seconds to a separate directory on my drive. It's been very useful for finding code that I've "oopsed".

I've also thought about building a web proxy for my internet traffic, keeping detailed logs of every HTTP transaction in elasticsearch, crucially, including full HTML contents, so I can search for things later. But, too lazy...