

I just use the webapp UI and don’t bother with the clients/extensions. Easy enough to just log in, copy/paste from there.
But yeah, the official client (and probably browser extension as well) would probably be forked if/when needed.
I’m beautiful and tough like a diamond…or beef jerky in a ball gown.


I just use the webapp UI and don’t bother with the clients/extensions. Easy enough to just log in, copy/paste from there.
But yeah, the official client (and probably browser extension as well) would probably be forked if/when needed.


Thanks, and yeah, it’s been fun putting that all together. Unfortunately I’m still learning FreeCAD so they’re not as integrated as I’d like yet, but as soon as I have time to hammer out a design, I hope to have all 3 of these and the UPS/power supply in a nice case.
Yep, running/charging it from solar is why I ended up getting that chonky 18650-based UPS board. It’s the only one I could find that could combine 5V input and battery without dropping out (battery kicks in immediately if solar insufficient and draws the difference between input and output and charges and powers simultaneously otherwise).


Thanks!
What are the use cases for taking it with you instead of just connecting to your homelab?
I built it just to see how much I could cram onto a Pi Zero clone/how many self-hosted services I could have on something I can fit on my keychain, and the answer was “a lot”. It’s something of a travel server, travel router, emergency backup server, etc.
I mainly just wanted a subset of my homelab services available in something I could take with me anywhere. Home lab could go down while away, power could go out, something to use while glamping, can take it with me if there’s ever an emergency where I have to evacuate, etc.
What started out as a single unit has become a three unit portable stack lol. Yay feature creep!
I’ve got a second unit that connects as a client to the main one with some additional backup services:
The second one is basically a backup to my main stack in case of disaster/power outage/etc. Those all tunnel to a cloud VPS + load balancer and only need an internet connection to setup the tunnels to receive traffic from the VPS (and route back out to it). Those services are stopped and a cron task keeps them in sync with the main ones in my homelab. If I need to fail over, I just SSH into the VPS and re-route traffic to them instead of my homelab endpoints.
I self-host my own email and chat and phone services, so those have become critical services I want to always have online. Essentially these little Pi clones are a backup stack for my most used services and one that is both extremely low power and portable should I ever need to host them on the go (house burns down, have to evacuate due to emergency, etc).
I have a third unit that’s built on a PiZero2W but it’s still on the workbench (but functional!). Just haven’t gotten any kind of case at all built for it.
It’s got two RTL-SDR units attached. One is tuned to the NOAA weather radio station and feeds into Snapserver on the main unit (so you can listen to the weather radio anywhere on the network) as well as piped into Meshtastic EAS-SANE alerter in order to forward emergency alerts to Meshtastic. There’s a USB-connected Meshtastic node attached as well for that.
The second RTL-SDR is setup as a generic FM radio tuned to the local variety station. It’s just piped to Snapserver on the main unit to make it available on the network.
I may convert the second SDR into a ADS-B listener, but for now, I like having the FM radio available.
I still don’t have a “full” case for it, but here is the core unit attached to a UPS circuit which gives it up to about 14 hours of runtime. I’m also planning to add a small USB hub with ethernet into that, but I’m still learning FreeCAD so I’m not quite ready to put it all together yet. The USB power cord is wrapped in aluminum foil and electrical tape due to RF from the Wifi adapter causing random glitches. I need to add some ferrite beads and route them away from that when I build it into an integrated case. For now it looks janky but works lol.
Main Unit:

Secondary Unit: This is an older photo and is also connected to my Bose radio acting as a Snapcast client to the server on the main unit.



I run Jellyfin on a Banana Pi M4 Zero. It’s a little less capable than the Pi4 but runs JF just fine. Specs on this one are quad core 1.5 GHz, 4 GB RAM, 32 GB eMMC on Armbian.
The media files are all on the 1 TB SD card while the Jellyfin data directory (especially the SQLite DB) are on the eMMC. This seems to work much better as the DB file kept getting corrupted on SD. Should also help the SD card from wearing out since it’s pretty much only reading data from it most of the time.
As you guessed, transcoding is not going to work (JF is removing the v4l2 hardware support anyway), so I pre-transcode them to H264 + yuv420p in an mp4 container before moving them to the SD card. I also scale them down to 720p to fit more on there, but that’s because this is a travel server and isn’t my main media source.
Can’t speak for Paperless though.


I guess uncle jokes are ok in the comments (I hope anyway)?
Who is the sluttiest Spice Girl?
Ho Spice
GLaDOS/GabeN: They’re sentient, you know. I think that one was about to say “I love you”.
I had to kill a black snake last weekend, and I still feel bad about it. Usually I leave them be and let them eat the mice and moles but this one was massive and unusually aggressive. It tried to strike at my dog and still don’t know how she didn’t get bitten, but the thing decided to chase her which is what sealed its fate.
I’ve never seen a black snake do that, so I guess it had a nest nearby or something and the dog was sniffing a little to close to it.


I like the concept because it’s reminiscent of the early computers I grew up with (Tandy CoCo, Commodore 64) and I basically just dock my laptop with its lid closed anyway (screen is too small and resolution too high for my old person eyes).
But considering it’s literally a keyboard PC, you’d think they’d have put more effort into making it a nice keyboard. I hate those “chiclet” low travel keys. Put a PC in a good mechanical keyboard or at least a membrane keyboard where the keys have some travel, then we’ll talk. Until then, it’d be a tad ridiculous to plug a good keyboard into my keyboard PC lol.
It’s not much cheaper than an equivalent laptop, so who’s this for, exactly?
I guess if there were an LCD shortage instead of memory and SSD, it would have a lot more potential.


Mine’s only for people I know personally, so it’s backed by my LDAP server and registration is disabled in Synapse. I use my regular onboarding process to create the new LDAP user and grant access to Synapse.


Nice. I’ve pretty much just used LibreTranslate for that, but will check that out and see if it works any better.


The only one I currently follow is !localllama@sh.itjust.works
I’m not anti-AI, but I am very much anti big AI and also don’t personally care for AI-generated images (they just look…uncanny to me), so I don’t have much interest in anything beyond the tools I can run locally.
Searching “AI” has a lot of false positives, but searching “llama” has some results at https://lemmyverse.net/communities?query=llama
Nice! Those AllWinner boards are a little tricky to get going and have some quirks, but the price is great for the extra horsepower you get. Granted, I use the latest Armbian since the manufacturer’s images are all quite old.

Yeah, screenshot worked and spoilers on your end def didn’t.
How does Jerboa format spoilers?

Check again. The formatting was a little wonky when I checked in Lemmy UI, so I fixed it. Closest thing to Jerboa i can test right now.

Does Jerboa need the space between the ::: and spoiler?
e.g.
:::spoiler Spoiler
text
:::
text
or this:
::: spoiler Spoiler
text
:::
text
FWIW, both of those formats work for me in Lemmy UI, Tesseract, and Alexandrite. Haven’t used Jerboa in forever.

A little late now, but I could see it. When I was growing up, he had already transitioned to comedies and I didn’t learn until much later in life he was a serious dramatic actor before that. Still haven’t seen of his older/serious work, and TBH, I don’t know if my brain will accept it lol.

So what you’re saying is…🎵it was a long road getting from there to here🎵?

He did. It’s a pretty fun movie.
Is the squiggly line an antenna?