Okay, got bored putting it off, so I've finally installed #Readeck
My Forgejo server was looking like it had some spare capacity and so I've set it up there
It's running on my local network only, and on a #RaspberryPi Zero 2 W, sitting behind an nginx reverse proxy, so I also configured SSL for it and... it's just beautiful

Yesterday it was a lot of fun. I installed NetBSD on the Raspberry Pi 2 you see below. This machine is going to be the server for the beta testing of the project. There is a small thread on this here:
https://hostux.social/@lfa/115072908838339673
I recompiled Goophy directly on the Pi and I also installed Lagrange on my desktop to test everything with a second client. Devuan has no package for Lagrange so I built it from sources.
#Goophy #gopher #GopherProtocol #NetBSD #runbsd #RaspberryPi #Lagrange #Devuan

💡 Learn by doing!
Arduino for simple projects + Raspberry Pi as a tiny computer = a mini-stack to explore coding and electronics. 🖥️🔧
Affordable, hands-on, and perfect for beginners. 🐾
#arduino #raspberrypi #learnbydoing
I fired up a second Raspberry Pi (3B) to complement the first (4B).
Setup is similar (LUKS encrypted Btrfs partition for data), but it doesn't need to run Samba, as the first does.
The first runs a custom script to automatically make snapshots, for filesystem history (also exposed by Samba).
The second runs a custom script to periodically pull those snapshots, for backup replication.
So far so good, I'm almost ready to start using this setup.
Went up to the attic to do #Lego for the first time in a few month. Turned that #RaspberryPi 4 I haven't used since spring. For entertainment while legoing. After updates it started overheating & had to Chinese fan it. Guess I should wait for a colder evening.
Homelabbers, embedded developers, and other nerds: With an Ethernet/8p modular jack/RJ45, how do you prefer that jack be oriented?
(Boost for visibility?)
#HomeLab #RaspberryPi #SingleBoardComputer
Borpendy is open-sourcing their #RaspberryPi / #Nintendo DS project - the DSpi
Using the GBA clamshell hinges to make the dual screen fold work well, running of the 8GB compute module 5, a 5,000 mAh battery and two capacitive 480p screens. The two screen #emulation is via MelonDS, and it runs #Linux
Personally, that #design is the high point for me, you can see the care in the process (and matching those colors!)
GitHub below:
https://github.com/borpendy/DSpi

Ubuntu RT on a Raspberry Pi 4: cmdline.txt requires console=tty1 to allow termios ~ICRNL #boot #raspberrypi #serialport #realtime #protocol
https://askubuntu.com/q/1554899/612
Time for your next smart home project? Raspberry Pi adds an improved touchscreen, so it's time to get building
Raspberry Pi introduces 5-inch Touch Display 2, highlighting compact design and AI coding quirks, although concerns remain over resolution and real usability.
I've had a Raspberry Pi powered display showing me weather info for years now. I initially built it where an image gets generated and sent to the framebuffer because it was originally a low power Pi at the time with not a ton of resources for a GUI.
It worked. Never fussed about that.
Except I couldn't animate it.
Now that it's powered by an RPi4 and not something ancient and small, I put FullPageOS on it with animated radar. Wasn't too difficult.
#RaspberryPi #FullPageOS #Weather
@mlepage Yep, LUKS is great. My pointer was to a nearly-fully automated way to LUKS encrypt your rootfs if you didn't encrypt it during Debian install. It supports local password, password over SSH, and USB-key unlocking, so fairly flexible. And did I mention that it's nearly fully automated? 😉 Happy to answer any questions.
My custom bash script is now producing automatic snapshots on my Raspberry Pi 4B (DIY network server).
As the filesystem changes, after a maximum number of seconds has elapsed, but not before a minimum number of seconds has elapsed, it produces a Btrfs snapshot of that user's subvolume.
These snapshots are exposed via Samba for "previous versions" functionality.
Next step: using Btrfs send/receive to backup changes from this Raspberry Pi to another one.