top | item 47027632

(no title)

tete | 14 days ago

Everyone needs to have made a web framework. Everyone needs to have made a programming language. Everyone needs to have made a supervisor. Everyone has to have made a container manager. Everyone needs to have made a text editor.

discuss

order

binaryturtle|14 days ago

Absolutely. I recently wrote my first compiler to get it off the bucket list… brainf*ck compiler/interpreter #100010134 or such? :-) Well… it was a fun half hour.

wakawaka28|14 days ago

I disagree with all of this. If you have time and interest, or a real need, then go ahead. I've never met a programmer who's made all of these things in my 20 years of programming, and that includes PhDs, professors, and old graybeards about to retire.

kalterdev|14 days ago

I think that at least one thing from the least is feasible.

killerstorm|14 days ago

What's the value of making a supervisor? It seems to be mostly about gluing together some system APIs.

trklausss|14 days ago

In some industries it’s critical. Think about aerospace where code is almost always homegrown or done by specialized company, and are specific implementations for specific needs. You don’t have that many COTS due to the criticality etc.