superkret

joined 4 months ago
[–] superkret@feddit.org 3 points 3 hours ago* (last edited 3 hours ago)

Probably the number one cause of borked Linux systems - trying to "de-bloat".

[–] superkret@feddit.org 5 points 3 hours ago (1 children)

If the servers can only handle a certain number of players, then they should only sell a certain number of licenses for the game.
Then, when concurrent player numbers drop over time, they can release more.

But no, they'll happily take the money from everyone on launch even though their servers can't handle the load.

[–] superkret@feddit.org 4 points 1 day ago (1 children)

But anon wants someone else to cook the pasta.

[–] superkret@feddit.org 0 points 1 day ago (1 children)

No, they aren't to blame, but it makes "light" distros pointless.

[–] superkret@feddit.org 2 points 1 day ago (1 children)

That's why it's 3.
Bread, cream and eggs.

[–] superkret@feddit.org 11 points 1 day ago (3 children)

When a dish with 3 ingredients is missing one ingredient, it's not the same dish.

[–] superkret@feddit.org -2 points 2 days ago

"bloat" is just short for "your computer sucks".
Dump your peasant tier shit and go fill up that 42U rack.

[–] superkret@feddit.org 16 points 2 days ago (1 children)

It's good for speech to text, translation and a starting point for a "tip-of-my-tongue" search where the search term is what you're actually missing.

[–] superkret@feddit.org 4 points 2 days ago* (last edited 2 days ago) (1 children)

JavaScript makes browsers like Links borderline unusable

Not my experience. Links just makes borderline unusable websites completely unusable.

[–] superkret@feddit.org 6 points 3 days ago

right. This is Weston (same distro):

[–] superkret@feddit.org 1 points 3 days ago

Arch, cause I set it up to my liking once out of curiosity when I was procrastinating, wrote a script that automates https://wiki.archlinux.org/title/System_maintenance and now am too lazy to switch to something else.
Especially since maintenance involves typing Update.sh once a week or so, and nothing else.

810
submitted 5 days ago* (last edited 4 days ago) by superkret@feddit.org to c/linux@lemmy.ml
 

What's the easiest way to make external USB drives automount, without adding them to fstab? It should just work even if someone else hands me their flash drive.
I'm running sway on Arch if that matters.

 

It started as a stupid project cause I was bored. How much can you actually do without a windowing environment?
After finding out how to post to lemmy from a TTY, I realized that I can do most things I do daily using text.
Browsing the web in links, which opens all sorts of files in the corresponding programs if configured correctly.
Opening images in fbi, PDFs in fbpdf, listening to music in cmus, watching movies in mplayer, using e-mail in alpine, creating documents in vim and latex, ...
The only thing that still requires a GUI is image editing and a few websites I need that don't work without JavaScript.
And it's actually really nice...more focused, without loading times, animations, popups, ads, or other distractions, and everything is scriptable.

Anyway, sorry for the blog post.

 
 
34
Flatpak on Slackware (alien.slackbook.org)
 

shared from: https://feddit.org/post/1848262

I like the Slackware approach of installing the kitchen sink by default. Disk space is cheap.
But I find that the cluttering of the menus in KDE is a bit annoying. I use search to start my applications, and a lot of the time I have to type almost the full program name to get to the app I actually use.
What's the easiest way to hide a large number of programs from the menus, which is also easily reversible?

My first idea was renaming the .desktop files in /usr/share/applications to .hidden
But they seem to be recreated automatically.

Another idea was to copy .desktop files from /usr/share/applications to ~/.local/share/applications and then do:
printf "\nHidden=True" | tee -a ~/.local/share/applications/*.desktop

But I tried to add this manually with one test file and it didn't seem to have any effect.
Is there a config file somewhere that specifies in which paths .desktop files are parsed?

Or is there a better way?

Thanks a lot, and happy slacking!

[Solved] Slackware comes with kmenuedit which can be accessed by right-clicking the app menu.

201
submitted 3 months ago* (last edited 3 months ago) by superkret@feddit.org to c/linux@lemmy.ml
 

Blog post alert

Let me start off by saying: If you just want to have a working system to do your thing with minimal effort, Slackware isn't for you (anymore).

Running Slackware today is like being gifted a Ford Model T by a weird, bearded museum curator, and then finding out that after some minor modifications and learning how to drive it, you can keep up with any modern car on the road. Only it has no ABS, AC, power steering, starter motor, crumple zones, airbags or seatbelts.

Most people who still run it (by any realistic estimate, fewer than 10000 people in the world now) have been running it since the 90's and follow the advice not to change a running system to the letter. So why should anyone who hasn't studied CompSci in Berkeley in the 90's try it today?

First of all, the most widely known criticism (it has no dependency resolution) is a bit of a misunderstanding. Slackware is different. The recommended installation method is a full installation, which means you install everything in the repository up front. That way, all dependencies are already resolved. And you have a system you can use equally well on a desktop or server. It uses 20GB but disk space is essentially free now.

What if you need something that isn't in the repo? Well, do whatever the fuck you want. Use Slackbuilds, which aren't officially supported but endorsed by Slackware's dev. Use Sbopkg, a helper script with dependency resolution very much like Arch's AUR helpers. Use the repos of sister distros like SalixOS that include dependency resolution. Install RPM packages. Install Flatpaks. Unpack tarballs wherever you want them. Go the old school way of compiling from source and administering your own system yourself. Slackware doesn't get in the way of whatever you want to do, cause there's nothing there to get in the way.

It's the most KISS distro that exists. It's the most stable one, too. Any distro-specific knowledge you acquire will stay valid for decades cause the distro hardly ever changes. It's also the closest to "Vanilla Linux" you can get. Cause there really isn't anything there except for patched, stable upstream software and a couple of bash scripts.

Just be mindful of the fact that Slackware is different (because the Linux ecosystem as a whole has moved on from its roots).
One example:
Up-to-date Slackware documentation isn't on Google, it's in text files written by the guy who maintained the distro for 31 years, which come preinstalled with your system. Or on linuxquestions.org, where the same guy posts, asks for input from users, and answers questions regularly.

It's still a competent system, if you have the time and inclination to make it work. And it's a blast from the past, where computing was about collaborating with like-minded freaks on a personal level. And I love that.

view more: next ›