Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
but you know that binary means it only has 2 states/values?
therefore base 33 can never become the "new binary"... -
theNox94777y@PonySlaystation of course I know that, it was just a joke, I didn't really know what to write in the tags and it was the first thing that came to my mind
-
@catintroholic haha ok great 😊
it is sometimes quite difficult to get a joke from written text 😉 -
I am confused. In any base, the first digit is one, and the next one is that digit times the base? So, wouldn't it be something really simple like "10"?
-
@catintroholic I knew both of those things...I was just wondering why so many digits? In base 33, 33 is "10"
-
theNox94777y@Haxk20 Thank you too :D I noticed there are lots of Slovaks here. It makes me feel a little proud for our little country 😎
-
theNox94777y@Haxk20 would be really cool to meet someone, when I get my stickers I'll put them somewhere for people to see :D
-
Root825087y@BitFlipped because ASCII character codes (aka ordinals)
"A" == 65, not 1
"a" == 97, not 27
"Happybirthday".chars.map { |char|
char.ord.to_s(33)
}.join
=> "262v3d3d3m2w363f3h35312v3m"
This is a friend's post, he's a genius 🤣
joke/meme
is the new binary
base 33