

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 develop open-source code. But that never made me one of the “I hate proprietary software or IT giant corporations” types.
Maybe it should’ve.
I really love moonfly
. It’s mainly a (neo)vim
theme, but has been ported to many other tools.
He must’ve disabled it on purpose as it’s on by default on new repos.
Also, part of the problem is that there’s no proper way to submit issues. The only way to tell the dev about an issue seems to be Discord.
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.
It was just a matter of setting the correct user. In most cases, user: 1000:1000
should fix it.
Hey, that looks awesome. I’ll try it out when I get back from work.
Edit: This is awesome! It satisfies my requirements and goes beyond. Great app!
That’s a pretty good idea, actually. I’ll try that out. Thanks.
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.)