Salta al contenuto principale



The Crushing Cost of U.S. Sanctions on Cuba


cross-posted from: lemmy.ml/post/37811665

[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water



The Crushing Cost of U.S. Sanctions on Cuba


[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water


https://groups.io/g/cubanews/message/43380



The Crushing Cost of U.S. Sanctions on Cuba


cross-posted from: lemmy.ml/post/37811665

[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water



The Crushing Cost of U.S. Sanctions on Cuba


[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water


https://groups.io/g/cubanews/message/43380

#cuba


The Crushing Cost of U.S. Sanctions on Cuba


[from Cuba In Context - weekly newsletter of the BellyOfTheBeast news/video collective]

Cuba has released its annual report on the impact of U.S. sanctions on the island's economy. According to the Ministry of Foreign Affairs, the damages amount to $7.5 billion, the single biggest loss in a year since Cuba began issuing these reports.

Also:
* Farm near Havana pioneers #agroecology
* Cuba wins gold at the Tokyo Athletics World Championships
* Almost 1,000 same-sex marriages in Cuba last year
* Cuban reggaeton artist returns home after emigrating to #US
* Cuba extends tax exemptions on medicine and food imports
* Millions of Cubans struggle to get water

https://groups.io/g/cubanews/message/43380




Dolphin gets serious


You are going to fuck this up. Don't come crawling back to me when you lose all your data since the dawn of time and you completely brick this goddamn computer. This is your one and only warning.
Questa voce è stata modificata (5 ore fa)
in reply to Skullgrid

With this ~~character's~~ file's death, the thread of prophecy is severed. Restore a ~~saved game~~ backup to restore the weave of fate, or persist in the doomed world you have created.


ELI5: Is browsing on 4g/5g networks less secure than on your own wifi?


And does that change whether using a VPN or not? With VPN I'd assume its the same.
in reply to bridgeenjoyer

Decrypting the 4g/5g network will require a key from the telecommunications company. I argue it's insignificantly less secure because a malicious actor can intercept it and decrypt it if they manage to steal the key from the company.

Practically, only your government would be able to get a copy of the key. But they'd also be able to watch your actual cable internet as well. And when your government gets interested in you then you fucked all the way up.

in reply to Florencia (she/her)

But wouldn't a VPN be encrypting my cable internet traffic? (Same for VPN on the phone)
in reply to icelimit

That depends where your VPN is.

Say you access a VPN located over seas from your phone while on mobile data. Then your traffic is encrypted and your mobile data provider (for your phone) should only see traffic to one IP address.

Say you access the same VPN while at home connect to wifi or Ethernet on a PC (or on your phone), then your ISP should only see traffic to the one IP address (that's located over seas).

Now let's say your are tech savvy enough to run a Wireguard setup and or Tailscale setup at home and make your own VPN. Then you access that from work or from overseas with a mobile phone or laptop. All your traffic should now show as connecting to your homes IP address directly, but keep in mind your home ISP provider then sees you connecting to sites like Google, Facebook, or Lemmy.

Questa voce è stata modificata (2 ore fa)
in reply to icelimit

Using a VPN makes the original question redundant. The VPN would have everything super encrypted for either home wifi or home 4g/5g. Your question transforms into "can i trust this vpn company"
in reply to bridgeenjoyer

It's going to depend on what types of data you are looking to protect, how you have your wifi configured, what type of sites you are accessing and whom you are willing to trust.

To start with, if you are accessing unencypted websites (HTTP) at least part of the communications will be in the clear and open to inspection. You can mitigate this somewhat with a VPN. However, this means that you need to implicitly trust the VPN provider with a lot of data. Your communications to the VPN provider would be encrypted, though anyone observing your connection (e.g. your ISP) would be able to see that you are communicating with that VPN provider. And any communications from the VPN provider to/from the unencrypted website would also be in the clear and could be read by someone sniffing the VPN exit node's traffic (e.g. the ISP used by the VPN exit node) Lastly, the VPN provider would have a very clear view of the traffic and be able to associate it with you.

For encrypted websites (HTTPS), the data portion of the communications will usually be well encrypted and safe from spying (more on this in a sec). However, it may be possible for someone (e.g. your ISP) to snoop on what domains you are visiting. There are two common ways to do this. The first is via DNS requests. Any time you visit a website, your browser will need to translate the domain name to an IP address. This is what DNS does and it is not encrypted by default. Also, unless you have taken steps to avoid it, it likely your ISP is providing DNS for you. This means that they can just log all your requests, giving them a good view of the domains you are visiting. You can use something like DNS Over Https (DOH), which does encrypt DNS requests and goes to specific servers; but, this usually requires extra setup and will work regardless of using your local WiFi or a 5g/4g network. The second way to track HTTPS connections is via a process called Server Name Identification (SNI). In short, when you first connect to a web server your browser needs to tell that server which domain it wants to connect to, so that the server can send back the correct TLS certificate. This is all unencrypted and anyone inbetween (e.g. your ISP) can simply read that SNI request to know what domains you are connecting to. There are mitigations for this, specifically Encrypted Server Name Identification (ESNI), but that requires the web server to implement it, and it's not widely used. This is also where a VPN can be useful, as the SNI request is encrypted between your system and the VPN exit node. Though again, it puts a lot of trust in the VPN provider and the VPN provider's ISP could still see the SNI request as it leaves the VPN network. Though, associating it with you specifically might be hard.

As for the encrypted data of an HTTPS connection, it is generally safe. So, someone might know you are visiting lemmy.ml, but they wouldn't be able to see what communities you are reading or what you are posting. That is, unless either your device or the server are compromised. This is why mobile device malware is a common attack vector for the State level threat actors. If they have malware on your device, then all the encryption in the world ain't helping you. There are also some attacks around forcing your browser to use weaker encryption or even the attacker compromising the server's certificate. Though these are likely in the realm of targeted attacks and unlikely to be used on a mass scale.

So ya, not exactly an ELI5 answer, as there isn't a simple answer. To try and simplify, if you are visiting encrypted websites (HTTPS) and you don't mind your mobile carrier knowing what domains you are visiting, and your device isn't compromised, then mobile data is fine. If you would prefer your home ISP being the one tracking you, then use your home wifi. If you don't like either of them tracking you, then you'll need to pick a VPN provider you feel comfortable with knowing what sites you are visiting and use their software on your device. And if your device is compromised, well you're fucked anyway and it doesn't matter what network you are using.



Windows privacy: AtlasOS vs Amelabs Privacy+?


I use a Windows VM for apps not available on Linux and just want to cut out all the telemetry possible.

AtlasOS is installed as a Ameliorated Playbook and makes a ton of opinionated changes that aren’t privacy or necessarily performance related. Disabling the Windows 11 right click menus in favor of the legacy one, disabling window shadows, changing the wallpaper, etc. Privacy+ looks appealing, I wanna know if anyone has tried both and can tell me differences, like if one or the other improves privacy more.

in reply to TheTwelveYearOld

Could you please use the cross-post feature instead of making a separate post in each community? That way our front-ends can consolidate multiple cross-posts into one post instead of it being listed multiple times.

Honestly, doing it your way looks like spam. This is what I see in my feed:

in reply to eleijeep

Oh sorry, I had heard that was fixed awhile ago but apparently not.

What I don't like about lemmy crossposts is having the whole post text inside block quotes, and sometimes isn't formatted properly. I think that and showing a link to the original post is bad design, like why would it matter if a post is a crosspost or not?






Hamas EXECUTES Collaborators as "Israel" Violates All Terms of Ceasefire


Sensitive content

in reply to Ayache Benbraham ☭🪬

I found a YouTube link in your post. Here are links to the same video on alternative frontends that protect your privacy:




Stubsack: weekly thread for sneers not worth an entire post, week ending 26th October 2025


Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.


(Credit and/or blame to David Gerard for starting this.)


Stubsack: weekly thread for sneers not worth an entire post, week ending 19th October 2025


Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.


(Credit and/or blame to David Gerard for starting this.)


https://awful.systems/post/5853532

in reply to BlueMonday1984

Simon Willison writes a fawning blog post about the new "Claude skills" (which are basically files with additional instructions for specific tasks for the bot to use)

How does he decide to demonstrate these awesome new capabilities?

By making a completely trash, seizure inducing GIF...

simonwillison.net/2025/Oct/16/…

He even admits it's garbage. How do you even get to the point that you think that's something you want to advertise? Even the big slop monger companies manage to cherry pick their demos.

Just felt like I got an aneurysm there.

(in unrelated things, first)



App e servizi in down per malfunzionamenti AWS: interessate Canva, Alexa, Fortnite, Prime Video e altri


Lunedì 20 ottobre 2025 un maxi-down ha colpito numerose piattaforme globali a causa di problemi ai server di Amazon Web Services (AWS). Il disservizio, partito dal cloud di Amazon, ha generato interruzioni e rallentamenti a catena su applicazioni consumer e strumenti professionali in tutto il mondo, con oltre duemila segnalazioni registrate negli Stati Uniti e problemi di navigazione segnalati anche in Italia.

TUTTI I DETTAGLI: App e servizi in down per malfunzionamenti AWS: interessate Canva, Alexa, Fortnite, Prime Video e altri



GE-Proton10-21 Released


  • wine updated to bleeding edge
  • dxvk updated to latest git
  • vkd3d-proton updated to latest git
  • wine-wayland/em-10 patches updated
  • fixed news not loading in black desert online (revert GL/VK patch in em-10)
  • hotfix added for blue protocol player count crash (gitlab.winehq.org/wine/wine/-/…)
  • re-added accidentally removed wine writecopy options for battlenet. uplay, ea app


Scheduled posts won't let me post images, idk why?


The ones I set up a few days ago have worked but I’ve tried today and they don’t. Any ideas? I’ve tried rebooting
The ones I set up a few days ago have worked but I've tried today and they don't. Any ideas? I've tried rebooting


Aggiornamento a NodeBB 4.6.1


Stamattina siamo passati a NodeBB 4.6.1, è una release principalmente di [em]bug fixes[/em] tra cui uno particolarmente fastidioso che metteva un carattere strano [code]'n'[/code] nell'oggetto perdendo della formattazione dai post che arrivavano da Mastod

Stamattina siamo passati a NodeBB 4.6.1, è una release principalmente di bug fixes tra cui uno particolarmente fastidioso che metteva un carattere strano 'n' nell'oggetto perdendo della formattazione dai post che arrivavano da Mastodon e da Friendica.

In realtà avevo già sistemato questo bug qualche giorno fa perché avevo aggiornato prima del rilascio della 4.6.1 e non appena avevo visto che questo bug era stato risolto ma ora ne ho approfittato per allinearci con la release stabile.

Questo il changelog:

  • do not include image or icon props if they are falsy values (ecf95d1)
  • #13705, don't cover link if preview is opening up (499c50a)
  • logic error in image mime type checking (623cec9)
  • omg what. (ec39989)


Amazon cloud platform and other websites experiencing outages


Multiple online platforms including Amazon's cloud unit AWS, Robinhood, Snapchat and Perplexity are all experiencing outages, according to the Downdetector website monitor.
Questa voce è stata modificata (11 ore fa)


Google Fonts alternative


Was hoping if anyone wouldbe kind enough to tell me if there was a good alternative to Google-Fonts ?
I wish to use all those cool fancy HTML/CSS fonts without going to Google


Tip #759

iOS 版 Vivaldi でリーダービューを有効にして、快適に記事を読もう

iOS 版 Vivaldi のリーダービューは、ウェブページ上の気が散る要素をすべて取り除き、記事の内容に集中して落ち着いて読むことができるようにします。

リーダービューに切り替えるには:

  1. リーダービューに対応した内容のウェブページを開く
  2. アドレスバーの「リーダービュー」ボタンをタップする

リーダービューを終了するには、同じボタンをタップする
iPhone 上の Vivaldi ブラウザで、ウェブページにリーダービューが有効になっています。矢印がアドレスバーのリーダービューボタンを指しています。<br&gt;
#iOS #vivaldi #VivaldiBrowser #ウェブページ #リーダービュー

vivaldi.com/ja/blog/tips/ios-t…


in reply to phdeeznuts

Anti-China propaganda has gotten real lazy these days. This is what the Americans are getting for 1.6 billion dollars?

in reply to 68silver

Lol what? Are you against Flatpak? Are you a snap fan?

in reply to thepompe

Tons of websites record your mouse, keyboard, and scroll activity, and can play back exactly what you saw on your browser window from its backend dashboard as a video. This is called session replay. There are pre-made libraries for this you can import so it's super common, I believe Mouseflow is one of the biggest providers.

When a mobile app, Windows app, or even website crashes nowadays, it automatically sends the crash dump to the app developer/OS vendor (the OS often does this whether the app requests it or not because the OS developer themselves are interested in what apps crash and in what ways). We're talking full memory dump, so whatever private data was in the app's memory when it crashed gets uploaded to a server somewhere without your consent, and almost certainly kept forever. God help you if the OS itself crashes because your entire computer's state is getting reported to the devs.

Your phone's gyroscope can record what you say by sensing vibrations in the air. It may or may not be something humans will recognize as speech if played back because the frequency range is too limited, but it's been shown that there's enough information for a speech recognition AI to decode. Good chance the accelerometer and other sensors can be used in the same way, and using them together will increase the fidelity making it easier to decode. Oh did I mention no device has ever implemented permission controls for sensors so any app or even website can access them without your consent or knowledge?

Questa voce è stata modificata (42 minuti fa)
in reply to HiddenLayer555

nah only the minidump is reported back which only contains the memory the crashing stack is using. Sending the full dump would requires uploading gigabytes of data which would cripple any home internet as they mostly have very limited upstream bandwidth.
in reply to thepompe

Maybe this. Most smartphones have a modem inside, this modem has a separate closed-sourced operating system and it usually has the main priority in controlling the smartphone relative to the processor running the main operating system, such as Android. Sometimes the modem has access to the microphone or memory, even bypassing the CPU. Although maybe everyone already knows that.
Questa voce è stata modificata (55 minuti fa)

in reply to crandlecan

People sometimes dies from the trunk falling back down. This can happen if the decomposition of the tree has come far enough or the forces eventually make the tree snap.
in reply to foliumcreations

I searched but only found references to treeworkers getting hit when cutting the stem with a chainsaw.
Natural decomposition caused fatalities may be possible, but seem very unlikely compared to other risks...
in reply to Multiplexer

This is probably true. That treeworkers make up the vast majority of casualties seem more than reaonable.
in reply to foliumcreations

Wait. You have ADHD and developed a random hyperfixation from a documentry, haven't you?
in reply to banause

No, I mean I might have ADHD, and I do sometimes fixate on very specific things. But this time I was just out in the woods and thought hey that Tree throw might be meme material.


tanto programming con poi il malo svegling causa la quasi gran morte dell’octt… (stavo per svenire alzandomi troppo veloce stamattina)


A causa del mio terribile ma solito infognamento di fine settimana, stavo per scherzare sul fatto che troppo programming, con poco gaming e soprattutto niente reading e writing, fa male alla salute… Perché si sta ore fissi davanti al PC, a fare i conti con testi bizzarri in linguaggi decisamente poco umani, per poi andare […]

octospacc.altervista.org/2025/…


tanto programming con poi il malo svegling causa la quasi gran morte dell’octt… (stavo per svenire alzandomi troppo veloce stamattina)


A causa del mio terribile ma solito infognamento di fine settimana, stavo per scherzare sul fatto che troppo programming, con poco gaming e soprattutto niente reading e writing, fa male alla salute… Perché si sta ore fissi davanti al PC, a fare i conti con testi bizzarri in linguaggi decisamente poco umani, per poi andare a dormire incazzati pensando ancora a quella roba (o meglio, quello che non si è fatto), e poi la mattina dopo, ancora prima di riprendere conoscenza (!!!), si pensa automaticamente a quello, e quindi ci si sveglia subito con un bel mal di testa, solo per poi (dopo colazione eh, ma comunque) andare ad incollarsi di nuovo davanti al PC per continuare l’effettivo programming… 😭

Tuttavia, ecco, non immaginavo affatto che il lievissimo mal di testa di 1 o 2 minuti ieri fosse solo il tutorial, mentre l’effettivo momento non epico fosse un ben più lungo (5 minuti???) calo di energia vitale (di pressione, probabilmente, dato che all’effettivo la sensazione è simile a se mi rubano il sangue… tanto sangue) che boh, non mi spiego!!! O meglio, me lo spiego nel fatto che è colpa del programming, per cui scrivere tutti quegli incantesimi così forte assorbe una quantità assurda di energia magica, e quindi succede questo… anche perché, sennò, davvero non si capisce come mai io abbia percepito questo genere di scherzetti solo in queste ultime due mattine, quando guarda caso solo in questo fine settimana ho fatto granché programming, i giorni prima no. Ho già pure dimenticato metà dei sintomi, ma è veramente una cosa assurda, ad un certo punto mi si sono pure ammosciati i 5 sensi, mentre stavo sul divano sperando di non cadere all’aldilà proprio oggi… 🤢

A parte gli scherzi, probabilmente è solo che mi sono alzata troppo di botto dal letto, senza nemmeno accorgermene, e dunque sarà accaduto appunto un calo di pressione… ma il punto è che non me lo spiego così forte, al punto che stavo quasi per cadere per terra ad ogni passo, ad un certo punto dal bagno al divano. Vero è che stanotte ho dormito solo 4 ore circa, perché come ho detto il programming fa male anche solo nella misura in cui offusca la mente di pensieri — riguardo la cosa stessa, o che portano la mente a vagare su altre cose, spesso non buone, come il dolore esistenziale di sottofondo — impedendo di addormentarsi serenamente ed efficientemente, e quando mi sono alzata è stato avendo notato che avevo ignorato la sveglia per 20 minuti e quindi ero in ritardo, però insomma… 😵‍💫

A me comunque pare di non essermi alzata in modo fisicamente meno calmo di altre mattine, ma a questo punto mi viene il dubbio… E se normalmente io mi alzassi con abbastanza calma, ma proprio ieri matttina il programming mind virus mi ha fatta uscire dal letto di fretta per via delle cose da continuare (e non ho avvertito gravi effetti solo perché avevo dormito 9 ore buone), mentre stamattina ci si è messo il tempo tiranno a mettermi fretta? Però, mannaggia a quel gran zio delle pere fritte… se il mio corpo è in uno stato tale che poco mi manca per svenire se mi alzo troppo velocemente, per quale cazzo di motivo le mie gambe me lo permettono??? Con lo stato mentale in cui sto la mattina presto, io certamente non mi posso ricordare di alzarmi piano piano sennò muoio, quindi preferirei che ci fosse un meccanismo di sicurezza automatico… (Anche se, qualora ci fosse, probabilmente pure me ne lamenterei, perché “come è possibile che non riesco a muovere le gambe? e se arrivano le bombe israeliane anche nella mia città e devo scappare come faccio???“… vabbuò.) 🐥
The state my familyfinds me in after standing uptoo quickly:pignio.octt.eu.org/item/105934…
#mattina




State of the Bird September 2025


State of the Bird September 2025


The State of the Bird is a recap of what has been happening in the project.

You can find the previous posts via the #state-of-the-bird tag.

Retrospective


Our last State of the Bird was September 16th 2025 and can be found here.

This State of the Bird is a bit late due to a number of reasons, the biggest of which is that Gary kept forgetting to finish it. Also the Charts plugin in Discourse got broken so we started looking at alternatives but luckily the plugin got fixed and we now have some code to automatically gather some of the metrics.

Metrics


We have a number of metrics we keep an eye on which you can see below.

Contributors


The number of contributors continues to fluctuate a bit, but that's expected for a volunteer project.

If you're interested in contributing you can find some documentation here including ways that don't require knowing how to program.

[chart type="bar" backgroundColors="#db3a83,#e76a2a,#4cdc8b" title="Contibutors" xAxisTitle="Time Frame" ]2025-04 | 2025-05 | 2025-06 | 2025-07 | 2025-08 | 2025-09Developers | 2 | 2 | 2 | 2 | 1 | 2 |Crazy Patch Writers | 0 | 1 | 0 | 0 | 1 | 1 |Casual | 0 | 1 | 1 | 0 | 1 | 0[/chart]

Review Requests


Review requests are what we call our code reviews and is the way that all code is accepted into our code bases. This is a look at how many were open and closed each month.

[chart type="bar" backgroundColors="#db3a83,#e76a2a" title="Review Requests" xAxisTitle="Time Frame" ]2025-04 | 2025-05 | 2025-06 | 2025-07 | 2025-08 | 2025-09Open | 44 | 26 | 20 | 42 | 61 | 48 |Closed | 43 | 22 | 25 | 39 | 57 | 56 |[/chart]

Issues


This is a look at the number of issues that were opened in our issue tracker as well as how many were closed by month. We don't create issues for everything we do, this is still good to look at as it will include bugs and other issues users have brought to our attention.

[chart type="bar" backgroundColors="#db3a83,#e76a2a" title="Issues" xAxisTitle="Time Frame" ]2025-04 | 2025-05 | 2025-06 | 2025-07 | 2025-08 | 2025-09Open | 16 | 6 | 11 | 11 | 16 | 6 |Closed | 6 | 5 | 10 | 3 | 11 | 7 |[/chart]

Commits


This is a break down of commits to each project per month. In most cases a review request is just a single commit, but this chart helps to see what projects are being worked on.

As you can see, Pidgin 3 activity continues to dominate everything else.

[chart type="bar" backgroundColors="#ed207b,#9eb83b,#e5bb13,#0088cc,#b3b5b4,#8c6238,#231f20,#f1592a,#ffea61,#bf1e2e,#0088cc,#57e389,#7f007f" title="Commits" xAxisTitle="Time Frame" ]2025-04 | 2025-05 | 2025-06 | 2025-07 | 2025-08 | 2025-09 |Pidgin 3 | 28 | 15 | 10 | 25 | 51 | 46 |Pidgin 2 | 0 | 0 | 4 | 0 | 2 | 0 |Gaim 3 | 0 | 0 | 0 | 0 | 0 | 0 |GPlugin | 0 | 2 | 0 | 4 | 0 | 1 |HASL | 0 | 1 | 4 | 2 | 0 | 0 |Birb | 0 | 5 | 0 | 1 | 0 | 7 |Xeme | 0 | 0 | 0 | 1 | 0 | 0 |Ibis | 11 | 0 | 0 | 0 | 0 | 2 |Hiya | 2 | 0 | 0 | 0 | 0 | 0 |Myna | 0 | 0 | 0 | 2 | 0 | 0 |Seagull | 0 | 0 | 13 | 3 | 0 | 1 |Traversity | 0 | 0 | 0 | 0 | 0 | 0 |retro-purple | 0 | 38 | 48 | 0 | 3 | 0 |[/chart]

Infrastructure


No new updates here.

#pidgin3


Pidgin 3 is our next generation universal chat client whose goal is to give you the best experience possible when using modern chat networks.

Retrospective


Lots of work on Pidgin 3 this month including a new application icon! Feel free to discuss it at discourse.imfreedom.org/t/new-….

The big work this month that we were trying to get into the release was that we're completely overhauling the account setting and user splits APIs. However, this had some dependencies we didn't expect related to the credential providers using the account username to keep track of accounts. Needless to say, this wasn't finished for the 2.93.0 release, but we're going to keep chipping away at it.

Another huge thing we finished this month is the start of the migration guide for developers. This was a huge undertaking and still needs to have all the user interface stuff added to it, but it's still a huge milestone. It can be viewed here. We need to finish the architecture documentation too which will help fill in some of the finer points that aren't covered in the migration guide.

Also as previously mentioned in the Experimental 4 release announcement, we now have a setting for toggling light/dark mode!

Highlights


  • Add a Pidgin.Badges widget to contacts in the contact list
  • Import our new application icon from the one and only Hylke Bons
  • Create Purple.AccountSetting
  • Add Purple.AccountSettings
  • Add Purple.Protocol.get_default_account_settings
  • Create Purple.AccountSettingStringList
  • Update the default account settings handler to include user splits
  • Port IRCv3 to the new account settings
  • Add Purple.Account:disconnected to complement Purple.Account:connected
  • Fix settings initialization in network prefs
  • Fix parenting of Account Manager window on initial startup
  • A first pass at documenting how to migrate from purple 2
  • macOS: fix some issues with the macOS native files
  • macOS: hide duplicate menu items
  • Stop setting XDG_RUNTIME_DIR in devenv
  • Add a dark/light color scheme setting
  • Add remove all and update methods to Purple.AccountSettings
  • Make sure accounts have names when saving and loading
  • Add the account name to the account editor
  • Update Pidgin.AccountDisplay to use the Purple.Account:name property
  • Update libpurple to use Purple.Account:name when referring to accounts
  • Update pidgin to use Purple.Account:name when referring to accounts
  • A few cleanups in the account api
  • Create Purple.ConversationManagerBackend
  • Update Purple.ConversationManager to use a Purple.ConversationManagerBackend
  • Create Purple.ConversationManagerSeagullBackend
  • IRCv3: Only send WHO on our own joins


Releases



Future Plans


  • The account options API is in the process of being replaced by a new AccountSetting API.

The following items are still in the works from the last state of the bird.

  • Add persistence to the scheduler.
  • Add persistence to the contact manager, this needs to be done so we can fix some issues with direct messages being restored correctly.
  • Gary has started an out of tree protocol plugin to help figure out how the voice and video API will work.

As always, you can view the burn down chart for our next release here.

#pidgin2


Pidgin 2 is our stable "production" release of a universal chat client. Meaning that you can use it as a single interface to many chat networks!

Retrospective


We're still planning on doing a 2.15.0 release, but we haven't moved forward on this at all this month.

Highlights


  • Cleaned up the app data file.
  • Removed the auto package spec file.


Retrospective


We still need to finish up the build environment packages so we can upgrade GTK on windows and get that all into the installer. We also need to remember to update the spell checking dictionaries as we haven't done that in awhile.

Releases


None

Future Plans


Just the same as what was mentioned above.

#gaim 3


As announced in the last State of the Bird, we've started an additional user interface to keep the look and feel of Pidgin 2 and Gaim before it in GTK4 and we've chosen to name it Gaim.

Retrospective


No new work this month. We've put things on pause until the account settings rewrite is finished. We need to be able to create accounts to move forward and don't want to write a bunch of code just to rewrite it very soon afterwards.

Highlights


None

Releases


None

Future Plans


Once the account settings API is finished up we're going to start moving pretty quickly here.

#gplugin


GPlugin is our GObject based plugin library that is used in Pidgin 3.

Retrospective


Nothing much this month, everything is working well enough for now.

Highlights


  • Fix detection of Lua 5.4 on Gentoo


Releases


None

Future Plans


We're going to continue moving forward with the GLib.List -> Gio.ListModel changes and eventually have GPlugin.Manager implement Gio.ListModel.

#hasl


HASL is the Hassle-free Authentication and Security Layer library. It implements SASL in a modern and easy use way compared to the existing libraries.

Retrospective


No activity this month.

Highlights


None

Releases


None

Future Plans


We have been in the progress of implementing the SCRAM Mechanisms which will be included in the next release.

#birb


Birb is a library of GLib utilities that we use across all of our projects.

Retrospective


We created Birb.LocalizedString to be used with the new Account Settings in purple as well as a few maintenance things. After the release we pull in the check license header script from the pidgin repo so that other projects can use it.

Highlights


  • Create Birb.LocalizedString
  • Fix some issues with the queued output stream error
  • Add the check license header script and make it installable


Releases



#xeme


Xeme is our XMPP integration library. It is the basis for both the Link Local Messaging (Bonjour) and XMPP protocols in Pidgin 3. It is still early in development and has not yet had a release.

Retrospective


No activity this month.

Highlights


None

Releases


None

Future Plans


Everything! Seriously though, we're looking to get back to this in the near future.

Ibis


#ircv3-library is our IRCv3 integration library. It has seen a lot of active development as it is used in the IRCv3 protocol plugin in Pidgin 3.

We are nearing known feature completion on it and expect to do a 1.0 release in the near future.

Retrospective


Fixed some issues with the unit tests on windows by using stroul instead of atoi. We also renamed the nick projects by renaming nick to primary-nick, alt-nick to secondary-nick and added tertiary-nick. The old properties are still there but have been deprecated.

Highlights


  • Use strtoul instead of atoi when parsing hosts
  • Rework the nick properties


Releases


None

Future Plans


Continue working through the open issues and watching new IRCv3 specifications for things we should be including.

#hiya


Hiya is a new client abstraction library for mDNS. It was created to help make implementation of the Link Local Messaging protocol easier as we would have to abstract out the different platform implementations and by putting it in a library that abstraction can be used by other projects.

Hiya has not yet had a release.

#myna


Myna is a new integration library for Matrix. It is still extremely early in development.

#sqlite3-helper-library


Seagull is a new library we created to make working with SQLite feel more like a GLIB/GNOME library and force usage of prepared statements with named parameters and other similar things.

Retrospective


Just some minor maintenance this month, but we've got some more stuff coming as we're using Seagull to serialize more stuff in Purple 3.

Highlights


None

Releases


None

Future Plans


We have a few features to fill out yet and a few ideas that need a bit more time in the oven.

More specific details can be found in our open issues.

#traversity


Traversity is a new library for traversing NATs. There are many different ways to traverse a NAT and the goal of Traversity is to hide that from developers who just need to traverse a NAT.

It is still early in development and has not yet had an official release.

#retro-prpl


retro-prpl is a new repository we've created on GitHub. This repository contains all of the abandoned protocols that have ever lived in our code base and is meant to make them easier to study and for people to use with services like Retro AIM Server, escargot, and NINA.

Retrospective


Nothing to report on this month.

Highlights


None

Releases


None

Future Plans


Right now we didn't add any support for protocol specific emojis because we completely forgot about them. Anyways we're looking at creating a custom emoji theme that will include everything for these retro protocols.

We're also trying to make sure that you can actually use this to connect to the self hosted clones, but we haven't gotten through verifying that and fixing what doesn't work.

Closing


We have a lot to do going forward but we're still striving hoping that the Experimental 5 release which is due 2025-12-31 will actually be Alpha 1. The distinction is whether not not we think the protocol specific APIs are stable enough for third party protocol developers.

We don't have this well defined yet, and it's more of a feel than anything, but we've had a few people tinkering with third party protocols with moderate success which is absolutely amazing!! So as they continue working on their protocols we're getting good feedback on basically everything which is extremely helpful!

We hope you all are enjoying the new format and if you have any questions of comments please leave them below!

Discuss this on our forum.



Site equivalent?


For anime I am watching via Animekai thanks to its front page putting focus on current show schedule and an easy to use book mark system.

I am wondering is there any Stream site for Westren Movies and shows? So far most I can find seem to use a front page that focuses on what’s supposedly trending rather then current showings

in reply to green_red_black

Have you perused fmhy (.) net/video#streaming-sites ?
Questa voce è stata modificata (3 ore fa)


My Recent Experience Getting Back Into Linux


Over the past several days, I have been trying to install Linux on my surface pro 2 because Windows is having issues with hogging memory, which is preventing me from finishing a drawing.

First I tried Linux Mint. After several freezes of the Bluetooth program, I was able to get my 8bitdo controller to connect, however i learned that neither using it as a wireless keyboard nor as dinput works. Mint was not detecting input from either mode, but it could detect xinput. Krita, however did not recognize the inputs because they were not keyboard keys, so i had to install a program to convert xinput signals to key presses.

Additionally, the on-screen keyboard on Mint has two options: always on when enabled, or on when a text box prompts. The former sucks to use because you have to toggle the keyboard in accessibility settings every time you want to turn it off or on, and the latter never detected a single text box in my experience. So the on-screen keyboard simply doesn't work on Mint.

I tried installing Kubuntu. I installed the Linux surface drivers recommended on r/SurfaceLinux. This resolved an issue where the pen and eraser were seen as the same.
My controller also worked Flawlessly in keyboard mode right out of the gate. The Bluetooth program didn't freeze once. The on-screen keyboard is also acceptable.
By all accounts the experience was a significant improvement.

Then I tried calibrating my pen. This did not work. The cursor was consistently 2-3 mm up and to the left of where i was holding my pen. KDE with wayland also does not support non-linear digitizer calibration. This is a problem because the errors in my tablet's digitizer are non linear. On windows I had created a script to add extra calibration points to rectify this. I can't do this in KDE with wayland. I could switch to X11, but then all the QoL improvements for touch screen/tablet use would be gone.

So I've been fiddling for hours trying to make a script in krita that will allow me to correct my pen inputs with an error matrix. Krita is refusing to even recognize the script is even there. Probably a Krita problem, not Linux, but blegh. I wouldn't have to do this if the system pen calibration worked.

But of course, my 5 year old experience with how troublesome Linux was is invalid today, and Linux has gotten so much better and Just Works™ now /s

in reply to UNY0N

"Sounds like it is working pretty well to me" when I spend multiple days trying to get Linux working for one purpose (to draw) and am unsuccessful.

This is why "current year is the year of the Linux desktop" is hilarious to anyone who doesn't use Linux.

in reply to Xavienth

I get it, it's frustrating and it doesn't feel like your needs are being met.

It's just important to see the larger picture. Windows and iOS suck more every day. Linux gains more and more traction, more and more users as the competition becomes less and less attractive.

I hope that the next time you try, that it just works.



How to remove 'anti-piracy' footers from complex PDFs?


I have some sewing patterns that I would like to share (and hopefully swap) but all of the PDFs have a

"This was purchased by John Doe john.doe@email.com #ordernumber - if you are not John Doe, please dob in the person you got this from to company@example.com so we can sick our lawyers on them"


sorta footer on every single page.

Obviously for privacy reasons (and because I don't actually want lawyers sicked onto me), I need to remove this footer.

These are often complex PDFs with more than a hundred pages and multiple layers.

I managed to successfully remove the editing password (not user/viewing password, just can't edit without password) with qpdf --decrypt. But removing that footer has left me at a dead end. I have even tried manually removing every single instance of those footers using Master PDF Editor but saving the file flattened it and you are no longer able to show/hide layers which is essential for correct printing. (Please don't ask me how many different PDF editors I have tried because it has been so so SO many I have lost count).

Not that I really want to have to manually edit this out on what could amount to over a thousand pages but searching for a command to remove a certain phrase has come up empty. Even Master PDF Editor doesn't seem to have a bulk remove or search and replace function (just search).

I use Linux btw.

Questa voce è stata modificata (17 ore fa)
in reply to Thorned_Rose

Just because the visible footer gets removed doesn't mean there isn't other unique tracking information hidden deep in the PDF that could still get the lawyers sicced on you. Depending on how valuable this information is to the company, and how litigious they are, you have to judge how far they might've gone and might yet go to protect it.

Unfortunately, that's why this kind of copy protection can an actually be an effective tactic to prevent individuals from sharing their copies. While there might be ways to strip this kind of hidden data on simpler PDFs... even resorting to methods like screenshotting or printing and scanning, still cannot give you absolute confidence that there isn't some subtle unique identifier invisibly hidden in the layout or through subtle inconspicuous variations, especially if you're doing this regularly and they start targeting you and your account for identification. And on complex PDFs there are so many more ways they could hide this information digitally if they know where to look for it and you don't. 99% of the time it's going to be pretty obvious to strip out, but are you willing to take that risk even if you do find a technical method of removing the visible footers? If it's a one-off, maybe you can get away with it, but in the long term this strategy is not viable and is a trap for rookies.

The only truly safe way to share digitally watermarked content like this is to buy it with a burner account and full opsec in the first place. Nobody to sic lawyers on if it's a hacked paypal or a stolen/prepaid credit card or an untraceable email and IP, or in a jurisdiction with no enforcement. Smash and grab, get the data anonymously and get out. Don't share stuff from your personal account that's literally got your name and banking information attached to it unless you can confirm it's bit-for-bit indistinguishable from other innocent copies with something like a checksum.

in reply to cecilkorik

hacked paypal or a stolen/prepaid credit card


How do you do this? Asking for a friend.

/joke



When trying to see communities, *filtered*, the "next page" doesn't include the filters, so one CAN'T see the next filtered-page results.


the search communities page, with local/other as 1 filter, & subscribed/not-subscribed as the other filter ( other options, don’t remember ‘em ).. IF one searches for other/remote sites, & not-subscribed, e.g. & goes through that page.. then at the bo

the search communities page, with local/other as 1 filter, & subscribed/not-subscribed as the other filter ( other options, don't remember 'em )..

IF one searches for other/remote sites, & not-subscribed, e.g. & goes through that page..

then at the bottom of the page is a Next Page button, .. which gives one a page of bullshit, because it discarded the filtering.

( it certainly discards the subscribed/unsubscribed filtering, it may have kept the local-vs-remote sites status ).

Also, if one searches for local + unsubscribed, the 2nd page isn't filtered.

This renders the 2nd-page & all other pages .. garbage.

I'm only identifying this, not complaining: the fact that PieFed exists is awesome, & work is work, so I'm grateful for what there is, that works properly, so this is only a heads-up.

Perhaps a special-page checklist for the programmers would prevent oversights ( Atul Gawande's book "The Checklist Manifesto" identified that there are 2 categories of checklists: these-people-need-to-connect, & this-task-need-get-done.

Perhaps checklists should be considered as foundational in programming as code-review, pair-programming ( near-view/in-the-trench & far-view/how-does-this-fit-in-with-everything-else ), continuous-integration-testing, etc..

Salut, Namaste, Kaizen, & Gratitude for the wonderful contribution to our world..

_ /\ _

in reply to Paragone

PS; I just created this post, & now I see to the top-right, that it says, in green, "Solved".

??




The UN says entire families are buried beneath the rubble in Gaza


While Israel continues to break the ceasefire, many Palestinians' loved ones are still buried under the rubble, as the UN points out


Archived version: archive.is/newest/thecanary.co…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



Twitter is launching a marketplace for inactive handles


X is launching a Handle Marketplace where Premium subscribers will be able to search and request usernames that have been unavailable.


Israel accused of 80 Gaza ceasefire violations killing 97 people


A Palestinian government office says Israeli forces have carried out 80 ceasefire violations since October 10, killing 97 people and wounding 230 more.


Archived version: archive.is/newest/middleeastey…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.




North Korean soldier defects to South Korea across the rivals' heavily fortified border


cross-posted from: lemmy.world/post/37580499

A North Korean soldier defected to South Korea across the rivals' heavily fortified border on Sunday, South Korea's military said.

The military took custody of the soldier who crossed the central portion of the land border, South Korea's Joint Chiefs of Staff said in a statement. It said the soldier expressed a desire to resettle in South Korea.

It was the first reported defection by a North Korean soldier since a North Korean staff sergeant fled to South Korea via the border's eastern section in August 2024.




[Two year old music video] Where are you Oh humanity | one of the most beautiful works by Saleh al-Jafarawi (with english subs)


Questa voce è stata modificata (23 ore fa)
in reply to Ayache Benbraham ☭🪬

I found a YouTube link in your post. Here are links to the same video on alternative frontends that protect your privacy:

Questa voce è stata modificata (23 ore fa)



My experience with Arch


Hello everyone, lately I got really into Linux. I installed it in every machine I have, but I still had to try Arch. From what people were saying online I thought that it was going to be a hard and impossible task. So I bought a Thinkpad for a hundred euros (x260 if you're wondering) and I followed a guide on how to install Arch. I thought I was going to be using the terminal all the time, and had to type everything. No black screen of death, no prompt saying "Are you awake?" Matrix style, the pc didn't breack, reality didn't bend and just following simply the guide I had Arch running in fifhteen-twenty minutes no problem. Only the Network Manager wasn't on were I rebooted after installation but it took five minutes to search online how to fix it. Everything works: bluetooth, internet, apps and so on. I could leave it as it is and I could just use it as any other pc. So all I'm saying is that I'm having a great time with Linux distros, the pain to learn how install repository and other things is really worth it. Every time I learn something more about my computer puts me more in control.
So thank you Linux and its community.
in reply to utnapishtim

I stopped using arch because you can't change your user name without breaking the entire system for some reason. Probably not an issue if you build yourself but I was using pinephone and steam deck images. I prefer Debian and fedora.
Questa voce è stata modificata (9 ore fa)



The AI Industry Is Traumatizing Desperate Contractors in the Developing World for Pennies


Unfortunately, the technology of the future demands a high price. On top of the exorbitant energy cost fueling a return to industrial-era levels of pollution, AI is also propped up by a massive global sweatshop operation, where low-wage workers in underdeveloped countries are tasked with doing the hidden intellectual labor that makes the tech useful.

As reported by Agence France-Presse, workers in long-exploited countries like Kenya, Colombia, and India are becoming increasingly outraged over the miserable labor of AI training. For example, as the wire service notes, for an AI chatbot to generate an autopsy report, contract workers have to sift through thousands of gruesome crime scene images, a gig known as “data labeling.”

Though the work is often done remotely — thus saving on the overhead costs of leasing an office — data labeling isn’t exactly a cushy laptop job. Workers involved in this industrial operation describe grueling hours, few if any workplace protections, and frequent tasks involving violent or grisly content. In theory, it’s not unlike social media content moderation, another digital practice built on exploitative labor in the developing world.

“You have to spend your whole day looking at dead bodies and crime scenes,” Ephantus Kanyugi, a Kenyan data label, told AFP. “Mental health support was not provided.”


I could swear I've seen this movie before.



Chicago’s Massive No Kings March Stretches Two Miles Through Loop


DOWNTOWN — With their city caught in the country’s largest immigration enforcement operation, as many as 250,000 Chicagoans flooded Downtown on Saturday to condemn Donald Trump’s administration as part of the second nationwide No Kings protest.

“We will never surrender!” Illinois governor JB Pritzker said. “Throughout history we have learned that tyranny doesn’t arrive with dramatic proclamations. We learned that it comes wrapped in ‘law and order’ … The reality here in Chicago is this: Black and Brown people are being targeted for the color of their skin. Children are being zip-tied and separated from their families … These people are not abstractions. They pay taxes on their businesses. They work hard — these people are the fabric of our society.”

“They want a rematch of the Civil War,” Chicago mayor Brandon Johnson said to the crowd. “But we are here to stand firm, to stand committed — that we will not bend. We will not cower. The attempt to divide and conquer this nation will not prevail, because when the people are united, justice always prevails.”

Johnson closed out his remarks by calling for a general strike.



AMYBO: a non-profit open source protein fermentation community





Block youtube's (and other website's) embeds on lemmy posts. (uBlock related)


So when you want to post a lemmy post, it asks for a URL, if you provide a URL of, say, youtube or bandcamp an embed will load when you enter the comments section.

Basically I want this

into

And if anyone knows how to block all images in general, except from a few whitelists (lemmy sites, catbox, etc) that would be really helpful.

in reply to Reilyh she/her

You could enable advanced mode I uBlock and then disable "3rd party" in the uBlock popup. Then allow list the few sites you want to see content from.
in reply to N.E.P.T.R

Yep. Settings > I am an advanced user (All the way at the bottom of the page). On the Filter Lists tab, I checked everything except 'Regions, languages' This lets you 'dial in' what you want on your network and what you don't. After a while of looking at the CNDs, and all the data points in Ublock for a particular site, you start to get a feel for what to block and what not to block.

There are color shades in UBlock that represent different types of blocks and allows. See here: github.com/gorhill/uBlock/wiki… As you select what to block, you will find that other sites use the same CDNs, etc, so once you have allowed or denied certain 'services' you don't have to do it for all sites.

in reply to N.E.P.T.R

Yes I can see what you mean, as I can disable individual websites from the UI. :\ This seems like uBlock 101, I should've really read about this. So thank you!


Israel launches air strikes in Gaza accusing Hamas of 'bold violation of ceasefire'


Israel has launched air strikes in southern Gaza, accusing Hamas of attacks in a "bold violation of the ceasefire".

A military spokesman said Hamas had carried out "multiple attacks against Israeli forces beyond the yellow line" - which they say is the area Israeli troops have withdrawn to in accordance with phase one of the US-brokered deal.

Hamas said it was committed to the ceasefire and accused Israel of breaking it several times.

in reply to geneva_convenience

I was reading the comments on an article about this genocide in the Torygraph and fuck me it was bad.

Fascist and racist as fuck but the thing that struck me was that they were complaining how pro-Palestinian the BBC was.

Now, correct me if I am wrong, the BBC is pro Isreal?

in reply to Tomtits

BBC staff: we're forced to do pro-Israel PR

A devastating letter signed by over 100 BBC journalists underlines one of the great scandals of our age
Questa voce è stata modificata (1 giorno fa)


The Zionist Consensus Among US Jews Has Collapsed.





Could the XZ backdoor have been detected with better Git and Debian packaging practices?


How did the changes in the binary test files tests/files/bad-3-corrupt_lzma2.xz and tests/files/good-large_compressed.lzma, and the makefile change in m4/build-to-host.m4) manifest to the Debian maintainer? Was there a chance of noticing something odd?
in reply to Otto

Author has some good thoughts, but it's important to mention that the xz backdoor did not make it into debian stable, only sid.

Debian already had policies to handle stuff like this, which is how bookworm wasn't affected.

Questa voce è stata modificata (14 ore fa)



36 Minute Trials and No Jury – Starmer’s Fascist Mass Courts


Those charged with terrorism for supporting Palestine Action will have no jury in trials limited to 36 minutes each, with prison sentences up to six months. These are the plans for Starmer Courts for mass trials of anti-Genocide protestors.

https://znetwork.org/znetarticle/36-minute-trials-and-no-jury-starmers-fascist-mass-courts/



Reminder: Mon, Oct 20 is the last day to register to vote in the Nov 4 election


You can check your registration status at the OP link as well. To find a ballot drop off location: [url=https://locator.lavote.gov/locations/vbm?id=4337&culture=en]https://locator.lavote.gov/locations/vbm?id=4337&culture=en[/url] If you would prefer to

You can check your registration status at the OP link as well.

To find a ballot drop off location: locator.lavote.gov/locations/v…

If you would prefer to vote in person instead, here are voting locations: locator.lavote.gov/locations/v…



Spyware maker NSO Group blocked from WhatsApp


A federal judge has granted Meta-owned WhatsApp’s request for a permanent injunction blocking Israeli cyberintelligence company NSO Group from targeting the messaging app’s users. At the same time, the judge dramatically reduced the fine that NSO Group must pay to Meta.



Courts don’t know what to do about AI crimes: AI-generated images and videos are stumping prosecutors in Latin America, even as courts embrace AI to tackle case backlogs


Shortly after Colombian presidential candidate Miguel Uribe Turbay was shot at a political rally in June, hundreds of videos of the attack flooded social media. Some of these turned out to be deepfakes made with artificial intelligence, forcing police and prosecutors to spend hours checking and debunking them during the investigation. A teenager was eventually charged.

Increasing adoption of AI is transforming Latin America’s justice system by helping tackle case backlogs and improve access to justice for victims. But it is also exposing deep vulnerabilities through its rampant misuse, bias, and weak oversight as regulators struggle to keep up with the pace of innovation.

Law enforcement doesn’t yet “have the capacity to look at these judicial matters beyond just asking whether a piece of evidence is real or not,” Lucia Camacho, public policy coordinator of Derechos Digitales, a digital rights group, told Rest of World. This may prevent victims from accessing robust legal frameworks and judges with knowledge of the technology, she said.

Justice systems across the world are struggling to address harms from deepfakes that are increasingly used for financial scams, in elections, and to spread nonconsensual sexual imagery. There are currently over 1,300 initiatives in 80 countries and international organizations to regulate AI, but not all of these are laws and nor do they all cover deepfakes, according to the Organisation for Economic Co-operation and Development.




Rubio promised to betray U.S. informants to get Trump’s El Salvador prison deal


To secure Washington’s access to El Salvador’s most notorious prison, the secretary of state made an extraordinary offer to President Nayib Bukele.

...

The deal would give Bukele possession of individuals who threatened to expose the alleged deals his government made with MS-13 to help achieve El Salvador’s historic drop in violence, officials said. For the Salvadoran president, a return of the informants was viewed as critical to preserving his tough-on-crime reputation. It was also a key step in hindering an ongoing U.S. investigation into his government’s relationship with MS-13, a gang famous for displays of excessive violence in the United States and elsewhere.


Access options:
* gift link — registration required
* archive.today