TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Megaprocessor – A micro-processor built large (2016)

266 点作者 amadeuspzs超过 3 年前

20 条评论

osamagirl69超过 3 年前
The mega processor is one of my all-time favorite computers, along with the Magic-1 <a href="https:&#x2F;&#x2F;homebrewcpu.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;homebrewcpu.com&#x2F;</a><p>The megaprocessor is just absolutely wonderful in how it bridges from &#x27;here is a transistor, it lights an LED&#x27; to &#x27;here is a computer, it plays tetris&#x27;. I always struggled to unwind the layers of abstraction in a modern computer from atoms in the CPU to running python, but being able to just look at a bunch of literal transistors (with LEDs on each gate!) wired up playing tetris shows how a computer really works in such a profound and awe inspiring fashion.<p>Magic-1 is sort of the next level higher complexity, where it is made out of very simple TTL (most complicated chip function is the ALU--a circuit I had to build as an EE undergrad out of or- and and- gates) and it hosts a webpage. It currently seems to be down, but you can see it on the wayback machine <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20210815180101&#x2F;http:&#x2F;&#x2F;www.magic-1.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20210815180101&#x2F;http:&#x2F;&#x2F;www.magic-...</a><p>I will never forget when I came across that site and realized that I was interacting with a wirewrapped pile of ram and nor gates over the internet. There was even a time when you could telnet in and play some retro text-based adventure games, To this day, the only time I have played Adventure was on Magic-1.
评论 #29267682 未加载
评论 #29269969 未加载
评论 #29267468 未加载
temeritatis超过 3 年前
I often wondered i could build some sort of general computing machine if we were pushed back to the dark ages or something. I guess you have to define exactly at what level of technological achievements we were pushed back to. But with the knowledge we have today, and without ICs (or advanced manufacturing facilities) and only &quot;simple electronics&quot; (whatever that would be) if this would be possible. Fun stuff to think about!
评论 #29266415 未加载
评论 #29265798 未加载
评论 #29265920 未加载
评论 #29267102 未加载
评论 #29267606 未加载
评论 #29267107 未加载
评论 #29266185 未加载
评论 #29266794 未加载
评论 #29268978 未加载
评论 #29266905 未加载
评论 #29265972 未加载
评论 #29265625 未加载
评论 #29272255 未加载
评论 #29265925 未加载
评论 #29266316 未加载
tyingq超过 3 年前
In the same space of using discrete components instead of ICs , the Monster6502: <a href="https:&#x2F;&#x2F;monster6502.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;monster6502.com&#x2F;</a><p>Note: Well, there are some quad transistor array chips, but that seems still in the same spirit.
dTal超过 3 年前
Missed opportunity to call it a &quot;macroprocessor&quot;.
zanethomas超过 3 年前
I think the minicomputers of the 70s well-represent the halfway point between there and what we have today.<p>At Basic Four Corporation I worked on systems built from 8&quot;x11&quot; circuit boards. A CPU might consist of two such cards joined on the front by a couple flat 50-pin cables and to the other components by a backplane.<p>Disk Controller: 1 board Terminal controller: 1 board etc<p><a href="https:&#x2F;&#x2F;www.ricomputermuseum.org&#x2F;collections-gallery&#x2F;equipment&#x2F;mai-basic-four-model-1200" rel="nofollow">https:&#x2F;&#x2F;www.ricomputermuseum.org&#x2F;collections-gallery&#x2F;equipme...</a><p>Would be interesting to see some enterprising soul recreate a modern computer in such a form factor.
评论 #29269118 未加载
ryanmercer超过 3 年前
That is fantastically impressive and reminds me of something Sam Altman said once<p>&quot;Alan Kay gave me an Alto. That’s not the very last computer that I think is within my capability to understand everything that’s happening in there, but it’s getting near the end.&quot; <a href="https:&#x2F;&#x2F;mastersofscale.com&#x2F;sam-altman-why-customer-love-is-all-you-need&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mastersofscale.com&#x2F;sam-altman-why-customer-love-is-a...</a><p>This is a visual representation of about what I understand about a processor and still outside of what I could actually make without a lot of reference material.
diordiderot超过 3 年前
This is currently sitting in the computing history museum in Cambridge. 10 pounds entry. They have loads of old computers and consoles
评论 #29266997 未加载
jdkee超过 3 年前
MOnSter 6502 for the curious.<p><a href="https:&#x2F;&#x2F;monster6502.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;monster6502.com&#x2F;</a>
评论 #29269941 未加载
Milner08超过 3 年前
Tom Scott has done videos where this has been either used directly as part of the video or has been in the background.<p>For example - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Z5JC9Ve1sfI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Z5JC9Ve1sfI</a> - It certainly makes for a cool background.
asdf_snar超过 3 年前
The quality of not only the product, but the accompanying explanations is outstanding. I think it&#x27;s a work of art, because not only is it visually impactful (especially at 1Hz, as in the demu), it also uses the medium to convey an idea that would be difficult to convey in any other way.<p>I&#x27;m interested in making (stochastic) algorithms fast, which always seems to eventually lead back to looking at code in compiler explorer. The extent of my knowledge there is basically &quot;short assembly good, long assembly bad&quot;. But I&#x27;ve always lacked some &quot;tactile&quot; feeling (for lack of a better phrase) for what a register like &quot;eax&quot; or &quot;rax&quot; is. I hope that learning more about the megaprocessor might help get a glimpse of this.
alberto_ol超过 3 年前
Previous submission, 88 comments<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12317217" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12317217</a>
ozarkerD超过 3 年前
This is AWESOME
评论 #29265559 未加载
marcodiego超过 3 年前
If the ISA is sufficiently efficient, 8kHz is fast enough to run interpreters. An 8kHz can be useful as a calculator, running thing similar to FORTRAN and, if is has suitable I&#x2F;O, maybe run a BASIC or CHIP-8 interpreter.
评论 #29265563 未加载
评论 #29273183 未加载
areactnativedev超过 3 年前
This is so good. I&#x27;ve just watched his 8 videos explaining from transistors to logic and memory. Wonder why he unfortunately stopped at SS8 : Time and Memory now...
trasz超过 3 年前
That giant slider pot to adjust clock speed is awesome.
qwerty456127超过 3 年前
Can it run Doom? Or NetBSD? or whatever people would normally run on a PC?
评论 #29276908 未加载
cushychicken超过 3 年前
Wait - this thing runs <i>Windows?!</i> I figured it ran some kind of bytecode or toy OS. That&#x27;s very neat that it runs a commercial operating system.<p>I&#x27;d seen this post before but I&#x27;d never noticed the monitor with the Windows login screen.
评论 #29265543 未加载
评论 #29265498 未加载
评论 #29265422 未加载
FpUser超过 3 年前
Curious what factors limit clock to 8kHz.
评论 #29269601 未加载
评论 #29268175 未加载
mrlonglong超过 3 年前
I&#x27;m astonished it&#x27;s running Windows !
dennis714超过 3 年前
Eat this: <a href="https:&#x2F;&#x2F;web.cecs.pdx.edu&#x2F;%7Eharry&#x2F;Relay&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.cecs.pdx.edu&#x2F;%7Eharry&#x2F;Relay&#x2F;</a>