Readit News logoReadit News
Phanteaume commented on Why it is (nearly) impossible that we live in a simulation   arxiv.org/abs/2504.08461... · Posted by u/pseudolus
SketchySeaBeast · 4 months ago
The people in the media aren't actually suffering. I don't know about you, but I wouldn't enjoy it knowing that anything was actually was in pain for my amusement. We can't even use video game as a analogy for the simulation because the creatures in video games don't actually feel, and the simulation implies we are built to have conscious experience.
Phanteaume · 4 months ago
> The people in the media aren't actually suffering. I would argue that from their point of view, they very well do. See "Last Action Hero" for my point. How do you know, one dimension higher from them, that they do not suffer ? Do you see the actor "winking" at you, like it's a joke ? No, from their point of view, the suffering is pretty much real.

You imagine suffering from our point of view. Try to imagine that a God might see you as you see Bruce Wayne in the comics.

Phanteaume commented on Why it is (nearly) impossible that we live in a simulation   arxiv.org/abs/2504.08461... · Posted by u/pseudolus
suzzer99 · 4 months ago
Then I have a lot of issues with the amount of tragedy and suffering they allow.
Phanteaume · 4 months ago
I had the same pain point with religion until I realize that I routinely enjoy movies, shows or books where people suffer or die in unjust ways.

Well, if I enjoy it (to some degree, because it serves the story), wouldn't some other entities do too ?

Phanteaume commented on Why it is (nearly) impossible that we live in a simulation   arxiv.org/abs/2504.08461... · Posted by u/pseudolus
Phanteaume · 4 months ago
Why is it a stance accepted in Science to arrive at dramatic conclusions like these and not realise that maybe, we are missing something ? I can't help but imagine how for most of humanity, germs did not exist, black holes did not exist, electricity did not exist, radioactivity did not exist, electrons did not exist...

Why can't we recognize that we do not stand at the endpoint of life and science but (hopefully) at one of its many segments, and that maybe not being able to calculate something does not equate its impossibility ?

Phanteaume commented on Time saved by AI offset by new work created, study suggests   arstechnica.com/ai/2025/0... · Posted by u/amichail
amarant · 4 months ago
It's got me wondering: do any of my hard work actually matter? Or is it all just pointless busy-work invented since the industrial revolution to create jobs for everyone, when in reality we would be fine if like 5% of society worked while the rest slacked off? Don't think we'd have as many videogames, but then again, we would have time to play, which I would argue is more valuable than games.

To paraphrase Lee Iacocca: We must stop and ask ourselves, how much videogames do we really need?

Phanteaume · 4 months ago
You're on the right path, don't fall back into the global gaslight. Go deeper.

http://youtube.com/watch?v=9lDTdLQnSQo

Phanteaume commented on Avoiding skill atrophy in the age of AI   addyo.substack.com/p/avoi... · Posted by u/NotInOurNames
namaria · 4 months ago
Why would you need to run inference through a GPU farm for that? The wikipedia article on him is pretty interesting.

Funny you should mention him, I am very interested in his conceptions about the nature of reality:

'Planck said in 1944, "As a man who has devoted his whole life to the most clear headed science, to the study of matter, I can tell you as a result of my research about atoms this much: There is no matter as such. All matter originates and exists only by virtue of a force which brings the particle of an atom to vibration and holds this most minute solar system of the atom together. We must assume behind this force the existence of a conscious and intelligent spirit [orig. geist]. This spirit is the matrix of all matter."'

Phanteaume · 4 months ago
Really interesting quote, synchronicity hits me well, thanks for sharing :)

The Wikipedia might lack the interactivity I enjoy from the technology ? I mean, I'm all up for local LLMs, but currently this just seems overpriced...

Phanteaume commented on Avoiding skill atrophy in the age of AI   addyo.substack.com/p/avoi... · Posted by u/NotInOurNames
namaria · 4 months ago
> Since good LLMs with reasoning are here

I disagree. I get egregious mistakes often from them.

> because I'm able to always get an explanation

Reading an explanation may feel like learning, but I doubt it. It is the effort of going from problem/doubt to constructing a solution - and the explanation is a mere description of the solution - that is learning. Knowing words to that effect is not exactly learning. It is an emulation of learning, a simulacrum. And that would be bad enough if we could trust LLMs to produce sound explanations every time.

So not only getting the explanation is a surrogate of learning something, you also risk internalizing spurious explanations.

Phanteaume · 4 months ago
Some problems do not deserve your full attention/expertise.

I am not a physicist and I will most likely never require to do anything related to quantum physics in my daily life. But it's fun to be able to have a quick mental model to "have an idea" about who was Max Planck.

Phanteaume commented on Avoiding skill atrophy in the age of AI   addyo.substack.com/p/avoi... · Posted by u/NotInOurNames
CM30 · 4 months ago
Except both corporations and academia require them, and it's likely you'll need them at some point in your everyday life too. You can't run many types of business on tablets and smartphones alone.
Phanteaume · 4 months ago
...And the businessman in me tells me there will be a market for ever simpler business tools, because computer-illiterate people will still want to do business.
Phanteaume commented on Mary MacLane, the Wild Woman from Butte   publicdomainreview.org/es... · Posted by u/samclemens
Phanteaume · 4 months ago
Hmm. I sometimes think that people in the past were "the same as us", just in a different environment. Could you imagine such a young woman writing such a book today ?

The damage done by instant messaging and endless entertainment is unfathomable.

We, and more importantly our kids, are becoming dumber and this is but another proof on the pile. What is to be done about it ? Raise luddites ?

Phanteaume commented on Kids can't use computers and this is why it should worry you (2013)   coding2learn.org/blog/201... · Posted by u/ahamez
lblume · 5 months ago
> When they hit eleven, give them a plaintext file with ten-thousand WPA2 keys and tell them that the real one is in there somewhere. See how quickly they discover Python or Bash then.

I wish this would still work. Today's kids would instantly use AI to solve it.

Does anyone have an idea for a challenge that will instill some level of technical literacy without being instantly gameable in the era of omnipresent LLMs?

Phanteaume · 5 months ago
I liked your question so much I ironically asked Gemini about this.

Out of the 5 answers it gave, those ones seemed interesting :

>The Hardware Whisperer (Requires Simple Hardware): >Setup: Requires a cheap microcontroller like a Raspberry Pi Pico or an ESP32/ESP8266, plus maybe an LED or a button. >Task: "Make the LED blink out 'SOS' in Morse code when you press the button." Or: "Read the value from this simple sensor (e.g., temperature) and print it to the serial monitor only if it's above a certain threshold." >Why it works: LLMs can generate MicroPython or Arduino C++ code easily. However, the user must deal with the physical wiring, installing drivers/firmware tools, uploading the code, and debugging why it's not working (Is the code wrong? Is the wiring loose? Is the board getting power?). This physical interaction layer is opaque to the LLM.

>Setup: Create a very simple text-based game (e.g., navigate a maze, guess a number with clues, a basic simulation) that runs locally. The game's state changes with each command. >Task: "Reach the end of the maze / Win the game." The rules might not be fully explained, requiring experimentation. >Why it works: The LLM can't play the game directly because it doesn't have access to the running process or its internal state. The user must interact with it, observe the output, and decide on the next input. They might use an LLM to suggest strategies or even write a script to automate playing the game (if the interaction pattern is simple enough), which itself teaches valuable skills.

u/Phanteaume

KarmaCake day11March 6, 2025View Original