Live data from Hacker News

Ask HN: What side projects landed you a job?

news.ycombinator.com

221–230 of 538 posts

Re: Ask HN: What side projects landed you a job?

#221
For my current job, I talked about a lot of stuff I had done over the years. (My role is not best described as "Cloud Architect" which is my actual title; I do a lot more stuff than that)

The thing which caught the interest of one of my interviewers was a side project I had creating tools to be more effective at playing Travian.

Travian did something interesting, in that each server instance would dump a single database table nightly for players to ingest and tinker with.

I wrote a script which would grab the file, de-MySQL it to get it to run on SQLEXPRESS, and then execute some stored procedures to extract some insights out of the data. Then, I had some Asp.Net pages which would let you do interesting stuff with it: Find inactive accounts, Track someone's alliance history, a few other things. I had half a dozen tools for different things, mostly I focused on building stuff which nobody had thought of yet, and made the tools only available to people in my alliance.

All this was on the roadmap to start building a bot to play the game for me. That turned out to be a lot more work, and I ended up losing interest in the game in the interim.

We only spent about 10 minutes or so talking about it, but still, it was 10 minutes of followup questions. I feel pretty strongly this, and one other anecdote is what got me hired. (The other anecdote was writing a really dumb hotfix out of a decompiled java class to fix Novell eDirectory support for one of my prior company's products - in protest of our engineering group not finding the effort worthwhile)

Re: Ask HN: What side projects landed you a job?

#222
2011: A free Cards Against Humanity multiplayer website version using the then cutting-edge iOS lookalike UI. It had a simple, thoughtful interface - cards were clunky so it didn't do that, it was all very careful Clear-style colorful rows, and Evil Apples afterwards made that clunky choice nonetheless - and it was extremely easy to join multiplayer games with code based lobbies, no accounts.

There are a lot of people who can program out there. Being really opinionated mattered more. Perhaps to a fault, I was very opinionated about how card games should work on phones, how people should play multiplayer games, how you should work with free versus paid game content, etc.

A few days after posting maybe even to Hacker News, there was a lot of adoption. A year later, shortly after graduating, Scopely found it on GitHub, recruited me, and I went on to make some big mobile games with the rest of their talented team. A New York Times Flash interactive I made helped too.

Re: Ask HN: What side projects landed you a job?

#223

I wrote a Dropbox-like file sync and share application called Syncany [1] as a side project back in 2014/2015. While it never made it out of alpha, it had gotten some traction, and looking back, I am still proud of the architecture and design (not so much of the code, hehe). One day, a developer from this random company in Connecticut (I am German and lived in Germany at the time) reached out to me in my project's IR…

Its finest, not it's

https://youryoure.com/?its

Re: Ask HN: What side projects landed you a job?

#225
Looking back, I have realized that I never got a job or contract work through the “normal” methods and channels. I have quite a lot of stories for many of the jobs, but here is one fond memory that changed the trajectory of my career.

Early 2000s, I wanted to work only on and for the Internet. I did my “e-Commerce” course and others, but I was hoping from interview to interview without success. In one particular interview, I was waiting with a few others and started tinkering with an open computer in front of me. Adobe Photoshop had an easter egg where you press some key combination to show the splash screen with a sunset scene (or something like that). I morphed a few images together with that, and it turned out good enough that the boss walking in noticed, “Did you do that?”

That’s how I got my 2nd job in an Internet Media company while applying to be an ASP programmer; I ended up working with the Multimedia team, was challenged to work with Macromedia Flash, and wrote a lot of ActionScript.

I wrote quite a bit of the front-end video decoder for VONGO (a streaming service from STARZ), built a few employee tools for Disney, worked as one of the Creative Directors of Razorfish, etc. None of them through official channels or resume submissions. So, I have an ardent respect and soft-corner heart for anyone I interview and have a side project(s). I love listening to their stories about their side project, hobbies, and open-source contributions/work.

Re: Ask HN: What side projects landed you a job?

#226
post #221

For my current job, I talked about a lot of stuff I had done over the years. (My role is not best described as "Cloud Architect" which is my actual title; I do a lot more stuff than that) The thing which caught the interest of one of my interviewers was a side project I had creating tools to be more effective at playing Travian. Travian did something interesting, in that each server instance would dump a single datab…

Re. title, I still like "System Administrator". I'm of the opinion that any competent sysadmin (good luck finding one) has cloud architecture under his belt at this point.

Re: Ask HN: What side projects landed you a job?

#228

I wrote a Dropbox-like file sync and share application called Syncany [1] as a side project back in 2014/2015. While it never made it out of alpha, it had gotten some traction, and looking back, I am still proud of the architecture and design (not so much of the code, hehe). One day, a developer from this random company in Connecticut (I am German and lived in Germany at the time) reached out to me in my project's IR…

Its finest, not it's https://youryoure.com/?its

Thanks. Though I must blame this one one my phone's autocorrect. Hehe.

Re: Ask HN: What side projects landed you a job?

#229
post #109
post #99

Earlier this year I went to the Australian F1 GP. Between qualifying on Saturday and the race on Sunday I built an integration between a live timing API and Telegram to send me position updates every minute with lap times. This was because anywhere near a screen was packed with crowds and my mobile network couldn’t keep up using the official app. I was job searching and wrote it up and posted to LinkedIn. My now mana…

I'd be curious to read the post if you're willing to share?

Here’s the blog version https://willemhandreck.com/f1-live-updates

Re: Ask HN: What side projects landed you a job?

#230
post #85

Earlier quoted context omitted.

> who the hell wouldnt jump on a job offer from apple? Lots of people, including me.

Lots of people love being contrarian in theory. If it happened to you for real, no chance youre gonna say no to that

My biggest motivator not to work for apple is this post from Bret Victor: http://worrydream.com/#!/Apple
Post reply on HN