Trump: Israel Will “Preside Over” US Aid Distribution in Gaza #Palestine qudsnen.co/trump-israel-will-p…

Solus lives, Fedora 38, Ubuntu 23.04 & big KDE app updates - Linux & Open Source News


Try out Kasm Workspaces to stream desktops, OSes & apps to your browser: kasmweb.com/community-edition

Or you can use KasmVNC, the best open source remote desktop solution on Linux: github.com/kasmtech/KasmVNC

Grab a brand new laptop or desktop running Linux: tuxedocomputers.com/en#

👏 SUPPORT THE CHANNEL:
Get access to a weekly podcast, vote on the next topics I cover, and get your name in the credits:

YouTube: youtube.com/@thelinuxexp/join
Patreon: patreon.com/thelinuxexperiment
Liberapay: liberapay.com/TheLinuxExperime…

Or, you can donate whatever you want: paypal.me/thelinuxexp

👕 GET TLE MERCH
Support the channel AND get cool new gear: the-linux-experiment.creator-s…

🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! podcast.thelinuxexp.com

🏆 FOLLOW ME ELSEWHERE:
Website: thelinuxexp.com
Mastodon: mastodon.social/web/@thelinuxE…
Pixelfed: pixelfed.social/TLENick
Twitter : twitter.com/thelinuxEXP
PeerTube: tilvids.com/c/thelinuxexperime…

This video is distributed under the Creative Commons Share Alike license.

#linux #opensource #technews

00:00 Intro
00:34 Sponsor: Stream any OS or app to your browser with Kasm
01:20 Ubuntu 23.04 and Fedora 38 released
02:59 Solus has a plan to stay alive
05:05 KDE Gear 23.04 bring a lot of cool apps to your KDE desktop
07:57 GNOME Weekly updates
09:44 Reddit will now charge for its API access
11:23 System76 announced 3 new beastly workstation laptops
13:00 Gaming news: Proton 8, Lutris Beta with proton support
15:01 Sponsor: Get a PC that runs Linux perfectly with Tuxedo
15:51 Support the channel

Ubuntu 23.04 and Fedora 38 released

ubuntu.com//blog/firefox-snap-…

Solus has a plan to stay alive

getsol.us/2023/04/18/a-new-voy…

KDE Gear 23.04 bring a lot of cool apps to your KDE desktop

kde.org/announcements/gear/23.…

GNOME weekly updates

thisweek.gnome.org/posts/2023/…

Reddit will now charge for its API access

finance.yahoo.com/news/ai-bots…

redditinc.com/blog/2023apiupda…

mashable.com/article/twitter-e…

System76 announced 3 new beastly workstation laptops

system76.com/laptops-powerful

Gaming news: Proton 8, Lutris Beta with proton support

github.com/ValveSoftware/Proto…

github.com/lutris/lutris/relea…

This entry was edited (3 days ago)

Carney, elected as a centrist, has betrayed Canadian women by slashing gender equality funding by 81% — deeper than Harper’s cuts — while blocking contraceptive access and enabling warrantless abortion surveillance. These were the very policies Liberals warned Pierre Poilievre would impose. Carney’s rightward shift not only abandons feminist promises but also legitimizes Poilievre by blurring party lines.

christoaivalis.com/p/carney-he…

#canada #cdnpoli

NASA/Lori Losey The best way to solve a mystery is by gathering evidence and building a case. That’s exactly what NASA researchers are doing with a series of research flights aimed at advancing a sensor for supersonic parachutes. The clues they find could help make these parachutes more reliable and safer for delivering scientific instruments […]

Daniel Davis talks to Patrick Henningsen about Trump’s ’10-Day Ultimatum’ + European leaders begin to flip on Israel 21stcenturywire.com/2025/07/30…
in reply to Buttworldsman

That is if you choose to live in Australia and if you do not have some sort of technology to send and receive internet signals that Australia can not prevent from working

Max Igan knew enough to flee his homeland of Australia and move to Mexico several years ago, although after a Ashkenazi or Sphardic Jew got officially put in charge of Mexico he started looking for a new place to move to again

Carrying an advanced radar system that will produce a dynamic, three-dimensional view of Earth in unprecedented detail, the NISAR (NASA-ISRO Synthetic Aperture Radar) satellite has launched from Satish Dhawan Space Centre in Sriharikota, Andhra Pradesh, India. Jointly developed by NASA and the Indian Space Research Organisation (ISRO), and a critical part of the United States […]

"#PalestineAction has won permission to challenge its controversial ban by the UK government under #terrorism legislation. In a major decision, the High Court ruled that the proscription of the group should be reviewed."

#UKPol #Protest #DirectAction

bbc.co.uk/news/articles/cqlerg…

Η "αναγνώριση του κράτους της Παλαιστίνης" που μας ζάλισαν τα μέζεα με αυτήν, δεν είναι παρά η αναγνώριση του υπάρχοντος στάτους απαρτχάιντ και εποικισμού.

Το αίτημα είναι:
διάλυση του σιωνιστικού κράτους

Have you actually listened to the lyrics to Alouette? The French-Canadian nursery rhyme you might have learned as a kid?

The lyircs are savage as fuck!

It's basically about a tiny lark being bullied by a larger bird that's threatening to pluck out all of its feathers.

I thought Mother Goose & Grimm was dark but shit....

New Rule: Thou Shalt Document Any Magic File Your Code Complains Or Warns The User About


From the And ANOTHER thing... department..


ok, #NewRule – if you write an app or service that uses a #directory to save important files, and you generate #errors in your logs about the files in said directory, but don't document what, if anything the user can do about it, that folder needs to have a README.txt or .dirinfo or something that explains what each of the files mean.. or what files should or shouldn't be there.

For a while now, everytime I apt upgrade I get a bunch of these:

Notice: Ignoring file 'scootersoftware.list.migrate' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'google-chrome.list.migrate' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Notice: Ignoring file 'vscode.list.migrate' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

There's nothing in the apt man page even about the /etc/apt/sources.list.d/ folder at all, let alone what a .migrate file is. Nothing in anything in /etc/apt/.

I found the code repo (github.com/Debian/apt) and there isn't anything there either.

Like, I have 3 brain cells, I'm guessing a .migrate file in /etc/apt/sources.list.d is a temporary file from – duh – migration, but if apt is throwing a msg like “hey, unexpected file, I'm going to ignore it” error then clearly the file shouldn't.. be.. there? And if so, what can/should I do about this?

So is it OK to delete .migrate files? But but but,

tezoatlipoca@pickles17:/etc/apt/sources.list.d$ grep scooter *
scootersoftware.list.migrate:deb [signed-by=/usr/share/keyrings/scootersoftware-keyring.gpg] https://www.scootersoftware.com/ bcompare4 non-free

I DO use Beyond Compare from Scootersoft. And the Scootersoft package repo information isn't anywhere else:
tezoatlipoca@pickles17:/etc/apt$ grep -R -i scooter *
sources.list.d/scootersoftware.list.migrate:deb [signed-by=/usr/share/keyrings/scootersoftware-keyring.gpg] https://www.scootersoftware.com/ bcompare4 non-free

Would it be so hard to modify the apt error message to add

Notice: Ignoring file "scootersoftware.list.migrate" in directory "/etc/apt/sources.list.d/" as it has an invalid filename extension - see "man apt datafiles" for more info.

Or,

Notice: Ignoring file "scootersoftware.list.migrate" in directory "/etc/apt/sources.list.d/" - this temp file can be safely deleted.

Because of search engine #enshittification I've been using Lycos , but IT wasn't giving me any useful results for [search1.lycos.com/web/?q=apt+.…]. In desperation, I turned to Google where Gemini reinforced my suspicion:

Google: apt ".migrate" files in /etc/apt/sources.list.d

AI Overview Files ending with .migrate in /etc/apt/sources.list.d/ are typically renamed or temporary files that were created during an upgrade or migration process, such as a system upgrade or a software migration. These files are usually ignored by apt because they do not have the expected .list extension. The apt package manager expects source list files in /etc/apt/sources.list.d/ to end with .list. When apt encounters a file with an extension like .list.migrate, it will generally ignore it and issue a warning message indicating an “invalid filename extension.” To resolve this, if the .migrate file contains valid source list entries that are intended to be active, it should be renamed to have a .list extension. For example, filename.list.migrate should be renamed to filename.list. If a corresponding .list file already exists, the .migrate file can often be safely deleted after verifying its content. Example: sudo mv /etc/apt/sources.list.d/webmin.list.migrate /etc/apt/sources.list.d/webmin.list


However, since I can't find a legit and authoritative second source to corroborate that .migrate files in /etc/apt/sources.list.d are in fact redundant, safe-to-delete files, I'll just have to take Gemini's word for it? (we all know how THAT goes usually).

At work, where I write the documentation that noone reads, our (Windows) software writes a bunch of magic files alongside the data files that the user provides. Since this data store is owned by the user, and users like shooting their own foot off, there's a chapter in the Admin guide that explains what each of the app's magic files do, how they're used by our app, and which ones the user is free to customize, how and why, and which ones the user should never ever modify. Along with when the file is created, and if its missing/corrupt (because our app tells them “Magic file is bork, please fix it”, how they can fix it... even if the fix is “call Innitech Support”.

The files within C:\Program Files\Innitech\App are OURs and we don't document THOSE. But if your code is going to bitch about a magic file, but then doesn't explain at all about a magic file, that's not cool.

Changelog


2025-07-30 – initial

follow –> AT tezoatlipoca AT mas.to, or AT tezoatlipoca AT awadwatt.com to follow this blorg directly on the Fediverse.

follow –> AT tezoatlipoca AT mas.to, or AT tezoatlipoca AT awadwatt.com to follow this blorg directly on the Fediverse.

Well now you've jinxed it.


“Helsinki has not recorded a single traffic fatality in the past 12 months, city and police officials confirmed this week.” City engineer credits lower speed limits and smart design. I agree. #Helsinki #VisionZero

Helsinki goes a full year with...


#NewRule – if you write an app or service that uses a #directory to save important files, and you generate #errors in your logs about the files in said directory, but don't document what, if anything the user can do about it, that folder needs to have a `README.txt` or `.dirinfo` or something that explains what each of the files mean.. or what files should or shouldn't be there.

awadwatt.com/tezoatlipoca/new-…

Journalist David Keys concludes that even if humanity and law don’t move you, heartless national interest means UK must act against the genocidal state

skwawkbox.org/2025/07/30/its-n…

in reply to hoergen

@hoergen
In my view, these servers are behaving recklessly. In the midst of a spam wave, there is no reason why moderation should not be tightened. Leaving registration open, on the other hand, is an invitation to anyone who wants to harm other people. This is something we are willing to accept. That is negligent and not a good calling card for the Fediverse as a whole.

Yes, such servers are unmoderated from my point of view

No user will be rejected. It may just take a little longer for the registration to be checked.

Speech as Camouflage: how to say enough to get people off your back and not do anything to prevent genocide.

Also - anyone reading this would not have a clue that Israel has dropped equivalent of at least 3 nuclear bombs
& was deliberately starving Palestinians

theguardian.com/politics/live/…

Ring reintroduces video sharing with police theverge.com/news/709836/ring-…

reshared this

I know it sounds awful but most 'crazy' people need to be broken down emotionally and rebuilt.

The reason they languish in their misery is because society affords them their backwater of stupid internal monologue. "They're different. They're special. They can't help it."

Most are simply stupid people with a major in oppositional defiance. And they're selfish and lazy about cooperation, which as anyone matured past 15 knows is the bulk of adult life.

Disabuse them of their fallacies.

We host Nazis because if we didn’t, things would be even worse — That’s #substack’s policy since quite some time. I’ll leave it up to you to decide if you want to support that take by visiting their site or using it to host your content.

usermag.co/p/substack-sent-a-p…

This entry was edited (1 month ago)
in reply to Jan Wildeboer 😷

Der Klassiker von Michael B. Tager (2020)
x.com/IamRageSparkle/status/12…

I was at a shitty crustpunk bar once getting an after-work beer. One of those shitholes where the bartenders clearly hate you. So the bartender and I were ignoring one another when someone sits next to me and he immediately says, "no. get out."

And the dude next to me says, "hey i'm not doing anything, i'm a paying customer." and the bartender reaches under the counter for a bat or something and says, "out. now." and the dude leaves, kind of yelling. And he was dressed in a punk uniform, I noticed

Anyway, I asked what that was about and the bartender was like, "you didn't see his vest but it was all nazi shit. Iron crosses and stuff. You get to recognize them."

And i was like, ohok and he continues.

"you have to nip it in the bud immediately. These guys come in and it's always a nice, polite one. And you serve them because you don't want to cause a scene. And then they become a regular and after awhile they bring a friend. And that dude is cool too.

And then THEY bring friends and the friends bring friends and they stop being cool and then you realize, oh shit, this is a Nazi bar now. And it's too late because they're entrenched and if you try to kick them out, they cause a PROBLEM. So you have to shut them down.

Unknown parent

mastodon - Link to source

Patrick Loftus 🖖

@samiamsam I was halfway through typing a comment regarding The Open Society and Its Enemies - when I decided to try and load additional comments.

This is how I fill the 'About' section of my mastodon instance:

"We should therefore claim, in the name of tolerance, the right not to tolerate the intolerant. We should claim that any movement preaching intolerance places itself outside the law and we should consider incitement to intolerance and persecution as criminal, in the same way as we should consider incitement to murder, or to kidnapping, or to the revival of the slave trade, as criminal." - The Open Society and Its Enemies (1945) - Karl Popper

Been looking forward to this. Pixieditor v2 where they've upgraded from a simple pixel editor to a "universal" graphics editor. Pixel, vector, raster, the whole lot.

pixieditor.net/blog/2025/07/30…

@prokoudine @alternativeto you guys might be interested

🥳 New Kitten Release

To GNU tar or not to GNU tar?

• Installing Kitten on Linux should no longer display a screenful of gibberish from the tar command.

You see, macOS, being special, includes BSD tar, not GNU tar, and adds a bunch of Mac-specific metadata and extended header keywords to archives that GNU tar on Linux machines then chokes on and regurgitates onto your screen as warnings.

With this release, Kitten’s packaging script expects GNU tar to be available on macOS and uses that instead of BSD tar.

The latest release of Kitten now installs without any warnings on Linux (at least on my Fedora Silverblue box).

Enjoy!

kitten.small-web.org

#Kitten #KittenRelease #SmallWeb #SmallTech #GNU #BSD #Darwin #macOS #tar

'#Gaza has thus become a symbol both of #WesternHypocrisy and of its victims’ recourse to #humanRights and #internationalLaw as a final forum of appeal for collective deliverance—the deliverance of the “wretched of the earth,” as Frantz Fanon famously called colonized subjects, whoever and wherever they may be.'

bostonreview.net/articles/gaza…

#Palestine #oPt #GazaGenocide #liberalHypocrisy #colonialViolence #NiOubliNiPardon @palestine @israel

This entry was edited (1 month ago)

Since their discovery in the late 1700s, astronomers have learned that planetary nebulae, or the expanding shell of glowing gas expelled by a low-intermediate mass star late in its life, can come in all shapes and sizes. Most planetary nebula present as circular, elliptical, or bi-polar, but some stray from the norm, as seen in […]

Das Weiße Haus hat eine besorgniserregende Interpretation des Zolldeals mit der EU veröffentlicht. Sie offenbart massive Zugeständnisse an US-Konzerne – auf Kosten von EU-Standards. Dieser Deal ist TTIP durch die Hintertür – per Handschlag auf dem Golfplatz.

Wir fordern eine umfassende parlamentarische Kontrolle – sowohl durch das Europäische Parlament als auch durch die Mitgliedstaaten. Sollte sich die US-Auslegung bestätigen, müssen die Parlamente den Deal stoppen. Sonst droht eine schleichende Aushöhlung unserer Gesetze und damit unserer Demokratie.

Unsere Pressemitteilung:
lobbycontrol.de/pressemitteilu…

#TTIP #Zoll #USA #Trump #EU #Demokratie

This entry was edited (1 month ago)

"BLOQUONS TOUT !" : LE 10 SEPTEMBRE, LE RETOUR DE LA FRANCE EN RÉVOLTE ?


🔴 Soutenez, partagez, rejoignez la riposte pour une INFO libre, populaire sur la TNT et les réseaux-sociaux ! lemediatv.fr/campagne

Le 10 septembre, un appel citoyen à bloquer la France pourrait bien marquer le retour d’une contestation de masse. Né sur les réseaux sociaux, le mouvement « Bloquons tout ! » fédère les colères populaires sans étiquette politique ni structure syndicale. Inspiré par l’énergie des Gilets Jaunes, il répond au plan d’austérité annoncé en plein été par François Bayrou : 40 milliards de coupes, suppression de jours fériés, attaques sur les malades, les chômeurs, les salariés.

Depuis, les provocations du gouvernement s’enchaînent : fin des 35h, durcissement des arrêts maladie, allongement des carences... La porte-parole Sophie Primas, la ministre Catherine Vautrin ou encore le député Lefèvre multiplient les idées antisociales. Pendant ce temps, les classes moyennes et populaires trinquent — et la cocotte-minute chauffe.

Si les syndicats et la gauche hésitent, l’extrême droite tente de récupérer le mouvement. Mais une frange militante pousse à occuper le terrain, plutôt que de le laisser à d’autres. En 2018, on disait déjà que le mouvement était incohérent. Et pourtant, il a bousculé le pouvoir. Aujourd’hui, le terrain est plus glissant encore. Et le moindre faux pas pourrait provoquer un glissement incontrôlable.

⚠️ Le Média est diffusé sur le canal 165 de la Freebox et sur le bouquet gratuit de Molotov TV.

Suivez Le Média sur sa seconde chaîne Youtube :
👉 https://www.youtube.com/@LeMédia24-7

👉 Pour signer la pétition pour une "TNT plus démocratique" et soutenir notre recours contre l'ARCOM : lemediatv.fr/campagne

👉 Pour recevoir les dernières actualités, le résumé de la semaine et être alerté des derniers programmes publiés du Média, directement dans votre boîte e-mail.
newsletter.lemediatv.fr

▶ Soutenez Le Média :
👉 soutenez.lemediatv.fr (CB - SEPA - Chèque)
👉 dons.lemediatv.fr (CB - SEPA - Chèque)
👉 fr.tipeee.com/le-media (CB - Paypal)

✅ Suivez-nous :
Instagram : instagram.com/lemedia_tv/
Facebook : bit.ly/FacebookLeMedia
BlueSky : bsky.app/profile/lemediatv.bsk…
Youtube : bit.ly/YouTubeLeMedia
Peertube : video.lemediatv.fr
Telegram : https://t.me/LeMediaOfficiel
TikTok : tiktok.com/@lemediatv

Rejoignez la communauté des Socios !

This entry was edited (1 month ago)