- Joined
- Oct 2, 2016
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Terminal is faster for many scenarios, but obviously not for all. I tend to work between terminal, browser (cloud apps), and a couple of GUI apps. In general, terminal is just easier (if you are used to it).
I guess for someone like Derek, computers peaked in 1988 or something.
It’s not a bad OS either, I’ve been running it for about a month and it’s very good so far.To be fair, Garuda is a pretty cool name
uniform sampler2D tex;
uniform float opacity;
void main() {
vec4 color = texture2D(tex, gl_TexCoord[0].xy);
gl_FragColor = vec4(
vec3(0.2126 * color.r + 0.7152 * color.g + 0.0722 * color.b) * opacity,
color.a * opacity);
}
I don't have an all-in-one solution but here's a few things that will probably be useful. As always, make a backup of the photos before you start. Run jdupes on the files to remove duplicates.Since there's been photo chat in the last few pages, is there any good general purpose image organizer for Linux? I'm specifically looking for something that's able to process very large amounts of images which aren't implied to be coming from a camera (adversarial neural network stuff scraped from the web) and can quickly strip/add tags in bulk as well as remove duplicates. Auto rename would be nice too but I can just script that if needed. Shotwell blows at big imports and seems to have a seizure and fail silently when it runs into exif data it can't identify.
exiftool -ext '*' '-FileName<%f.$FileTypeExtension' -fast2 -e -r <dir>
exiftool -all= -tagsfromfile @ -all:all -unsafe -icc_profile -F -overwrite_original_in_place -fast2 -r <dir>
I'd recommend czkawka (successor to fslint) instead. It's written by an obnoxious rustfag but it works well and can sort out similar images as well.I don't have an all-in-one solution but here's a few things that will probably be useful. As always, make a backup of the photos before you start. Run jdupes on the files to remove duplicates.
I haven’t killed it yet with my ineptitude. That’s a good sign in my book.It’s not a bad OS either, I’ve been running it for about a month and it’s very good so far.
The linux subreddit posters constantly talk about snaps and flatpacks while shit talking the appimage dev. Their response to this is to message the dev to change the permissions on the next build. These people seem to just want new stuff and ease of use and don't care about the implications. Then again thats most redditors.The fucking canceraids of snaps (or even flatpak from what I can see) is awful, and distros pushing it on you is worse. My favorite as someone who takes a lot of pictures is that no image editing or rawfile processing software I've used - let me be clear, NONE of it at all - asks for the 'removable storage' permission, so it can't talk to an SD or XQD card, and none of them have the slightly different sandbox permission to let it access network storage.
This is intensely crippling for anyone trying to do anything photos. And it's default, and the answer is 'ask the package maintainers to redo the package, lol'. Yeah "snaps just work".
Also they basically remove any possibility of hardware acceleration due to their sandboxing, so it's just a non-starter for any image apps.
What's the problem with appimages?The linux subreddit posters constantly talk about snaps and flatpacks while shit talking the appimage dev. These people seem to just want new stuff and ease of use and don't care about the implications. Then again thats most redditors.
No sandboxing and the contained libraries are too old. They also don't like how abrasive the dev is which seems to be something that group of linux users care about. Linux redditors are obsessed with containerization like android 12. Back when docker was becoming popular with enterprise, they were dockerizing desktop applications and even terminal applications.What's the problem with appimages?
As a ROX user I like them since they're just compressed ROX AppDirs.
I installed Arch a few years ago in an effort to learn more about Linux. I've been using it as my daily driver ever since and I have to admit, after spending a bunch of time ricing with i3-gaps and polybar and rofi, I ended up just installing KDE to cut back on all the effort it took to get the functionality I wanted and I haven't looked back
tbh if I ever reinstall from scratch I'll probably just use KDE Manjaro. am I retarded?
Do they still have regular threads where they basically proclaim they wished the day had 25 hours so they could suck red hats' dick an hour more a day? These threads that come out of absolutely nowhere and proclaim love for systemd apropos of nothing are also fucking weird. There's something going on with that subreddit.The linux subreddit posters
Yeah DBus is dogshit (at least in terms of what's actually implemented by any/all linux applications).I use the terminal almost exclusively for just about everything. The problem is also that there aren't many good GUI programs for Linux to begin with but also chaining programs via pipes and scripts and integrating them into whatever shell you use even is very powerful and not something I'd even know how to replicate in a more graphically driven enviroment, especially since GUI programs don't really have scripting interfaces (especially not standardized ones that work across several programs and can communicate via them with each other in simple ways) like some of the better GUI Userlands of the day of old had. (e.g. Amiga's ARexx, your spreadsheet program could draw graphics in your paint program, how cool is that) (Yes there's dbus for interprocess communication but mehhhhh)
Those were the old days of "get the RHCSE cert if you want to learn linux".Do they still have regular threads where they basically proclaim they wished the day had 25 hours so they could suck red hats' dick an hour more a day? These threads that come out of absolutely nowhere and proclaim love for systemd apropos of nothing are also fucking weird. There's something going on with that subreddit.
whatThey were obsessed with popOS for a while because it was like OSX .