QOTD: How do you listen to your music?
Iâll start. I have a meticulously organized FLAC library stored locally on my laptop and played with cmus. Everything is manual but I have a collection of home-grown shell scripts that help me maintain folder structure, manage metadata, calculate information about the recording like dynamic range and spectrograms, and do transformations like cue splitting. Once an album has been processed, it goes into the music folder on my laptop with a duplicate copy stored on my server.
I have been thinking about letting beets do all of that boring stuff, but Iâm not sure I can trust it to do it right. I also really want some kind of (self hosted) algorithm to pick songs for me. As it is, I canât just shuffle my library or even genres because there are a lot of songs that donât go well together as well as songs I just donât like. I havenât found anything that can do that.
Anyway, Iâm curious to see how you guys do it.
@prologic@twtxt.net He didnât like LibreOffice Writer? Is he used to Microsoft Word or Apple Pages? Iâve had success getting non-technical Office refugees on LibreOffice, specifically Writer. Most people donât need any fancy features and most things are located close enough to their counterparts on Word.
I show them how to export their documents as PDF before they share them with others and I use the (somewhat) immutability of PDFs and their portability (bundled fonts, rigid formatting, etc) to sell it. Those are two real benefits, but the main reason is that I donât trust other software to handle ODTs and I donât trust LibreOffice to write DOCXes. Although, I donât know if I really need to be worried about either of them with basic documents. Itâs probably worth investigating.
@prologic@twtxt.net Nice. I hope he likes it.
@prologic@twtxt.net What does he use now?
@sorenpeter@darch.dk Done
@bender@anthony.buc.ci Check out https://darch.dk/timeline/, itâs an honest-to-goodness Yarn-like Web UI. Very impressive, @darch@neotxt.dk. Do you want it listed on groovy-twtxt?
@prologic@twtxt.net Youâre right, but theyâre not going to stop until people vote with their wallets.
@bender@twtxt.net Iâm not suggesting that people should use an old Windows version to avoid this. Iâm saying that Windows in general should be considered a legacy operating system, and continued usage will only make you subject to more of this tracking and unnecessary garbage.
In other words, the situation will never improve. It will only get worse from here, so you might as well get out now while there are still plenty of life boats. Otherwise, when they do something thatâs really over the line, you either have to go along with it or dive right into the cold ocean.
Windows is only kept alive at this point by a lack of knowledge about the alternatives, apathy, fear, and some enterprise software and games with support in Wine improving by the day.
@prologic@twtxt.net Only if you stick with legacy operating systems
Cutting edge server monitoring from McKinley Labs: Detect when the heavy compute task on my server is done and play a sound on my laptop
ssh server 'while true; do test $(</proc/loadavg cut -d . -f 1) -lt 10 && break; sleep 10; done' && qmpv sound.opus
@bender@twtxt.net I also use the Discover tab and I do wish I could mute some of them that only post in Portugese. I just didnât know they were on Mastodon.
Ah, the Ciberlandia people are on a Mastodon bridge. I thought we got rid of that.
@@villares@ciberlandia.pt Sounds like a great use for Monero: https://www.getmonero.org/
@movq@www.uninformativ.de Paper shopping lists are much better than phones. They donât turn off every 30 seconds so you have to push a button and type in a code.
@xuu@txt.sour.is Nice. Iâve been thinking of doing something similar for my website so I can host more services at mckinley.cc.
@prologic@twtxt.net Usable? Impressive. You can fit a lot of ISOs in 22 TB. Are you doing ZFS?
@prologic@twtxt.net I looked up BurmillaOS and this is definitely one for my thread about unique Linux distributions. Very interesting.
Everything in BurmillaOS is a Docker container. We accomplish this by launching two instances of Docker. One is what we call System Docker and is the first process on the system. All other system services, like ntpd, syslog, and console, are running in Docker containers. System Docker replaces traditional init systems like systemd and is used to launch additional system services.
@eapl.me@eapl.me @movq@www.uninformativ.de I have an E1505 in my box of laptops and its keyboard is pretty great, especially by modern standards. Iâd say itâs almost on par with that of a contemporary ThinkPad (T43).
@xuu Wow. txt.sour.is has IPv6, so are you hosting it on one of those VMs or is it a reverse proxy back home?
curl | sh
. It's easy to miss the problem if you're still in the mindset of Windows software distribution, but these people are writing software on GNU/Linux, for GNU/Linux. You would think they'd realize that this is never a good idea.
@movq@www.uninformativ.de Maybe itâs just a cargo cult thing (pun intended) because itâs somehow an accepted way to install a piece of software.
@quark@ferengi.one Maybe 1.8 is a bit excessive. Iâll give 1.5 a try. Thanks!
Thank you @lyse@lyse.isobeef.org, that means a lot. :)
curl | sh
. It's easy to miss the problem if you're still in the mindset of Windows software distribution, but these people are writing software on GNU/Linux, for GNU/Linux. You would think they'd realize that this is never a good idea.
@movq@www.uninformativ.de Itâs possible for a Web server to detect whether or not youâre piping the output into a shell and change its output based on that, which makes curl | sh
so much worse in my opinion.
@bender@twtxt.net Thatâs fair and I understand if you donât want to click through to another website just to get my thoughts on WYSIWYG website builders. However, my website is much better than a WYSIWYG one. It has absolutely no JavaScript or tracking (not even Web server access logs) and it will work on just about any browser that wonât die the moment it sees XHTML.
If Iâm putting a lot of effort into a piece of writing, Iâd rather have it on my website that I control rather than someone elseâs. No offense @prologic@twtxt.net :)
@prologic@twtxt.net Wow. I didnât know the Mills DC was that serious. How much storage do you have and how is it set up?
@stigatle@yarn.stigatle.no What kind of hashrate are you getting on that thing?
QOTD: What do you host on your home server? How do you host it? Are you using containers? VMs? Did you install any management interface or do you just SSH in? What OS does it run?
Mine runs Arch (btw) and hosts a handful of things using Docker. Adguard Home, http://mckinley2nxomherwpsff5w37zrl6fqetvlfayk2qjnenifxmw5i4wyd.onion/, a Monero node, and some others. NFS, Flexo, and Wireguard (peer and bounce server in my personal network) are outside Docker. I have a hotkey in my window manager that spawns a terminal on my server using SSH. It makes things very easy and I highly recommend it.
I am thinking about replacing Docker with Podman because the Common Wisdom seems to say itâs better. I donât really know if it is or isnât.
Also, how much of your personal infrastructure is on IPv6? I think all the software I use supports both, but Iâve mostly been using IPv4 because itâs easier to remember the addresses. Iâve been working for the last couple days on making it IPv6-only.
@bender@twtxt.net I donât mind the character limit. If I hit it and I still have more to say, itâs a good reminder that I should probably write a note instead. I like to POSSE anything that might have value outside of the current conversation.
I canât believe software developers are still trying to get people to do curl | sh
. Itâs easy to miss the problem if youâre still in the mindset of Windows software distribution, but these people are writing software on GNU/Linux, for GNU/Linux. You would think theyâd realize that this is never a good idea.
@bender@twtxt.net Solo mining at 450 Gh/s, itâs a 1 in 8,765,713 chance per day of mining a block, so it would take roughly 24,000 years on average. Think of it like playing the lottery. It sounds kind of fun to me.
@stigatle@yarn.stigatle.no Neat. Are you going to try your luck solo mining?
@movq@www.uninformativ.de I think Browsh is fairly new but it doesnât really count as itâs just a frontend for Firefox. I havenât heard of any new, real, text-based browsers.
@shreyan@twtxt.net Yes. It uses the FreeBSD core tools. https://chimera-linux.org/about/#alternative-userland
@movq@www.uninformativ.de Thereâs nothing wrong with that. I just do it because I like well-defined standards and as a sort of protest against the âLiving Standardsâ. I also take care to make my website look reasonable even when CSS isnât available, especially in terminal browsers.
@movq@www.uninformativ.de That makes a lot of sense. I agree itâs probably a better use of time to maintain a nice, simple website.
@movq@www.uninformativ.de Thatâs an excellent point, I never thought about it that way before. I have always tried to be very conservative with the CSS on my website and my class names mostly reflect what they are.
Actually, Iâve had a new part of my website almost completed for a while, but Iâm hung up on it because flex boxes are pretty much required to do what I want with the home page. My stylesheet has always been valid CSS 2 and Iâm not sure I want to ruin that.
@movq@www.uninformativ.de What happened to your Gopher server?
There isnât anything too far out of the ordinary there, but I like the idea of Chimera Linux. Itâs a new independent distribution, free of legacy cruft, aiming to create a simple yet practical modern desktop system. Interestingly, it uses Dinit rather than Systemd or OpenRC.
There are also a small handful of what I call âmicro-distributionsâ like Static Linux, KISS Linux, and Oasis Linux which aim to create the simplest possible desktop Linux system while still having a usable package system. Some might (justifiably) call them toy distros, but I think theyâre neat.
@prologic@twtxt.net How could I forget? :)
QOTD: What are some (GNU/|)Linux distributions that think outside the box? Iâll start.
- Bedrock Linux - A âmeta distributionâ that uses black magic to install packages from any distribution you can think of
- GoboLinux - A distribution that uses black magic to eradicate the standard filesystem hierarchy and give each package its own directory tree, e.g.
/Programs/GCC/9.2.0
. Itâs been around for a whopping 21 years.
There are also the well-known ones like NixOS, Qubes, and even Gentoo but I donât see those two mentioned very often.
@movq@www.uninformativ.de Agreed.
Whoops, I started a thread when I meant to reply to the other one. I donât think Iâve ever done that before.
How does Gitea store repositories? Are they just bare Git repositories on the filesystem that can be cloned separately? Also, how does it handle the upstream force-pushing an empty repository? Will that destroy your archive?
@prologic@twtxt.net Iâve thought about that, but it seems awfully inefficient to host a full code forge with a Web interface just to mirror some Git repositories.
QOTD: Do you keep a personal archive of Git repositories? If so, how? My backup system is a poorly written, inefficient shell script that I run manually when I think about it and Iâd like to do something about that. The Yuzu and Citra emulators were taken down recently and I have a ~3 day old backup of Yuzuâs repository but nothing for Citra.
@prologic@twtxt.net So, youâre automatically downloading videos by a select few YouTube channels and putting them into Plex? Interesting. When do you think your kids will figure out how to get around your block? :)
I agree with @sorenpeter@darch.dk. WebFinger and WebMentions are very much in the spirit of Twtxt and both of them are already in use. If weâre going to do much more than that, we should probably just use Nostr instead.
@lyse@lyse.isobeef.org The thing that really unlocked jq for me was learning how to get a TSV output. That was a complete game changer, because it meant I could easily use it in a shell pipeline. I found it to be better than gron for that purpose. Just make an array for each item containing all the values you need and pipe it to the filter @tsv
.
$ # Search YouTube using the Invidious API for "never gonna give you up" and write the results to out.json
$ curl -sGL -A 'Mozilla/5.0 (Linux; x86_64) Ladybird/1.0' -o out.json --data-urlencode 'q=never gonna give you up' 'https://farside.link/invidious/api/v1/search'
$ jq -r '.[] | select(.type == "video") | [ .title, .author, .authorVerified, .videoId ] | @tsv' out.json
Rick Astley - Never Gonna Give You Up (Official Music Video) Rick Astley true dQw4w9WgXcQ
Rick Astley - Never Gonna Give You Up [Lyrics] GlyphoricVibes true QdezFxHfatw
InsurAAAnce & Rick Astley Never Gonna Give You Up CSAA Insurance Group, a AAA Insurer true GtL1huin9EE
[...]
-
for list items constantly when reading YAML files. I'll get confused because I think I'm not in a list or I'm in the previous list item, then I have to go back. List items are all on the same indentation column and one tiny character is the only thing defining a new one. I don't know if others have this problem.
@lyse@lyse.isobeef.org Blank lines help a lot.
grep
-able version, that's very neat. Interesting choice of aligning the colons at the values and not the keys, I think I never came across this.
@lyse@lyse.isobeef.org gron does something very similar with JSON. I used to use it more, but these days I just reach for jq instead.
@lyse@lyse.isobeef.org Regarding YAMLâs readability, I miss the -
for list items constantly when reading YAML files. Iâll get confused because I think Iâm not in a list or Iâm in the previous list item, then I have to go back. List items are all on the same indentation column and one tiny character is the only thing defining a new one. I donât know if others have this problem.