You can also use the eject command. It used the device path (eg. /dev/sda), not the mountpoint.
- 1 Post
- 19 Comments
ferric_carcinization@lemmy.mlto
Linux@lemmy.ml•What is an alternative Wayland screen locker to swaylock , to use on SwayWM?English
1·10 days agoThanks! I’ll give swaylock another chance. I’m currently moving back to sway from the Hypr* ecosystem.
How much do sway{,lock}-effects add to the experience?
ferric_carcinization@lemmy.mlto
Linux@lemmy.ml•What is an alternative Wayland screen locker to swaylock , to use on SwayWM?English
2·11 days agoHow did you rice swaylock? Would you mind sharing your config?
ferric_carcinization@lemmy.mlto
Privacy@lemmy.ml•If you're going to use SimpleX...English
5·19 days agoI’d say that it looks pretty detailed to be called SimpleX, perhaps a better name could be something like CompleX?
ferric_carcinization@lemmy.mlto
Privacy@lemmy.ml•A $60 Mod to Meta’s Ray-Bans Disables Its Privacy-Protecting Recording LightEnglish
2·19 days agoI get address not found.
Edit: I can access the site through Tor. Yay for censorship circumvention!
Sway’s default keybind for opening a terminal is super+return (line 68)
# Start a terminal bindsym $mod+Return exec $termnote also that sway uses the foot terminal by default. (line 17)
# Your preferred terminal emulator set $term footYou can change these in the config.
It’s a good idea to read a bit about a WM from a wiki before use:
https://wiki.gentoo.org/wiki/Sway
https://wiki.archlinux.org/title/Sway
Why the hell would you use punctuation?
ferric_carcinization@lemmy.mlto
Privacy@lemmy.ml•Proton mail sponsors far right French YouTuber, censors criticism on their subreddit English
11·22 days agoSeems kind of unnecessary at the end there, doesn’t it? Not like the sentence has anything to do with the country.
ferric_carcinization@lemmy.mlto
Privacy@lemmy.ml•Proton mail sponsors far right French YouTuber, censors criticism on their subreddit English
3·22 days agoIt’s how life tends to evolve into crab-like forms. I’m not good at thinking up usernames, so it was the best I came up with. I like the Rust language, and the language’s mascot is a crab. So, my username is about the tendency of codebases to turn to Rust.
As others have already noted, the handbook is very good. You should be able to manage with limited Linux & terminal skills. (terminal navigation, can install a package with e.g. apt, etc.)
If you’re unsure about your skills, try using the terminal a bit. You can start with switching to the apt cli (command-line program) if you’re using a gui client. Or, you could try to do some basic, everyday tasks with it, like editing text with nano (or vim, if you’re feeling brave).
Just don’t forget to install important packages when installing Gentoo, like sudo (and add youself to sudoers), a DE/WM (KDE Plasma, GNOME, Sway, etc.) and a terminal. These things can be done later, by rebooting to the install media and chrooting, but it can be a bit annoying.
Don’t worry too much about mistakes, as everything is fixable, except things related to bad UEFI implementations.
Like others, I would recommend going with defaults for now. You can always tinker after the install. While a few things are a real pain to change or shouldn’t be changed, like going from no-multilib to multilib, most things can be played with later. Though I haven’t done it with a Gentoo system specifically, going from an unencypted system to encrypting all disks is very much possible.
ferric_carcinization@lemmy.mlto
Privacy@lemmy.ml•Proton mail sponsors far right French YouTuber, censors criticism on their subreddit English
21·22 days agoWhat does the “li” after the end of your sentence mean?
Why does everyone seem to regard the em dash as an instant LLM-indicator? Many real people—me included—use them regularly. Yes, LLMs use them—perhaps too much—but many so-called “AI-tells” come from training data—real text written by real people.
Because they used the ϟ rune twice. When used like that, it only has one meaning.
- I’ve heard good things about CUPS for printing, not sure about the wd drive app & msi dragon center.
- Not really, with exceptions:
- Appimages are a Linux equivalent of Windows’ EXE files. Everything the program requires to run is contained in a single file, which can be run anywhere.
- Statically linked applications, for example, a lot of software written in Rust & Go, also include everything needed to run, but in a different, more compact way.
- Not what you want or mean, but source-based distributions, like Gentoo do not distribute ready-to-run software*, but rather scripts/instructions for building for source in an automatic manner. This decouples the file you get from your distribution from the required library versions somewhat, in a way, increasing backwards compatibility a bit.
- You can, although you should use the system’s package manager, if possible.
You can just download an appimage or a statically linked executable and give it the executable permission (
chmod +x <path-to-program>) and run the file. - First, beware that Wine is malware compatible! Wine — upon which Valve’s Proton is based — can be used to run Windows programs & games on Linux (and MacOS). Alternatively, you can use umu-launcher to launch non-steam programs with Proton. If you encounter problems with Wine, you could try looking into the Lutris launcher, winetricks & the winedb website.
- You ask multiple things here: 5.1. Flag emojis: Yes, so long as you have fonts with them installed. (They probably are on Ubuntu) Flag emojis are interesting that they’re just 2 special characters, representing a country code. If you have a font that specifies a flag for a country with the code “FR”, you get support for the French flag emoji. There is also nothing stopping a font from including flag emojis for fictional or historical flags. 5.2 Codecs: Yup, HEVC (H.265) and others are supported at no cost. FFmpeg supports it, so you can transcode video on Linux. Just be aware of the quality loss from lossy->lossy conversion.
- Yes, Wine works offline.
- See points 2 & 3. Also, if you have a package file (.deb for Debian-based distributions like Ubuntu), you can use the package manager to install it. Well, so long as you have its dependencies either installed or as package files stored offline. You can also run a repository offline, but that’s probably not really useful to you. Be aware that you should assume package files to be distro-specific, unless otherwise specified. (A .deb file without dependencies could run on both Debian & Ubuntu. If I remember, EndeavourOS uses Arch’s repositories, so it should be compatible with Arch.)
- Yes, Wine can run .bat files. Wine contains a terminal program (windecmd or winecommand I think), which works like a windows command prompt window.
*With exceptions
If you have other questions or if anything remains unclear, ask away!
Hyprland, trying to go back to sway.
ferric_carcinization@lemmy.mlto
Linux@lemmy.ml•Fragnesia: New Linux Privilege Escalation ExploitEnglish
1·2 months agoA microkernel wouldn’t be that useful without a stable module interface, which won’t be coming anytime soon.
I’m not sure what the correct terms are, so I’ll refer to in-app/in-client notifications as internal notifications and mobile-style out-of-app notifications as external notifications.
Based on what people usually refer to with the word “notification” in the context of social applications and messaging services, and your comment, I’m assuming you’re talking about external notifications. If you mean all notifications in general, I’ve misunderstood your point and can ignore the rest of this comment. I do think that internal notifications are useful.
I’m not saying that external notifications are useless, but rather that I don’t feel that they’re as important as you seem to make it out to be.
Also, even if your Lemmy client doesn’t support external notifications, Lemmy supports RSS, which you can subscribe to with a different application.
It should probably facilitate discussions then
Discussions do not have to be between only two people, others can continue where someone else left off.
People often need to continue conversations to clarify information & elaborate…
This is true, but it doesn’t require notifications outside of the client. For example, I noticed your reply as Lemmy’s web UI showed that I had an unread message.
I don’t mind continuing a discussion over multiple days, though I’m not sure if this applies to everyone.
Shades of Mastodon users justifying suicidal design choices that were later rolled back here.
Could you elaborate? I don’t use Mastodon, as I don’t see the value in “micro-blogging” and prefer to follow topics rather than people.
As for the rest of your comment, I too disagree with blocking VPNs & Tor to fix their CSAM problem, but I don’t see how that is relevant to this discussion? Though I do not mind if you want to discuss that instead.
Notifications are actually very important for people who treat platforms interchangeably.
How so? At least, I don’t think that they’re important to Lemmy, as it’s not about real-time person-to-person communication, but rather discussion about topics.

Does Ventoy still have a blob problem?