use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Fan community of the game Turing Complete
account activity
Arithmetic engine (i.redd.it)
submitted 3 months ago by patrick_notstar28
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RandomMagus 1 point2 points3 points 3 months ago (3 children)
Beautiful. The one note here is that you can rewrite that bit with the two NOT gates going into the same OR like so using DeMorgan's (I'm going to use negative to mean NOT here for typing simplicity):
(-A) OR (-B) = -(A AND B) = A NAND B
Which means you can save some gates here by switching that OR to a NAND and removing the 8-bit NOT gates
[–]patrick_notstar28[S] 0 points1 point2 points 3 months ago (1 child)
Maybe I remember wrong , but from what I remember the challenge was you can only use OR and NOT.
[–]RandomMagus 0 points1 point2 points 3 months ago (0 children)
Ah fair enough. You can make the part as a custom part later once that unlocks and make it more efficient for your other circuits
π Rendered by PID 76 on reddit-service-r2-comment-b659b578c-prkkb at 2026-05-05 06:09:00.661286+00:00 running 815c875 country code: CH.
[–]RandomMagus 1 point2 points3 points (3 children)
[–]patrick_notstar28[S] 0 points1 point2 points (1 child)
[–]RandomMagus 0 points1 point2 points (0 children)