pleroma.debian.social

pleroma.debian.social

werdahias (tired) | @werdahias@pleroma.debian.social

Debian Developer. EE student.
Likes hiking, reading and free software.
#RightToRepair
"Freiheit ist immer Freiheit des anders Denkenden." - Rosa Luxemburg

being someone hopeful for wayland, but that at the same time disapproves of gnome, systemd, and related, is sometimes really painful

i piss off x11 folks that say "they're killing X11 with EEE and forcing me to change my workflow" or whatever
i piss off wayland folks that say "X11 is dead and wayland is ready, move on already"

While #Debian is in deep freeze for the #trixie release, I am glad to announce texlab (LaTeX language server) and pipemixer (a TUI for pipewire) are now available from experimental (pending mirror sync).

here's the final version of the "redirects cheat sheet" draft I posted a while back!

("The Secret Rules of the Terminal is finished! 95 beta readers have read it! the copy editor is done! technical review is done! the illustrator has made the cover! It's going to be out on *****Tuesday June 24*****")

cmd > file.txt
cmd >> file.txt
cmd < file.txt
cmd 2> file.txt
cmd > file.txt 2>&1
cmd1 | cmd2
cmd1 2>&1 | cmd2

three gotchas:

1. cmd file.txt > file.txt  will delete the contents of file.txt

some people use set -o noclobber (in bash/zsh) to avoid this

But I just have "never read from and redirect to the same file" seared into my memory.

2. sudo echo blah > /root/file.txt doesn't write to /root/file.txt as root. Instead, do:

echo blah | sudo tee /root/file.txt

or

sudo sh -c 'echo blah > /root/file.txt'

3. cmd 2>&1 > file.txt  doesn't write both stdout and stderr to file.txt. Instead, do:

cmd > file.txt 2>&1

panel 3: cat vs <

I almost always prefer to do:

cat file.txt | cmd

instead of

cmd < file.txt

it usually works fine & it feels better to me

using cat can be slower if it's a GIANT file though

panel 4: &> and &|

some shells support &> and &| to redirect/pipe both stdout and stderr

(also some shells use |& instead of &|)

depol
I should really stop reading the news. Merz honestly thanks Israel for attatcking Iran, stating that they are doing the shitty work. What the actual fuck.

USPOL, SpaceX

Really warms my heart to see Musk celebrating Juneteenth with some fireworks.

Dear , when I click on a link to an English language documentation page, I don't want to be automatically redirected to a machine generated German translation.

Yes, I have both enabled in my browser. Multi-lingual people are a thing. If I want a translation, I'll explicitly ask for it.

Every site whose product owner/manager insists on automatic translation should immediately fire them.

@cccpresser @YaLTeR +1. As #Debian Developer I reviewed packaging from contributors while simultaneously maintaining 400+ packages where I am listed as uploader and coordinating team meets. For the new release cycle I will cut way back on this and hope I can get others to help with the reviews/updates. Fortunately we have new contributors coming in, so I hope the the workload will be more distributed.

eepy mornyan

Use Signal. We promise, no AI clutter, and no surveillance ads, whatever the rest of the industry does. <3

Image of a screenshot of news headline, saying, "WhatsApp is getting ads using personal data from Instagram and Facebook
Forced Consent & Consent Bypass
 / 
16 June 2025
Meta announced today that it also wants to introduce ads on WhatsApp, which will be based on personal data from Facebook and Instagram. This further integrates WhatsApp into other Meta services - an originally independent app, which initially was available for just $1 per year without ads or data usage. This also means that Meta is consolidating its social networking monopoly. EU law was actually supposed to prevent this."

respectfully, fuck eclipse

we heard how much you guys loved windows vista and 7 so we replaced the startup sound in the dev builds of 11 with the windows 7 startup sound

you're welcome

updates from poland

[top image] an eu07 loco looking like it's licking a lemon
[bottom image] a photo of eu07 after a recent crash, with its eyes going inwards

In bed with a cold binging He-Man

while we're at it:

don't fall for their "we wanna include everyone, so we're anti-DEI" bullshit

Everyone I interacted and worked with at the Debian project and the LKML judge me solely on my respectfulness and, more importantly, my contributions.

In essence, if your code is ass, your code is ass, and they gonna tell you it's ass, and usually what u need to fix.

Skin color, heritage, gender identity, born sex, sexuality, none of that has any influence on that whatsoever.

They do exactly what the X11libre maintainer pretends to do, but in case you haven't noticed, none of them feel the need to virtue signal how much they hate DEI etc. They just treat everyone equally (well, a subsystem maintainer has more trust than a one-time contributor but you get what I mean).

Or in other words: this anti DEI bullshit is exactly why they won't keep their word in terms of equality, while the other projects mentioned just do without a fuss.

From: @lucydev
https://wetdry.world/@lucydev/114670337243871733

@danirabbit Fuck these right-wing asshats trying to claim the cross-platform, standards-based, accesstibility-supporting window system as their cause.

We've seen this again and again and it's so tiring: discrediting things that matter by associating it with their vile bigotry.

I remember when it was "systemd in Debian is a feminist conspiracy!" ๐Ÿ™„ ๐Ÿคฌ

Drive them out of FOSS entirely.

For any maintainers on GitHub, I found this great free block list https://github.com/X11Libre/xserver/issues/40

@mirabilos @zenmaya @lynn "your fault if you don't run the monolith doing everything from init to laundry"

โ€œwhat should i do when i dont want to use systemd?โ€
> use systemd

https://blogs.gnome.org/adrianvovk/2025/06/10/gnome-systemd-dependencies/

So what should distros without systemd do?
First, consider using GNOME with systemd. Youโ€™d be running in a configuration supported, endorsed, and understood by upstream. Failing that, though, youโ€™ll need to implement replacements for more systemd components, similarly to what you have done with elogind and eudev.

I love the idea of these configurable logic gates. Only need to stock one part to implement various gate implementations, nifty for hobbyists. For commercial projects they don't really make financial sense as they are a few cents more expensive than just buying two different single use parts.

A screenshot of a datasheet showing how the different logic functions can be configured by connecting different pins to either VCC or GND.

And all together:

๐Ÿ‘ Don't ๐Ÿ‘ design ๐Ÿ‘ products ๐Ÿ‘ using ๐Ÿ‘ AliExpress ๐Ÿ‘ modules ๐Ÿ‘ and ๐Ÿ‘ EOL ๐Ÿ‘ parts. ๐Ÿ‘

ยป