https://izuded.com (i.e., "iz u ded?") I made this because I adopted a puppy and realized that, if I got hit by a bus on a Friday, he could be stuck in his crate for days before anyone realized. Morbid, but useful. It texts you every X days and asks, "u ded?" -- if you don't click "naw" before X days pass, it'll notify your contacts. It's a portfolio project to show what I've learned in the realm of "serverless" arch…
Ask HN: What simple tools or products are you most proud of making?
141–150 of 892 posts
Re: Ask HN: What simple tools or products are you most proud of making?
#142Earlier quoted context omitted.
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?
#143The things I have made that I am most proud of are: * https://standardresume.co/ - Started because I couldn't find a resume that I liked. * https://amplitudeapp.com/ - A more advanced artist radio style playlist maker. * http://rediscover.rile.yt/ - Automatically save Spotify discover weekly playlists.
One issue with saving a Discover Weekly list to Spotify is that Discover Weekly is generated based on the content in the user's playlists. If you add a bunch of Discover Weekly lists that are 28/30 duds you're going to start reinforcing the system to generate crappy lists.
I think that's why Spotify doesn't allow saving them. They do allow saving of the topical Discover Daily, which reinforces my belief here.
Just thought I'd let you know about the possible issue with your product. Even though I absolutely love it and would use it.
Re: Ask HN: What simple tools or products are you most proud of making?
#144https://play.google.com/store/apps/details?id=org.secfirst.u...
Re: Ask HN: What simple tools or products are you most proud of making?
#145Re: Ask HN: What simple tools or products are you most proud of making?
#146I am very, very proud of the (very simple) platform that we've built there. It's a basic tool that "just works" - and just works exactly like you'd expect it to.
If I were a consumer of cloud storage, this is what I would want it to look like.
It pleases me so greatly to know that, right now, someone is doing something like this:
pg_dump -U postgres db | ssh user@rsync.net "dd of=db_dump"
... while simultaneously, someone else is doing this: zfs send tank/test@snap1 | ssh user@rsync.net zfs receive -s tank/test
It's been 15 years now since we started providing this service - almost 11 since we branded it rsync.net - and the first warrant canary is now 10 years old. This appears to be, for now, my lifes work.Re: Ask HN: What simple tools or products are you most proud of making?
#147* Picnic CSS: a simple css library. I use it for both small projects from the CDN as medium projects with the SASS that I have carefully built: http://picnicss.com/ * cookies.js, a simple cookies library that uses a getter/setter style that I (and many people) like more. I'm considering taking the format and extend some other libraries like store.js. https://github.com/franciscop/cookies.js * drive-db, a tool that co…
Re: Ask HN: What simple tools or products are you most proud of making?
#148Earlier quoted context omitted.
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.
this is out of left field but one thing i find myself searching for is sunset/sunrise times in the future, especially when traveling to different latitudes. could be a cool addition if this info is available.
Re: Ask HN: What simple tools or products are you most proud of making?
#149https://izuded.com (i.e., "iz u ded?") I made this because I adopted a puppy and realized that, if I got hit by a bus on a Friday, he could be stuck in his crate for days before anyone realized. Morbid, but useful. It texts you every X days and asks, "u ded?" -- if you don't click "naw" before X days pass, it'll notify your contacts. It's a portfolio project to show what I've learned in the realm of "serverless" arch…
Re: Ask HN: What simple tools or products are you most proud of making?
#150I built https://cronitor.io after having an important cron job fail silently for several days. When I mentioned this problem to a friend his first response was "we just had a major issue with cron failing silently at my work too". We decided to hack on it together, and we've since grown Cronitor from a tool built for our own needs into a small business with a couple hundred paying customers.