logoalt Hacker News

ryandraketoday at 2:49 PM3 repliesview on HN

I think he's saying that building a browser is not a transferrable skill, like making a generic web page is. Employers don't like specialists. I used to build display drivers for graphics cards. Wonderful learning opportunity but other employers not in the graphics card manufacturing business didn't give a shit--those three years were essentially treated as an employment gap. "Well that's nice, but we really wish you had general experience writing CRUD apps..."


Replies

hnlmorgtoday at 4:07 PM

CRUD didn’t exist in the early days of the web.

People keep talking about a browser in the modern context but the GP specifically said “early days of the internet” (which, in fairness, would mean pre-web. But I think it’s safe to assume they meant “web” not Internet).

In those days, it was actually a much simpler exercise to write a browser than it is today. I even wrote one! And writing a browser absolutely teaches you how HTTP and HTML worked. Plus a lot of backed development was forms data sent to CGI and thus written in languages we wouldn’t even dream of using for web development nowadays, including C++.

So in the early web, writing a browser absolutely was a transferable skill. It might not be now, but in the context defined by the GP, it was.

bigfishrunningtoday at 3:10 PM

I would argue that in a post-LLM world, becoming as specialized as possible is the only way to survive. If you have the serious systems programming skills required to write graphics drivers, your talent would be wasted writing CRUD apps anyway. I hope you eventually found/will find something more appropriate for your skillset!

QuercusMaxtoday at 3:07 PM

But building a web browser isn't a niche skill - it requires a whole bunch of them. You need to be a generalist to write a web browser.