HackerTrans
TopNewTrendsCommentsPastAskShowJobs

postultimate

no profile record

comments

postultimate
·hace 3 años·discuss
Journalists have been on the grievance-grifter gravy-train for a long long time, so we can expect unrelenting hostility to anything that redirects attention away from the lucrative "bias" narrative to any other issue.

> AI ethicists and researchers such as Timnit Gebru and Meredith Whittaker

Ooooh, I love their work !

Reading these histories together, we find that Babbage’s proto-Taylorist ideas on how to discipline workers are inextricably connected to the calculating engines he spent his life attempting to build. From inception, the engines — “the principles on which all modern computing machines are based” — were envisioned as tools for automating and disciplining labor. Their architectures directly encoded economist Adam Smith’s theories of labor division and borrowed core functionality from technologies of labor control already in use. The engines were themselves tools for labor control, automating and disciplining not manual but mental labor. Babbage didn’t invent the theories that shaped his engines, nor did Smith. They were prefigured on the plantation, developed first as technologies to control enslaved people.
postultimate
·hace 3 años·discuss
[flagged]
postultimate
·hace 3 años·discuss
Doesn't "everything Plato said was stupid" count as philosophical progress since Plato ?
postultimate
·hace 3 años·discuss
This is a decent exploration of the third-worst possible outcome of AI, but it's a bizarre dismissal of the second-worst, even though he explains the mechanism himself:

> The doomsday scenario is not a manufacturing A.I. transforming the entire planet into paper clips, as one famous thought experiment has imagined. It’s A.I.-supercharged corporations destroying the environment and the working class in their pursuit of shareholder value.

Well, yes. If the AI is better than human it will be put in charge of corporations, and will be given the goal of maximizing shareholder value. Since those shareholders can be corporations, there's no reason why this has to involve human preference at any point. As a single-minded optimizer indifferent to humans, it would need to be successfully restrained in order to be merely oppressive - by default, it's a Paperclipper.
postultimate
·hace 3 años·discuss
> when a straightforwardly “I’m a Nazi” Nazi showed up in the beta, people used the report function, and the Bluesky team labeled the account and banned it from the Bluesky app

"Don't like the feudalism of Mastodon ? Come enjoy the monarchism of Bluesky !"
postultimate
·hace 3 años·discuss
Among all the fuss about typography, the authors have overlooked the most important detail about the PHD thesis, which was that Dennis Ritchie was the inventor of Brainfuck.
postultimate
·hace 3 años·discuss
[flagged]
postultimate
·hace 3 años·discuss
No, this is just question-begging by treating GPT's access to the world as being external to it, but your own as being part of you.

If we fix this by treating your senses as external, then we can imagine a copy of you with its senses rewired so that artichokes* taste like icecream (and vice-versa). (plus we lie to you about which is which.) The resulting imtringued2 is identical to you, but doesn't like ice cream despite it saying it likes ice cream. Just like IceCreamGPT2.

* Or some equally disgusting "food".
postultimate
·hace 3 años·discuss
When GPT mentions ice-cream, it does so because it was in the corpus. When it occurred in the corpus, it was as a reference to actual ice-cream. So GPT has just as much intentionality as you do.

You might claim that you've eaten ice-cream, and that that makes a difference. But if we assume that your senses aren't lying about what your senses do, then what they do is produce information - indications of difference without any indication of what it's a difference of. That puts you in the same epistemic position GPT is in. GPT knows just as much about ice-cream as you do.
postultimate
·hace 3 años·discuss
1 GPa is less than half the yield strength of the best steels. All you would need to maintain the superconducting state is to put the material in a steel pipe.
postultimate
·hace 3 años·discuss
Good for him. Nobody's racism should be unscientific.
postultimate
·hace 3 años·discuss
Welp, HN has nerdsniped me again: After some unpaid pondering, here's my suggestion for a middle ground on downvoting:

1) Reduce issue-related downvoting by only allowing some random subset of the current active users to downvote, a different set per post. Don't let the user know their vote won't work in advance, but tell them after.

2) Reduce vote sockpuppeting by recording which pairs of voters downvoted a post, then disallow that pair from downvoting a post again. This includes votes that failed due to 1).
postultimate
·hace 3 años·discuss
Yes, tell everyone how much you hate white people too. Your act of piety is surely guaranteed to keep the inquisition from your door.
postultimate
·hace 3 años·discuss
'Originators assumed that “liberals” would react negatively to such fliers and condemn them or take them down, thus “proving” that liberals did not even think it was “okay" to be white.'

...and indeed, it proved exactly that.
postultimate
·hace 3 años·discuss
No, that's not what |I'm supposing. The 80386 got used in vending machines because technology moves on, the new stuff gets cheap, and because it's more generally useful, it gains in popularity while the old stuff loses it, even in cases where the old stuff is adequate. The same process will probably happen for AGI - unless non-AGI has capabilities that AGI can't replicate, AGI will probably replace it.
postultimate
·hace 3 años·discuss
1974: "No-one would put an AGI in a bomb, that's just ridiculous"

1986: "No-one is going to put an 80386 in a vending machine, that's just ridiculous"
postultimate
·hace 3 años·discuss
"The Yellowstone magma chamber is sitting there like an enormous angry zit. What's our plan ?"

"We're going to stick a very big pin in it"
postultimate
·hace 3 años·discuss
But the lack of a positive refcount means that it is, so this solves the problem the article was complaining about.
postultimate
·hace 3 años·discuss
> task groups (nurseries from trio) can't arrive soon enough in the stdlib

Please, no. Asyncio is horrible, and bodging it to make it less horrible just means we will be forced to live with the remaining horror. Far better to replace it with something that works properly (yes, Trio).
postultimate
·hace 3 años·discuss
This one seems quite easy to fix - just have the scheduler check that task objects have a positive refcount before running them, including the first time.