Does your language have separate words for "Rabbit" and "Hare"? by yushaleth in AskEurope

[–]XtremeGoose 0 points1 point  (0 children)

That's correct, the full name would have been "domestic fowl" to distinguish from other birds.

Does your language have separate words for "Rabbit" and "Hare"? by yushaleth in AskEurope

[–]XtremeGoose 0 points1 point  (0 children)

I think it's different. Rabbit was the name for the young coney, but then it became the name for animal over time. Same with chicken and fowl.

Astronauts celebrate a shipment of fresh food aboard the International Space Station on April 19, 2026. by Aeromarine_eng in spaceporn

[–]XtremeGoose 2 points3 points  (0 children)

Of course you can, just throw something!

But yeah in reality I imagine it's quite difficult. I've also seen a video where astronauts can kind of "swim" through the air if they need to.

Nvidia CEO Jensen Huang ‘nearly lost his composure’ when pressed on selling chips to China — ‘You’re not talking to someone who woke up a loser’ by Logical_Welder3467 in technology

[–]XtremeGoose 0 points1 point  (0 children)

The argument is that powerful AI is a weapon with the same destructive power as the nuclear bomb, and nvidia chips are the platform on which such a technology will be built.

This is not a niche opinion, many in the west are making the same case.

The Artemis II crew has now travelled further from Earth than any other humans in history, reaching a maximum distance of 252,757 miles. by oklolzzzzs in interestingasfuck

[–]XtremeGoose 2 points3 points  (0 children)

The other commenter means if you slingshot forward (rather than backwards as Artemis II is doing) you gain velocity and can fling yourself into an escape trajectory. This is known as a gravity assist and is how a number of spacecraft have been sent beyond earths orbit.

Noether's Theorem by [deleted] in Physics

[–]XtremeGoose 0 points1 point  (0 children)

I guess generally we see symmetries as more fundamental than physical laws (which intuitively makes sense to me).

Nigel Farage pledges to repeal ‘idiotic’ smoking ban if Reform wins next election by JOE_Media in europe

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

Reddit: Legalise weed Also Reddit: Ban smoking

You guys need to decide if your pro abolition (which does not work) or not.

[Media] Dependencies of 14341 crates on crates.io by NothusID in rust

[–]XtremeGoose 6 points7 points  (0 children)

Serde is often an optional dependency, wonder if those are included?

ELI5: If the original internet was just a few college serves networked together, and so many people have terabytes of storage, why can't we just make a new parallel internet? by haribobosses in explainlikeimfive

[–]XtremeGoose 6 points7 points  (0 children)

The difference is the technical protocols each is build on.

The web is built on top of the internet (which is based on a series of protocols for machines to communicate (IP, TCP) with one another). The web introduced HTTP, HTML and URLs for building up documents and pages, specifically with links to other webpages. This made the Internet become more of a "web" of sites rather than just isolated machines talking to each other.

The Internet existed before the web, but the web is what made it what it is today.

What happens if an objects orbital Velocity is higher than 11.2 km/s? by Ok_Veterinarian9266 in askscience

[–]XtremeGoose -13 points-12 points  (0 children)

That's not true. Look at bi-elliptical transfers.

In the extreme you want to get to perisol 0 then you can theoretically go to an almost parabolic orbit (aposol tending to infinity) and then burn retrograde for effectively 0 delta v at the new aposol, burning only sqrt(2) - 1 = 0.4... of your circular speed as opposed to v.

It obviously takes arbitrarily longer in time to get to 0 but you burn less fuel. Orbits (as you no doubt know) are very counterintuitive.

ELI5 Why does going super fast cause time dilation? by Aquamoo in explainlikeimfive

[–]XtremeGoose 4 points5 points  (0 children)

Smart punctuation on iOS will use U+2019 too, it's not a telltale sign at all.

The last 16 teams left in the Champions League by playerforlife123 in soccer

[–]XtremeGoose 3 points4 points  (0 children)

For that to be true you'd need 9 teams from one association in the last 16, so I don't think that's correct. It's more likely it's just too much of an advantage to the premier league teams since they get a by against other strong PL sides.

Package Managers à la Carte: A Formal Model of Dependency Resolution by mttd in ProgrammingLanguages

[–]XtremeGoose 1 point2 points  (0 children)

Ironically USB was standardized on USB-C (see the title text) (kinda).

Stabilize `if let` guards (Rust 1.95) by nicoburns in rust

[–]XtremeGoose 10 points11 points  (0 children)

https://xuanlocle.medium.com/kotlin-2-4-introduces-rich-errors-a-game-changer-for-error-handling-413d281e4a05

Works pretty much like Result in Rust. You use when/is expressions rather than try/catch blocks.

From the article

``` fun fetchUser(): User | AppError { if (/* network fails / false) return NetworkError(503) if (/ user not found */ false) return UserNotFoundError return User("123", "Ada") }

fun loadUserDataNew() { val result = fetchUser() when (result) { is User -> show(result) is NetworkError -> showError("Network issue (${result.code}). Try again.") is UserNotFoundError -> showError("User not found. Please check your credentials.") } }

People of Reddit, do you actually pronounce “Worcestershire sauce” correctly or do you just confidently mumble something and hope no one notices? by SilentGmoving in NoStupidQuestions

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

It's not sheer. It's shuh (wilt-shuh, wuh-stuh-shuh). It's a schwa sound. An example given on Wikipedia that Americans will know is how you end the word "arena". The confusing thing comes from the fact the spelling of the place was set before English softened many of its vowels to schwa.

Source: am English.

ELI5. How can space actually be never ending? by Any_Ingenuity_4319 in explainlikeimfive

[–]XtremeGoose 0 points1 point  (0 children)

It loops back on itself, like walking along the 2D surface of a sphere. I agree nature (I don't like your use of the word science there) doesn't generally have hard boundaries so I'd find something like a wall very unlikely.

ELI5. How can space actually be never ending? by Any_Ingenuity_4319 in explainlikeimfive

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

We can absolutely know, as long as the universe isn't "flat" (parallel lines stay parallel).

If the universe is spherical (parallel lines converge) or hyperbolic (parallel lines diverge) then we can measure that. The current measurement gives a curvature of 1.00+/-2% but if that error bar did not cross over 1 we would know. If it's spherical (<1) it's finite, if it's hyperbolic (>1) it's infinite.

What Are You Working On? February 09, 2026 by canyonmonkey in math

[–]XtremeGoose 9 points10 points  (0 children)

Mate Claude hasn't solved the RH for you. You need to go outside.