this post was submitted on 01 Jun 2026
191 points (80.1% liked)

memes

21852 readers
2291 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AI_toothbrush@lemmy.zip 49 points 1 month ago (2 children)

I mean not really cause base one would just be 111 + 111 = 111111. On the other hand if its baseless it still doesnt work cause then its 3 + 6 = 9? But with that it could just be base 10. One thing that could work is that its actually a split base 4 and 8 system where the first 3 digits of a number are base 4 and the rest are base 8 but this is a very confusing system and the opposite of what is usual. It could also be a system where 1, 2, 3 are used for whole parts of numbers and 4, 5, 6 were added when they inveneted fractions so they represent the fractional part of numbers? Thats what im gonna put my money on tho im probably ignoring something obvious.

[–] abbadon420@sh.itjust.works 28 points 1 month ago (5 children)

I disagree with you definition of base 1. Since base 10 is 0 through 9, and base 2 is 0 and 1, therefor base 1 must be only 0.

The real question is: How do we continue?
What is base 0?
Is that equal to base 1?
Are the negative bases?

[–] DmMacniel@feddit.org 21 points 1 month ago (1 children)

Base 1 is just run length encoding.

1: 1
2: 11
3: 111
...
10: 1111111111
[–] 4am@lemmy.zip 2 points 1 month ago (1 children)

That would be reverse run length encoding. Also, Base 1 is just zero, everything equals zero.

123 = 000 = 0

456 = 000 = 0

123456 = 000000 = 0

123 + 456 = 123456

0 + 0 = 0

69 + 420 = 42069

[–] Snazz@lemmy.world 6 points 1 month ago

Base-n is a numeral positioning system where the value of each digit is n times the value of the dight directly to its right.

We typically don’t let the maximum digit we use to be greater than or equal to n because then there would be multiple ways to express the same number.

However when working with weird bases, sometimes it’s useful to forgo this convention.

[–] Schmoo@slrpnk.net 14 points 1 month ago

Base 1 is a tally system. The symbol can be anything as long as it's discrete.

[–] Foofighter@discuss.tchncs.de 3 points 1 month ago (1 children)

And what about base e or fractional bases?

[–] abbadon420@sh.itjust.works 2 points 1 month ago

You can read all about those in The Lesser Key of Solomon

[–] wonderingwanderer@sopuli.xyz 1 points 1 month ago

Base 0 has zero digits, so it would just be blank

[–] AI_toothbrush@lemmy.zip 1 points 1 month ago

This is completely true but i kinda shortcut to a zeroless base 1, basically a counting system. Another way you could make it work is of you had a seperate numeral for each factor of 2. So 1->1, 2->2, 3->4, 4->8, etc. So 123 is just 1+10+100->111 in base 2 so 123+456=123456 is true because 7+56 is 63. Idk i think we are overcomplicating a meme but thats what the internet is for and i think this system is actually not even that cursed.

[–] pipe01@programming.dev 4 points 1 month ago

I think they just meant modulo 1 instead