HackerLangs
TopNewTrendsCommentsPastAskShowJobs

svieira

no profile record

Submissions

[untitled]

1 points·by svieira·vor 9 Monaten·0 comments

The Machine Won. Can Humans band together before it's too late? [video]

youtube.com
4 points·by svieira·vor 9 Monaten·2 comments

comments

svieira
·vor 14 Tagen·discuss
> I do think a Reddit with identity would be a much less toxic place.

Do you remember the days of "Real name" requirements on YouTube and "Google+"? The experiment was tried, it didn't change things. (Also, see Facebook for an ongoing version of the same experiment).
svieira
·vor 19 Tagen·discuss
Ah contraire, mon ami, I am currently in the process of doing just that in many places in my current codebase.
svieira
·letzten Monat·discuss
"The affliction" in his case is skin overgrowth, in the other its the dysphoria, right? But which is the moral way to cure either?
svieira
·letzten Monat·discuss
> If ones appearance contradicts ones inner sense of personhood, how can that person ever truly connect with other people?

https://woforgmedia.wordonfire.org/wp-content/uploads/2025/0...

https://www.wordonfire.org/articles/pope-francis-and-the-ele...
svieira
·letzten Monat·discuss
> reliably catches >99% of bugs

In what scope?
svieira
·vor 2 Monaten·discuss
Humans are not "reduced" to biology. Their biology is presumed to "reveal" something about their personhood. And no matter how they feel about their hair, their hips, their eyes, etc. they ought to receive them as a gift from God and enter into a dialog with Him about how they ought to make use of the gifts He has given them.
svieira
·vor 2 Monaten·discuss
Well, he was an honored guest of the Pope for a while. Then he made fun of his host in a published book while claiming that he had a proof when he just had a theory and was told to please stop claiming that his theory required a change in theological interpretations of the book of Joshua (but he might continue teaching his theory about terrestrial movements without claiming that they were necessarily true).

https://www.catholic.com/tract/the-galileo-controversy
svieira
·vor 2 Monaten·discuss
> Certainly, the decisive turning points in world history are substantially co-determined by souls whom no history book ever mentions. And we will only find out about those souls to whom we owe the decisive turning points in our personal lives on the day when all that is hidden is revealed.

Edith Stine
svieira
·vor 2 Monaten·discuss
> Until it gets a software update, that is. The road performance of an average car AI only ever goes up.

Aren't there stories about certain car companies where their self-driving-at-some-level cars got worse after an OTA update?
svieira
·vor 2 Monaten·discuss
The particularly worrying thing here is that they're now going to be gathering training data for a conversational model on _how to influence people effectively even when they already know they are being influenced_. Even more than RLFH already does. "We had to build the Torment Nexus so our children could eat" is not a good reason to build the Torment Nexus. The fact that they are not committing to not doing this tells me that either no one thought about what else this could be used for, or the short term gains are all they are thinking about.
svieira
·vor 2 Monaten·discuss
The wild thing is how much faster it is to load. I'd almost forgotten how fast Google's default search used to be. Thank you!
svieira
·vor 2 Monaten·discuss
> The measure of our success is whether what we do enables people to understand and think more clearly and effectively about mathematics.

I just wanted to highlight this very correct human-centric thought about the purpose of intellection.
svieira
·vor 2 Monaten·discuss
> you're just a next action generator controlled by trillions of cells and subconscious dna-based behavior.

With moral agency and the ability to learn (even if we presume you are correct, which I don't think you are).
svieira
·vor 2 Monaten·discuss
And the fact that a transformer model can't distinguish between the two in the context of the sentence given is a point against the general nature of the intelligence.
svieira
·vor 2 Monaten·discuss
Now that they've broken the ability to trust video, they're looking to build it back, as long as you're allowed to use the tools:

https://blog.google/innovation-and-ai/products/identifying-a...

(and the previous SynthID: https://deepmind.google/blog/identifying-ai-generated-images...)

But it very much is "close the barn door after the horse has bolted and the barn has otherwise burned down".
svieira
·vor 2 Monaten·discuss
Anthropic was talking about this as a "oh nifty, look at this" back in 2024: https://www.anthropic.com/news/golden-gate-claude

The fact that steering one of these things is trivial nowadays and the vectors are close-to-free-to-store (since you don't need anything large to influence the space, see also https://www.youtube.com/watch?v=ahtbcExEKng) means that this is very likely already happening.
svieira
·vor 2 Monaten·discuss
The problem is that it amazingly easy to bias the weights and the actual size of the bias is tiny. So maintaining a per-user ad biased profile is cheap and profitable. I doubt that "paying directly" will keep out the ad men (after all, Cable TV cost money. Netflix too. Both have ads.)
svieira
·vor 2 Monaten·discuss
> Religions’ primary purpose is to facilitate tribal bonds

That's what religion does, but so does "working in Silicon Valley for a tech company". What religion is is another matter entirely.

https://www.newadvent.org/cathen/12748a.htm
svieira
·vor 2 Monaten·discuss
> The kind that has incentives for companies to appeal to consumers, and consumers that have money to spend on goods and services.

Note that this presumes a functioning market (free or otherwise). The company store knows it is the only game in town, so it doesn't have to appeal to anyone.
svieira
·vor 2 Monaten·discuss
We actually have a constant in our codebase to mark such bugs. You found one? Put it inside an:

    if (PREFER_EXISTING_BUGS_TO_NEW_ONES) { theOldBehavior(); }
    else { theNewBehavior(); }
Then, if we ever go to do a v2 of the thing, we can review these existing "load bearing bugs" and see if they make sense to change.