Live data from Hacker News

Ask HN: What side projects landed you a job?

news.ycombinator.com

431–440 of 538 posts

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

#431
I wrote and open sourced a program to print guitar tablature in postscript (so it ran on our apple laserwriter instead of on a pc; as a phd student in the early 90s our computers were severely underpowered, but also I wanted to make it portable from Suns to Macs to Win 3.1). It could also process a lot of ascii tablature and turn it into nicer copy - this was what I wanted it for as I was trying to print out tab from OLGA using less paper, and when you scale down ascii tab it just leaves blank space to the side. (I got a mail from someone in New Zealand to say he used this code to publish a book of 5-string banjo music, as it was the only thing he could find that handled different numbers of strings)

Anyway, fast forward a year and I interviewed for a programming job with British Telecom. This project came up in conversation and the interviewer got super interested, and I landed the job. Then it turned out that almost everyone this boss hired was a musician of some kind-including a keyboard player for a chart-topping band (he's back touring with them now), a bass player, a professional saxophonist career changer, a singer in a band... he ran a weekly jam session after hours. So I really think it was the guitar playing that got me hired.

And no, it didn't relate to the job, at all. My phd involved parallel programming on transputers in C, and as it happened, the guy they sat me next to on my first day also had a phd involving C programming on parallel machines. And they got us to write Visual Basic for the next 6 months.

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

#432

I built https://foragoodstrftime.com ~10 years ago as I was sick of reading the docs for date formatting. It generally gets around 1000 users a day. Over the years, it's gotten me consulting gigs and the occasional job offer (amidst other projects). Today, it sends a decent chunk of the traffic and sign-ups to my startup, Wafris -> https://wafris.org OP's asking for a strategy with these, and the advice I'd offer is…

Just want to say thank you. I've used your site tons over the years, it's been a great resource

You're welcome! It's honestly a great feeling just to have other devs use your work.

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

#433
Back in 1994 I was a sophomore in college. In our C++ class I asked the professor how GUI programs were written and she suggested the Motif toolkit for Unix / X11. I checked out a book on Motif from the library and I had to type in about 2 pages of code just to pop up a single dialog box that said "Hello World" It also took about 5 minutes to compile on a DECstation 5000 with 32MB RAM.

An older student in the computer lab saw my Motif book and asked what I was doing. I told him and he suggested I use Tcl/Tk. I asked "What is that?" So he pointed me to some documentation on this brand new thing called the World Wide Web.

I spent the entire weekend reading everything I could about Tcl/Tk and had little GUI programs that were wrapper around lots of command line tools with radio buttons and stuff to select options. Then I started drawing circles and rectangles and stuff.

I was also learning HTML and had my own web page mainly to links that I liked but also maintained the FAQ for a popular childhood cartoon that I loved. I had taken the plain ASCII text FAQ and written a Tcl script to format sections into HTML with different header fonts, table of contents, etc.

A few months later I was starting to apply to summer internships. One of them mentioned Tcl as a scripting language for web server development. I put Tcl/Tk and HTML on my resume and got an interview.

The company didn't like Perl for CGI-BIN programming and preferred Tcl. I told them I had my own web page and you could also access the code I had written from my web page. During the interview they actually went to my web site, downloaded the code, and started looking at it.

I was a computer engineering major so most of my classes were on electrical circuits, digital logic, assembly programming, and they didn't ask me anything about that.

All of stuff I learned that wasn't directly related to my classes like Tcl, HTML, and playing around with Linux for fun is what got me the job.

Now 28 years later I'm designing integrated circuits / semiconductors and still write Tcl all the time because it is the integrated scripting language for most of the chip design software. It's not my favorite language but it's weird how this language that was kind of obscure in 1994 helped me get my first job and I'm still using it now.

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

#434
Not a project, per se, but this is how I got to become a freelancer.

I was bored at work in one day, in summer 2007, and I was searching on internet free tests to test my knowledge. I did that previously in 2000 when BrainBench was new, and I even got physical diplomas from them for free. So, in this summer I searched for BrainBench again, to test me to see how much I grew during these years, and I was disappointed to find now BB was paid. So during my search I found this site oDesk, which was a freelancer site, but also allowed you to take tests. Didn't cared about freelancing part, only testing. So I took some HTML, Delphi, SQL tests there in that day. On Delphi I was proud that I was on 2nd place, while on rest I was in top 5% of all people that tested. I published that and forget about them.

In November I receive an e-mail. Someone was contacting me on my oDesk account. I was like "wtf is oDesk?". Then I remembered about the day in summer whne I got bored and made an account on that site. Long story short, that was my first client, he hired me and I realized how short I was selling myself to companies in my country. In March 2008 I quit from the day job and went full freelancer ever since. Btw, oDesk, after acquired Elance, got renamed Upwork. I still, partially, get new clients on Upwork, though most of my new clients are now through recommendations from my previous clients.

If I wasn't bored that day, if I didn't created that account, I'd still be working for a soulless corporation in my country.

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

#435

When I was fresh out of college I semi-obsessively started answering StackOverflow questions about HTML Canvas, which was still new enough to not have a lot of coverage. At one point I answered over 10% of all canvas questions ever asked. I also blogged a few tutorials. This made Pearson email me for a book offer (HTML5 Unleashed, 2013, almost no one read it as I had no fame, but last amazon review: "Still relevant i…

I love the modesty in this story, from my point of view you: - Became an expert in HTML Canvas - Used that expertise to help a bunch of people - Wrote an entire freaking book on HTML Canvas

If I did that I would probably never shut up about it, so hearing you describe it as "answering some SO questions" is genuinely heartwarming.

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

#437
I built a lot of weird 'inventions' in university, such as an airsoft sentry gun to keep squirrels away from the garden. I was also in a student club.

I don't think any project specifically made potential employers say 'wow, we definitely have to hire this guy', but I think having actual experience doing stuff and demonstrating an interest for the field goes a long way towards landing you those first couple of jobs.

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

#438

When I was fresh out of college I semi-obsessively started answering StackOverflow questions about HTML Canvas, which was still new enough to not have a lot of coverage. At one point I answered over 10% of all canvas questions ever asked. I also blogged a few tutorials. This made Pearson email me for a book offer (HTML5 Unleashed, 2013, almost no one read it as I had no fame, but last amazon review: "Still relevant i…

how has your life worked out not having taken that offer?

Well I'm not certain about life on twin earth where I chose differently, but I'm quite happy. I still live 10 miles from where I was born in New Hampshire. I still work at the company that I interned with when I was in high school. I am now part owner.

I probably have a lot less money than if I went to California, but I have a house and family (2 children so far, we want more) and I somewhat think that if I went out west, it would be harder to have that, at least I would have probably delayed it by a decade or more, like people in cities seem to do.

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

#439

Earlier quoted context omitted.

This is vastly different for native Germans and immigrant Germans. There are even some papers about how having a Turkish name immediately cuts your chances of getting a response to your job application in half. German job applications also require a photo on the application. For a lot of immigrant Germans leaving Germany is very much a goal, since upward mobility in German society is very low compared to the US. So f…

> German job applications also require a photo on the application. I don't disagree with the rest of your comment but this is not true. Technically an employer cannot legally require you to attach a picture to your application or judge you any differently if you do not attach one, since the AGG passed in 2006 – although I don't doubt that it plays out different in practice sometimes. I remember even being told in Hig…

Yes technically, and how could you possibly enforce that? There is no rule forbidding it, so by default most employers still require it in their applications, but if they don't and you don't supply it, they will be suspicious.

There is no way around that problem unless that practice is explicitly banned. Instead, you just get this weird workaround, that doesn't technically ban it, but makes it completely unenforceable, giving the German bureaucratic system an excuse that they addressed the issue without ever having to address it.

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

#440
post #80

Earlier quoted context omitted.

You didn't miss out because Sonos continues to do an awful job software-wise. One of the things I'm most looking forward to as I de-IOT-ize my life is selling that system and running speaker wire like a true G.

The little amplifiers you can get on aliexpress and the like for about $70 can be quite good although pre-covid there were more like $35. They just have simple bluetooth and analogue in and depending on the model support 2 or 4 speakers plus 0 or 1 subwoofer. I bought a couple and then found 2 pairs of nice second-hand bookshelf speakers. Presumably everyone is upgrading to smart speakers and dumping their old stuff…

There's this guy in my town who is still clinging, somehow, to his life in the as a long-haired metalhead hifi bro and I cannot wait to see the look on his face when I go down there and drop a couple paychecks in his lap and say "enlighten me" ;-)
Post reply on HN