HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mseepgood

no profile record

comments

mseepgood
·vor 21 Tagen·discuss
Of all the messages they could have sent they chose the most boring.
mseepgood
·vor 2 Monaten·discuss
He's probably dead by now.
mseepgood
·vor 2 Monaten·discuss
> It seems to me that humans often fall into the trap of anthropomorphism.

That's true, but they also often fall into the trap of exceptionalism.
mseepgood
·vor 4 Monaten·discuss
This text lacks information about why it is being sunset.
mseepgood
·vor 4 Monaten·discuss
A third that will never have a wife.
mseepgood
·vor 5 Monaten·discuss
> We would immediately build better telescopes to track it precisely, refine its trajectory models, and begin developing propulsion systems capable of interception

That's not what would happen. We wouldn't mobilize. We'd fragment. Within days, the prediction would be declared partisan. One bloc would call it settled science; another would call it statistical hysteria. Billionaires would quietly commission private shelters while publicly funding studies questioning whether the asteroid even qualified as "large." News panels would debate whether the projected impact zone was being unfairly politicized. Conspiracy channels would insist the asteroid was fabricated to justify global governance. Others would insist the real asteroid was being hidden. Amateur analysts would flood the internet with homemade trajectory charts proving the professionals wrong. Death threats would arrive in astronomers' inboxes faster than research grants.
mseepgood
·vor 5 Monaten·discuss
With a statically compiled language it is usually culled through dead-code elimination (DCE), and with static linking you don’t ship entire libraries.
mseepgood
·vor 5 Monaten·discuss
The question is how many decades each user of your software would have to use it in order to offset, through the optimisation it provides, the energy consumption you burned through with LLMs.
mseepgood
·vor 5 Monaten·discuss
Our railways don't need sabotage - trains fail to run anyway.
mseepgood
·vor 7 Monaten·discuss
So why do people still design declarative languages?
mseepgood
·vor 8 Monaten·discuss
> Octals must start with zero and then o/O literals.

No, the o/O is optional (hence in square brackets), only the leading zero is required. All of these are valid octal literals in Go:

0600 (zero six zero zero)

0_600 (zero underscore six zero zero)

0o600 (zero lower-case-letter-o six zero zero)

0O600 (zero upper-case-letter-o six zero zero)
mseepgood
·vor 8 Monaten·discuss
You're looking at the wrong production. They are octal literals:

    octal_lit      = "0" [ "o" | "O" ] [ "_" ] octal_digits .
mseepgood
·letztes Jahr·discuss
It is not a mark of quality, quite the opposite.
mseepgood
·letztes Jahr·discuss
No, good language designers take care that their type system is not Turing complete.
mseepgood
·vor 3 Jahren·discuss
Thanks for the translation. Now that I understand what what the commenter said, I agree.
mseepgood
·vor 3 Jahren·discuss
> Java has an obviously better type system

How does Java have a better type system? Java's generics are unsound, while Go's generics are sound. Java's generics do type erasure, while Go does not. Java's type system is not unified, it does not have a top type (an int is not an Object, int vs. Integer etc.).
mseepgood
·vor 5 Jahren·discuss
You mean Minecraft?