superkret

joined 2 months ago
[–] superkret@feddit.org 3 points 11 hours ago (4 children)

Just wait till you hear how we pronounce "Chicago".

[–] superkret@feddit.org 1 points 14 hours ago

That is exactly the reason why I like the text interface so much. It makes you think about what you want to do next.

In a graphical environment, there are lots of hints right in front of you what you could do next (made even worse in other OSs that use pop-ups).

In a text environment, unless you actively do something, all you get is a blinking cursor.

It increases my productivity and reduces time wasted on the computer, not because it is a bit faster, but because I don't get distracted.

[–] superkret@feddit.org 35 points 14 hours ago
  1. It's pretty obviously a casting-couch-type picture.
[–] superkret@feddit.org 113 points 15 hours ago* (last edited 15 hours ago) (14 children)
  1. How is gender and race at all relevant for this joke?
  2. How is that picture appropriate for a professional networking site?
  3. Also, what did the dude google to find that picture?
[–] superkret@feddit.org 1 points 19 hours ago (1 children)

And it actually lets me set up multiple IMAP/SMTP accounts without sacrificing a chicken to the Unix Philosophers.

[–] superkret@feddit.org 5 points 19 hours ago* (last edited 12 hours ago)

Sometimes the worst possible option is also the only possible option.

But disemboweling each other's working class is never a good way to come to a common decision between countries.

[–] superkret@feddit.org 2 points 19 hours ago

The standard frontend doesn't let you log in without JS, but on old.feddit.org it works.
Same with the other instances I tested.

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

DuckDuckGo doesn't ;)

By the way, in my browser, the title of this post shows up as

Google now requires Javascript in c/mildlyinfuriating

which shocked me a little.

[–] superkret@feddit.org 9 points 1 day ago

This author has big Dr. Strangelove energy.
He can't seem to wait for another big war to start.

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

It's scary how even during 2 horrible wars, people still can't accept the simple truth that war is always the worst possible option.

[–] superkret@feddit.org 5 points 1 day ago

So? I'll take some characters that aren't 100% correct, if I can read 4x as many books that way.

 

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.

 
 
 
#!/usr/bin/env bash
echo -e '\nReading the news...\n'
        yay -Pw
echo -e '\nUpdating...\n'
        sudo pacman -Syu
echo -e '\nLooking for orphaned packages...\n'
        yay -Qtd
echo -e '\nLooking for obsolete packages...\n'
        url='https://aur.archlinux.org/rpc?v=5&'
        pacman -Qmq | sort >| /tmp/pkgs
        curl -s "${url}type=info$(printf '&arg[]=%s' $(cat /tmp/pkgs))" \
                | jq -r '.results[]|.Name' | sort | comm -13 - /tmp/pkgs
echo -e '\nLooking for changed config files...\n'
        sudo find /etc -name *.pac*
echo -e '\nDone.\n'
 

I wonder what "limited lifetime warranty" means.

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.

204
submitted 1 month ago* (last edited 1 month 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 ›