Spyke

Replies

Comment on

Why has Firefox not removed third-party cookies, despite the fact that Chrome has begun phasing them out?

I’m pretty sure that Chrome’s alternative is designed by Google to track you in a way that’s harder to block and gives them more control over the advertising market by forcing advertisers to play along and use their method instead of collecting your data directly. Sure, it’s more private, but it’s still tracking you.

Firefox, on the other hand, is focusing on completely blocking cross-site tracking. They have no incentive to completely block 3rd party cookies as long as there is also a legitimate use case for them, but I guess they will eventually also block them if Chrome is successful in forcing websites to stop relying on them for core functionality.

memes

Comment on

How could the EU do this??

Reply in thread

Not only that, but there are also two arrows on this map going into the UK. It’s up to the UK to take care of how well these arrows connect to important locations within their borders. There really doesn’t appear to be an issue whatsoever.

news

Comment on

Florida may become first state to accept a ‘classical’ alternative to the SAT and ACT

As a Western European casually reading headlines on social media, it’s mind boggling what’s happening now in Florida. From my outside perspective it seems like Florida is shaping up to be a fascist Christian state, with all kinds of laws and policies specifically made to target racial and sexual minorities and liberals. What’s next: religious minorities and intellectuals? I’m sure it must feel the same for a lot of you across the ocean. How is it possible that people like DeSantis are in power? Is it because of years of extreme polarization? Surely it can’t be that the majority in Florida is this intolerant and hateful, right? Do you think there is even the slightest chance that DeSantis will be the next president?

privacy

Comment on

[Opinion / Technology] Telegram founder’s arrest is radical — if it’s a crime to build privacy tools, there will be no privacy [Chris Berg | Aug 29, 2024 | crikey.com.au]

Telegram’s “privacy” is fully based on people trusting them not to share their data - to which Telegram has full access - with anyone. Well, apart from the optional E2EE “secret chat” option with non-standard encryption methods that can only be used for one on one conversations. If it were an actual privacy app, like Signal, they could’ve cooperated with authorities without giving away chat contents and nobody would’ve been arrested. I’m a Telegram user myself and I from a usability standpoint I really like it, but let’s be realistic here: for data safety I would pick another option.

world

Comment on

EU far-right parties rally in Madrid behind slogan 'Make Europe Great Again'

Reply in thread

I find it incredibly cringe anyway that all these parties just copy the same slogan. Some weird form of international nationalism, where they all just copy whatever the others are doing. It apparently works very well.

I guess in Western Europe it’s largely focused around anti-immigration and anti-EU sentiments, but with this movement being more and more international, I do notice an uptick in rhetoric concerning sexual minorities and women’s rights, with a lot of anti science and elitism/wokeism sprinkled in. It’s very scary. I’m happy that we don’t have a political system where the winner takes it all in my country, as it’s pretty bad already as it is right now.

Comment on

Hoe weten we welke kiezers welke partijen hebben gekozen? Zijn de verkiezingen niet geheim?

Het staat op de pagina van NOS uitgelegd in het uitklapmenu:

IPSOS heeft in opdracht van de NOS een representatieve groep van ruim 3500 Nederlanders gevraagd naar hun stemgedrag bij deze en vorige verkiezingen. Op basis daarvan zijn deze grafieken gemaakt. Bij voldoende respons tonen we uitslagen van partijen. Als een partij er niet bij staat, waren er te weinig gegevens. Selecteer bij ‘kies een partij’ van welke partij je de bewegingen wil bekijken. Bij het verversen van de pagina wordt een willekeurig gekozen partij getoond.

Comment on

coding chess

Reply in thread

It’s Markdown syntax. You can actually format it nicely in a code block:

bool isEven( long long x ) {
  if ( x < 0 ) x = -x;
  if ( x == 1 )
    return false;
  if ( x == 2 )
    return true;
  return isEven( x - 2 );
}

You do that by adding ``` above and below it. To force single line breaks, you can terminate your sentences with two spaces, or a backslash.

Comment on

Millenials and Zoomers experience decision fatigue differently (And what it means for Lemmy)

Millennial here. I’ve been consuming Reddit, and now Lemmy, almost exclusively on my phone and for me it’s card view all the way. Often the graphic content is more important than the title and opening posts only to find out it’s not funny or interesting feels like a waste of time. Only when I find a post interesting enough that I want to comment or see the comments, I open it. Instances or communities that I don’t like go on the blocklist.

If I really need to use Reddit, I open old Reddit in the browser with an extension that turns it into a mobile friendly site with card view. The new design has always felt sluggish and bloated to me, but not because of the card view.

Comment on

Google is Killing uBlock Origin. No Chromium Browser is Safe.

Reply in thread

That’s not as effective, since it can’t block anything that’s hosted from a hostname that also serves regular content without also blocking the regular content. It also can’t trick websites into thinking that nothing is blocked and it can’t apply cosmetic rules. I use it for my devices, but in browsers I supplement it with uBlock Origin (or whatever is available in that browser).

world

Comment on

In Germany, critics of the government are losing their bank accounts, and more

This is the official explanation of the sanctions against Hüseyin Doğru:

Hüseyin Doğru is the founder and representative of AFA Medya A.Ş. which isa media company based in Istanbul. AFA Medya A.Ş. operates “RED”, which comprises a number of media platforms, and which has close financial and organisational connections with Russian state propaganda entities and actors, and shares deep structural ties, including interlinkages between, and rotation of, individual personnel with Russian state media organisations.

RED has used its media platforms – often publishing under “redstreamnet” or “thered.stream” – to systematically spread false information on politically controversial subjects with the intent of creating ethnic, political and religious discord amongst its predominantly German target audience, including by disseminating the narratives of radical Islamic terrorist groups such as Hamas.

During a violent occupation of a German university by anti-Israel rioters, RED personnel coordinated with the occupiers to disseminate images of their vandalism – which included the use of Hamas symbols – through their online channels, thus providing them with an exclusive media platform, facilitating the violent nature of the protest.

Through AFA Medya, Hüseyin Doğru thus supports actions by the Government of the Russian Federation which undermine or threaten stability and security in the Union and in one or several of its Member States, including by indirectly supporting and facilitating violent demonstrations and engaging in coordinated information manipulation.

Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=OJ%3AL_202500966

I have not researched this individual and therefore I’m not taking a standpoint on the correctness of this information, but I felt like this information was missing from the news article.

Some additional sources:

Comment on

Germany Noes Nazis

Reply in thread

It was 1 out of 5 people who voted, so 1 out of 2 in the US. I’m sorry, but just that’s just the way things are. Voting turnout matters, but it’s not like the people that didn’t vote would’ve all voted democrat.