rtxn

joined 1 year ago
[–] [email protected] 12 points 2 days ago (10 children)

So? There's nothing preventing someone from installing either, and they're adding Wayland support to Cinnamon.

[–] [email protected] 24 points 2 days ago* (last edited 2 days ago)

Switching to Ubuntu is way, way better than staying on Windows.

That being said, Ubuntu is maintained by the Canonical company, and they have made some really sus decisions in the past. Things like putting Amazon ads in the application launcher and then trying to gaslight people when the inevitable backlash arrived.

The meme above refers to Canonical's own Snap packaging format (think of it like UWP/Microsoft Store apps vs. "regular" Win32 apps), and the way they're pushing for its adoption. Snap is installed by default on Ubuntu and official Ubuntu flavors. You can uninstall it manually, but Canonical has modified the APT package manager so that when an application is available as a Snap package, it automatically installs the Snap back-end and the application as a Snap package without notifying the user (instead of installing the .deb-packaged applications, which is what happens on all other distributions that use APT). Canonical recently also ordered that official Ubuntu flavors (which are maintained by independent groups) can't include Flatpak, a universal packaging format that directly competes with Snap, in their default installations.

[–] [email protected] 2 points 2 days ago

It's a bit more obvious if you've played through AW1 and Max Payne recently. AW1 contains a couple of excerpts from Wake's book The Sudden Stop, starring detective Alex Casey. They are written in the exact same style as Max Payne, and narrated by James McCaffrey, Payne's VA.

[–] [email protected] 46 points 2 days ago (1 children)

"American universities turn into concentration camps" was not on my bingo card for 2024.

[–] [email protected] 26 points 2 days ago* (last edited 2 days ago) (1 children)

It's worth noting that the nazis were probably not very kind to company owners and employees who refused to heil. It's easy to be virtuous 80 years later on social media without ever living in a totalitarian society.

[–] [email protected] 11 points 3 days ago (1 children)

Bro, that is literally the first comment on the post! None of the solutions were posted when it was made.

They're wrong, but you are just being a dick.

[–] [email protected] 2 points 3 days ago

XWayland has something called a "rootful mode" where it opens an X11 session as a window nested inside a Wayland session. https://www.youtube.com/watch?v=Ij3rsqX2pKQ XWayland will be started as your own user, but maybe you could use sudo -u ... to set a different user.

The other possibility is to switch to another terminal session with a different user, start an X11 session with startx, and use x11vnc -listen 127.0.0.1 -forever -passwd PASS1234 to run a VNC server that's only accessible from the local machine.

[–] [email protected] 21 points 3 days ago* (last edited 3 days ago)

A man from the Soviet Union wants a new washing machine, but he can't afford to buy it. Fortunately he works at a washing machine factory, so he decides to steal one part every day until he has everything he needs. A year later he finally has all of the parts and begins assembling it in the evening. By the next morning, he realizes he's built a T-34 tank.

It wasn't uncommon for Soviet military installations to be disguised (poorly) as civilian buildings. They lied to everyone, even the workers themselves, but it was an open secret. I wouldn't be surprised if they brought the practice back.

[–] [email protected] 13 points 3 days ago

Naaaw, my dude! *finger guns*

[–] [email protected] 11 points 3 days ago (10 children)

You can't say that, they gave us Bedrock Edition!
Really wish they hadn't.

[–] [email protected] 34 points 3 days ago

Clearly we all need to upgrade our personalities to a new 64-bit architecture.

[–] [email protected] 5 points 3 days ago

I watch the Daily Silksong News. Tomorrow, for sure...

338
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

I recently discovered that you can paste image data from your clipboard to a post or comment field, and it will upload the data and generate an embed link. I assume, since the clipboard is ephemeral, that the data is uploaded and stored on the server immediately.

What happens then if the embed link is removed and never used, but the file isn't deleted by the user? Does it just sit around in storage, collecting dust and taking up space, or is there some sort of garbage collection that detects unused files? What happens to embedded files if the post/comment where it is embedded gets deleted?

11
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

It might not look like anything special, but I spent an embarrassing number of hours on this rice, mostly on the non-graphical user interactions. The layout is a custom master-stack implementation, the groupbox widget is an almost complete reimplementation to support a more flexible styling on multihead systems, the Nvidia GPU monitor widget is completely my own, there are popups and context menus out the ass, and there is a persistence module that saves dynamic data (like layouts and group names) between sessions.

Tomorrow I'm moving to Wayland and I might not have the patience to get Qtile running again.

edit: Wallpaper sauce https://www.pixiv.net/en/artworks/89596288

 
 

I originally meant to ask if having /home on a different partition or separate physical device was still warranted, but my ignorance in this matter slowly became apparent.

This is my current setup:

  • sda is a 240G SATA SSD that only contains the ESP and the root partition.
  • sdb is a 1T SATA SSD entirely dedicated to games and virtual machines.
  • sdc is a 3T SATA spinning rust disk mounted on /home, with a 0.5T partition for Timeshift backups.

I recently bought a 2T M.2 NVMe SSD. I'd like to retire sda and sdc (i.e. put them in my junk NAS/backup server), and then reinstall the OS on the new NVMe. My ideas for the new setup:

  • I use the entire NVMe drive for ESP and root, no separate /home partition, and mount the 1T SSD as before.
  • I use the entire NVMe for ESP and root, move the games and VMs to the root, and use the 1T SSD as the /home partition.
  • ESP, ~100-200G root partition, and separate /home partition on the NVMe; games stay on the separate SSD.

The advantages of having /home on a separate device are not lost on me. My question is whether the added complexity is still worth it. I would also like to use LUKS encryption, which I understand to be partition-wide - in which case I'd like to know if there is any significant overhead if I encrypt the root partition. I'm also not opposed to using LVM, but that seems like a little too much for a desktop PC.

view more: ‹ prev next ›