

Another great option is Yourls. I’ve been using it for years and it’s been fabulous
Another great option is Yourls. I’ve been using it for years and it’s been fabulous
Check out OliveTin. I use it in a similar fashion to track when I take my daily meds and for other personal health tracking.
It’s a simple webapp that fires off shell scripts on your server. I store my data as CSV, but you can tailor the scripts to store and retrieve/present your data however you’d like.
Edit 2: adding that I host this on a Raspberry pi zero w. It’s ultra cheap. It’s only accessible on my lan by choice. I use a wireguard tunnel on my stupid cheap (~$1.50/month) vps to access it remotely.
Edit 1: fix link formatting
I don’t have it in github or anything but if you want to see it I can share it here.
Agree. Firefox is still the best browser option. I don’t believe they intended to fuck the users. This is more Hanlon’s Razon. “Don’t attribute to malice what is easily explained by incompetence.”
As Rossman said, the gravy train of Google money has made mozilla complacent and in many ways incompetent.
Nice! I wrote one in bash to do the same. I knew of the *arrs but did it myself for the learning process
Also been using namecheap for years with no complaints. Boring and dependable.
I love mealie as well. My wife and I keep all our recipes in mealie.
I’ve been working on some bash scripts to help manage my media files. I’ve been slowly working on learning more bash and I’m pretty pleased with my progress. After I finish this bash book I’m reading (can’t remember the title atm), I think I’m gonna jump into awk.
PurelyMail is what I use. It’s been great so far. I’ve been using it for over a year for this exact use case.
Agree. It’s a windowing behaviour I’ve hated forever. Before jumping to linux I used macOS for a long time and the only thing that made it tolerable was a toolbar app that let me create custom keybindings for splitting windows. When inwent Linux I went gnome initially as it gave pretty close to the same functionality built in with super+arrow keys, but there is some stuff about GNOME that just does not work for me. So for me, Hyprland is great
My preference is the opposite of yours. I just recently set up Hyprland and I love it for the focus on keyboard and the ease of customizing the keybinds.
The other thing I love is the tiling. I almost always have two windows side by side and in every other DE I’ve used (haven’t used cosmic), I always had to faff about to get my windows half and half or into the quarters. So pair that with the keyboard focus and hyprland is the winner for me.
I’ve a nightly cronjob that runs backup using rsync for my local, and an external HDD that I stash in my work locker that I bring home once a week or so to connect to the server, run a backup script (more rsync), then take it back to work. It’s not super sophisticated, but it works, and I have tested and restored from both the local and offsite backups.
Agree. Make it as easy to read as possible. I learned this particularly after I had written a script that had a lot of nesting. It worked initially, but not for long and when I went back to debug I was like, “What the fuck was I thinking here?”
I ended up completely rewriting it to minimize the nesting and make it much more efficient and readable
That’s fantastic. I’m not using it that deeply yet. I do have other scripts for managing my media files and adding them to my server as I rip music and DVDs. I also am loving learning it and using it.
Thank you!
Oh goodness, this looks incredibly useful. Thank you!
Thank you! I always worry with a one liner that I’ll fuck something up in a bad way. In a script it helps me think about the process since it’s more visually structured, and for me it’s easier to test.
Absolutely. I love it.
Of course! Feel free!! And thank you!
Totally fair.