this post was submitted on 18 Jul 2024
300 points (95.5% liked)

Curated Tumblr

4508 readers
112 users here now

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

The best transcribed post each week will be pinned and receive a random bitmap of a trophy superimposed with the author's username and a personalized message. Here are some OCR tools to assist you in your endeavors:

Don't be mean. I promise to do my best to judge that fairly.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dwindling7373@feddit.it 57 points 7 months ago (4 children)

I always assumed they use some kind of tool to convert code into blocks. I refuse to believe somebody handbuilt anything bigger than a calculator in minecraft.

[–] Darkassassin07@lemmy.ca 52 points 7 months ago

There are those that build entirely by hand; but the more common method is to use tools/mods like MCEdit to copy+paste whole sections of blocks. Then you can just build out one of each logic gate/larger section and copy+paste it all together into the full creation bit by bit.

[–] NateNate60@lemmy.world 17 points 7 months ago

In digital logic design, this is called a synthesis tool. In the design of real digital circuitry, you write a code-like hardware description using a language called an "HDL" (hardware description language) such as VHDL or SystemVerilog. Then a program called a synthesiser converts the HDL into a digital circuit.

Each module is designed this way then hooked up using busses and wires.

In real-life, you would then send the generated design to the manufacturing team

[–] JPAKx4@lemmy.blahaj.zone 11 points 7 months ago

I recommend mattbatwings, he actually does design the circuits and just copy and pastes them using world edit tools

[–] Zos_Kia@lemmynsfw.com 4 points 7 months ago

A guy made a GPU a couple years back, also there's that YouTuber who made a neural network and trained it to recognize hand written digits. You draw the digit by walking on a platform with pressure plates on it !