Live data from Hacker News

Ask HN: Most interesting tech you built for just yourself?

news.ycombinator.com

171–180 of 1001 posts

Re: Ask HN: Most interesting tech you built for just yourself?

#171
there are two things I’ve built that maybe aren’t groundbreaking but I think fit the brief. Might be helpful context that I’m not a professional programmer so these are both hobby projects.

1. I have too many aunts/uncles/cousins but we have a long (30 year at least) tradition of doing a family gift exchange over the holidays. After one too many years of forgetting who I had or having my mom get asked by my aunt what my cousin should get me I build a website for my family that allows them to manage a gift list. Started as a super basic Django app and that was about 7 years ago and every year I add one or two features. Now it’s got all kinds things like notifications and will even help you track your incoming packages and know if they are gift wrapped or not.

Thing 2, was a wedding evite/website for My wedding. At the time I looked around and hated how impersonal all the evite options were, so I created a website with a cms that would give every user a customized, personalized experience. Invited to the rehearsal dinner? you see that dates and details. Are you one of my friends? You get the set of content with our inside jokes. It didn’t need any kind of login or passwords but provided everyone with a custom page. It also provided me with a full database to manage rsvp, song requests, track who gave us gifts (and what), etc. Yes my partner thought it was overkill (to answer that question) but it was super fun to build and ended up getting retooled for my sister in law’s wedding last year.

Re: Ask HN: Most interesting tech you built for just yourself?

#172
We were using facebook exclusively for the 'private group' feature with a some friends in 2012. We liked the fact that it was private and asynchronous. But I didn't like the fact that it was tied to facebook. I decided to put into practice what I've learned that year at my informatics school and created forum written in php. It was not much but we liked the fact that it was ours.

Ten years later, I'm still fiddling on it and it has grown to a real open-source project that you can find on github [0]. It's still primarly here to serve me since I'm the only maintainer but starts to be driven by external propositions. It's meant to be easy to deploy, easy to use, cheap in resources and reliable.

[0] https://github.com/zusam/zusam

Re: Ask HN: Most interesting tech you built for just yourself?

#176
https://mathb.in/

I wrote this 11 years ago for my friends and myself who were going through a phase in our lives when we used to challenge each other with mathematical puzzles.

The use of this tool spread from my friends to their friends and colleagues, then schools and universities, and then to IRC channels. Now it is the oldest mathematics pastebin that is still online and serving its community of users. Visit https://github.com/susam/mathb for the source code of this tool.

Re: Ask HN: Most interesting tech you built for just yourself?

#178

My MIL is 93, and the only tech she can really deal with is turning on the radio and TV and changing channels. She is fond of music from old classics (from the 60's and earlier), so I hooked up a Raspberry PI with an FM transmitter and created her own private radio station. She tells me what songs she likes and I create different playlists that get broadcast on her station. It preserves the surprise element of radio,…

Very cool. Do you connect it to Spotify or to an MP3 collection?
Post reply on HN