Earlier quoted context omitted.
One less useful thing for you: https://onli.github.io/izulu/ . It is a bash script that changes the background of your desktop according to the weather at your locations, and can show the temperature and forecast. Doesn't have much functional value, but it was easy to write (though over the years it needed some care, mostly thanks to closing weather APIs) and it is a small simple thing I use almost every day, as it i…
That looks sweet! Is there a Windows version?
Ask HN: What simple tools or products are you most proud of making?
651–660 of 892 posts
Re: Ask HN: What simple tools or products are you most proud of making?
#652Earlier quoted context omitted.
Cool. I like the fact that the icon shows in the actual tab as a preview. I guess what is missing is the option to select a font?
What is this magic?
[0]: http://stackoverflow.com/questions/5199902/isnt-it-silly-tha...
Re: Ask HN: What simple tools or products are you most proud of making?
#653Auto-detects Unicode mistakes (particularly mojibake), and if there's enough information left to fix them, it fixes them.
Particularly useful for Web scraping and dealing with Unicode that was incorrectly exported from Excel (which is nearly all Unicode exported from Excel).
Re: Ask HN: What simple tools or products are you most proud of making?
#654Re: Ask HN: What simple tools or products are you most proud of making?
#655The 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.…
That reminds me, I keep meaning to look into seeing how hard it would be to add a reverse mode to spiped. Right now it acts like a ssh -L tunnel, but doesn't have a mode where it acts like ssh -R, right?
Re: Ask HN: What simple tools or products are you most proud of making?
#656Earlier quoted context omitted.
Incoming SSH connections can/should be blocked by the router. There is also likely to be no static IP.
Connect them to a private zerotier network ( https://www.zerotier.com/#try_zerotier ) it's free and you can bind sshd just to the zt0 interface. Instant access from anywhere.
Re: Ask HN: What simple tools or products are you most proud of making?
#657Up to nearly 2k installs these days! https://packagecontrol.io/packages/Copy%20Relative%20Path
Re: Ask HN: What simple tools or products are you most proud of making?
#658https://puzzlequest.herokuapp.com/
move with arrow keys, attack with "A"
there's a ton to work on and I've been busy with other things, so sadly the game has taken the back seat. Hopefully I'll be able to put more time into it next month
Re: Ask HN: What simple tools or products are you most proud of making?
#659Earlier 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.
Re: Ask HN: What simple tools or products are you most proud of making?
#660Earlier quoted context omitted.
How so?
Linux tends to require configuration/debugging from the console. Don't get me wrong, I use linux every day, but I would never push it on someone who is not interested in solving their own tech problems.
Just being on a platform where uses can't get infected with malware from stupid flash game sites cuts out 90% of maintenance.