HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pyrale

8,020 karmajoined há 10 anos

comments

pyrale
·há 11 horas·discuss
I don't get these kinds of posts. Zero how-to, zero share about the tradeoffs the author took.

It's just a random internet dude telling us how he thinks other people should feel about their work.
pyrale
·ontem·discuss
because there's no joy in managing a declining company, especially when you made it grow in the past, and probably get enough money from the deal that you don't need to care anymore.
pyrale
·anteontem·discuss
> Can/should Europe reinvent all this from scratch or can we just apologize, kiss and hug and move on?

I don’t see the US as willing to do the necessary stuff for that to happen honestly. Last threats on Greenland were this week, as were last threats on Spain.
pyrale
·há 4 dias·discuss
It is that even without an open typeclass system, these specific typeclasses have been a common request for a long while.

I have worked at a few elm places, there is always a dict-for-everything dependency or local implementation.
pyrale
·há 4 dias·discuss
If you want to stick it to Jeff, the best part is to give/lend/sell them once you've read them. Or even better, get them from the (public) library.
pyrale
·há 5 dias·discuss
> ... and others are more visible features like equatable and hashable types.

I love Elm, and I love the community, but I feel a little gaslit here.
pyrale
·há 6 dias·discuss
> CO2 has been rising since, what 250 years

It has been rising exponentially.

> However real effects of global warming seems to be felt since, like 10 years old ?

Look up glacier timelapses. More vulnerable ecosystems have visibly reflected climate change for far longer than 10 years now.
pyrale
·há 6 dias·discuss
Yeah it's true, Europe has had heat waves in the past. For instance, in 1540. Also 1779. And also 1906, 1947, 1964, 1976, 2003, 2006, 2015, 2017, 2018, 2019, 2020, 2022, 2023, 2024, and 2025.

Frequency? Do I look like a statistician to you?!
pyrale
·há 6 dias·discuss
Let's just say that, if we're talking likelihood, climate change is the "we've already smashed the button and are now debating whether we should get in the vault" category.
pyrale
·há 8 dias·discuss
Edible soap?! The solution is clearly edible dishes!
pyrale
·há 11 dias·discuss
> The writers of the article are just mad that instead of state taking money away from someone, they just funded an event with voluntary donations.

In decent countries, a "voluntary donation" to state officials is called a bribe.
pyrale
·há 11 dias·discuss
> The Streisand Effect is taking effect in here in terms of surpressing a question has lead to many more people finding out about it

The reason why people like this don't care about the Streisand effect is that they are not afraid about a one-time scandal. The value they get out of harassing their victim and potentially having them stop reporting is worth a bad buzz that people will eventually forget.
pyrale
·há 14 dias·discuss
> It could be argued that this lead to at least 600 years of pain until the Normans aristocracy (now English) gave up trying to take France.

You're rewriting history here. "The normans" were completely integrated in the French aristocracy, and that's why the kings of England took part in the successoral struggle. The 100 year war was started by the grandson of Philippe IV, of the french Capet dynasty, fighting against a nephew of Philippe IV for legitimate motives. Other cousins fighting it out included the dukes of burgundy, the house of Anjou-Sicily, etc.

If anything, a few normans lords marrying into the Capet family was just a little gene refill to stave off inbreeding.
pyrale
·há 15 dias·discuss
This exactly. The software industry has enjoyed lack of antitrust for decades now, and only complains now that others are able to ask any price against them.
pyrale
·há 16 dias·discuss
Did Alibaba procure tons of stuff from Anthropic without paying, and use it to train a model?

I don't see the issue. Didn't Anthropic train on our data, which it acquired illegally?
pyrale
·há 17 dias·discuss
> It wasn’t just the GOTW. It was much of the 20th century from World War I onward.

If you're looking for the seeds of imperialism, you'll find them all the way back to US independence.

The point the article is making is that 2001 was a tipping point in that evolution.
pyrale
·há 17 dias·discuss
> So now I have to get permission from the government to browse the web? And they can revoke that permission at any time?

You're moving the goalpost on me, here. I'm merely arguing that if age verification was the goal, there is no need to disclose identity.

> This idea is worse than facial scanning, by a lot.

Let's agree to disagree.
pyrale
·há 17 dias·discuss
Not necessarily. Some sites have no interest in communicating your data to the government, unlike their 23019 affiliate ad programs.

If your government is paying private third parties to collect data on you (hello USA), the issue is much wider, and nothing would protect you from such a government. Even without age verification, if the government is interested in spying on you, and the sites are willing to sell, they would gladly trade your IP and connection log.
pyrale
·há 17 dias·discuss
you generate a random number and send it to website you want to visit.

Website you want to visit generates a one-time private/public key for the purpose of this login attempt, hashes your random number, and sends the hash back to you.

You connect to the government auth platform, auth yourself to your government, and ask them to sign the hash you received.

You pass the signed hash as well as the original random number to the website you wanted to access (the original random number is used by the website to store the one-time key they generated for you). They can see it is signed by the government. They can see it is made with the hash they provided.

You get access to whatever content you wanted. The website doesn't know who you are. The government doesn't know where you logged in. Sure, it won't hold up against collusion between website and government, but nothing would.

the principles explained above are slight adaptations of PKCE authentication.
pyrale
·há 19 dias·discuss
The issue is not the models, the issue is that this method ws tried before, and humans suck at writing what they want. Developing in small increments allowing feedback was an answer to this issue.

If you made models able to code to long spec, you would be left with the hard issue of having to write them.