

Agree, although I’ve recently replaced the python usecase with Go. Almost as easy to write, but much faster and safer.
Agree, although I’ve recently replaced the python usecase with Go. Almost as easy to write, but much faster and safer.
It’s perfect for daily interactive use, but terrible for scripting. I write almost all my scripts in bash
, the only exceptions being convenience scripts for fish
itself.
My first ever distro was Xubuntu. (I did install Lubuntu before it, but found it too “ugly” so switched to Xubuntu after about 30 mins.)
I was still in high school, around 2014-15. My pc was getting old, and I read online that Linux can make your pc run faster. So, I decided to give it a try. I also read online that Xubuntu (and Lubuntu) is among the lightest of distros, so decided to install that. It was worthwhile, to say the least.
I currently use mostly EndeavourOS and AlmaLinux for my personal machines, depending on the type of the device. I have installed Fedora on my sister’s laptop, and Debian Stable on my parents’ PC, so I have to maintain those as well. Also, I have a few Pi zero2s for various things, so I use PiOS (or whatever it’s called these days) from time to time.
Does it work with ISO files? It’s not clear from the website.
I really like Popsicle. It deserves more love.
I just use lsd --tree
.
I mostly use git
from the cli, but when I want to use a frontend, I use lazygit
. (I just find it easier to use TUI for some things like only committing some of the changed files, squashing, or fixup commits.)
IIRC, earlier there would be a button to upload to imgur whenever you took a screenshot. I guess now you’d need to intentionally enable the feature to see the button.
I really love moonfly
. It’s mainly a (neo)vim
theme, but has been ported to many other tools.
I use a few of them. There’s one to bring back YouTube dislikes, one to translate Lemmy links to my home instance, and another (self written) one to automatically change the YouTube share button to copy which copies the link in s single click.
There are a few more, but these are the most useful ones to me, I guess. I use ViolentMonkey as my script manager.
deleted by creator
Also, I hate the name of the column. The frequent mention of the name “Who, Me?” just takes me out.
That’s a pretty good idea, actually. I’ll try that out. Thanks.
Thanks, I took a look. It’s very close to what I want, but it still doesn’t support uploads in shared directories. It seems to be a pretty highly requested feature though. So maybe it’ll happen at some point.
Storage, RAM, CPU usage. I prefer not to have such a large piece of software running for no reason. It might seem silly, but I hate using resources for no reason. I’ll rather have 5 lightweight apps running instead of a huge one, of which I’ll only use a few parts.
I’m strictly against Nextcloud or something similar. I prefer to run a bunch of lightweight apps, rather than one big one.
I don’t care too much about security, since I’ll delete everything in a few days after copying them to my gallery. Then, I usually share a link with them to an album on my PhotoPrism instance. So, per share password is fine by me.
Yeah, but that’s already possible with my current setup using FileShelter. I’d like them to be able to upload as well.
Well, it’s statically typed, and it’s memory safe. (There can be some race conditions during concurrent execution, but that’s not relevant for simple scripts.)