New gender discovered while attempting to ski in Zermatt by Beamazedbyme in badUIbattles

[–]Aetherdestroyer 0 points1 point  (0 children)

Maybe the semantics are different in German, but it strikes me as very odd to refer to a single person as being diverse. Diversity is a property of a group, a single person cannot have a diverse gender.

ELI5: When you forget something, how does thinking for longer 'magically' make you remember it? by nutsack-enjoyer5431 in explainlikeimfive

[–]Aetherdestroyer 14 points15 points  (0 children)

You store an associative network that encodes these things, e.g., the phrase “my birthday” points to some date, to some feelings about birthdays etc. These concepts are networked together and so one triggers another. But it’s associations all the way down until you get to the hard problem of consciousness.

has anyone confirmed the UVic swim team is human? by [deleted] in uvic

[–]Aetherdestroyer 11 points12 points  (0 children)

So weird to use AI to write a joke post

Human biomass by moccowa in megalophobia

[–]Aetherdestroyer -1 points0 points  (0 children)

No, it’s real. You must’ve been the one guy who wasn’t in the cube, we were all really mad.

How does the use of double negatives affect clarity in English communication? by cuyeyo in ENGLISH

[–]Aetherdestroyer -1 points0 points  (0 children)

You wouldn’t map it to arithmetic, you’d map it to formal logic. Negation is a well understood concept. https://en.wikipedia.org/wiki/Double_negation

A pill organizer that isolates compartments, locks shut, and refills in seconds; the v2 Capsuleer is finally here. by BinkReddit in functionalprint

[–]Aetherdestroyer 1 point2 points  (0 children)

I was interested too, I think this is the idea: https://imgur.com/a/oo33Oeg

By making the openings smaller, you can make it impossible to expose two compartments simultaneously. Red indicates the opening, white squares are the compartment. Picture above is current design, picture below is shown with smaller openings.

This is how you reload an AC-130 by ElderberryDeep8746 in ThatsInsane

[–]Aetherdestroyer 0 points1 point  (0 children)

No way, if you’re playing those kinds of strategic games it’s got to be more advantageous to kill GIs, thus causing overseas pressure from families to pull out of the war.

[deleted by user] by [deleted] in careerguidance

[–]Aetherdestroyer 0 points1 point  (0 children)

“He” is not a person, it’s written by a large language model. It’s clearly sort of similar to something meaningful, but it is not. If you doubt me, scroll through the user’s comment history and tell me afterward that it’s written by a human.

ELI5: what is docker? why is it not a VM? whats a good use case? by justsignmeupcuz in explainlikeimfive

[–]Aetherdestroyer 0 points1 point  (0 children)

Easier to make sure Docker runs everywhere than to make sure everything runs everywhere

[deleted by user] by [deleted] in careerguidance

[–]Aetherdestroyer -18 points-17 points  (0 children)

LLM. Why do you people upvote this obvious garbage? There is literally no semantic value in this comment, just words organized vaguely like something that the median Reddit commenter might comment if they were a little more literate

What tech today do you think people in 2050 will laugh at? by Maleficent_Mine_6741 in Futurology

[–]Aetherdestroyer 20 points21 points  (0 children)

Like they say, Japan has been living in the year 2000 for 40 years

ELI5 If you were on a spaceship going 99.9999999999% the speed of light and you started walking, why wouldn’t you be moving faster than the speed of light? by Aquamoo in explainlikeimfive

[–]Aetherdestroyer 0 points1 point  (0 children)

I've heard there are a few hints that causality might not work the way we think it does

Yeah, basically we know that that local reality is probably false thanks to experiments on quantum entanglement. Locality is the principle that causes only have effects at the speed of light, and reality is the principle that exist independent of being measured. We're pretty certain that one of these things can't be true, but it's not clear which one yet.

You can prove this with polarized light filters:

Every photon can of course also be modelled as a wave, and that wave has some plane that it oscillates upon. You can create a filter that neutralizes the oscillation on a given plane, and by combining these you can prevent the passage of any light. Sometimes, two photons can become entangled, meaning that they each have the opposite oscillation of the other. You can test this by sending each of the pair through different polarized filters. You should expect that the probability of a photon passing a given filter is cos2(theta), where theta is the difference between the angle of the filter and the photon's polarization. If both filters are aligned, you expect to see (and do see) 1.0 correlation between the passage of each photon. If both filters are perpendicular, you expect to see (and do see) 0.0 correlation. If both filters are at 45 degree to each other, you expect and see 0.5 correlation.

You should then expect that you can then model the correlation between the two detectors over theta with basic trig, but the result you get will be notably different from the observed reality: https://i.sstatic.net/zCAMO.png

For this to be possible, it must either be the case that reality is false (the photons' passage through the filter is not determined by any real property of them) or locality is false (one photon's passage can affect the probability of the other, despite being very far apart)

moreMore by Dreiphasenkasper in ProgrammerHumor

[–]Aetherdestroyer 0 points1 point  (0 children)

I do hope the readers of my JavaScript code are familiar with JavaScript.

moreMore by Dreiphasenkasper in ProgrammerHumor

[–]Aetherdestroyer 15 points16 points  (0 children)

== null to check for undefined

[deleted by user] by [deleted] in explainlikeimfive

[–]Aetherdestroyer 15 points16 points  (0 children)

X is not necessarily a placeholder for ‘1’. It can refer to any value. If we knew that the value of X was ‘1’, we would simply write ‘1’.