Ask and Show HN: Ever coded for love? Willing to share?
111–120 of 224 posts
Re: Ask and Show HN: Ever coded for love? Willing to share?
#112Re: Ask and Show HN: Ever coded for love? Willing to share?
#113I made my gf a desktop application in Electron, but she left me for the QT dev she told me not to worry about
Re: Ask and Show HN: Ever coded for love? Willing to share?
#114I also encoded a love note into the Bitcoin blockchain but I prefer not to dwell on that one.
Oh and for a while I added a HTTP header to all responses from my websites professing my love.
And I'm just now remembering the secret chat command I added to my chatbot that would tell her good night + I love you but only to her username.
This is all coming back to me after seeing this post, lol.
Re: Ask and Show HN: Ever coded for love? Willing to share?
#115When I proposed to my now wife, I built a reverse geocache box. It had a one way mirror on the top and button on the top. It showed you how far you were and what direction you needed to move towards. It took us to various locations where we had gone on notable dates. Once we got to a particularly scenic hill side, it unlocked and the ring was inside with some roommates hiding in the bushes with a DSLR. There was just…
my girl would think the button is a bomb...which it is in a sense
Re: Ask and Show HN: Ever coded for love? Willing to share?
#116She was required by the district to do report cards in this very crappy Mac app, which then synced with a central server when you were done. The Mac app had no import utility nor any keyboard navigation, so I had to help her manually transfer the grades from the spreadsheets to the grading program, and each kid required about 90 mouse clicks (times 32 kids).
After the first time, I decided I was going to figure out a better way.
I ended up reverse-engineering the save file format, which was sort-of-but-not-really XML. I wrote a python program that could take CSV exports from her spreadsheet and recreate the save files for the app, so I would run that, load the app up, and then just spot check a few of the grades.
The first time I did the grades that way it took twice as long as just manually entering it, but after that, doing report cards was a breeze.
Re: Ask and Show HN: Ever coded for love? Willing to share?
#117I downloaded my WhatsApp chat history with my then long-distance fiancee (now my wife), and created a bunch of graphs and analysis. Everything from word clouds to regression to anomalies (eg when she visited or I visited, chat frequency dropped dramatically, etc).
Re: Ask and Show HN: Ever coded for love? Willing to share?
#118Re: Ask and Show HN: Ever coded for love? Willing to share?
#119Ian Murdoch is the creator of Debian and his ex girlfriend/wife's name is Debra.
Re: Ask and Show HN: Ever coded for love? Willing to share?
#120I dated someone whose father had a small business that made home goods products (e.g. specialty laundry detergent, waterproofer, etc). He was a smart but challenging guy. Definitely the sort of father who didn’t think any guy was good enough for his daughter. Remember the first time she took me home to meet her parents in South Carolina for Thanksgiving he was, literally, cleaning his gun on the front porch. He prima…
One more that’s fun, though maybe doesn’t really count as “programming.” I got married a few years back. We built a wedding website for people to get details on our wedding and to RSVP. It was pretty standard (think we just used Squarespace) except we included tracking pixels for the largest ad networks (Google, Facebook, etc) throughout the site. We then bid on impressions from anyone whose browser had triggered the…