To be fair, your “SUUUPER stable” is another person’s “not really going anywhere”…
Ephera
- 2 Posts
- 44 Comments
Ephera@lemmy.mlto
Linux@lemmy.ml•Friendly tiling setup for a laptop? (tiling window manager?)English
2·5 days agoYeah, I also recommend this. Particularly with laptops, it’s good to have a full-fledged desktop environment, since you’re more likely to need WiFi, power management, easy display configuration etc…
Ah, that was a brainfart. I do use
pkillprimarily. I just use the other command, when I’m not sure what the process is called…
Yeah, I especially don’t understand it here, because it’s a graphical tool. You don’t have to keep backwards compatibility.
Even if you’re worried about people depending on the format that’s being piped, you could keep only the piped format stable. We have the technology.
Yeah, I would often just grab
htopbecause I had no idea how to read the CPU usage out oftop.
For example, for me it says:%Cpu(s): 0,4 us, 0,4 sy, 0,0 ni, 98,8 id, 0,0 wa, 0,3 hi, 0,0 si, 0,0 stNow that I look at it, I can guess that
usandsyare supposed to beuserandsystemtime. And I guessidis supposed to beidle.
I have no guess what the other numbers might be, though. And well, I would often like to see the CPU usage per core.
Now I know that I can just press1tand get effectively the same view as inhtop.I might learn
top’s filtering workflow, too. But so far, I always killed processes withps -ef | grep <process-name>and thenkill <pid>, which isn’t particularly more cumbersome, so will see…
Believe what you want, but Drew DeVault has more of a reputation than FUTO.
Typically, touchpad gestures (particularly multi-touch gestures) will work better on Wayland, because it has
libinput.
Ephera@lemmy.mlto
Technology@lemmy.ml•I Tried Every Todo App and Ended Up With a .txt FileEnglish
1·3 months agoI split my notes/todos into multiple files, but I wrote a small program which basically just creates a file with a randomized name in a flat directory and then opens it in my default editor.
I just want to be able to start typing right away without worrying where to put the note or what to title it or whatever. Like, I will put a title on it and include some keywords to help me find things again, but I can do that later when I don’t need to noting things down…
Ephera@lemmy.mlto
Selfhosted@lemmy.world•Leaving GitHub. Seeking ethical music server alternatives.English
5·3 months agoI believe, Icecast ticks at least some of your criteria. It’s been around since forever, so it’s probably the most stable option and even a Pi1 is likely overkill for it. No idea how it holds up in terms of UI, app and Docker, though.
They do have a mirror on GitHub, but the main repo is on a self-hosted GitLab.
Ephera@lemmy.mlto
Selfhosted@lemmy.world•Leaving GitHub. Seeking ethical music server alternatives.English
1·3 months agoYou’d have to rewrite the Git history to pseudonomize the author, which yes, is pretty bad, but I don’t see why you’d need to remove the code, unless they genuinely checked in their home address or such.
Ephera@lemmy.mlto
Linux@lemmy.ml•Dotfiles feel too intimate and personal to shareEnglish
1·3 months agoYeah, I’ve been using scripts to set only the parts I actually want to modify, which is already a pretty good step for reducing the amount of information and knowing what you publish without having to review the dotfiles when you back up your latest configuration changes.
But even with that, there’s some info I do not particularly want public.
Like, it starts with the name of my user account showing up in places. On my personal device, I just call it “main” to sidestep this whole problem, but if I want to use those scripts on my work laptop, well, the user name there is a shorthand of my real name, which I do not want to publish.But there’s also lots of things in between.
Like, I make music as a hobby, which isn’t really something I care to announce to the world, but decided I don’t mind the world knowing either.
On the other hand, I decided against sticking my RSS feeds into there for now, because I want to be able to add any RSS feed without having to think about whether I want that particular interest public.
Ephera@lemmy.mlto
Linux@lemmy.ml•Useful CLI tools like ffmpeg, ani-cli, yazi, etc.?English
51·4 months agoGit: lazygit
Docker management : lazydockerWell, seeing them in the list like that rubs me the wrong way. 😅
Both of those come with a CLI, called
gitanddockerrespectively, which is the official way of using them. These CLIs might not be particularly sexy, depending on who you ask, but they’re decent enough and worth learning, even if you go thelazy*route, since online resources all just explain the official CLIs and you might find yourself one day administering remote systems where you can’t install additional software…
Ephera@lemmy.mlto
Linux@lemmy.ml•How to make custom appearance settings apply to all users?English
1·4 months agoFor Firefox, I believe the way you’d usually want to do this is with Policies: https://support.mozilla.org/en-US/kb/enforcing-policies-firefox-enterprise
Side-note: Mozilla is shutting down Pocket, so you might not need to adjust that config.
I’m not sure, how they handle disabling it in browsers, but given that the backend has already been turned off, presumably they would disable it even on ESR with some update…
Sure, I guess, if you’ve got a distro installed on your PC and use the distro-provided packages to install the Rust compiler, then you can’t be subject to such certificate MitM attacks.
Your comment sounded like you were primarily concerned about the shell script piping rather it just being a program which can be downloaded without going through distro packages.
You’re using that to download a program. If they can MitM the shell script, they can just as well MitM the program that you’ll run right after the download…
Ephera@lemmy.mlto
Selfhosted@lemmy.world•KDE Plasma Bigscreen (Android TV alternative) is back from deadEnglish
10·4 months agoIt’s a Linux concept. Basically, imagine you could have a Windows 11 PC with the Windows XP GUI or with the macOS GUI. In Linux, these kinds of different GUIs are just desktop environments, which you can install as you see fit.
Conversely, you can also have an OS without a desktop environment, which is basically what’s used on Linux server PCs.
Ephera@lemmy.mlto
Open Source@lemmy.ml•Codidact - Open-Source Stackoverflow alternative.English
10·4 months agoYeah, Lemmy is actually a decent software for this use-case…
KDE Discover and GNOME Software can install from FlatHub (or other Flatpak repos, if you add those).
Ephera@lemmy.mlto
Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish
4·4 months agoYeah, you understood my comment entirely the wrong way around. When I say “dotfiles”, I mean the non-Nix way of managing application configurations. Nix Home-Manager happens to write to these dotfiles, but that means I don’t have to deal with the dotfiles myself.
Copy Link to Highlight is my favorite addition.