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 […]
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
- Experimental 4 (2.93.0) was released on 2025-09-30 Release Announcement
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
- 0.5.0 was released on 2025-09-09 Release Announcement
#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 ofatoi
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!
Building Celestial: A GTK Theme Journey
Building Celestial: A GTK Theme Journey
I spend a lot of time on the computer, using a lot of software. This makes me acutely aware when things don’t quite work right. A button that renders incorrectly. Inconsistent padding. Unthemed dialogs.Terminal Thoughts
I have found the gtk theming to be extremely confusing. It's too complicated IMHO, or I'm missing something. I wanted to make the titlebar/window manager bar darker (with white text maybe) on this theme mastodon.social/@eugenialoli/1… and I couldn't figure out how to ONLY change the titlebar. I want the various elements (e.g. window bar, menu bar, icon bar etc) to have slightly different colors you see, so I can differentiate what's what. I can't use dark themes because I can't see where the boundaries are of each window/thing. My eyes just can't differentiate dark theme elements. It's a mystery to me how people can use these themes. :o)
Honestly Gtk theming has extremely poor documentation and you need to look closely at existing themes to figure out all the CSS selectors you need to define. It is definitely possible, but can require some trial and error.
Not all themes are created equal, but the titlebar is actually one of the easier things to theme.
That being said, it really depends on your DE, and if the apps you are using are Qt or Gtk 3/4.
I really wish they had better guides online, but that was the main reason I spent time working on Celestial. To finally have the consistency i wanted, and untangle the theming mess.
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
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
Sounds like it is working pretty well to me.
I understand the frustration, but Linux only works because the community works on it together. You sound like someone who has some technical knowledge, maybe you can help the kubuntu team make the calibration a feature?
"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.
Top scientist Hu Ye quits US for China after giving up millions in funding
Top biomedical scientist Hu Ye quits US for China after giving up millions in funding
Hu has been appointed founding dean at the new school of biomedical engineering at his alma mater, Tsinghua University.Shi Huang (South China Morning Post)
like this
Israel heavily bombs Gaza in major ceasefire violation
cross-posted from: lemmy.ml/post/37788915
Published date: 19 October 2025 09:51 BST
last update: ~1200 EDT
Heavy Israeli bombing rocked the Gaza Strip on Sunday, killing at least 15 Palestinians, in a major violation of the ceasefire.More than 100 air strikes were reported in Rafah and Khan Younis in the south, Jabalia in the north, and parts of central Gaza.
Among the sites hit were a cafe, a mobile phone charging station, a group of journalists and a house sheltering displaced people.
The Israeli military said the strikes were in response to an alleged "attack" by Palestinians on its troops in southern Rafah involving a rocket-propelled grenade and sniper fire.
Maeve likes this.
Israel heavily bombs Gaza in major ceasefire violation
cross-posted from: lemmy.ml/post/37788915
Published date: 19 October 2025 09:51 BST
last update: ~1200 EDT
Heavy Israeli bombing rocked the Gaza Strip on Sunday, killing at least 15 Palestinians, in a major violation of the ceasefire.More than 100 air strikes were reported in Rafah and Khan Younis in the south, Jabalia in the north, and parts of central Gaza.
Among the sites hit were a cafe, a mobile phone charging station, a group of journalists and a house sheltering displaced people.
The Israeli military said the strikes were in response to an alleged "attack" by Palestinians on its troops in southern Rafah involving a rocket-propelled grenade and sniper fire.
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.
like this
Israel heavily bombs Gaza in major ceasefire violation
Published date: 19 October 2025 09:51 BST
last update: ~1200 EDT
Heavy Israeli bombing rocked the Gaza Strip on Sunday, killing at least 15 Palestinians, in a major violation of the ceasefire.More than 100 air strikes were reported in Rafah and Khan Younis in the south, Jabalia in the north, and parts of central Gaza.
Among the sites hit were a cafe, a mobile phone charging station, a group of journalists and a house sheltering displaced people.
The Israeli military said the strikes were in response to an alleged "attack" by Palestinians on its troops in southern Rafah involving a rocket-propelled grenade and sniper fire.
Israeli air strikes hit Rafah amid repored clashes with Abu Shabab gang
Israeli fighter jets carried out air strikes on Rafah, in the southern Gaza Strip, on Sunday, in the latest reported violation of the ceasefire.MEE staff (Middle East Eye)
like this
reshared this
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 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..
_ /\ _
PS; I just created this post, & now I see to the top-right, that it says, in green, "Solved".
??
On The Gaza "Mass Executions" and "Civil War" - Minis
On The Gaza "Mass Executions" and "Civil War" - Minis
A new rising Narrative based on Deception.Green Rose (The GreenRose)
like this
La Dame d'Azur doesn't like this.
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.
Marco Rubio betrayed drug gang informants to seal El Salvador prison deal, report says
Trump administration allegedly agreed to abandon confidential informants protected by US government in an effort to ink CECOT deal
Moscow warns Azerbaijan of planned coup by head of Presidential Administration
It has emerged that Vladimir Putin personally warned Azerbaijani President Ilham Aliyev of a coup being planned against him by his chief of staff earlier this month, Azerbaijani news agency APA reported on Thursday.
Archived version: archive.is/newest/novayagazeta…
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.
Moscow warns Azerbaijan of planned coup by head of Presidential Administration
It has emerged that Vladimir Putin personally warned Azerbaijani President Ilham Aliyev of a coup being planned against him by his chief of staff earlier this month, Azerbaijani news agency APA reported on Thursday.Novaya Gazeta Europe
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.
North Korean soldier defects to South Korea across the rivals' heavily fortified border
A North Korean soldier defected to South Korea across the heavily fortified Demilitarized Zone on Sunday, South Korea's military said.CBS News
like this
She Despised Charlie Kirk. He Resolved to Make People Like Her Pay.
Bernie Sanders, Mehdi Hasan, Brandon Johnson and More Give Fiery Speeches at 'No Kings' Rallies: 'America Can Defeat This Fascist Threat' | Video
Earlier in his speech, Hasan extended an olive branch to members of the Republican Party who may feel disillusioned with the current administration. “And you know, they say we don’t reach out to the other side, we don’t reach out to conservatives or Republicans, that we’re in an echo chamber,” he said. “Well, let me say to every Republican and conservative watching, aren’t you the ones who said no more big government, no tyranny in America? So if you believe that, what are you doing defending masked federal agents in unmarked cars, bundling people off of the streets, including American citizens, and disappearing them? How are you okay with that? And if you’re not okay with it, then come over to our side.”Hasan clarified that “our side” is “the small-d Democrats, not the big D Democrats, not the Democratic Party, those of us who are from all parties and none, but those of us who care about saving America so that we can get to our 250th birthday and still be free when we reach 250 years.”
. . . In a rousing speech, Nye evoked the very history that birthed the United States. “Our government is based on ideas embodied in a constitution among other remarkable features that guarantees our freedom to speak as we’re doing here today,” Nye said. “Rather than doing one monarch’s bidding, we have agreed to form a democracy, to work together, and to follow the laws that derive from it. No thrones, no crowns, no kings.”
Nye returned to that history later in his deliverance. “In 1776, our ancestors had had enough. They declared independence from a king by means of a document stored safely right over there on Constitution Avenue in the National Archives. Although it was conceived 249 years ago, the Declaration of Independence describes a train of abuses connected with an absolute authority, a king with absolute power. No thrones. No crowns. No kings,” he said.
“Their king had refused to honor the law. Their king had refused to let lawmakers be elected. The king had made court judges dependent on his will. They cited the king sending quote swarms of officers to harass our people. Their language referred to quote cruelty and faithlessness scarcely paralleled in the most barbarous of ages. Their king was trying to quote render the military independent and superior to civil power. Our founders even censured King George for cutting off trade with all parts of the world. Did these actions sound familiar?”
. . . Sanders later lashed out against Trump allies Elon Musk, Jeff Bezos, and Mark Zuckerberg “and the other multi-billionaires who were sitting right behind Trump when he was inaugurated.”
“Yes, I am talking about the insanity of one person, Mr. Musk, owning more wealth than the bottom 52% of American households. I am talking about the incredible injustice of the top 1% in America, now owning more wealth than the bottom 93%,” Sanders said. “I am talking about the richest people in America becoming much, much richer, while 60% of our people live paycheck to paycheck, struggling every day to pay their rented mortgages, pay for childcare and education, pay for their healthcare, and pay for their health care.”
Bernie Sanders, Mehdi Hasan, Bill Nye and More Speak at 'No Kings' Rallies
More than 2,500 No Kings protests against the Trump administration kicked off across the United States (and in several European capitals) on Saturday, with millions of people expected to march at rallies attended by politicians, celebrities, media fi…Stephanie Kaloi (TheWrap)
[Two year old music video] Where are you Oh humanity | one of the most beautiful works by Saleh al-Jafarawi (with english subs)
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
like this
I found a YouTube link in your post. Here are links to the same video on alternative frontends that protect your privacy:
Then they fight you: How the ‘No Kings’ protests are winning America | A massive turnout of 7 million and a panicked White House showed Saturday why the No Kings protests matter, a lot.
Then they fight you: How the ‘No Kings’ protests are winning America
A massive turnout of 7 million and a panicked White House showed Saturday why the No Kings protests matter, a lot.Will Bunch (The Philadelphia Inquirer)
Rozaŭtuno likes this.
My experience with Arch
So thank you Linux and its community.
like this
Im almost envious of you.. I did that like 15 years ago and there is so many fun things to run and learn. So many desktop environments, tiling window managers, programming languages, ricing attempts...
I used arch almost all the time, with just a few times trying other distros to see what they are about. But nothing is as good as arch, mostly because of the AUR and its excellent docs.
Now bazzite is the new hot thing so could be fun to try that I guess, but dont want to remove my lovely arch.
Thats great but im not sure its very specific to bazzite. Ive been gaming on arch for many years and all games work, pretty much. 😀
Have you tried to install apps from the arch AUR? Im curious if they follow the system theme and if they are found by the system launcher as ordinary apps. They are running in a container so i wonder if that makes them behave differently. Flatpaks can have the same issues.
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.
The AI Industry Is Traumatizing Desperate Contractors in the Developing World for Pennies
AI is propped up by a global sweat shop operation, where exploited workers polish the software for wealthy corporations in the west.Joe Wilkins (Futurism)
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.
Chicago’s Massive No Kings March Stretches Two Miles Through Loop
The No Kings rally in Downtown Chicago was just one of many planned for around the Chicago area and the country.Charles Thrush (Block Club Chicago)
Rozaŭtuno likes this.
MDB II – 2025.65 – (Parte 2) O voto do cabeça de peruca #podifusão
II – 2025.65 – (Parte 2) O voto do cabeça de peruca
A segunda e última parte do insuportavelmente tântrico voto do LUIZ FUCK YOU.Castbox
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.
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.
Dynamic filtering: quick guide
uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean. - gorhill/uBlockGitHub
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.
Gaza ceasefire: US says Hamas is planning 'imminent' attack on civilians
The US state department says the move would be a violation of the ceasefire deal, but did not give further details.Yang Tian (BBC News)
Rozaŭtuno likes this.
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?
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
The Zionist Consensus Among US Jews Has Collapsed.
The Zionist Consensus Among US Jews Has Collapsed.
It has been two years since the mass murder on 7 October 2023, an event that shook world Jewry more than any event since the creation of the state of Israel. For Jews it was shocking. For the state of Israel, it was deeply humiliating.Portside
Robert De Niro calls Stephen Miller a 'Nazi' on MSNBC: Trump's 'Goebbels' Should Be 'Ashamed!'
The Goodfellas star made the comment in response to co-host Jonathan Capehart asking him about his claim, a moment earlier on the show, that Trump will not leave the White House in 2028. Capehart said he was on the same “wavelength” as De Niro and agreed with him, before the actor compared Miller to Joseph Goebbels, the high-ranking Nazi leader and chief propagandist for Adolf Hitler.
“No way! We see it we see it we see it all the time — he will not want to leave. He set it up with, I guess he’s the Goebbels of the cabinet, Stephen Miller. He’s a Nazi,” De Niro said. “Yes, he is, and he should be ashamed of himself!”
Robert De Niro Calls Stephen Miller a ‘Nazi’ In Wild MSNBC Rant: Trump’s ‘Goebbels ...
Actor Robert De Niro branded Stephen Miller, President Donald Trump's senior advisor, a "Nazi," despite Miller being Jewish, during a savage rant on MSNBC.Sean James (Mediaite)
MDB II – 2025.64 – (Parte 1) O voto do cabeça de peruca #podifusão
II – 2025.64 – (Parte 1) O voto do cabeça de peruca
Uma parte do insuportavelmente tântrico voto do DOUTOR LUIZ FODA-SECastbox
Could the XZ backdoor have been detected with better Git and Debian packaging practices?
Could the XZ backdoor have been detected with better Git and Debian packaging practices?
The discovery of a backdoor in XZ Utils in the spring of 2024 shocked the open source community, raising critical questions about software supply chain security.Otto Kekäläinen (Optimized by 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.
Israel Returns Palestinian Prisoners’ Bodies With ‘Signs of Torture, Mutilation, and Execution’
like this
36 Minute Trials and No Jury – Starmer’s Fascist Mass Courts
https://znetwork.org/znetarticle/36-minute-trials-and-no-jury-starmers-fascist-mass-courts/
like this
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: 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.
crandlecan
in reply to foliumcreations • • •foliumcreations
in reply to crandlecan • • •Multiplexer
in reply to foliumcreations • • •Natural decomposition caused fatalities may be possible, but seem very unlikely compared to other risks...
foliumcreations
in reply to Multiplexer • • •banause
in reply to foliumcreations • • •crandlecan
in reply to banause • • •foliumcreations
in reply to banause • • •sk1nnym1ke
in reply to foliumcreations • • •