

Technically it doesn’t fuck up the AI training; it just sidesteps it (still good and definitely easier)


Technically it doesn’t fuck up the AI training; it just sidesteps it (still good and definitely easier)
If you decide to try Linux again, ask for help here and/or the support forum for your chosen distro instead of an AI. They tend to hallucinate and come up with overly complex or impossible solutions sometimes.
Xfce, specifically because I like the Chicago95 theme.
Nice job! I’ve done a handful of these migrations myself. My journey has looked very similar.


Fireship was mentioned in this YouTube video by GEN at about 11:02.


This is probably a stupid/naive question, but why doesn’t the bot do that in the first place?


some kinda hard drive bay that allows for multiple hard drives to be slotted into and connected (is that a NAS?)?
Although I haven’t ever used one, I think you’re kind of describing a “DAS” (Direct-attached storage)
I recently ran into the same issue as you and ended up ditching the laptop entirely and installed NixOS onto a TerraMaster NAS.


I don’t know much about Waveshare, and I’ve never heard of Inkbox, but I personally have used the light faux wood TRMNL (they also have a darker one)


The best part of TRMNL is that the hardware and firmware are open source, and you can even build one out of Waveshare parts. They have an open source example implementation for a server as well.
I haven’t looked into Paperless much, but what does your workflow look like exactly with regards to the emailing part?
I’ve been running NixOS on a T430 from 2012 as my daily driver for over a year now and it’s been the most fun I’ve had with a computer in a long time. The first couple weeks was a hell of a learning curve (because of Nix) but so worth it!
What do you mean by RSS being “multiple streams”? How does your Python script search multiple places?
RSS combines multiple feeds into one, like this: https://feed.lovergne.dev/demo/
I heard about Njalla via this Lemmy comment but I haven’t tried them myself:
Run by Gottfrid Svartholm Warg of The Pirate Bay who has already served two prison sentences for acting on his beliefs around personal freedom and intellectual property.
If you try it report back lol


All they wanna do is east your brains. They’re not unreasonable; I mean no one’s gonna eat your eyes.


Are you interested in hosting this for people you already know and trust, like friends and neighbors, or am I misunderstanding your use case?
I’ve never tried it myself, but maybe see if Snipe-IT would work for your needs?
From their docs intro:
Snipe-IT was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on - although we’ve definitely seen folks using for non-IT asset tracking as well. Oil rigs, theater equipment, even human body parts! (We didn’t ask too many questions about that last one.)
Unfortunately it doesn’t support OIDC.
There’s also the Koha library management system which does support OIDC.
I’ve never written any Visual Basic (A or otherwise) but I was under the impression that VBA was just for extending functionality of existing Microsoft Office applications, no?
Which of these are you interested in using?
I currently push to a private GitHub repository (planning on moving to a self-hosted Forgejo instance soon).
Although making my nix configuration public would be safe anyway since I use sops-nix which encrypts all my passwords in the repo using a key derived from my SSH key. During nixos-rebuild it decrypts them and puts them each in their own text file at /run/secrets, with permissions set so you need sudo to view them. (The permissions can be tweaked as needed)
It was a pain in the neck to get started with initially (like NixOS itself), but it was very much worth it. (Basically a necessity since putting secrets even in a private repo is considered bad practice)


I got it working, thanks! I think I found a minor bug though. I could only get the --template flag to work when the file is in the current working directory. Subdirectories and absolute directories didn’t work. I worked around this by simply cding into where my template was stored before running tinyfeed.
Even tinyfeed -i feeds.txt -o index.html -t ./template.html (with ./) results in:
fail to output HTML: fail to render HTML template: template: "./template.html" is an incomplete or empty template


Check the demo: https://feed.lovergne.dev/demo
It links out to the source webpage, so this might not be what you’re looking for.
Although this might inspire me to build a single page app generator using Astro that does that.
I don’t think the audio challenge trains AI since it only plays a single clip. The visual challenge works because it mixes in answers it knows (to confirm you’re a human) with answers it doesn’t know (to train the AI)
My theory is that the audio challenge is purely for verification and they’re okay with it not doing any training since a small minority of users will opt for it anyway.