this post was submitted on 18 Jul 2024
296 points (95.7% liked)

Curated Tumblr

3826 readers
23 users here now

For preserving the least toxic and most culturally relevant Tumblr heritage posts.

Image descriptions and plain text captions of written content are expected of all screenshots. Here are some image text extractors (I looked these up quick and will gladly take FOSS recommendations):

-web

-iOS

-android

Please begin copied raw text posts (lacking a screenshot that makes it apparent it is from Tumblr) with:

# This has been reposted here to Lemmy as part of the "Curated Tumblr Project."

I made the icon using multiple creative commons svg resources, the banner is this.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] NateNate60@lemmy.world 41 points 2 months ago (2 children)

Hate to bring it up, but compared to real digital circuits Minecraft redstone is literally a child's toy

[–] itsralC@lemm.ee 31 points 2 months ago

Also the meme acts as if the people that did all that crazy shit, like building actual computers in minecraft, aren't computer engineers.

[–] candybrie@lemmy.world 12 points 2 months ago* (last edited 2 months ago) (1 children)

They show how to make a NAND, NOR, and XOR gate. And all you really need for functional completeness is the NAND.

This just doesn't have the semi-analog stuff like DRAM.

But if I had to do my digital design at the gate level for anything more than like an adder, I'd be pretty over it pretty quickly.

[–] Hazzard@lemm.ee 5 points 2 months ago* (last edited 2 months ago) (1 children)

From what I understand, the majority of the most ridiculous minecraft feats are just... writing code to write Minecraft world data for logic circuits, not actually placing the blocks by hand. At a certain scale writing some kind of monstrous compiler to place blocks for you based on a proper circuit plan or programming language becomes easier.

[–] candybrie@lemmy.world 8 points 2 months ago

If it's still the equivalent of gate level, even if those gates are expressed with words rather than placing each block, it's still a slog. To get beyond gate-level, I think you'd need to write your own HDL and/or synthesis tool for minecraft redstone, which seems even deeper than what most people developing real digital logic do.

Like, I just write verilog and synopsys handles it well enough for my physical design team to have a good starting point.