brianush1 | 3 months ago | on: Language is primarily a tool for communication rather than thought (2024) [pdf]
brianush1's comments
brianush1 | 4 months ago | on: Signs of introspection in large language models
brianush1 | 5 months ago | on: The Demon-Haunted World
My belief on this is not entirely rational, of course, but it seems to me that there's probably a sort of Turing-completeness for intelligence/understanding, where as soon as a mind starts being able to understand abstraction, given enough time and resources, it can probably understand the entire universe.
It would also be presumptuous to say that brainfuck is equally powerful to every other programming language that exists, and yet we know it to be true. The fundamental reason we can prove that Turing-complete languages are equivalent to each other is that we can build the same abstractions in both, so intuitively it feels like a similar principle holds for human intelligence.
brianush1 | 11 months ago | on: CSS Hell
brianush1 | 1 year ago | on: Tencent's 'Hunyuan-T1'–The First Mamba-Powered Ultra-Large Model
brianush1 | 1 year ago | on: The UnitedHealthcare Gunman Understands the Surveillance State
brianush1 | 1 year ago | on: A liar who always lies says "All my hats are green."
The statement "All my hats are green" would map to
things.every(thing => thing.type != 'hat' || thing.color == 'green')
i.e., everything the person owns must either be green or, if it isn't green, it must not be a hat since all hats are green.The negated form would then be
things.some(thing => thing.type == 'hat' && thing.color != 'green')
i.e., there are some hats that are not green.brianush1 | 1 year ago | on: A joke in approximating numbers raised to irrational powers
brianush1 | 1 year ago | on: The joy of reading books you don't understand
brianush1 | 1 year ago | on: Here comes the Muybridge camera moment but for text
brianush1 | 1 year ago | on: The Pen, Mightier (2011)
I'm genuinely curious, how else could you hold a pen?
brianush1 | 2 years ago | on: Counting the Hard Way
https://en.wikipedia.org/wiki/Multiplication_table#Modern_ti...
brianush1 | 2 years ago | on: Ocean Temperature
https://en.wikipedia.org/wiki/Wikipedia:No_original_research...
brianush1 | 4 years ago | on: Driving with D
@safe works perfectly fine and exactly the same in @nogc code as in GC-enabled code.
brianush1 | 5 years ago | on: Erlang Garbage Collection Details and Why It Matters (2015)
brianush1 | 5 years ago | on: John Cleese Sells the Brooklyn Bridge as an NFT
brianush1 | 5 years ago | on: John Cleese Sells the Brooklyn Bridge as an NFT
brianush1 | 5 years ago | on: Spectre in JavaScript
brianush1 | 5 years ago | on: 20% of requests for Wikimedia Commons are for one image of a flower
brianush1 | 5 years ago | on: Processors Under Pillows