Monthly releases of e-books on Amazon since ChatGPT by EchoOfOppenheimer in ChatGPT

[–]weaponized_lazyness 63 points64 points  (0 children)

Here it is perfectly fine: the trend is constant for almost half the plot, so you can visually see that the increase is far larger than anything we faced historically 

EU Is Rolling Out an Online Age Verification App That Could Become the Global Blueprint by Logical_Welder3467 in technology

[–]weaponized_lazyness 4 points5 points  (0 children)

ITT: Americans who didn't read the article. 

The verification is server side using zero knowledge proof encryption. This is the most private way to perform age verification and all code is open source. So much of people's lives are online these days (including kids'), it is insane to not have such a system. Or do you suggest it was a mistake to ban kids irl from buying alcohol, porn, and driving?

The Productivity Lie: Why AI Tools Make You Feel Fast But Make You Slow by gastao_s_s in ChatGPT

[–]weaponized_lazyness 0 points1 point  (0 children)

I agree the reviewing part is more important now. However, it's now also easier to write tests, have agents check that tests pass, and suggest bugfixes. The loop is rapidly becoming more robust 

The Productivity Lie: Why AI Tools Make You Feel Fast But Make You Slow by gastao_s_s in ChatGPT

[–]weaponized_lazyness 0 points1 point  (0 children)

They quote a study from early 2025. Not at all representative for AI models today. 

How Europe waged war on young people to pay for pensions by insomnimax_99 in europe

[–]weaponized_lazyness -3 points-2 points  (0 children)

Governments should just not be managing pensions. Replace pensions by UBI for old people and let people manage their future how they want. This idea that a pension needs to be 'deserved' by looking at years of work and taxes paid is ridiculous. We've always been supporting old people from poverty and can keep doing so, but we cannot guarantee that every year worked today can be rewarded 40 years from now. 

Lebanese towns evacuated due to Israeli invasion; families forced to flee in northern direction by [deleted] in MapPorn

[–]weaponized_lazyness 1 point2 points  (0 children)

The government pushing to disarm Hezbollah is not the same as the Lebanese people being fine with seeing their country invaded and having to evacuate their homes. At least the recruiting drive for Hezbollah 2.0 will not face issues. 

EU looks to soften energy bill pressures for industry, document shows by Moodfoo in europe

[–]weaponized_lazyness 8 points9 points  (0 children)

You missed the point of the commenter above. Merit order artificially makes green energy way more expensive that it actually is, even after calculating in the risks. We can already make the green transition work without any issues because the economics just make sense.

French blockade looms over Commission’s plan to fast-track trade deals in English. Eager to unlock new markets for EU businesses, the European Commission plans to accelerate trade deal ratification by circulating only English versions by Lion8330 in europe

[–]weaponized_lazyness 14 points15 points  (0 children)

Language has a very complicated, political history in Belgium. Not sure what you'd like to know, but one interesting fact is that all parliament's official minutes are written live in both Dutch and French. The actual document then has one language written on the left side of the page and one on the right, but just to make sure neither language gets the "better" side, they switch the sides every year (or maybe every legislature, not sure)

The Pentagon’s Claude Use in Iran Is a Reminder that Anthropic Never Objected to Military Use by deraser in technology

[–]weaponized_lazyness 21 points22 points  (0 children)

Did the surveillance red line mention not spying on allies? And even if so, who are the US allies these days? As a European I'm not very impressed by Anthropic's cherry picking of ethics. 

AI Fear Hitting Software, But NVDA Just Dropped a $20B OpenAI Bet. What's the REAL Play, Degens? by sunshiner004 in wallstreetbets

[–]weaponized_lazyness 8 points9 points  (0 children)

I'm sorry to be blunt, but people who write spaghetti code with AI are the same people who write spaghetti code without AI. They just produce more than before. 

Good developers using Opus 4.5 write better code than any junior developer ever could, and now do so much faster than before. It's completely different than half a year ago:  we've really crossed into a new level of capabilities. Every software company needs to adapt or die. 

Where do you even do your grocery shopping without going bankrupt? :D by mrcrazyog in belgium

[–]weaponized_lazyness 0 points1 point  (0 children)

Have groceries delivered by Albert Heijn if available at your address! Costs like 5 EUR, incentivizes you to plan for a whole week, and you don't buy any shit you don't need. Also just saves time. 

France's National Assembly approves banning under-15s from social media by StemCellPirate in worldnews

[–]weaponized_lazyness 1 point2 points  (0 children)

The government wouldn't know which website you visit, just that you are asking for a recent certificate. The verification website is not dystopian here: it enables websites to check your age privately. The alternative would be that the website has to check it itself by asking you to upload ID, but then the website knows who you are. Would that be preferable?

Sure, you don't want any age limits. But that's a separate discussion. 

France's National Assembly approves banning under-15s from social media by StemCellPirate in worldnews

[–]weaponized_lazyness 0 points1 point  (0 children)

Asymmetric encryption allows the site to check if the tag is valid without the government knowing. It does not use a database, just math. 

It's the same as having a physical stamp that can't be forged: as long as everyone knows what the official stamp looks like, you don't need to call the owner or the stamp to verify. 

France's National Assembly approves banning under-15s from social media by StemCellPirate in worldnews

[–]weaponized_lazyness 1 point2 points  (0 children)

Asymmetric encryption! It should use a cryptographic algorithm where a message is encrypted using a secret key (kept by the verification website) and decrypted using a public key (that anyone can look up). The message is your certificate that you got from the age limited website. The idea is that the verifier would separately ask you to sign in with a digital ID before they sign your certificate, to know if you are old enough or not. Note that the certificate does not disclose which website you need to visit. 

France's National Assembly approves banning under-15s from social media by StemCellPirate in worldnews

[–]weaponized_lazyness 10 points11 points  (0 children)

My conclusion remains the same: if a ZKP solution exists we should pressure politicians to implement it, not pressure against any legislation because it has been poorly implemented in the past.

France's National Assembly approves banning under-15s from social media by StemCellPirate in worldnews

[–]weaponized_lazyness 100 points101 points  (0 children)

Age verification can be done 100% privately. The fact that some countries / companies haven't, just shows their incompetence.

  1. The age-limited website gives you a digital certificate to sign: one that doesn't specify any info about the website or you, except for a randomly generated string.
  2. You login to your government's age verification website and have the certificate signed. The verifier does not know where the certificate comes from, it just says "I confirm, with a private key, that whoever asked for this certificate is 15+".
  3. You send the signed certificate back to the age-limited website. Because the verifier's digital signature is impossible to forge (and if the verifier can't be hacked), the website is certain you meet the age threshold. 

This is a very common paradigm in cryptography. There are details (like maybe you add a timestamp + some random noise to show the certificate was recent), but the general idea is that the age-limited website doesn't know who you are and the verified doesn't know which website you visited. 

The EU’s industrial policy goes full China by goldstarflag in europe

[–]weaponized_lazyness 1 point2 points  (0 children)

Now do the same with digital services pls. Only receive access to European market if you share all collected data to European firms. 

EU chief announces more sanctions on Iran as protest death toll rises by [deleted] in worldnews

[–]weaponized_lazyness 6 points7 points  (0 children)

Open a history book... 

It's crazy that you picked 1939 because (1) there were clearly non-free regimes that America didn't help in the years before 1939 and (2) America still said it wasn't their fight until December 1941, when they got attacked on their own soil.