The simple tool I'm most proud of is spiped. If you have two systems which need to be able to talk over TCP without worrying about evilness on the network between them, spiped is the answer. The simple tool which has probably had the largest impact is bsdiff -- now found used in hundreds of millions of devices -- but I'm not particularly proud of it because it was a quick hack and horrible code written by a C novice.…
> The simple tool which has probably had the largest impact is bsdiff -- now found used in hundreds of millions of devices In your thesis, you mention an updated algorithm that produces smaller patches. Do you have any code available that implements that algorithm?
Ask HN: What simple tools or products are you most proud of making?
491–500 of 892 posts
Re: Ask HN: What simple tools or products are you most proud of making?
#492Earlier quoted context omitted.
I have been using this for years and all my work colleagues always ask me "what is that nyan cat on your text editor? that must be super annoying!" and I always have to tell them I just really like it. Thank you for building this, it's awesome!
Same! But sadly when I switched to Spacemacs I haven't set it up again.
Scroll down for nyan mode, if you don't mind using an external package. :)
Re: Ask HN: What simple tools or products are you most proud of making?
#493Earlier quoted context omitted.
Yeah, I've used it at times. It's great when it works, but getting remote desktop working is always a bigger pain than just trying to explain the problem over the phone. The individual issues aren't that big, but it means a 20 minute phone call turns in to a 1 hour phone call because we spend 20 minutes trying to get screen sharing working. For one thing, I'm generally away from my computer when they call me, and all…
> getting remote desktop working is always a bigger pain Easy as cake with TeamViewer
Re: Ask HN: What simple tools or products are you most proud of making?
#494https://dummyimage.com
So taking your project as an example, and having Carbon Ads, how much $$$ do you get out of them?
I just moved it to a cheaper hosting plan so it's actually turning a minuscule profit now.
Re: Ask HN: What simple tools or products are you most proud of making?
#495Re: Ask HN: What simple tools or products are you most proud of making?
#496https://www.npmjs.com/package/git-pull-request
Code is hacky, but hey, 350 downloads a month for something I threw together, and have never promoted...
Proud? Not really, but thought someone here might find it useful.
Re: Ask HN: What simple tools or products are you most proud of making?
#497Re: Ask HN: What simple tools or products are you most proud of making?
#498I have two small kids (2 and 5) and I am travaling a lot with my family around the world. I found out that it can be hard to find a good place to spend some time with kids. So I build a simple tool that helps me to find such places. https://www.gowithkid.com/ This tool already helped me a lot.
Re: Ask HN: What simple tools or products are you most proud of making?
#499Earlier quoted context omitted.
Nice website! Some urls are weird though. You have a trailing / somewhere I guess. http://www.averageweather.io/averages//Tokyo/11/15/
Thanks ... I've been seeing those on google analytics ...
Also it would be nice to per-populate the date field to today's date.
Re: Ask HN: What simple tools or products are you most proud of making?
#500https://shellshare.net I have migrated my wife's (then girlfriend) computer to Linux and sometimes I had to configure something on her computer (e.g. a printer). This ended up generating lots of back and forth on the phone with me telling her commands to write in the terminal, and she reading the output out loud. I wanted an easy way to see her terminal. So shellshare was born. Shellshare allows you to run a single c…
wget -qO shellshare http://get.shellshare.net && python shellshare Please don't tell people to do this. This is an idiom called "curl pipe sh"; you're asking people to run whatever code someone on their network decides to send them. As an absolute minimum, you should change that http to https , so that they're merely running whatever code YOU decide to send them; but even that doesn't quite fit with the "share your t…