I 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…
Ask and Show HN: Ever coded for love? Willing to share?
101–110 of 224 posts
Re: Ask and Show HN: Ever coded for love? Willing to share?
#102Earlier quoted context omitted.
The source is open ( https://10-5.de/game/c2runtime.js , seems to be built with the framework "Construct" so you'd have to find the actual game logic in there) but it doesn't seem to be open source so don't go copy-paste it willynilly.
It’s great seeing our game engine pop up in posts like this!
In case somebody is wondering: The game was made with Scirra's "Construct 2", which is a great 2D game-maker. You can immediately try it (the current version 3) in the browser on https://www.construct.net/en/make-games/free-trial
I'm a hobbyist, and usually use Construct, Phaser or vanilla JS.
I have put the source-file on https://github.com/niorad/Ninio, you'll need Construct 2 or 3 to open it, though (paid version I think).
Tom, please allow me to say thanks for your work! As front-end-dev, I'm stunned by having C3 in the browser. I would highly enjoy reading about its software-architecture and approaches one day, especially since it's not based on any of the big front-end-frameworks.
Re: Ask and Show HN: Ever coded for love? Willing to share?
#103When 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…
Re: Ask and Show HN: Ever coded for love? Willing to share?
#104It was hand delivered on a beautiful red floppy, printed out some ascii art and made noise. Who could resist? (spoiler: she somehow managed to).
Re: Ask and Show HN: Ever coded for love? Willing to share?
#105At one point in the distant past, when a girlfriend broke up with me, I knew that she was still occasionally reading my blog. I made sure that all traffic from her ip and geolocation was getting Rickrolled. ¯\_(ツ)_/¯
Re: Ask and Show HN: Ever coded for love? Willing to share?
#106I created https://pokemoncries.com because my girlfriend said she was really good at this as a child and I thought she would like it. She LOVED it. I polished it a bit more after this and posted it on reddit. I was amazed by the reactions/usages. People did “Pokémon cry challenges” on YouTube and it was quite viral in the Pokémon community. It has still good metrics and I updated it with the last generation. I just l…
Re: Ask and Show HN: Ever coded for love? Willing to share?
#107I 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…
Re: Ask and Show HN: Ever coded for love? Willing to share?
#108I quickly tested that JavaScript would be executed on the parts of the page she could control, so, I just used a simple script to replace the banner.
Somewhat unfortunately, my test to see if scripts were executed was to make an alert popup with "[name] is damn sexy" and a colleague of hers happened to be refreshing the page at the same time ;) (this was at 8pm when most people were home)
It was totally fine, banner was replaced, colleague laughed and I relearned the lesson to test things out in non visible ways (and with safe language).
Re: Ask and Show HN: Ever coded for love? Willing to share?
#109Re: Ask and Show HN: Ever coded for love? Willing to share?
#110It was a bespoke messaging system, essentially a forum that could only ever have exactly two users. The killer feature was the ability to see whether the other person had read the message you sent.
Plus, the page would auto-refresh and put "NEW" in the page's title, so it was really easy to see whether there were new messages. (I seem to recall the web-based email clients of the day hadn't yet started doing this, so it felt like I had stumbled on some huge innovation.)
My girlfriend loved it, and we became engaged later that year. Not that I'm necessarily implying causation here.
Over the years, I rewrote the system from scratch to evolve with my web development skills. It began in Perl. About a year later, I rewrote it in PHP.
Then, circa 2005, I rewrote it in Python/Django. It was one of the very first Django apps, as I did the conversion before Django was even open-sourced (I'm one of the original developers).
The system is still humming along today, with its main purpose at this point being a fun archive of all of our correspondence from the early days.