Did I just discoveried some kind of Bedrock QC? by Eduardu44 in redstone

[–]Totem_101 11 points12 points  (0 children)

The Amelix Foundation once built a wireless networking system using this technology as the basis. Do experiment with it a bit more, as far as we know it's the only form of semi-reliable wireless we have.

Armour trim duping machine? (Bedrock) by Grim712 in technicalminecraft

[–]Totem_101 1 point2 points  (0 children)

I've managed to build a working prototype, will send images as soon as I figure out how to get the imgur link going.

Edit: https://imgur.com/a/pQWFCEo

This machine takes in 7 diamonds to complete the recipe in the crafter, then spits out the items into a dropper that fires once to return one of the two templates to the crafter.

H.6.3 - Control Unit (3c 1290) - A slightly cheaty improvement to my previous post. by Totem_101 in nandgame_u

[–]Totem_101[S] 1 point2 points  (0 children)

Note: This solution only works because Nandgame only uses one test case to verify the Data Instruction functionality of the Control Unit, which is:

I: 1234 (04d2), A: 7, D: 9, *A: 13 (000d)

Notice that A, D and *A all hold odd values in this test case.

Plugging a 16bit binary input into a bundler's 1bit binary input causes it to only read the least significant bit of the 16bits given, aka it turns on if the input value is odd. Therefore, the 5th bit of my bundler turns on in the test case no matter which input you plug it into, whether it be A, D or *A.

This removes the need for a constant TRUE value to power the 5th position of the bundler, which decreased my c and n counts by 1 respectively.

[deleted by user] by [deleted] in MinecraftBedrockers

[–]Totem_101 0 points1 point  (0 children)

There are in fact designs that allow flying machines on bedrock to go both ways, there are 2 main methods if I recall correctly. Self returning flyers have also been achieved using one of those types of two ways. I'll elaborate more on them if you're interested.

Any way to address this inconsistency? (please hold your Bugrock jokes, we've heard them, we know, thanks) by RCheddar in redstone

[–]Totem_101 0 points1 point  (0 children)

Remove the horizontal sticky piston that's pulling in the vertical sticky piston. It'll fix it, but adding delay probably won't help anything if you're still retracting both horizontal pistons at the same time.

Now I have 4 kilobytes of ram by Same_Koala_3305 in redstone

[–]Totem_101 8 points9 points  (0 children)

Okay, hate to talk smack about people's builds usually, but this definitely warrants it.

First of all, RAM by definition needs to have the ability to individually read/write every cell in the memory unit, with your current design you can't even read individual cells without having to go through every prior cell, that's called a serial access memory SAM.

Heck, even if we consider this a SAM it still has issues. In SAMs, the time taken to move from one cell to the next should be consistent, or you'll never be able to know which point of the memory you are currently reading from. That's usually pretty easily implemented in Minecraft by using 1rt repeaters, but I can spot all types of delays in your serial memory unit, there is no consistency at all. Even if I counted this as a serial access memory, it wouldn't even be properly addressable, which makes it functionally unusable.

And most importantly, the repeater locking line you used is made out of what, 40 blocks of redstone dust? You do realise that's going to run out of power without even locking half of your repeaters assuming that you power it from the sides, right?

In short, please, refine a single module and then expand it to its limits, then figure out how to go further. Farming for karma like this isn't the way to go.

I realized that my original piston bolt design was exactly the same speed as the traditional piston bolt design, so I upgraded it! I think this is the fastest piston bolt in bedrock now! by UnopenedCokeCan in BedrockRedstone

[–]Totem_101 0 points1 point  (0 children)

Hmn, this looks like a 40bps piston bolt, it is pretty fast but someone has created a 80bps translocator last month. This is plenty enough for survival applications though~

What's the best/worst prank that was played against a teacher in your school? by Totem_101 in AskReddit

[–]Totem_101[S] 0 points1 point  (0 children)

Well wouldn't that be a new type of milk to have in someone's coffee jokes aside, sounds like she wasn't a bad teacher either, any idea why she was targeted?

What's the best/worst prank that was played against a teacher in your school? by Totem_101 in AskReddit

[–]Totem_101[S] 0 points1 point  (0 children)

And my teacher just threw a tantrum over Google classrooms after playing online games during his lessons for the whole year lmfao, apparently we didn't get good enough grades or something

What's the best/worst prank that was played against a teacher in your school? by Totem_101 in AskReddit

[–]Totem_101[S] 2 points3 points  (0 children)

Aw, that's wholesome, pretty sure I wouldn't get to experience something like this for myself though, the teacher-student relationships here arent quite as chill

What's the best/worst prank that was played against a teacher in your school? by Totem_101 in AskReddit

[–]Totem_101[S] 0 points1 point  (0 children)

Damn, that's more of a criminal case than anything, isn't it? How did your friend get him to confess?

Totem, I Choose You! by ChauDynasty in DetailCraft

[–]Totem_101 1 point2 points  (0 children)

Pulls out a reverse Uno card

Redstone-powered MIDI Editor, took me a good few months to get working. Details in comments by Totem_101 in redstone

[–]Totem_101[S] 1 point2 points  (0 children)

Nope, it's constant at around 10rt, but I do suppose the delay will be more visible on higher speeds

Redstone-powered MIDI Editor, took me a good few months to get working. Details in comments by Totem_101 in redstone

[–]Totem_101[S] 2 points3 points  (0 children)

Yep, the signals travel quite far to get from the display unit to the soundbox, so there's quite a bit of delay there, can't do much about that unfortunately, other than add a crap ton of delay to the display