Hacker News
How would you know whether an ancient culture had zero?
lisp2240
|next
[-]
gmuslera
|next
|previous
[-]
whatsThisBtn4
|root
|parent
[-]
I highly recommend suffering through both early and late Wittgenstein (only wrote 2 books and essentially invented one of the 3 branches of philosophy).
Expect to only understand 10% of what he says, but that is normal.
Separately, pragmatism by William James is an easy 4 hour read and you can have 2/3 of the branches of meta philosophy.
thaumasiotes
|next
|previous
[-]
Well, this is plainly false.
CamperBob2
|root
|parent
[-]
thaumasiotes
|root
|parent
[-]
The symbol for ten is 十. Heck, there's also a symbol for twenty, 廿, and it exists despite the number system being base 10.
If you're curious, zero is 零. Successive zeroes are combined, so 一千零一 is 1001.
conartist6
|next
|previous
[-]
When you're writing code, you can express any concept except that of an unfilled hole. We've rearranged every part of the coding process in a twisted-up way, all for the lack of a way to express lack.
If you want to be more clear about what I mean, look to tools which can express holes like https://scratch.mit.edu and https://hazel.org. They give the feeling of letting things snap together like lego bricks. Indeed, lego bricks themselves function because of the negative space (the holes) in them!
mungoman2
|root
|parent
|next
[-]
dosisking
|root
|parent
|next
|previous
[-]
conartist6isme
|root
|parent
[-]
Sure! Like mad libs if you couldn't be sure if _____ was a missing part or the text what was meant to be there. In a mad lib it's obvious, but with code it may be less obvious. You certainly can't just use _ with code. Even the nil code point is allowed in some programming languages' source code (e.g. rust).