Not a job I took. But when I launched https://github.com/nadermx/backgroundremover I got offered a high level position in a a photo company via my email which at the time was on my GitHub profile.
Ask HN: What side projects landed you a job?
61–70 of 538 posts
Re: Ask HN: What side projects landed you a job?
#62A long time ago sonos didn't support apple airplay. I did some protocol reversing and wrote a small program that pretended to be an airplay speaker to pipe audio to a sonos speaker (archive: https://github.com/stephen/airsonos ) I ended up getting recruiting messages from both the airplay team at apple and some folks from sonos. I didn't end up taking either offer, but it was also an interesting talking point when in…
> I did some protocol reversing This would make for an interesting blog post. Could you recommended resources to learn to do the same?
A bit light on the technical details perhaps, but I recall getting stuck on getting the right airplay parameters, learning how byte endianness works... happy to try to answer any other questions as best I can remember.
EDIT: Sorry, I realized that I didn't actually answer the other question. I first got interested in reversing from console hacking, specifically this talk about wii hacking: https://youtu.be/0rjaiNIc4W8 (including marcan of asahi linux fame!). Their group also had more writing at: https://fail0verflow.com/blog/. Also interesting to read about mgba emulator development: https://mgba.io/tag/debugging/, v8 internals: https://mrale.ph, react internals: https://overreacted.io/
Consuming a lot of literature on how different systems work helped me develop intuitions around how you might take something apart. Then it's a matter of trying things and banging your head against the wall a lot, e.g. at some point I was interested in how compilers worked so I tried hacking typescript syntax support into babel (circa 2017 maybe) - I got pretty far! and got a lot better sense of how compilers work.
Re: Ask HN: What side projects landed you a job?
#63Re: Ask HN: What side projects landed you a job?
#64Back in 2002 I lost my job during a regional financial crisis (I’m from Uruguay). I was working at a bank (as a contractors) and some coworkers and I were working on a HA project for MySQL at the moment (to use it at work). Once I got laid off, I focused on it to the point that it became quite useful, and at some point, someone from Israel reached out with questions. I answered with a lot of delay, and when I explain…
Re: Ask HN: What side projects landed you a job?
#65Re: Ask HN: What side projects landed you a job?
#66A long time ago sonos didn't support apple airplay. I did some protocol reversing and wrote a small program that pretended to be an airplay speaker to pipe audio to a sonos speaker (archive: https://github.com/stephen/airsonos ) I ended up getting recruiting messages from both the airplay team at apple and some folks from sonos. I didn't end up taking either offer, but it was also an interesting talking point when in…
> I did some protocol reversing This would make for an interesting blog post. Could you recommended resources to learn to do the same?
Re: Ask HN: What side projects landed you a job?
#67Re: Ask HN: What side projects landed you a job?
#68Earlier quoted context omitted.
> I did some protocol reversing This would make for an interesting blog post. Could you recommended resources to learn to do the same?
The repository https://github.com/stephen/airsonos has the code and is surprisingly accessible.
Please excuse the code quality... I think I was still learning how to write js at the time.
Re: Ask HN: What side projects landed you a job?
#69Re: Ask HN: What side projects landed you a job?
#70A long time ago sonos didn't support apple airplay. I did some protocol reversing and wrote a small program that pretended to be an airplay speaker to pipe audio to a sonos speaker (archive: https://github.com/stephen/airsonos ) I ended up getting recruiting messages from both the airplay team at apple and some folks from sonos. I didn't end up taking either offer, but it was also an interesting talking point when in…
So, respective teams from those two companies (or even other companies for that matter) are actively searching GH for any mods to their work?