this post was submitted on 15 Dec 2024
95 points (97.0% liked)

Asklemmy

44119 readers
666 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Needless to say i'm talking about the oversimplified and misleading version of the Schrödinger's cat paradigm, where he is both dead and alive until you watch it.

I don't have a job but i follow theater courses at an academy. And my improvisation is both funny and awful until i show it to others.

you are viewing a single comment's thread
view the rest of the comments
[–] MrPoopbutt@lemmy.world 3 points 2 days ago (2 children)

It is deterministic, it is just determined elsewhere.

If thread 1 is working on a task and needs the output of thread 2, it doesn't know what the output is. Of you move the tasks from thread 2 back into thread 1, then you have eliminated the point of multi threading.

[–] JackbyDev@programming.dev 2 points 2 days ago

Without getting philosophical, I'm going to say human behavior is non-deterministic. Because a human is using a computer you cannot reason about what may be running when. That's why I say it's non-deterministic. You can make an argument that a non real time computer not connected to the Internet could be considered fully deterministic, but it's really just a distraction. That's why I tried to make it clear I wasn't talking about "magical 'truly' random" things.

I'm not trying to get overly technical or philosophical lol. For example, PRNGs are deterministic, but it's sufficiently random that we treat it as random without worrying about whether it's "actually random." (But yes, there can be bugs where they actually are behaving too predictably and they actually aren't random. This is why I'm trying to keep the topic simple without getting lost in the details.)

[–] racketlauncher831@lemmy.ml 1 points 2 days ago

Yes. It's chaotic but still deterministic.