fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#pizero

0 posts0 participants0 posts today

Worked a bit on this old project: the quest to build my very own configurable #clock .
The layouts can be defined with plain text files, each object you can place on the layout supports several animations (colors, size, position, edges, etc...).
Resolution, both internal and rendered, can be configured to simulate big pixels on hires screens (with an optional configurable grid).

Initially started for my #pi4 I hope to let it run on a #PiZero :)

I shouldn't rush that much to upgrade my Pi-Hole 🥧🕳️ to the never v6 version after 1-2 day after it released in February 18th, just to end up brooking my existing setup. I had to start over since I was dumb enough to not make a backup of my existing working setup, I don't know what I expected. While the update was nearly fished the gravity updated failed and I had to stop the it with CTRL-C after waiting for hours to complete, it was stuck for some reason. After rebooting my pi the pihole service still started up but slowed down my pi and got completely unresponsive. I had run Bullseye on my Pi Zero W v1.1 board and either way I still wanted to upgrade to Bookworm. I had an older backup of my pi's sdcard with Bullseye and pihole v5 on it that I could flash back to use while I finish setting up the new image with Bookworm and pihole v6. I know I could avoid complicating things if I had another sdcard that I could use for the new image, not having to copy back and fourth different images while making lots of backups frequently of the new image after working on it for a couple of hours.
The only thing that made less painful doing it this was using pishrink that spared me hours whenever I needed to copy back the new image making it way faster then copying back 32 GB that takes a long time. I'm can't be happier that I found this nice tool that speed up significantly copying the images and swapping between the old perfectly working one and the new one until the new one was set up fully. ☺️
It took me days regardless to finish the new image because of lack of time to sit down and work on it until it's done, only doing small steps at a time. Now everything is working fine, I'm running the latest pihole version on bookworm for just about two weeks. 😃
But probably I had to start from an fresh new install, because I tried upgrading from bullseye to bookworm and it wasn't end up well, probably there was lots changes between the two.

I spent the afternoon trying to build a piece of #rustlang involving #bluer for a #raspberrypi zero w, it still doesn't work 🤔
I'm using the appropriate GCC linker, the good cargo target...
It works when I compile on the #pizero (it takes 2h) but doesn't work when cross compiled in a aarch64 container... Sometimes I get a DBUS error, sometimes something else...
Any ideas for me?

I have a home router & a portable 4g wifi router. Is it possible to setup a single pihole on a pizero to dynamically switch between my home router when I am home and the 4g router when I am out and about? Or am I going to have to run `pihole -r` each time i switch?