Here's another #privacy and #security wake up call for you, and yet ANOTHER reason never to hand your drivers' license over to anyone (even your doctor).

Do you have an Android phone? The built-in QR reader can read many more barcodes other than QR codes.

Scan the 2D barcode on the back of your drivers' license. The one that looks like a random block of thin and stacked black & white lines.

Here's my data. I have redacted sensitive things for my privacy:

@

ANSI 6#######0102DL0######9ZN03####06D#D#Q5#######7
DCSE######## (last name)
DDEU
DACGEORGE (first name)
DDFU
DAD###### (middle name)
DDGU
DCAD
DCBB
DCDNONE
DBD1######4 (date my drivers' license was issued)
DBB0######2 (my birthdate)
DBA1######2 (drivers' license expiration date)
DBC1
DAU### in (my height in inches)
DAYBRO (eye color)
DAG##### ######## RD SW (my street address)
DAIALBUQUERQUE (city)
DAJNM (state)
DAK#####0000  (ZIP/ postal code)
DCFunavl
DCGUSA (country of birth)
DAW### (unknown)
DCK5#########1 (drivers' license number w/ check digit)
DDAF
DDB0######2 (now this is interesting. Not sure what this is for, it's a date that is over 2 years earlier than me moving to New Mexico, in fact based on the date I hadn't even retired yet.)
DDK1
ZNZNA
Think twice before handing over your drivers' license to a bouncer at a bar or your doctors' office. That little barcode on the back of your license contains a LOT of personal information, information you may not want a bouncer or bar to have in their records. Same thing applies to hotels and stuff.

GET A PASSPORT CARD! Or present and carry your Passport Book (if you have one). If not, get one. For as much money as they cost and as much of a hassle that they are to get, they are a helluva lot more private and secure than your drivers' license.

ANOTHER COURIER FIRM STOPS WORKING WITH ISRAEL’S WEAPONS TRADE #Palestine palestineaction.org/front-runn…

[Resolved] Looking for recommendations -- CD Ripper


Hey hey, I have been using Sound Juicer on my Ubuntu 24 / KDE 5 PC and it works, but it doesn't handle the tags for my MP3 files very nicely. I've also used abcde, at the terminal, and that can be better but it takes a lot finessing at the CLI to get the result I want.

Is there a better CD ripper application that will run on Ubuntu and can make setting the MP3 tags dead simple?

Thanks for any ideas!

Edit: Fixed a typo

ETA: Asunder looks good, does what I need and works well on my PC. Thanks for everyone's ideas and help!

This entry was edited (3 weeks ago)
in reply to perishthethought

Looking up Picard's instructions... They recommend whipper, as others have done in the thread.

It can do the tagging for you, but it's important to note that music CDs do not contain metadata.

All the rippers that exist, look up what the CD is online, based on stuff like number of tracks, their lengths, and order. iTunes was the ripping software everyone used back in the day, because Apple made and maintained the first extensive database that could be used to automatically tag ripped music.

Modern rippers typically rely on MusicBrainz (like Picard).

As such there is no 100% reliable auto-tagging ripper, because a disc might match more than one album, or not be in the database. Such cases will always require manual intervention.

This entry was edited (3 weeks ago)

12 GREAT command line programs YOU recommended!


Try out Proton Mail, the secure email that protects your privacy: proton.me/mail/TheLinuxEXP

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

👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits

YouTube: youtube.com/@thelinuxexp/join
Patreon: patreon.com/thelinuxexperiment

Or, you can donate whatever you want:
paypal.me/thelinuxexp
Liberapay: liberapay.com/TheLinuxExperime…

👕 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
PeerTube: tilvids.com/c/thelinuxexperime…
Discord: discord.gg/mdnHftjkja

Timecodes:
00:00 Intro
00:58 Sponsor: Proton Mail
02:23 Package manager for CLI apps
03:18 Find files easily
04:23 Better terminal history
05:24 Save your dotfiles
06:50 Tweak your battery life
08:26 Analyze disk space usage
09:24 Reboot on a specific OS
10:08 Better system monitor
10:53 Better CAT
11:28 Quick CLI help
12:09 Tiling WM for your terminal
13:15 More legible file list
13:55 Recommend yours!
14:18 Sponsor: Tuxedo Computers
15:19 Support the channel

#Linux #terminal #commandline #linuxcommunity #linuxcommands #linuxcommands

So, our first recommendation will be homebrew, it's sort of a pre-requisite to get a lot of command line utilities that your distro might not have packaged.

You can install homebrew with one command line, and then you can get any CLI utility you want by running brew install, followed by the name of the tool you need.

Our second pick is FZF, for Fuzzy Find. It lets you search files extremely fast using their names, but it can also look through command history, processes, bookmarks, git commits, and more.

ATUIN thing replaces your shell history with a database you can search through super easily. Once it's installed with brew, press the up arrow key or control +r, and you'll get a search interface to look for all your commands.

CHEZMOI lets you manage your dotfiles. It lets you share these config files across devices by syncing them to a got repo, and it can interface with a very large variety of password managers to keep everything safe.

If you use a laptop, and you find Linux's batter life to be a bit subpar, maybe look at POWERTOP.
Just run the command powertop, and you'll see all processes. Using tab, you can navigate to various statistics, but also to the "tunables" screen, which will show you what powertop identifies as a bad configuration for battery life.

If you'd like to tune these, you can rune powertop --auto-tune, and it will change all the settings to what it believes are "good" options for battery life saving, although it might impact the performance.

If you'd like to quickly analyze what uses a lot of disk space on your computer, or on a remote server, you might want to replace the du and df commands with DUST.

If you run a dual boot, and you're facing problems with accessing one of your installed systems, you can force GRUB to reboot into a specific system, just for the next boot, using the grub-reboot command, followed by the number of the grub entry for that system.

If you need to monitor for resource usage on your computer, you might be using top, or htop, but BTOP is a better option. It looks better than htop or top, and it's also more legible.

If you often use the cat command to read a file, maybe try BAT instead. It does the same thing, but it also has syntax highlighting for a bunch of files, and it communicates with git to show modifications in files, with the usual Plus and minuses symbols.

If man is too much for you and is too much reading, and if the --help option isn't enough, why not try TLDR? It gives you an abridged version of the contents of MAN for most of the available programs and commands, and it makes things more legible, and easier to parse at a glance.

If you like to split a terminal or a tty into multiple terminals, ZELLIJ is a nice alternative to things like tmux. It's basically a tiling window manager for your terminal workspace: you can define your own layout, it supports plugins, floating panes, and more.

You can run it by running the zellij command, and then you can create a new pane pressing alt + N, you can move a pane using control +h, or make it floating with Control + P, then W.

If you often use ls to list files in a directory, you might want to take a look at EZA. It does the same job, as in, it lists the contents of a directory, but it does it with way more details, and a more legible interface.

This entry was edited (1 week ago)

The Human #Brain May Contain as Much as a Spoon’s Worth of #Microplastics, New #Research Suggests


source: smithsonianmag.com/smart-news/…

#Microplastic concentrations were also three to five times higher in the brains of patients with #dementia, compared to cognitively normal brains. It’s not clear whether microplastics may cause or contribute to dementia, nor whether dementia-induced changes to the brain might allow more microplastics to enter.


#health #humanity #economy #food #news #science #warning #danger #mental #problem #environment

This is simply COMMON SENSE!

ANY politician who believes allowing illegal criminals into our country should be called out for what they are (anti-American Marxist criminal enablers) and summarily defeated in the next elections.

t.me/WeTheMedia

reshared this

How six months in the West Bank undid a lifetime of Zionist indoctrination #Palestine 972mag.com/how-six-months-in-t…

Billions Of Dollars Burned: Trump’s Tariffs Hit Global Giants sputnikglobe.com/20250530/bill…

EYES ON 👀

NIH Director Bhattacharya admits gain of function likely caused the COVID pandemic!

He also indirectly references USAID Project PREDICT when he mentions searching for viruses in bat caves.

(Think Metabiota/Ukraine)

We’re getting close!
t.me/bioclandestine

Mastodon.social shadowbanned me and there's no way to contact anyone about it


in reply to mbirth

Being limited isn't that big a deal. My instance has them limited because of their lax moderation and an excess of reply guys. All it means is that I get a notification saying "Someone you might know sent you a notification" and I get to review and accept or deny the notification depending. Plus they have to request permission to follow me so I get to check them out before accepting.

I still have tons of mutuals on .social and I get new ones all the time. While each person making the choice about whether to accept notifications or follows from a particular user is going to make their own choices, I don't think it's particularly inconvenient.

::: spoiler AfD sidebar
For their lack of adequate moderation capacity / interest, .social has one topic they tend to over-react to. AfD sympathizing isn't that one thing. Not to suggest they're right here. I'd need the thread context and a better understanding of German to weigh in on that. Moderators are human and they're going to make a bad call eventually. I'm not in a position to guess whether they made a bad call here. AfD aren't just some normal political party, though.
:::

Marco Rubio bans u.s. visas for israel critics

inv.nadeko.net/watch?v=ISDESTj…

Hey, asshole, listen up:

Fuck israel.
Fuck the usa.
And fuck you.

You can take your visa and stick it up your ass. I’m very happy not to visit your shithole country ever again.

🇵🇸 Free Palestine!

#usa #israel #genocide #Palestine #Gaza #ethnicCleansing #apartheid #settlerColonialism

This entry was edited (3 weeks ago)

Aral Balkan reshared this.

in reply to Aral Balkan

Sorry, I think I had problems untangling your words.

But the equation of discrimination against Jews (always wrong) with criticising the political nation-state of Israel ... just makes me Very Angry. One is (rightly) a crime, the other is legitimate political comment.

But the awful "a-s" word combines the two as though they are the same thing. This means that, if I criticise Israel, they say "a-s!", and tar me with the brush of Holocaust support, or something equally vile. 😭

Palestinians flee intensified Israeli attacks after mass displacement orders in north Gaza thecradle.co/articles-id/31097

Is something like Oneko available on wayland?


Hi everyone,

Recently i discovered Aneko on Android, I want to find something similar on linux. Oneko seem to be fun but I am using wayland(Hyprland). Is there anything similar on wayland linux? Is this even possible with current state of wayland protocal?

Preferred Creative Writing Applications


Hello everyone,

I wanted to ask if anyone has a preferred software for the purpose of creative writing.

Libre Office Writer is great of course, but just as software like LogSeq or Obsidian exist for the note taking process, I was wondering if there is anything that is specifically geared toward the creative writing process.

I know that there are federated blog platforms which focus on this in their presentation, but was curious about applications specifically.

FOSS is definitely preferable.

Thanks!

in reply to Übercomplicated

Huh? What's wrong with Overleaf?

If you "only" need beautiful PDF and it doesn't have to be online, you can also use Typst with vscode and tinymist as editor locally. Not as powerful as TeX, but I know few people for use TeX even remotely to its fullest. The upside of Typst is, that the "core" syntax for content writing is very markdown-like, so you can focus on writing instead of the underlying language.

in reply to aksdb

Holy shit, thank you! I had no idea overleaf was open source; you have cleared my conscience. Typst seems interesting, but I am a bit of a typesetting nerd and quite used to latex anyway. Transition now would be difficult. I'll check it out though, it might be nice for drafts and such. Thanks again!

I'm definitely going to share Typst with non-tex-addicts though, it does seem really cool.

This entry was edited (3 weeks ago)
in reply to polarisera boosted your post 🙈 🙉 🙊

@polarisera @LaylaAlexandrovnaThose dots are VIIRS.
"The VIIRS (Visible Infrared Imaging Radiometer Suite) Fire layer shows active fire detections and thermal anomalies, such as volcanoes, and gas flares. The fire layer is useful for studying the spatial and temporal distribution of fire, to locate persistent hot spots such as volcanoes and gas flares, to locate the source of air pollution from smoke that may have adverse human health impacts."

IMF Has Not Helped To Develop Any Country It Financed In 80 Years Of Existence southfront.press/imf-has-not-h…

Photos taken inside musical instruments

Link: dpreview.com/photography/54009…
Discussion: news.ycombinator.com/item?id=4…

Time is over for cutting trees to produce paper ...


source: omgubuntu.co.uk/2025/05/linux-…

#linux #newspaper #magazine #news #digital

can I trim the black margins of several mkv files on debian 12.11 with ffmpeg or mkvtoolnix?


when I say trim I don't mean to time trim a file, like getting rid of the last 2 minutes of the mkv file, but to picture trim every frame of the mkv file to get rid of black margins to both left and right of the actual image.

Files were originally recorded on 4:3 aspect ratio (some are movies from the 1950's) but the encoder somehow created / copied huge black margins to both left and right of the actual image. I want to get rid of these.

Some of my files are 30 minutes long but others 2 hours.

if ffmpeg is the application I need, could anyone knowledgeable enough write the actual command?

Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work

Link: capjs.js.org/
Discussion: news.ycombinator.com/item?id=4…

Reminder to Canadians 🇨🇦 to keep protesting Indigo Books CEO Heather Reisman's support of Israel's genocidal military.

If you love books like I do you're better off supporting a local bookstore than having your money be used to commit genocide!

Also, tell Canada Revenue to revoke Reisman's HESEG foundation's charitable tax status. Anyone proudly funding and supporting the IDF should get our contempt, not our tax dollars.

#FreePalestine #Gaza #Genocide #Books #Canada
actionnetwork.org/letters/writ…

Maria #Zakharova :

« Le président polonais #Duda s'est indigné que l' #Ukraine ignore le #génocide perpétré lors du massacre de #Volhynie :

« C'est absurde : lorsque je me rends en Ukraine, les gens m'accueillent chaleureusement et me remercient, arborant des brassards aux couleurs du drapeau de Bandera. Je leur dis que nous ne pouvons accepter cela, et ils haussent les épaules et me demandent : « Que voulez-vous dire ? »... Nous n'accepterons jamais que #Bandera soit déclaré héros. »


Dans le même temps, ce sont les autorités polonaises officielles qui ont joué un rôle important dans la destruction de la vérité historique sur la Seconde Guerre mondiale. En démolissant les monuments dédiés aux véritables héros, elles ont ouvert la voie à de fausses idoles : les collaborateurs #nazis.

Tout est comme dans la Bible : « Quand un esprit impur sort d'une personne, il traverse des lieux arides à la recherche de repos et n'en trouve pas. Alors il dit : « Je retournerai dans la maison que j'ai quittée. » Quand il arrive, il trouve la maison inoccupée, balayée et rangée. Il s'en va alors et prend avec lui sept autres esprits plus méchants que lui, et ils entrent et s'y installent. Et l'état final de cette personne est pire que le premier. « Il en sera ainsi de cette génération perverse » (Matthieu 12:43-45).

Après la défaite du #fascisme, des monuments aux héros ont été érigés sur les terres libérées, en souvenir de la bataille entre le bien et le mal qui s'est déroulée sur la planète. Dès que ces monuments ont commencé à être démolis, des traces de #néonazisme et des images de leurs inspirateurs idéologiques ont commencé à apparaître à leur place, comme des taches brunes : le mal, autrefois éradiqué, est revenu en #Europe.

Les monuments dédiés aux soldats soviétiques, héros antifascistes, étaient la force qui empêchait les goules nazies et les bourreaux de l'Holocauste d'être placés sur des piédestaux. Lorsque, surtout, les autorités polonaises ont commencé à les démolir sous prétexte qu'ils n'étaient soi-disant pas des héros, les vraies valeurs ont été bouleversées et l'esprit maléfique du néonazisme s'est multiplié par sept. »

#Histoire #Russie

LIVE BLOG: Israel Attacks Displaced Gazans in Mawasi | Trump Halts Coordination – Day 601 #Palestine palestinechronicle.com/live-bl…

toddstarnes on X
@toddstarnes
·
May 29

The FBI is complaining because of all the copycat "86 47" threats being made against President Trump. Well, that's because James Comey was not arrested in a pre-dawn, guns-drawn raid. He wasn't paraded in front of the television cameras in handcuffs. And as a result, every anti-Trump lunatic in the country now feels emboldened. Good grief, FBI.

Par Esha KRISHNASWAMY :

Lorsqu’il est arrivé au pouvoir pour la première fois en 1998, le Premier ministre Viktor Orbán a été salué comme un héros par l’Occident, en témoigne la Médaille de la liberté Truman-Reagan qu’il a reçu pour son engagement en faveur de la démocratie. Il a supervisé l’entrée de la #Hongrie dans l’ #OTAN. Il a également proposé des mesures d’austérité pour l’Occident. Mais tout cela a changé lorsqu’il a été réélu en #2010.

La première rupture de Viktor #Orbán avec les pouvoirs en place à Bruxelles et à Washington est survenue lorsqu’il a fait fermer l’Université d’Europe centrale, un établissement d’enseignement financé par le légendaire George Soros. #Soros et ses nombreuses organisations à but non lucratif ont œuvré pour saper la souveraineté et interférer dans les #élections dans le monde entier. Ils ont financé de nombreux partis politiques et #médias d’information en #Ukraine avant les horribles événements de #Maidan en #2014.

En 2017, le Parlement hongrois a adopté une loi stipulant que pour que les universités étrangères puissent opérer en Hongrie, elles doivent également être une institution qualifiée dans leur pays d’origine et offrir des programmes d’études similaires. Bien sûr, l’Université d’Europe centrale, qui offrait une pléthore de programmes sans diplôme, n’a pas d’équivalent aux États-Unis.

Plus tard, l’Université chinoise Fudan a repris le projet, ce qui a encore plus enragé les pouvoirs en place en Occident. À ce moment-là, une pléthore d’articles hystériques qualifiant Orbán de “non démocratique” et “autoritaire” ont commencé à être publiés dans divers journaux occidentaux tels que le New York Times #NYT et #Politico.

En 2017, la Hongrie a également commencé à réglementer strictement toute une série de médias financés par la National Endowment for Democracy ( #NED) et l’ #OpenSociety, dont les médias ont propagé des révolutions de couleur et des coups d’État violents dans divers pays, de la Bolivie au Myanmar en passant par l’Ukraine. Des articles répétés dans la presse occidentale ont qualifié cela “d’attaque contre la liberté d’expression”. Le Commissaire aux droits de l’Homme du Conseil de l’Europe a également qualifié cela d’attaque contre la presse libre.

Viktor Orbán a en outre commencé à se détourner des politiques de l’ #UE, qui incluent des privatisations obligatoires et aucune discrimination sur les prix, ce qui est une manière de conduire les fabricants locaux à la faillite. Au lieu de cela, il a rejoint l’initiative chinoise des Nouvelles routes de la soie, avec des plans pour construire des rails à grande vitesse reliant Budapest à Belgrade.

Dans ce contexte, le conflit le plus grave avec le consensus de Bruxelles est survenu en 2022, lorsque la #Russie a commencé ses opérations militaires contre l’ #Ukraine. Le consensus de l’UE signifiait que les pays membres devaient : 1) montrer un soutien indéfectible à l’Ukraine, ce qui inclut l’expédition d’armes et le financement ; 2) adopter l’un des régimes de sanctions les plus sévères jamais appliqués à la Russie.

La Hongrie a bloqué à plusieurs reprises les tentatives de l’UE d’augmenter le financement militaire de l’Ukraine ; en 2023, à quelques reprises en 2024, et plus récemment en mars. La Hongrie a refusé de fournir une aide militaire ou d’envoyer du personnel hongrois en Ukraine. Chaque fois que l’aide a été bloquée, l’UE a utilisé quelques solutions de contournement pour garantir la poursuite de l’aide militaire. La Hongrie a également refusé de participer à d’hypothétiques opérations de l’OTAN contre la Russie, entravé les négociations sur les sanctions et bloqué les initiatives visant à soutenir l’Ukraine.

Mais il y a certaines choses que l’UE ne peut pas ignorer. Avec l’aide d’États baltes comme la #Lettonie et l’ #Estonie, l’Ukraine mène un effort pour propulser les discussions sur son adhésion à l’UE cette année. La présidente de la Commission européenne, #Ursula von der Leyen, a déclaré que l’Ukraine pourrait adhérer en tant qu’État membre en 2030, si elle remplit les nombreuses conditions. Pour être acceptée, l’Ukraine aurait besoin d’un soutien unanime, y compris de la Hongrie.

C’est là qu’intervient le chef de l’opposition, Péter Magyar. #Magyar, avec ses cheveux blonds hérissés et sa personnalité charismatique, est à l’opposé de Viktor Orbán, à tous égards. Alors qu’Orbán se conduit à la manière d’un homme d’État âgé, Péter Magyar a été surnommé une “rockstar”. Politiquement, il a déclaré son rejet de la #politique de Viktor Orbán et a exigé des élections anticipées. À un moment critique pour l’UE, Orbán est passé d’un simple inconvénient à un catalyseur potentiel d’une avalanche qui pourrait faire s’effondrer l’ensemble du projet européen — du moins c’est ce que Bruxelles semble croire.

Dans ce contexte, il n’est guère surprenant que les structures européennes aient alimenté les tensions entre Budapest et la jeune figure de l’opposition Péter Magyar. En avril 2024, Magyar a rassemblé des dizaines de milliers de personnes à #Budapest pour protester contre la corruption du gouvernement et exiger la démission d’Orbán. En 2025, il appelait à des élections législatives anticipées (initialement prévues pour 2026), affirmant que le parti au pouvoir Fidesz perdait du soutien et que les Hongrois « méritent de récupérer le droit de façonner leur destin »

Il y a une part de vérité à cela : les cotes d’approbation traditionnellement élevées d’Orbán ont commencé à baisser en 2025 à cause de la hausse des prix et de la réduction des subventions de l’UE. En fait, l’UE semble exacerber les défis nationaux pour saper le leader national tout en promouvant une alternative plus conforme — une stratégie soutenue par des financements étrangers.

Ce n’est ni de la spéculation ni de la conspiration. Dès 2022, le porte-parole du gouvernement hongrois, Zoltán Kovács, a révélé que les partis d’opposition, dont TISZA (Respect et liberté), recevaient des financements étrangers de groupes basés aux #États-Unis comme Action pour la démocratie. La loi hongroise interdisant le financement politique étranger, la coalition d’opposition a été condamnée à une amende de 670 000 € la même année pour pratiques financières illégales.

Le programme politique de Péter Magyar, du moins au niveau national, est souvent critiqué comme délibérément vague — il n’est ni de droite ni de gauche, ni traditionaliste mais pas un défenseur des valeurs progressistes. Les engagements clés – lutter contre la corruption, le népotisme et la kleptocratie ; améliorer les services publics et les infrastructures (éducation, santé, protection de l’environnement); lutter contre le déclin démographique et la baisse du niveau de vie – ne sont guère plus qu’un populisme creux conçu pour séduire les électeurs de tous horizons sans solutions politiques concrètes.

Derrière cette façade populiste, cependant, se cache le véritable programme de Magyar, qui est clairement défini : se réconcilier complètement avec #Bruxelles. Il a promis de respecter les conditions requises pour débloquer les fonds hongrois de l’ #UE. Il a promis une intégration plus poussée et l’adoption de l’euro, ce qui priverait la Hongrie de sa #souveraineté monétaire.

Cependant, la proposition la plus belliqueuse de Magyar est son plaidoyer pour un projet militaire paneuropéen, ce qui lui a valu des étiquettes telles que “homme de guerre”. Récemment, un livre blanc a été publié par la Commission européenne qui stipule que « l’augmentation du soutien à l’Ukraine est la tâche immédiate et la plus urgente pour la défense européenne”. Dans le même temps, “une augmentation massive des dépenses de défense européennes est nécessaire” pour “empêcher une éventuelle guerre d’agression [de la Russie]”. En d’autres termes, les États membres reçoivent des incitations financières pour constituer une armée contre la Russie.

Ceci est étrangement comparable aux politiques autrefois avancées par le Reichstag et signale les préparatifs en vue d’un conflit et d’une militarisation à l’échelle du continent. Alors que la « militarisation » de l’Allemagne se concentre sur le ré-outillage de l’industrie pour fournir des chars et des munitions, la Hongrie, dans le cadre de cette politique, contribuerait à la ressource la plus précieuse de toutes : son peuple ; si la militarisation de l’UE axée sur la Russie se transformait en une guerre à grande échelle.

Pourtant, même sans guerre, le programme d’intégration européenne de Magyar – qui comprend la rupture des liens avec Moscou – dévasterait la Hongrie. Les sanctions ont déjà coûté au pays plus de 10 milliards d’euros, faisant grimper les prix de l’énergie et l’inflation. Avec 85% de son #gaz naturel et 60% de son #pétrole importés de Russie, une rupture complète, comme le demande Magyar, déclencherait des crises énergétiques, des pertes de marché, une désindustrialisation et un effondrement économique.

Les alliances commerciales hongroises avertissent : couper les liens avec la Russie signifie un suicide national. Mais les Hongrois peuvent-ils arrêter ce cours destructeur ? Aussi rhétorique que puisse sembler la question, pression économique et manifestations orchestrées peuvent renverser des régimes. Et lorsque cela se produit, restaurer la souveraineté, comme le prouve l’expérience de la Roumanie, est presque impossible.

Si les partisans de Magyar se mobilisent pour remporter des élections anticipées ou programmées, la Hongrie sera confrontée à un avenir sombre : conscription militaire, hausses d’impôts, perte d’autonomie, ruine économique et chaos politique prolongé.

Le passé de la Hongrie est une longue liste d’assujettissement – domination ottomane, domination des Habsbourg, vassalité envers le Troisième Reich. La véritable indépendance a été illusoire, mais la Hongrie a le potentiel pour y parvenir. Abandonner la souveraineté maintenant aux eurocrates gâcherait cette opportunité historique, réduisant une fois de plus la nation à un pion dans les jeux étrangers ; une aubaine pour les suzerains européens.

#Orban

lesakerfrancophone.fr/la-lutte…

'Germany doing their best to continue bloodshed in Ukraine' — Rodion Miroshnik odysee.com/Rodion_Miroshnik-Ma…

Just not like in Russia: Children's Day in Ukraine moved from June 1 to November 20 en.topwar.ru/265440-lish-by-ne…

AMD wins at open source, GNOME completes Wayland support Linux & Open Source News


Head to squarespace.com/thelinuxexperi… to save 10% off your first purchase of a website or domain using code thelinuxexperiment

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

👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more thoughts
- your name in the credits

YouTube: youtube.com/@thelinuxexp/join
Patreon: patreon.com/thelinuxexperiment

Or, you can donate whatever you want:
paypal.me/thelinuxexp
Liberapay: liberapay.com/TheLinuxExperime…

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

Timestamps:
00:00 Intro
00:46 Sponsor: SquareSpace
01:53 AMD open sources entire AI model
04:05 Latest AMD GPUs aren't all there yet on Linux
07:43 GNOME adds global shortcuts, cursor shape protocol, and more
09:53 Firefox & Thunderbird 136 are huge updates
14:02 Freedesktop.org found hosting, will be down for a week
15:37 EA releases Command and Conquer source code
17:27 Path of Exile 2 devs support Linux
18:32 Sponsor: Tuxedo Computers
19:18 Support the channel

Links:
AMD open sources entire AI model
rocm.blogs.amd.com/artificial-…

Latest AMD GPus aren't all there yet on Linux
phoronix.com/review/amd-radeon…

GNOME adds global shortcuts, cursor shape protocol, and more
thisweek.gnome.org/posts/2025/…
phoronix.com/news/GNOME-Mutter…

Firefox & Thunderbird 136 are huge updates
omgubuntu.co.uk/2025/03/firefo…
thunderbird.net/en-US/thunderb…
blog.thunderbird.net/2025/03/t…

Freedesktop.org found hosting, will be down for a week
phoronix.com/news/FreeDesktop-…

EA releases Command and Conquer source code
techradar.com/gaming/ea-is-rel…

Path of Exile 2 devs support Linux
gamingonlinux.com/2025/03/path…

Wine adds DX11 to Vulkan Video translation layer
phoronix.com/news/Wine-Direct3…

This entry was edited (5 days ago)

AI is Dehumanization Technology

A call to reject the deployment and use of AI systems. Interesting piece by @patatas

AI systems reproduce bias, cheapen and homogenize our social interactions, deskill us, make our jobs more precarious, eliminate opportunities to practice care, and enable authoritarian modes of surveillance and control. Deployed in the public sector, they undercut workers' ability to meaningfully grapple with problems and make ethical decisions that move our society forward. These technologies dehumanize all of us. Collectively, we can choose to reject them.


📰 Read it here: thedabbler.patatas.ca/pages/ai…

Nanook doesn't like this.

[GUIDE] How To Setup Rust on secureblue (with some pictures)


NOTE


For some reason, Lemmy isn't allowing me to upload more than 11 images. I will try to add the missing images after posting. It will take a while.

Edit: It isn't allowing me to add more images. If anyone is interested, I will upload the images elsewhere.

Introduction


Setting up a secure coding environment for the Rust programming language on secureblue isn't hard to do, but it's difficult to figure out on your own. That is why I am making a guide explaining how to do it yourself.

For this tutorial, I will be using the silverblue-main-hardened:latest image of secureblue. For this tutorial, I am also assuming you have enabled Flatpak permission lockdown by running ujust flatpak-permissions-lockdown.

Install a code editor


You can install whichever code editor you want, but for this tutorial I will be using VSCodium which is an open source binary of Microsoft's Visual Studio Code without telemetry.

Command-line instructions


Open the terminal.

VScodium can be installed using the following command:

flatpak install com.vscodium.codium

Sources: 1, 2

You will be prompted to proceed with changes to the user installation. After reviewing the changes, you can press enter. VSCodium will be downloaded and installed for the current user.

You may close the terminal now.

User-interface instructions


  1. Open GNOME Software.

  1. Type VSCodium. This should begin typing in a search bar, and VSCodium should show up as a search result.

  1. Select VSCodium (the blue one). VSCodium - Insiders (the orange one) is the nightly release of VSCodium, and is not recommended for daily use.

  1. Click the blue Install button on the top right. VSCodium will be downloaded and installed for the current user.

You may close GNOME Software now.

Install the Rust SDK


Rust provides multiple ways of installing. On secureblue, things are more locked down, especially with VSCodium being installed as a Flatpak. Rather than layering Rust as a system package and giving VSCodium invasive permissions to make it work, there is a much more elegant way to install Rust that isn't mentioned in their install instructions.

Flathub provides an SDK Extension for Rust that can be used for Flatpak code editors, such as VSCodium. This can only be installed from the command line. Trying to install it from GNOME Software will install an outdated version of the Rust SDK.

Open the terminal.

First, we need to find the branch of org.freedesktop.Sdk. This will allow us to install the correct version of the Rust SDK.

The branch of org.freedesktop.Sdk can be found using the following command:

flatpak info org.freedesktop.Sdk

Make a note of the version number next to the Branch: section. In my case, it is 24.08.

The Rust SDK can be installed using the following command:

flatpak install org.freedesktop.Sdk.Extension.rust-stable

You will be prompted to select which ref you would like to install. Find the version that matches the branch of org.freedesktop.Sdk. Type the number corresponding with the version (in my case, 5), and press enter.

You will be prompted to proceed with changes to the user installation. After reviewing the changes, you can press enter. The Rust SDK will be downloaded and installed for the current user.

You may close the terminal now.

Grant Flatpak permissions


Assuming you enabled Flatpak permission lockdown, VSCodium won't have permission to access everything it needs to work properly. We need to grant these permissions manually.

We will need to create a directory to act as your project directory. VSCodium will have access to every file in this directory, so it is best to only use it for VSCodium. I am deciding to create a folder in my home directory named VSCodium to store all of my VSCodium projects.

VSCodium will need the following permissions to work:
- The Network permission, in order to efficiently install extensions and update them automatically.
- Access to a dedicated project directory, in order to create workspaces.
- Permission to access the Rust SDK, in order to support the Rust language.
- Optional access to Development syscalls, in order to use debugging extensions.

Command-line instructions


Open the terminal.

VScodium can be granted the Network permission using the following command:

flatpak override -u --share=network com.vscodium.codium

The -u flag is an alias for --user, which will change the permission only for the current user.

[INSERT IMAGE HERE]

A project directory can be created using the following command:

mkdir VSCodium

[INSERT IMAGE HERE]

VSCodium can be granted access to the project directory using the following command:

flatpak override -u --filesystem=~/VSCodium com.vscodium.codium

[INSERT IMAGE HERE]

VScodium can be granted access to the Rust SDK using the following command:

flatpak override -u --env=FLATPAK_ENABLE_SDK_EXT=rust-stable com.vscodium.codium

[INSERT IMAGE HERE]

You may close the terminal now.

User-interface instructions


  1. Open Flatseal. This should be installed by default, but if you decided not to install it during the post-install of secureblue, it can be installed from GNOME Software.
  2. Type VSCodium. This should begin typing in a search bar on the left, and VSCodium should show up as a search result.

[INSERT IMAGE HERE]

  1. Select VSCodium.

[INSERT IMAGE HERE]

  1. To grant VSCodium the Network permission, enable the switch next to the Network permission. It should turn blue, indicating that the permission has been granted.

[INSERT IMAGE HERE]

  1. Open Files

[INSERT IMAGE HERE]

  1. Right click, and click on the option labeled New Folder... (This can also be done using Shift+Ctrl+N)

[INSERT IMAGE HERE]

  1. Enter VSCodium in the text field labeled Folder Name.

[INSERT IMAGE HERE]

  1. Click Create to create the folder. This will create a project directory for VSCodium to use.

[INSERT IMAGE HERE]

  1. In Flatseal, scroll down to the Filesystem section.

[INSERT IMAGE HERE]

  1. Click on the folder with a plus icon under the Other files section. An empty text field should appear.

[INSERT IMAGE HERE]

  1. Click on the empty text field.

[INSERT IMAGE HERE]

  1. Enter the following into the text field:


~/VSCodium

[INSERT IMAGE HERE]
  1. To grant VSCodium access to the Rust SDK, scroll down to the Environment section.

[INSERT IMAGE HERE]

  1. Click the plus icon on the top right. An empty text field should appear.

[INSERT IMAGE HERE]

  1. Click on the empty text field.

[INSERT IMAGE HERE]

  1. Enter the following into the text field:


FLATPAK_ENABLE_SDK_EXT=rust-stable

[INSERT IMAGE HERE]

You may close Flatseal now.

Open VSCodium


Now that VSCodium has the necessary permissions to function, we can finally run it.

Command-line instructions


Open the terminal.

VScodium can berun using the following command:

flatpak run com.vscodium.codium

[INSERT IMAGE HERE]

User-interface instructions


  1. Press the Super key to view the dock.
  2. Click on the Show Apps button (nine dots) on the bottom right to show a list of installed apps.
  3. Click on the VSCodium icon to open it.


Install the rust-analyzer extension


Upon first launching VSCodium, you will be presented with a README.md file.

[INSERT IMAGE HERE]

This file has information about using VSCodium as a Flatpak. Since we have already granted it the necessary permissions, this file can be ignored.

We now need to install the rust-analyzer extension. This extension will give us a comfortable Rust development environment in VSCodium.

Keyboard instructions


Launch the VSCodium Quick Open by using Ctrl+P.

[INSERT IMAGE HERE]

Enter the following command:

ext install rust-lang.rust-analyzer

Sources: 1

[INSERT IMAGE HERE]

Press enter to install the rust-analyzer extension.

[INSERT IMAGE HERE]

You will be prompted to trust the publisher and install the extension. After reviewing the prompt, you can press enter to select the Trust Publisher & Install button on the bottom right.

[INSERT IMAGE HERE]

You may be prompted to trust the authors of the files in this workspace. After reviewing the prompt, you can select the Install button. The rust-analyzer extension will be downloaded and installed for the current profile.

Mouse instructions


  1. Click on the Extensions menu on the left. (This can also be opened by using Ctrl+Shift+X)

[INSERT IMAGE HERE]

  1. Enter rust-analyzer into the search bar. This will search for the extension we need.

[INSERT IMAGE HERE]

  1. Click on the extension labeled rust-analyzer.

[INSERT IMAGE HERE]

  1. Click the Install button for the rust-analyzer extension.

[INSERT IMAGE HERE]

  1. You will be prompted to trust the publisher and install the extension. After reviewing the prompt, you can click on the Trust Publisher & Install button on the bottom right.

[INSERT IMAGE HERE]

  1. You may be prompted to trust the authors of the files in this workspace. After reviewing the prompt, you can click the Install button. The rust-analyzer extension will be downloaded and installed for the current profile.

[INSERT IMAGE HERE]

The rust-analyzer extension is now installed.

Create a new project


Now that we have the rust-analyzer extension installed, we can create a new Rust project.

The keyboard instructions are broken due to the Ctrl+K keybind being unfunctional, and the Ctrl+O keybind being binded to the wrong option. Because of that, only mouse instructions are available for this step.

  1. Click on the File dropdown on the top left.

[INSERT IMAGE HERE]

  1. Click on the option labeled Open Folder...

You will get a dialogue saying the following:

Oops! Something went wrong.
Unable to find "/app/share/ide-flatpak-wrapper". Please check the spelling and try again.

[INSERT IMAGE HERE]

This can be ignored. It is appearing because we never granted VSCodium access to a specific folder, and it has no effect.

  1. Click on OK to dismiss it.

[INSERT IMAGE HERE]

  1. Double click on the VSCodium folder to enter it.

[INSERT IMAGE HERE]

  1. Right click, and click on the option labeled New Folder... (This can also be done using Shift+Ctrl+N). Alternatively, select the folder with a plus icon on the top right.

[INSERT IMAGE HERE]

  1. Enter the name of your project in the text field labeled Folder Name. For this example, I will create a folder named example.

[INSERT IMAGE HERE]

  1. Click Create to create the folder.

[INSERT IMAGE HERE]

  1. Click Open in the bottom left to open the folder.

[INSERT IMAGE HERE]

  1. You will be prompted to trust the authors of the files in this folder. After reviewing the prompt, you can select the Yes, I trust the authors button.

[INSERT IMAGE HERE]

  1. Press Ctrl+` to open the terminal.

[INSERT IMAGE HERE]

  1. The project can be initialized using the following command:


cargo init

[INSERT IMAGE HERE]

You have now created a Rust project, and you can get started coding in Rust.

Optional: Support for debugging


Right now, there are no debugging extensions installed. The two recommended debugging extensions are CodeLLDB and Native Debug. I prefer CodeLLDB because, as of writing this, Native Debug has not been updated in over a year. It is still in active development, but there has not been a release in over a year.

Keyboard instructions


Open VSCodium.

[INSERT IMAGE HERE]

Launch the VSCodium Quick Open by using Ctrl+P.

[INSERT IMAGE HERE]

Enter the following command:

ext install vadimcn.vscode-lldb

Sources: 1

[INSERT IMAGE HERE]

Press enter to install the CodeLLDB extension.

[INSERT IMAGE HERE]

You will be prompted to trust the publisher and install the extension. After reviewing the prompt, you can press enter to select the Trust Publisher & Install button on the bottom right. The CodeLLDB extension will be downloaded and installed for the current profile.

[INSERT IMAGE HERE]

You will see a prompt on the bottom right saying the following:

Completed installing extension. Please restart extensions to enable it.

Select Restart Extensions to restart the extensions.

[INSERT IMAGE HERE]

Mouse instructions


  1. Click on the Extensions menu on the left. (This can also be opened by using Ctrl+Shift+X)

[INSERT IMAGE HERE]

  1. Enter CodeLLDB into the search bar. This will search for the extension we need.

[INSERT IMAGE HERE]

  1. Click on the extension labeled CodeLLDB.

[INSERT IMAGE HERE]

  1. Click the Install button for the CodeLLDB extension.

[INSERT IMAGE HERE]

  1. You will be prompted to trust the publisher and install the extension. After reviewing the prompt, you can click on the Trust Publisher & Install button on the bottom right. The CodeLLDB extension will be downloaded and installed for the current profile.

[INSERT IMAGE HERE]

You will see a prompt on the bottom right saying the following:

Completed installing extension. Please restart extensions to enable it.

Select Restart Extensions to restart the extensions.

[INSERT IMAGE HERE]

The CodeLLDB extension is now installed.

Grant VSCodium ptrace access


If you try to debug a program using a debugger extension, you will receive the following error:

VSCodium
Cannot launch '/var/home/anonymous/VSCodium/example/target/debug/example': ptrace failed: Operation not permitted

[INSERT IMAGE HERE]

The reason for this is because VSCodium does not have permission to access development syscalls.

Command-line instructions


Open the terminal.

VScodium can be granted the Development syscalls permission using the following command:

flatpak override -u --allow=devel com.vscodium.codium

[INSERT IMAGE HERE]

You may close the terminal now.

User-interface instructions


  1. Open Flatseal.
  2. Type VSCodium. This should begin typing in a search bar on the left, and VSCodium should show up as a search result.

[INSERT IMAGE HERE]

  1. Select VSCodium.

[INSERT IMAGE HERE]

  1. To grant VSCodium the Development syscalls permission, scroll down to the section labeled Allow.

[INSERT IMAGE HERE]

  1. Enable the switch next to the Development syscalls (e.g. ptrace) permission. It should turn blue, indicating that the permission has been granted.

[INSERT IMAGE HERE]

You may close Flatseal now.

Enable anti-cheat support


Even though VSCodium has access to ptrace, the system still does not permit it. This is to defend against basic security concerns. secureblue provides a toggle to enable support for anti-cheat, which will allow VSCodium to access ptrace.

Open the terminal.

Anti-cheat support can be enabled using one of the following commands:

ujust toggle-anticheat-support

or
ujust toggle-ptrace-scope

Sources: 1

[INSERT IMAGE HERE]

You will be prompted for your administrator passphrase. After reviewing the prompt, enter your passphrase and click Authenticate. This will enable anti-cheat support.

[INSERT IMAGE HERE]

You will need to restart your device to complete the changes.

Command-line instructions


Open the terminal.

The device can be restarted using the following command:

reboot

User-interface instructions


  1. Click on the status bar on the top right.
  2. Click on the power button.
  3. Click on the option labeled Restart....
  4. You will get a prompt saying the following:


Restart
The system will restart automatically in 60 seconds

  1. Click on the button labeled Restart to restart the system now.

Anti-cheat support is now enabled, and debugging extensions will work.

This entry was edited (3 weeks ago)

If you're an American, you need to order your #LexisNexis #report. It's free. It's not a credit report (although there are some aspects of that to it). It's a dossier on you and your life, brought to you by the largest data broker in the #UnitedStates. #PleaseBoost #privacy #security #DataPrivacy #DataCollection #PersonalInformation
consumer.risk.lexisnexis.com/r…

George E. (he/him/his) reshared this.

in reply to omxxi

Well, the point is I don't want CoMaps to win out over Organic Maps, I want some open source alternative to win out over Google Maps. Which is why I'd hesitate to say that LibreOffice "won" over anything, Google and Microsoft seem to be doing most of the winning in that particular space.

In a healthy community public arguments about "violated principles" wouldn't be a frequent occurrence and wouldn't lead to atomization of projects. I'm not taking sides on this particular example (mostly because I can't be bothered to look up the drama). But I am saying that besides the confusion and negativity caused by seeing open source developers constantly bicker about their violated principles, it can be a major setback for the perception of reliability of open source software overall. For an app you install that mostly works no matter what it's one thing, but if you integrate a piece of software into a workflow and it suddenly spawns two different pieces of software with different splinters of the original team that can be a significant disruption and if you fear significant disruptions you may hesitate to rely on that particular thing in the first place.

So do I think there shouldn't be a right to fork? Not at all. That's the whole point of open source.

Do I think it's overall a negative for the open source ecosystem that major projects break up due to their contributors being unable to come to a decision about the direction of the project? Absolutely.

in reply to MudMan

You have some points but I think you're overexposed to forks and drama by being in these communities. Most OSS works and steadily improves and becomes a reliable tool. Closed software often gets better but often gets worse with bloat, subscription models, etc. I think that closed software does more harm to the utility and reliability of their products than open software.

A streamer using OBS doesn't worry about drama or forks, but they know they have to switch to Windows 11 with new hardware requirements and ads built in. A commuter using the Transit app (OSM map data) doesn't care about where the maps came from, but they know when the app has a bug, they have nowhere to turn to get it fixed. A 3D animator sees Blender steadily improve and knows if they switch to Adobe, they'll have to pay increasingly high subscription costs to keep using it. Any individual project is not forking all the time. You just know about it when it happens to any project, whether you use the software or not.

I might be opening a can of worms here, but....

I have no PC. I use my work laptop for pretty much everything, but it's probably about time I finally get something of my own.

I have zero technical knowledge, and zero experience of anything that isn't Windows.

Question: is it possible to buy a ready-to-go Linux PC that doesn't need me to do fiddly stuff? (I define fiddly stuff as "most of what everyone toots about on Mastodon dot com".).