Live data from Hacker News

Ask HN: What simple tools or products are you most proud of making?

news.ycombinator.com

101–110 of 892 posts

Re: Ask HN: What simple tools or products are you most proud of making?

#101

http://www.averageweather.io/ - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data. EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io EDIT 2 - Back up... Site crash ... Google apps shut…

this is really cool.

feature suggestions:

* range of dates

* zip code support cleanup

thanks!

Re: Ask HN: What simple tools or products are you most proud of making?

#102
My hakko soldering station doesn't automatically turn off if I leave it on. One time I was leaving town and had to worry about my house fire for the whole weekend. So I made an Arduino/msp430 from spare parts to do just that.

https://gist.github.com/htruong/bed170c71983dfcc7c0968174aae...

Other than that, I also made a Apple ADB to USB converter so I can use my old Apple Extended keyboard II with my new computer. Hard to believe newer keyboards are worse compared to that one.

Re: Ask HN: What simple tools or products are you most proud of making?

#104

http://www.averageweather.io/ - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data. EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io EDIT 2 - Back up... Site crash ... Google apps shut…

I would use it if it was in Celsius.

Re: Ask HN: What simple tools or products are you most proud of making?

#105

Earlier quoted context omitted.

This is really cool, would it be possible you add a toggle somewhere for Celsius degrees?

Thanks! I definitely will. Hopefully today. Very common, understandable request. I only launched it a few days ago. Definitely has things I want to improve.

Also I've used Google's Places Autocomplete before for something similar to the city selection, it gives you a dropdown with possible locations.

Re: Ask HN: What simple tools or products are you most proud of making?

#106

http://www.averageweather.io/ - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data. EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io EDIT 2 - Back up... Site crash ... Google apps shut…

this is really cool. feature suggestions: * range of dates * zip code support cleanup thanks!

Thanks! Range is something I am trying to figure best how to do. I know how, but it is "expensive" in terms of API calls etc. Like would someone pay for this feature?

Zipcode - Django has a great library so that is a next step for me.

Re: Ask HN: What simple tools or products are you most proud of making?

#107

http://www.averageweather.io/ - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data. EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io EDIT 2 - Back up... Site crash ... Google apps shut…

I would use it if it was in Celsius.

Noted! Will work on that asap.

Re: Ask HN: What simple tools or products are you most proud of making?

#110
One tool I wrote and I wish I would still have time to maintain was "Folders2Flickr" (luckily someone forked it https://github.com/richq/folders2flickr and keeps it alive). It's basically a DropBox for pictures with Flickr being the storage server and viewer. The tool simply synchronizes all of your pictures which can be in a hierarchical folder structure and recreates this folder structure on Flickr (but uses Sets/Albums instead of folders). I dont see the stats now but for years it supplied Flickr with multiple pictures every single second 24/7 from many users.
Post reply on HN