Ask HN: What simple tools or products are you most proud of making?
71–80 of 892 posts
Re: Ask HN: What simple tools or products are you most proud of making?
#72Re: Ask HN: What simple tools or products are you most proud of making?
#73I wind up using it in almost every project I work on, since just about every app has a list of some kind, and many lists need to support being sorted, having items added, etc.
It's a simple tool, but the internal logic is surprisingly complex. The DOM is a tricky beast!
Re: Ask HN: What simple tools or products are you most proud of making?
#74I made http://serializer.io 18 months ago and I still use it multiple times a day to follow tech news. It's how I found this thread.
Re: Ask HN: What simple tools or products are you most proud of making?
#75it provides the possibility to easily visualize internal informal networks. Especially simple using mobile phones.
Re: Ask HN: What simple tools or products are you most proud of making?
#76Search Wikimedia Commons: canweimage.com (300 - 600 searches a day)
Testing flexbox rules: flexbox.help
Googley Eyes Firefox addon: https://addons.mozilla.org/en-US/firefox/addon/googley-eyes/
Can We Image got included in a listicle on Buffer's blog. flexbox.help started getting use after I posted it as a Show HN and it got picked up by HTML Weekly.
Re: Ask HN: What simple tools or products are you most proud of making?
#77I wrote a concurrent, super fast webcrawler for my job with Go (~300 LOC) to get data out of customer sites fast even when they have 1.5 million pages or more. You can basically filter everything to get a .csv file in the end with the links for the given domain, the source for that links, link number, link depth, timestamp, HTTP Request Codes (200, 404 etc) that fits that filter. Filters: Number of concurrent http(s)…
I did something very similar a few years ago, but in c#. I didn't do real rate limiting, just threading configuration and a configurable random sleep; but it got the job done. It was a super fun project to work on. I can't believe that the open source options are so still so few and far between in this area. There are TONS of great tools for building crawlers, and there are tons of great crawlers built for mirroring…
Problematic are some sites that don't use tags because that's what my crawler is looking for. C# & Elixier & Rust where the the other options I thought about and I want to build the same crawler on these languages (relative easy to do with ~300 LOC) to compare them for network / server / cli stuff but that has to wait till next year.
Re: Ask HN: What simple tools or products are you most proud of making?
#78A little history. Back in the day when I started looking into Usenet there were no proper clients for Linux. There was pan but it had huge problems dealing with large volume binary groups. I figured it can't be that hard and started working on my own client which slowly evolved into the current 4th major version. Ten years in the making already :)
The 3x series was the most successful with perhaps around 50-60k installs. In general the field is very competitive and there are several clients for Windows especially.
Re: Ask HN: What simple tools or products are you most proud of making?
#79Re: Ask HN: What simple tools or products are you most proud of making?
#80I did this project by hand one or two times and then asked the manager to let me research the possibility of automating it. After a week or so of fiddling around, I was able to bring it down to 2h10m. Just in the past week, I was able to bring it down to 15m and reduce the number of steps where a human is needed.