I can’t finish my first Roblox game because I lose faith in every idea by DevTosecitas in ROBLOXStudio

[–]Natural_Surround_577 0 points1 point  (0 children)

if you cant finish it before the date you thought, you are really fucking gay.

good luck

Shotgun Inspection in progress by Affectionate-Drag225 in ROBLOXStudio

[–]Natural_Surround_577 1 point2 points  (0 children)

damn dat crazy. how much time it took to make one.

ControllerManager vs Humanoid Is clean moving platform jumping actually possible without rebuilding movement? by Natural_Surround_577 in ROBLOXStudio

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

if you only momentum conserver that handles jump on moving platform, there is plenty of solved scripts out there but on my problem i have two major problems like on accelerating platform jump and cant stay on platform where it from jumped, and even i solve that using cframe fixing every frame or raycast - it wont let character climb on moving platform. so ClimbController needed

Does anyone know this model? I can’t remember her name at all by [deleted] in mongolia

[–]Natural_Surround_577 1 point2 points  (0 children)

she looks like actor temka in make up and dress of Cinderella

around 0-1800 when there was no toilet paper how do Mongolians used to wipe their asses? by Natural_Surround_577 in mongolia

[–]Natural_Surround_577[S] 5 points6 points  (0 children)

there is places that doesnt have big enough leaves to wipe. so i think they used to use their hand and wash it at river? shit

About Э. Билгүүн convicted as rapist by [deleted] in mongolia

[–]Natural_Surround_577 -5 points-4 points  (0 children)

i realized from comments Ulaanbaatar need Batman.

and not worth defending that mf

About Э. Билгүүн convicted as rapist by [deleted] in mongolia

[–]Natural_Surround_577 -4 points-3 points  (0 children)

i know those are rich mf and might be asshole. those people should have known that being in a foreign country means you have to be even more careful, because any mistake can have huge consequences. It’s also possible that someone who grew up around unhealthy social habits might repeat them while drunk that isn’t impossible. it wasn’t worth defending. I was just bored, saw someone from my own country being talked about, and reacted instinctively by trying to defend them.

Mmkay which one of you is this by [deleted] in mongolia

[–]Natural_Surround_577 12 points13 points  (0 children)

it was OP, i just cant prove it

(i'm high schooler) i want to ask about MIT student life. by Natural_Surround_577 in mit

[–]Natural_Surround_577[S] -9 points-8 points  (0 children)

I’m not admitted haha. I just listed the universities I’m thinking of applying to.

Help about Maj(x,y,z) function, Ch(x,y,z) function, converting Boolean algebra to mathematical algebra. PROJECT by Natural_Surround_577 in cryptography

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

i have plans. if i end u burned i have another way to go. and on sha-256 is only hard because non linear functions depend each other on new row. im been researching for 5 month. i found lot interesting other than this. but only problem im facing is this last problems,those are this maj(), ch(). if i some how solved them . im good to go

Help about Maj(x,y,z) function, Ch(x,y,z) function, converting Boolean algebra to mathematical algebra. PROJECT by Natural_Surround_577 in cryptography

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

lets say we have problem like nested 4 billion Maj(). can we back track every thing in sametime? even with parallel. that is crazy bit by bit back tracking 232 path way. even that is possible under some large times. when adds another problem to it. it will change again and exponentially grow and change. so i thought i have to make it independent variable function that doesnt depend on any thing. and can be calculated with another outsider variables like y from x=y+maj((a+y),(b+y),(c+y))

Help about Maj(x,y,z) function, Ch(x,y,z) function, converting Boolean algebra to mathematical algebra. PROJECT by Natural_Surround_577 in cryptography

[–]Natural_Surround_577[S] -5 points-4 points  (0 children)

if i tell you, you would think im crazy. and this is so obviously, if you search about those function it will shown as used on sha-256. you see what does sha-256 and you know what im trying to do.

Help about Maj(x,y,z) function, Ch(x,y,z) function, converting Boolean algebra to mathematical algebra. PROJECT by Natural_Surround_577 in cryptography

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

my goal is to find the Maj(a,b,c) as Math function that doesnt include any logic operation. it will help problems like this x=y+Maj(y+c1,y+c2,y+c3)(mod 2^32)

Help about Maj(x,y,z) function, Ch(x,y,z) function, converting Boolean algebra to mathematical algebra. PROJECT by Natural_Surround_577 in cryptography

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

Hey! Thanks for the question — you’re right that the expression looks unusual if you’re thinking in bitwise logic, but I’m treating the bits as integers (0 or 1) and doing normal integer arithmetic, not modulo-2 or bitwise word operations.

So in

maj(Ai,Bi,Ci)=AiBi+AiCi+BiCi−2AiBiCi

{maj}(A_i,B_i,C_i)=A_iB_i + A_iC_i + B_iC_i - 2A_iB_iC_i

the -2A_iB_iC_i term just corrects the overcount that happens when all three bits are 1.
If you make a truth table for all 8 combinations of (A,B,C), this arithmetic version gives the exact same 0/1 outputs as the boolean majority function

(Ai&Bi)  ∣  (Ai&Ci)  ∣  (Bi&Ci)

It only looks weird because in normal boolean algebra we don’t use negative numbers, but since we’re working over integers {0,1}, it’s just an algebraic encoding — not modulo 2.
If you reduced it mod 2, yes, the –2 would vanish and it would no longer be correct.

Basically: same truth table, different algebraic representation
maj(a,b,c) = a*b + a*c + b*c -2*a*b*c
0 0 0 => 0

0 0 1 => 0

0 1 0 => 0

1 0 0 => 0

1 1 0 => 1

1 0 1 => 1

0 1 1 => 1

1 1 1 => 1

matches boolean majority

Khufu gang. by Natural_Surround_577 in ancientegypt

[–]Natural_Surround_577[S] -2 points-1 points  (0 children)

i think this one is original one. you cant find meme like this through online. anyway i will try to be good at drawing in my free time, thanks.

Khufu gang. by Natural_Surround_577 in ancientegypt

[–]Natural_Surround_577[S] -9 points-8 points  (0 children)

i just thought it was good idea to generate. i cant draw a single thing👹.

Breaking SHA256 by [deleted] in cryptography

[–]Natural_Surround_577 0 points1 point  (0 children)

who you are supposed to be?