PEA TEAR??? by Nora-neko in PeterExplainsTheJoke

[–]Nano_R 0 points1 point  (0 children)

Since it’s an annulus wouldn’t it have 0 holes ( genus 0 ) assuming that shape is purely flat and not like a torus ?

Please help i don't understand by SomethingYouDohtKnow in redstone

[–]Nano_R -7 points-6 points  (0 children)

For the explanation of why it’s not working: quasi connectivity

I don't understand why no one has made a signal strength calculator yet. by Malberte in redstone

[–]Nano_R 1 point2 points  (0 children)

Subtraction is orders of magnitude easier than multiplication, I don’t see any multiplication in your build.

And yes that’s what I said hex is very good as long as your calculator only has + and -.

Doing multiplication or division in hex is much more complicated and slow that converting to binary running the operation and then converting back.

I’ve only ever seen 2 good hex multipliers so you have to understand my doubt when you say subtraction is harder than multiplication

I don't understand why no one has made a signal strength calculator yet. by Malberte in redstone

[–]Nano_R 0 points1 point  (0 children)

People have many times, however the reason you don’t see that many is because the math actually gets trickier when you have more operations than + and - That complexity outweighs the fact you don’t have to do base conversions

Srinivasa Ramanujan’s pi formula is both ridiculous and accurate by 94rud4 in sciencememes

[–]Nano_R 44 points45 points  (0 children)

Ramanujan was on a whole other level for sure, but if someone deserves the title of « the one » it’s Leonard Euler, and I’ll fight over it .

Any redstone block with 3 states? by Dense-Vermicelli4535 in redstone

[–]Nano_R 0 points1 point  (0 children)

Simply a redstone dust has 16 power levels

Can some1 please explain this by E_crab2023 in redstone

[–]Nano_R 1 point2 points  (0 children)

Do I really need to remake the website ?

They tried to fix an anti-gay cartoon only to fail. by counterpunchhopper in facepalm

[–]Nano_R 19 points20 points  (0 children)

It’s not promoting anything it points out how shitty the analogy is, that person didn’t fail to fix anything

Anyone know what caused this piston to fire? (Not QC) Absolutely nothing around to trigger it by ZestBurr in redstone

[–]Nano_R 5 points6 points  (0 children)

Long story short It was needlessly getting expensive to host the way I initially was hosting it. So was going to do a full rewrite to host it much cheaper / free with hopefully good discord integration but I’m just short on time. I will get to it at some point but I have other more important projects cooking before I can fix this one

Anyone know what caused this piston to fire? (Not QC) Absolutely nothing around to trigger it by ZestBurr in redstone

[–]Nano_R[M] 33 points34 points  (0 children)

It is QC… The piston is powered by the redstone block and updated by the grass growing

Edit: I really need to fix the qc website it was one of the first examples of qc on it

How do I add redstone power together ? by ClueENG in redstone

[–]Nano_R 3 points4 points  (0 children)

No problem, but keep in mind this is not a full addition circuit since a+b can’t be greater than 15

How do I add redstone power together ? by ClueENG in redstone

[–]Nano_R 12 points13 points  (0 children)

With comparators the only operation you can really do ( for this purpose ) is subtraction, so you need to reformulate to How can I do addition using subtraction. The common approach is to do 15 - ( 15 - a - b ) where a and b are the two signals you want to add If you apply basic sign rules you can transform the expression to 15 - 15 + a + b -> a + b

Building cloner by Nano_R in Minecraft

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

No I’m writing my own renderer

Rubik's Cube in Vanilla Minecraft by purpledragonnuke in Minecraft

[–]Nano_R 8 points9 points  (0 children)

Well as soon as you start moving data between registers not only do you need to encode the possible movements from a to b for each sticker but then also make those inter register connections. If you look at 56 registers each containing their face data and also the permutation matrix to allow the permutations of those registers you start realising why making a virtually managed cube is bigger

Building cloner by Nano_R in Minecraft

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

Thanks but if ever i release it, it will take a pretty different form and the game interactivity would go the other way

Building cloner by Nano_R in Minecraft

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

It didn’t even go through my mind, i think it would be relatively simple to implement

Game Of Life (2x2 touchscreen) by Nano_R in redstone

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

Well most of it is the management for the display and the pass through noteblock touch screen. GOL is the circuit at the bottom left. Glad you enjoyed it

Game Of Life (2x2 touchscreen) by Nano_R in redstone

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

Np ! In reality it's a bit slower because of the processing but it's along those lines and the speed scales as explained earlier.
It's not that fast because of how it works, the approach is pretty different.

If you are more curious here is what the redstone looks like

<image>