more on it here: https://encapsulate.me/writing/Privatize.html
Ask HN: Most interesting tech you built for just yourself?
601–610 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#602I co-organized a weekly hacknight meetup of 40-70 people. I wrote a script to make Anki spaced repetition flash card decks with avatars and names pulled from the meetup API. I would use GitHub Actions to run the script a few hours before the event, then drop the importable deck into a Google Drive folder. I'd review the deck before the meetup, and then at the event, I'd not stress about names. I'd pretend to introduc…
I once broke up with a girlfriend, PatCon, because, PatCon, she would use my name PatCon multiple times in a sentence, PatCon and after a while it was annoying enough to where I had to break up with her, PatCon.
Re: Ask HN: Most interesting tech you built for just yourself?
#603I just moved to the bay area. I made an app that scrapes all bay area events from meetup, eventbrite, and a couple of other sites- This way you end up with around 100 events a day, way too much to read through. So next I take each event, send it to chatgpt3.5 and ask it to rate this event on around 20 parameters. Next, I take the latitude/longitude of each event and measure driving distance from my house. Then I have…
Re: Ask HN: Most interesting tech you built for just yourself?
#604Kirby's Adventure for the NES, one of my favorite games, ignores your controller inputs sometimes. I dove into the ROM, figured out the problem and fixed it: https://www.romhacking.net/hacks/7595/ I'm currently hacking the SNES mouse into Sim City.
Re: Ask HN: Most interesting tech you built for just yourself?
#605Re: Ask HN: Most interesting tech you built for just yourself?
#606I just moved to the bay area. I made an app that scrapes all bay area events from meetup, eventbrite, and a couple of other sites- This way you end up with around 100 events a day, way too much to read through. So next I take each event, send it to chatgpt3.5 and ask it to rate this event on around 20 parameters. Next, I take the latitude/longitude of each event and measure driving distance from my house. Then I have…
Re: Ask HN: Most interesting tech you built for just yourself?
#607I gave a talk about that (with a lot of video and screenshots) here: https://simonwillison.net/2020/Nov/14/personal-data-warehous...
Re: Ask HN: Most interesting tech you built for just yourself?
#608The idea is create a tool for creating a global mind map but instead it's a svg!
[1]=https://demo.openmindmap.org/omm/#flow/3ebb65fdbecb182e (not really mobile conform)
Re: Ask HN: Most interesting tech you built for just yourself?
#609Blog post about it: https://swampbits.bearblog.dev/first-cloud-music-library/
Original python implementation: https://github.com/pauldardeau/cloud-jukebox
Go implementation: https://github.com/pauldardeau/go-cloud-jukebox
C# implementation: https://github.com/pauldardeau/CSharpCloudJukebox
Oxygene on Mac implementation: https://github.com/pauldardeau/MacOxygeneCloudJukebox
Oxygene on Windows implementation: https://github.com/pauldardeau/WinOxygeneCloudJukebox
C++ implementation: https://github.com/pauldardeau/cpp-cloud-jukebox
P.S. I'm looking to find my next job, so if you think I might be a good fit for an opening you know about I'd appreciate hearing about it!Re: Ask HN: Most interesting tech you built for just yourself?
#610I have a rail line right under my apartment, so I built a small computer vision app running on a Rasperry Pi which records each train passing, and tries to stitch an image of it. It has a frontend at https://trains.jo-m.ch/ . Edit: it's currently raining and the rain drops are disturbing the images a bit.