Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

These guys are like vintage car nuts. Its like they are reliving the glory days of simple and understandable CPUs. Those days have gone! Building your own CPU is cool, but its a bit of a waste of talent; it does nothing to advance technology is you see what I mean.

Give me a Tesla Roadster.



It may not advance today's hardware technology, but understanding these sorts of things means you have a deep understanding of many, many principles.

It's common when writing threaded software for multi-core systems to have an ""edge-race," where correct behavior can depend on exact ordering of earlier processing. Most of the people I know who have never had a software edge-race are people with significant hardware knowledge. They know what it's like to have many things going on simultaneously, and have the experience to reason about it more easily than those with a pure software background

With aggressively multi-core systems becoming more common (we are routinely using systems with 32 cores, and then we use 30 or more of them) material like this is becoming more relevant.


As part of the computer science/engineering program I went to at university, we had courses spanning the entire stack. Intro courses were in Scheme and C, and later courses went on to higher-level OO and relational databases and other paradigms. But we also had a short course in analogue electronics, followed by one in digital electronics, both of which were extremely hands-on, requiring us to construct simple circuits in the analogue course, but eventually progressing up to making our own simple CPU in the digital one, including making the microcode for it, and programming it in our own machine code.

That was a real eye-opening moment for me when I realized I had actually been all over the stack and had some sort of understanding of how a high-level program gets compiled and executed and what actually happens at the lowest level, and that that was useful for understanding the high level better.


I second this. One of the most eye opening and impactful classes I took in my undergrad was the digital circuits class. It finally made it click. Breadboarding a simple ALU at a workbench out of simple logic components, making them work off of a clock (seeing how the clock was just a final input that forced the operation to occur blew my mind), etc. etc. then doing it again in an FPGA was awesome. Suddenly all of the stack made sense, my compiler class made sense (when we wrote an emulator for a fictional target system to compile to, I kept thinking about how that system would work as a logic diagram), the OS class made sense (thinking about how the contents of an instruction could be swapped out for context switches in a multi-tasking system)...

I wish that the curriculum at my school had started with that class. It would have been a much better foundation to start off of than C++ and Prolog.


Sure... If you want to learn about that you could practice writing code for a low level emulator (loads are available). No need to actually build your own CPU.

It is pretty cool though.


I'll take a Caterham 7 over your Tesla any day. It's cheaper, lighter, faster in a straight line, faster around the corners, and better for the environment.

Did I also mention I could drive it from San Jose to San Francisco and back without needing a tow truck or an overnight recharge?

Did they do anything to advance technology to build it? Probably not. But they sure made damn good use of existing technology, and in doing so have produced something truly amazing to drive.

In the same vein, have the retro CPU hackers 'advanced' existing technology? No. But they've given themselves a really deep knowledge of how CPUs work, and on top of that, added a rather impressive bullet point to their resumes. And they've made something that is pretty damn cool.


I'll take an Ariel Atom over both of those.

Doesn't even need body panels.


One advantage to the Caterham is that it actually comes with a roof :-p


I have loved the C7 for a long time, but I was unaware they were available for purchase in the US. Is there some kind of program (maybe like the Noble in which it is sold as a "kit car") where these are available?


"Dr. X was the ideal man for this job because of his very disreputability. He was a reverse engineer. He collected artificial mites like some batty Victorian lepidopterist. He took them apart one atom at a time to see how they worked, and when he found some clever innovation, he squirreled it away in his database. Since most of these innovations were the result of natural selection, Dr. X was usually the first human being to know about them.

"Hacksworth was a forger, Dr. X was a honer. The distinction was at least as old as the digital computer. Forgers created a new technology and then forged on to the next project, having explored only the outlines of its potential. Honers got less respect because they appeared to sit still technologically, playing around with systems that were no longer start, hacking them for all they were worth, getting them to do things the forgers had never envisioned." (Neal Stephenson, The Diamond Age)

Don't diss the forgers.


The people who build the cutting edge stuff have to understand the basics really really well. How do you propose they go about getting that experience?


Can you build any sort of CPU or any sort of car from scratch?


Yes, some of CPUs mentioned in article are reproducible, and everyone can make it :-)


Is that how you feel about people who cook their own food?


To be fair, it is still possible for a home cook to create something that's better than commercially available food. I'd be very surprised if a homebrewer could do that for a cpu.

I definitely disagree that homebrewing cpus is a waste of time or talent though.


it is still possible for a home cook to create something that's better than commercially available food

I’d go so far as to say it’s likely


What about not just cook, but grow it at your back-yard? :-)


dammit, that would have been better




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: