Welcome to Friendica.Eskimo.Com
Home of Censorship Free Hosting

E-mail, Web Hosting, Linux Shell Accounts terminal or full remote desktops.
Sign Up For A Free Trial Here
Please tell your friends about federated social media site that speaks several fediverse protocols thus serving as a hub uniting them, hubzilla.eskimo.com, also check out friendica.eskimo.com, federated macroblogging social media site, mastodon.eskimo.com a federated microblogging site, and yacy.eskimo.com an uncensored federated search engine. All Free!
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 Action
Images available are free to use, with relevant credit Front Runner Logistics of Heathrow, have joined Kuehne + Nagel, in becoming the latest logistics company to refuse further work with Elbit […]bluehost (Palestine Action)
[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!
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.
Get more from Nick - The Linux Experiment on Patreon
creating videos and podcasts about Desktop LinuxNick - The Linux Experiment (Patreon)
Our socials: fediverse.blog/~/ActaPopuli/fo…
Richard likes this.
Follow us on social fediverse.blog/~/ActaPopuli/fo…
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
The Human Brain May Contain as Much as a Spoon's Worth of Microplastics, New Research Suggests
The amount of microplastics in the human brain appears to be increasing over time: Concentrations rose by roughly 50 percent between 2016 and 2024, according to a new studySarah Kuta (Smithsonian Magazine)
like this
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.
Nanook likes this.
reshared this
How six months in the West Bank undid a lifetime of Zionist indoctrination
Like many American Jews, I was brought up to see Israel as infallible. Living among Palestinians taught me vital truths about the reality of the occupation.Amos Brison (+972 Magazine)
You can follow us in other languages. Visit our website for more information wordsmith.social/protestation/…
U.S. tariff revenues reached an all-time high in May as President Donald Trump’s trade policies started to fill government coffers.
zerohedge.com/political/trumps…
Trump's Tariffs Deliver Record $23 Billion Revenue In May
ZeroHedge - On a long enough timeline, the survival rate for everyone drops to zeroTyler Durden (www.zerohedge.com)
Billions Of Dollars Burned: Trump’s Tariffs Hit Global Giants
The $33 billion represents the total estimates from 32 S&P 500 companies, including American, European, and Asian firms. Economists say the cost to businesses will likely be multiple times what companies have so far disclosed.Sputnik International
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
It's always that way. In the scheme of things, we haven't been around that long since Jesus came.
Not even a blink of an eye.
Don't ever forget-God always wins!
like this
don't like this
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.
:::
L3ft_F13ld! likes this.
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
Aral Balkan reshared this.
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
Israel has ordered the evacuation of almost all of Gaza City and other areas of the north, where around one million Palestinians residethecradle.co
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?
ANeko Reborn | F-Droid - Free and Open Source Android App Repository
A modern remake of Neko—your classic desktop cat pet on Android.f-droid.org
NED Funding: Brazil Case
By Brian Mier - May 19, 2025 With the NED erasing information on recipients, its recent history and the US government and extended state's meddling in Brazilian politics will need to be reconstructed.Orinoco Tribune - News and opinion pieces about Venezuela and beyond
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!
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.
GitHub - overleaf/overleaf: A web-based collaborative LaTeX editor
A web-based collaborative LaTeX editor. Contribute to overleaf/overleaf development by creating an account on GitHub.GitHub
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.
@ninapaleyIt's weird because something about the wind systems around here-even when fires are close we rarely get smoke in Vancouver. I hope that pattern continues.
Two autumns ago we had a lot nearby and it produced the most spectacular sunsets I've ever seen here.
"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."
Jonathan Cook: How to Starve a Population to Death
In Five Easy Steps: The danger in an age of social media is that images of starving babies will make you look very bad. Hold firm. The Western media will come to the rescue. By Jonathan Cook Jonathan-Cook.Consortium News
Achieve full slotting at 12.7 mm depth with a 50 mm shoulder milling cutter! #shorts #cnc #machine
■Products : 【Tung-Tri】Tool : TPA15R200U0075A04https://catalog.tungaloy.com/Item.aspx?cat=6996245&fnum=1476&mapp=ML&GFSTYP=I&srch=1Insert : TOMT150604PDER-MJ ...YouTube
Jerry Lewis's "The Day the Clown Cried" discovered in Sweden after 53 years
Link: thenationalnews.com/arts-cultu…
Discussion: news.ycombinator.com/item?id=4…
Controversial 'lost' Jerry Lewis film discovered in Sweden after 53 years
A Swedish actor, who stole a copy in 1980, plans to release The Day The Clown Cried, saying 'it must be seen'William Mullally (The National)
HHS using AI for a health report concerning children—
I didn’t have that on my bingo card for 2025!
I wonder if it used Grok 🤔
(likely)
#USA #USGov #health #rfkjr #MyThoughts
EXCELLENT.
lifesitenews.com/news/trump-fb…
Trump FBI ends LGBT ‘pride’ activities: ‘Focused only on our core mission’ - LifeSite
‘There should be no official FBI actions, events, or messaging regarding Pride Month,’ the FBI told employees, marking a major shift from the agency’s LGBT activism in recent years.Doug Mainwaring (LifeSite)
Nanook likes this.
IMF Has Not Helped To Develop Any Country It Financed In 80 Years Of Existence
Established at the end of the Second World War in Europe in 1944 to promote global economic stability, the International Monetary Fund began its activities the following year, becoming a constant presence in peripheral countries with economic instabi…Anonymous834 (South Front)
Photos taken inside musical instruments
Link: dpreview.com/photography/54009…
Discussion: news.ycombinator.com/item?id=4…
Probe lenses and focus stacking: the secrets to incredible photos taken inside instruments
Photographer Charles Brooks embarked upon a quest to photograph the inside of musical instruments, creating images that look like monumental buildings.Abby Ferguson (DPReview)
Time is over for cutting trees to produce paper ...
source: omgubuntu.co.uk/2025/05/linux-…
#linux #newspaper #magazine #news #digital
After 25 Years, Linux Format Magazine is No More
The final issue of Linux Format, the UK's best selling monthly Linux magazine, has gone on sale. The first issue launched in May 2000.Joey Sneddon (OMG! Ubuntu!)
like this
Live Updates: Israel's Gaza invasion - Day 602
Live Updates: Israel has been bombarding Gaza, killing thousands of Palestinians, since Hamas launched a deadly offensive on Oct 7, 2023.DAWN.COM
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…
Cap — Modern, Open-source PoW CAPTCHA for JavaScript
Cap.js is a fast, privacy-friendly proof-of-work CAPTCHA alternative to reCAPTCHA and hCaptcha. Zero dependencies, developer-friendly, and effective against spam, DDoS, and automation.capjs.js.org
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…
Write a letter to Canada Revenue Agency: No subsidies for war crime
Take a minute to support a formal complaint asking the Canada Revenue Agency to investigate whether the HESEG FOUNDATION and its main patron THE GERALD SCHWARTZ and HEATHER REISMAN FOUNDATION are violating rules for registered charities.actionnetwork.org
California's ports face economic devastation as tariffs cripple trade with Asia-Pacific - People's Daily Online
SACRAMENTO, the United States, May 29 (Xinhua) -- California's ports are experiencing worse conditioen.people.cn
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. »
Surprisingly Fast AI-Generated Kernels We Didn't Mean to Publish (Yet)
Link: crfm.stanford.edu/2025/05/28/f…
Discussion: news.ycombinator.com/item?id=4…
Transcript of Glenn Diesen interview, 29 May
Transcript submitted by a reader:Gilbert Doctorow (Armageddon Newsletter)
“I’ve never hurt anyone!” – Elon Musk
Kills 300,000 children. mas.to/@bascule/11459886012905…
Vrs: Personal Software Runtime inspired by Emacs, Plan 9, Erlang, Hypermedia
Link: github.com/leoshimo/vrs
Discussion: news.ycombinator.com/item?id=4…
GitHub - leoshimo/vrs: A Personal Software Runtime inspired by Emacs, Plan 9, Erlang, Hypermedia, and Unix
A Personal Software Runtime inspired by Emacs, Plan 9, Erlang, Hypermedia, and Unix - leoshimo/vrsGitHub
De Bruijn notation, and why it's useful
Link: blueberrywren.dev/blog/debruij…
Discussion: news.ycombinator.com/item?id=4…
LIVE BLOG: Joint Operation | Palestinian Ceasefire Dialogue | Massacre in Khan Yunis - Day 601 - Palestine Chronicle
At least two Palestinians were killed and others injured when an Israeli airstrike targeted a displaced persons' tent in the Mawasi area.admin (Palestine Chronicle)
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.
'Germany doing their best to continue bloodshed in Ukraine' — Rodion Miroshnik
Russia's special envoy Rodion Miroshnik has launched a blistering accusation against Europe’s major powers, claiming that Germany and its allies are intentionally undermining efforts for peace in Ukra...Odysee
Benny Johnson on X
@bennyjohnson
·
3h
Another instant Trump classic🤣
Doocy: "This week there was a video on board a plane that showed the First Lady of France slapping her husband, Emmanuel Macron. Do you have any world leader to world leader marital advice?"
President Trump: "Make sure the door remains closed."
Just not like in Russia: Children's Day in Ukraine moved from June 1 to November 20
The process of disassociation from everything Soviet and Russian in Ukraine, which is developing most actively under Zelensky, but began much earlier, sometimes takes on completely bizarre features.Alnik53 (Военное обозрение)
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…
Path of Exile 2 gets a fix for Linux / Steam Deck being detected as cheating
Grinding Gear Games are showing clear support for Linux / Steam Deck with Path of Exile 2, ensuring it continues working properly.Liam Dawe (GamingOnLinux)
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…
AI is Dehumanization Technology
A call to reject the deployment and use of AI systems in Canada's public sector.thedabbler.patatas.ca
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
- Open GNOME Software.
- Type
VSCodium
. This should begin typing in a search bar, and VSCodium should show up as a search result.
- Select
VSCodium
(the blue one).VSCodium - Insiders
(the orange one) is the nightly release of VSCodium, and is not recommended for daily use.
- 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
- 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.
- 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]
- Select
VSCodium
.
[INSERT IMAGE HERE]
- To grant VSCodium the
Network
permission, enable the switch next to theNetwork
permission. It should turn blue, indicating that the permission has been granted.
[INSERT IMAGE HERE]
- Open Files
[INSERT IMAGE HERE]
- Right click, and click on the option labeled
New Folder...
(This can also be done usingShift+Ctrl+N
)
[INSERT IMAGE HERE]
- Enter
VSCodium
in the text field labeledFolder Name
.
[INSERT IMAGE HERE]
- Click
Create
to create the folder. This will create a project directory for VSCodium to use.
[INSERT IMAGE HERE]
- In Flatseal, scroll down to the
Filesystem
section.
[INSERT IMAGE HERE]
- Click on the folder with a plus icon under the
Other files
section. An empty text field should appear.
[INSERT IMAGE HERE]
- Click on the empty text field.
[INSERT IMAGE HERE]
- Enter the following into the text field:
~/VSCodium
[INSERT IMAGE HERE]
- To grant VSCodium access to the Rust SDK, scroll down to the
Environment
section.
[INSERT IMAGE HERE]
- Click the plus icon on the top right. An empty text field should appear.
[INSERT IMAGE HERE]
- Click on the empty text field.
[INSERT IMAGE HERE]
- 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
- Press the
Super
key to view the dock. - Click on the
Show Apps
button (nine dots) on the bottom right to show a list of installed apps. - 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
- Click on the
Extensions
menu on the left. (This can also be opened by usingCtrl+Shift+X
)
[INSERT IMAGE HERE]
- Enter
rust-analyzer
into the search bar. This will search for the extension we need.
[INSERT IMAGE HERE]
- Click on the extension labeled
rust-analyzer
.
[INSERT IMAGE HERE]
- Click the
Install
button for therust-analyzer
extension.
[INSERT IMAGE HERE]
- 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]
- You may be prompted to trust the authors of the files in this workspace. After reviewing the prompt, you can click the
Install
button. Therust-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.
- Click on the
File
dropdown on the top left.
[INSERT IMAGE HERE]
- 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.
- Click on
OK
to dismiss it.
[INSERT IMAGE HERE]
- Double click on the
VSCodium
folder to enter it.
[INSERT IMAGE HERE]
- Right click, and click on the option labeled
New Folder...
(This can also be done usingShift+Ctrl+N
). Alternatively, select the folder with a plus icon on the top right.
[INSERT IMAGE HERE]
- Enter the name of your project in the text field labeled
Folder Name
. For this example, I will create a folder namedexample
.
[INSERT IMAGE HERE]
- Click
Create
to create the folder.
[INSERT IMAGE HERE]
- Click
Open
in the bottom left to open the folder.
[INSERT IMAGE HERE]
- 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]
- Press Ctrl+` to open the terminal.
[INSERT IMAGE HERE]
- 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
- Click on the
Extensions
menu on the left. (This can also be opened by usingCtrl+Shift+X
)
[INSERT IMAGE HERE]
- Enter
CodeLLDB
into the search bar. This will search for the extension we need.
[INSERT IMAGE HERE]
- Click on the extension labeled
CodeLLDB
.
[INSERT IMAGE HERE]
- Click the
Install
button for the CodeLLDB extension.
[INSERT IMAGE HERE]
- 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
- Open Flatseal.
- 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]
- Select
VSCodium
.
[INSERT IMAGE HERE]
- To grant VSCodium the
Development syscalls
permission, scroll down to the section labeledAllow
.
[INSERT IMAGE HERE]
- 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
- Click on the status bar on the top right.
- Click on the power button.
- Click on the option labeled
Restart...
. - You will get a prompt saying the following:
Restart
The system will restart automatically in 60 seconds
- Click on the button labeled
Restart
to restart the system now.
Anti-cheat support is now enabled, and debugging extensions will work.
Rust Programming Language
A language empowering everyone to build reliable and efficient software.www.rust-lang.org
rustup
requires granting VSCodium more invasive permissions to get it to work. Furthermore, installing it would require layering system packages, which should be done sparingly. Using the Rust SDK is the recommended approach by VSCodium while using their Flatpak, and it is actually the simpler option.
std::io::pipe()
.
consumer.risk.lexisnexis.com/r…
George E. (he/him/his) reshared this.
Organic Maps Forked Over Governance Concerns: CoMaps is Born
Organic Maps Forked Over Governance Concerns: CoMaps is Born
An Organic Maps fork has emerged due to broken trust.Sourav Rudra (It's FOSS News)
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.
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.
- Coffee Maker YES (72%, 8 votes)
- Coffee Maker NO (0%, 0 votes)
- potato (27%, 3 votes)
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".).
Question: is it possible to buy a ready-to-go Linux PC that doesn't need me to do fiddly stuff?
Check out System76. I believe they ship to the UK.
Nanook
in reply to perishthethought • •kata1yst
in reply to Nanook • • •GitHub - whipper-team/whipper: Python CD-DA ripper preferring accuracy over speed
GitHubperishthethought
in reply to Nanook • • •Hrrrmmm, yes. I'm starting to think there is no currently maintained, FOSS application that will both rip and tag MP3 files for me now.
Whipper seems to only outputs FLACs.
FRE:AC doesn't display correctly on my PC.
I'm going to try Asunder next, but it too isn't maintained, it seems.
If only I could go write my own...
kyub
in reply to perishthethought • • •I use whipper. It's a command-line application but it's easy to use and works great every single time.
At first you should let it analyze your drive which is the only step more involved. Here's a mini tutorial for that I wrote for myself but you can also read it on the project page where it's probably more up to date:
And just as an example, here's my
~/.config/whipper/whipper.conf
:Nanook
in reply to kyub • — (Shoreline, WA, USA) •Eldritch
in reply to perishthethought • • •perishthethought
in reply to Eldritch • • •MentalEdge
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.