Ask and Show HN: Ever coded for love? Willing to share?
51–60 of 224 posts
Re: Ask and Show HN: Ever coded for love? Willing to share?
#52Re: Ask and Show HN: Ever coded for love? Willing to share?
#53Later that year we got married, and we still are - 14 years later
Re: Ask and Show HN: Ever coded for love? Willing to share?
#54I used the project as an opportunity to learn ReactJS. I thought she would enjoy the twist of the layout being heart shaped instead of rectangular but I think she's a purist ;)
Re: Ask and Show HN: Ever coded for love? Willing to share?
#55Re: Ask and Show HN: Ever coded for love? Willing to share?
#56Re: Ask and Show HN: Ever coded for love? Willing to share?
#57At different points in time:
- I have developed things that I imagined them using
- I have developed things they would see (but were not the only target. e.g. a website, or a tool that would be used by the team we were both part of)
- I have developed things as part of an activity they were also part of (e.g. a tool used in the same association)
Each time, it provides very powerful motivation to make things right, easy to use, beautiful, or straight up keep on working on things.
In any case, the code was not specifically targeted for these people.
This also can works for friends, family and other people you love, even if it's not Love. For instance, my last project was meant to watch series with my sister while we were at a different location [1]. I don't recommend using it though, I've since discovered [2], which probably does a better job for this and works in the same way.
Try to imagine people you love using your stuff while you are building them. It helps motivate getting things right and to keep going, at least for me. But it worked and allowed us to have good laughs.
- [1] https://framagit.org/raphj/mpris-sync
- [2] https://syncplay.pl/
Re: Ask and Show HN: Ever coded for love? Willing to share?
#58The catch, haul and other related data is available on the relevant government agency's webpage down to ship granularity level through a rather nice web interface. It however contains vast amounts of data, and there is no way to get the data in bulk form (even asking the agency resulted in a 'No this is sensitive data that we can't share in bulk form' answer).
So I was rather shocked when I heard her say that she had started copying the data by hand. Knowing that it would take her ages, and would probably never be possible for her to do, I wrote a small python scraper & data transforming tool and set about scraping couple of GiBs of data into a normalized sqlite database, which I then gave her to use with her R code.
We have been together ever since (4+ years).
Re: Ask and Show HN: Ever coded for love? Willing to share?
#59I made a game for our wedding-website. The player has to control her and me simultaneously. It's pretty short, though. I did everything myself, graphics, music, gameplay. https://10-5.de/game/ A funny anecdote: Some years ago, a person asked me if it would be ok to modify the game for the wedding for his friend. They wanted to play it at their wedding as a joke. At first I didn't know what to say, but then he told me…
Is the source open?