

Ah yes, the literal embodiment of “announcing the new OpenTormentNexus!”.


Ah yes, the literal embodiment of “announcing the new OpenTormentNexus!”.


But also more generally, the whole attitude of “you’re just a Luddite who’s HOLDING US BACK!!” that people do. See also systemd.
(I don’t like systemd for completely different reasons (political rather than technical) but the very similar “you just need to get with the times!!!” attitude is also a massive turnoff for basically the same reason.)
(Also see also Rust. Ditto.)
By contrast, Pipewire? Legitimate improvement. It’s not just a “change bad” thing. There’s a reason Wayland/systemd/rust are controversial and Pipewire isn’t. A lot of it is the attitude, I think. People aren’t forcing Pipewire, either, and on the app side most stuff seems to still be the Pulseaudio API which is completely fine and means you can use either.


Hah, yeah, you probably don’t have a CRT monitor!
Having custom resolution support is INCREDIBLY important for them, because they have no native resolution and you can just throw pretty much anything at them and it looks fantastic. It’s great for getting high refresh rates in games, especially since decreasing the resolution means you don’t have to work as hard for that framerate, without the nastiness of upscaling.
And also our monitor reports 1280x1024 as the highest resolution. Which… is the wrong aspect ratio. ??? So we NEED custom resolutions to even have a usable monitor.
KDE finally came out with support for this… in a version that’s not in Debian yet… like, one major release before dropping X11 support completely. And pretty much every other desktop on the planet is just out in the cold (except for all the window managers that base off of wlroots or something, I think it has an equivalent). Gnome? Good fucking luck.
Oh and screenshot tools. Those are tied to the DE now! Want to use a competing screenshot tool? You just… uh… can’t. I mean we’re on KDE and Spectacle is pretty great so it doesn’t really affect us, but if we didn’t like Spectacle, we’d be more or less screwed under Wayland.
Also scaling the screen. I don’t mean widget toolkit scaling. I mean e.g. integer scaling the screen pixels from 1920x1080 to 4K, a simple 2x2 for 4K TVs, or what-have-you. (Because 4K TVs don’t do this themselves even though they really should.) Or going the other way, rendering at 1280x960 and then downscaling to 640x480 so our CRT can get 120Hz. Easy on X11. Straight-up impossible on Wayland.
Oh yeah, and did I mention temporarily (not as default) disabling our PS4 controller’s trackpad from working as a mouse, without disabling any other trackpad on the system, without disabling its ability to work as a button or whatever in Steam Input? That too.
Stuff like that.


I don’t think anything defaulting to Wayland is guaranteed trash, but I also think there should be way more X11 pitchfork people. Or at least less hatred directed at them when they pop up.
“just get with the times it’s THE FUTURE and you’re not allowed to say no!” is… not cool. Especially when Wayland is unusable for anything outside of “the ordinary”, by design.
– Frost


It’d be really nice if it was like Wii, where you can have the emulated console do an online system update and bang, there’s your whole OS… or failing that, the entire system is on every game disc, just in case… but nooo can’t have that.


We use nginx for that! It can proxy TCP/UDP in general. You can also have it be your TLS endpoint and then pass stuff back to the backend over plain HTTP, if you trust your VPS, but you don’t have to.
nginx can preserve the source IP with its “proxy_protocol” feature, somewhat (might only work for HTTPS; with proxy_protocol, nginx on server A will then set the appropriate header with the IP it gets from server B). Or if you decrypt on the VPS, it can set the appropriate header for you before sending it back to server A.
I’ve got a guide on how we have ours set up: https://frost.brightfur.net/blog/selfhosting-with-a-bounce-vps-part-1/
– Frost


Oooh lovely!! We’re uh, pre-12.5 I think.
A DVD won’t work, right, it’s gotta be a bluray? Because if we can do this with a DVD-R and not need another reader, that’d be great.


Shoot, apparently it’s not open source. That’s not confidence-inspiring… but then again PS3 CFWs weren’t either (*sighs*)
Does that apply to PS4s running 11.something? I can’t remember what OS version our PS4 is on, but it’s new enough that a jailbreak only came out pretty recently. Needed a specific game disc to work.


Oooh awesome. I figured normal burned discs wouldn’t work.
We don’t have a bluray burner (only a CD/DVD drive) but have been kinda wanting to get one.


Wait, you can get jailbreak discs from aliexpress? That might be worth looking into…
(although, how do we know if it’s got malware on it?)


This is awesome. Should be the normal way to do things!
– Frost


The homeserver doesn’t have to be fancy. We’re running all our stuff off a Dell Vostro from 2012 we got for like $30 on Craigslist. (It did need another $30 replacement PSU though. And it has 8GB RAM and a 500GB SSD which is nothing to sneeze at for a machine that cheap and that old.)
Funnily enough, Gajim from Flatpak (1.9.5) does drag and drop just fine!
I can’t remember what version we’ve got on our laptop– [can’t we just check packages.debian.org?] right! It’s 2.1.1-2, apparently. Good to hear that 2.2.0 is non-adwaitified, that sounds like a good place to fork from.
– Frost


Yeah, personally I don’t really like the GPL* (for stuff that isn’t actively of interest to companies), but this kind of stripping the GPL from an existing project is just, gross. Definitely seems like an active attempt to nuke it and take it over.
(*because I like it when other open source people can use a given piece of code e.g. I wrote, and I’m not particularly picky about whether they agree with me on what specific form of open source is best; wanna use my MIT or public domain code in a GPL project? go for it!)
(s/open source/free software/g if you’re one of the “open source isn’t REAL FREE SOFTWARE!!!” people; I use the terms interchangeably, bite me)
(also I get using the GPL for stuff that companies would actively want to take over. Like, apparently, this project.)
– Frost


a) you’re using “animal” like an insult. That’s not cool.
and b) calling shitty people “not people” isn’t cool either.
and c) just to reiterate, by contrast, animals (human or not) are people, and calling them “subhuman” is just… dude.
– Frost
This is why we run Gajim 1.9.5 in flatpak.
Which. Got removed from flathub, so to install it on our laptop, we had to do some kind of weird flatpak sideloading thing.
On our laptop we’ve been using Gajim 2.something from Debian 13 (our desktop runs testing so we can’t do that there). It’s not Full Gnomified. It also locks up whenever we try dragging a picture into the chat window to send. So… yeah.
Someone should fork Gajim pre-2.


I had a poke through Kate’s settings… try going to Editing > Auto Completion and turning off keyword completion?
It says
Keyword completion provides suggestions based on the keywords which exist in the document’s language.
which sounds promising. I guess they just added e.g. “English” along with all the programming languages, heh (in a programming language it would autocomplete stuff like “if” and “for”).
… I tried turning it off though and it didn’t seem to help, which is weird, because it looks like it should.
– Ylfingr


Honestly, I may not be the best person to ask if an IDE is what you want, heh. We usually just use it as an editor, and we don’t really have much in the way of IDE features in vim either. But we also don’t really use languages that practically need an IDE, like Java. Stuff like HTML and perl and JS are much easier to write with a normal text editor.
If you just need LSP autocomplete and such, though, Kate’s got that! There’s a plugin for it, I think. You might have to turn it on.


Yeah, Pipewire is pretty great IMO.
People love to go “you hate on Systemd/Wayland? you just HATE PROGRESS!!”, but like, no, new stuff itself isn’t the problem and this proves that. Pipewire doesn’t seem to be all that controversial, I don’t really see anyone hating on it, or people going “YOU HAVE TO ACCEPT IT!!!”.
– Frost
For me it wasn’t so much the combat as the movement. It just felt so clunky and like it was laggy to start and stop moving.
Maybe we should try it again sometime now that we have an actually decent GPU.
– Frost