#device1
Here is a tip for those upgrading to an Apple Watch Series 10 while still having their previous generation device1. If you want to start fresh but would like to recreate some of your watch face configurations from your older device: after h... https://blog.numericcitizen.me/2024/09/21/here-is-a.html
September 21, 2024 at 8:51 PM
In this morning's upload over on the Rounding Off Infinity gaming channel on YouTube, I head back to my Necro playthrough of Diablo IV on PS5 after wrapping up Shadow Warrior 3 this weekend. What are all these controls again? I miss playing D4 on my PC! - youtu.be/zCbVGX8Ndyk
The Charade Scenarios: Episode #805 - The Small Haven (Diablo IV, PS5)
Gaming Device1. PlayStation 5 w/Cosmic Red Side-Plates2. 2TB WD nVME PCI SSD 2ndary Storage Drive3. DualSense Controller, Cosmic RedStudio Gear1. Asus CUK30 ...
youtu.be
August 28, 2023 at 12:07 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 30, 2025 at 6:20 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 29, 2025 at 6:19 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 28, 2025 at 6:19 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 27, 2025 at 6:19 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 26, 2025 at 6:19 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 25, 2025 at 6:18 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 24, 2025 at 6:17 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 23, 2025 at 6:17 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 22, 2025 at 6:14 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 21, 2025 at 6:13 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 20, 2025 at 6:12 PM
Giving a rootful Podman container its own IP
I went on a bit of a journey this week - moving our Pi-hole from its own dedicated device1 to a container on our home router. I still wanted it to have its own IP, and to still be able to serve DHCP and DNS. And I wanted the host machine to be able to use it. And I wanted to use Podman to host it, first because I’m using it for other things on this machine already, and second because I didn’t really want the Pi-hole machinery to have root privileges on the host (I am running Podman as root to allow it to open DNS and DHCP ports, but using UID mapping to ensure that the contents of the container are _not_ root). There are a lot of incantations out there on the Web (and, so, in AIs) for getting Podman containers to have their own IP. Most involve using `macvlan` or `ipvlan`. They all, though, seem to have the drawback that, while the container gets its own IP that the rest of your LAN can see, the _host_ machine can’t see it! The canonical way to fix this seems to be to set up a ‘shim’ where your host gets a second IP, and you set up manual routing. I tried this, and it works, but, well, ick. And there are practical drawbacks to your host having two IPs - nothing that can’t be worked around2 but, again, ick. Also, IPv6 autoconfiguration doesn’t work. Turns out there is actually a much cleaner way to do this - it’s just apparently not well known, and unfortunately, that it’s a good idea was ‘hidden’ by a bug in Netavark (the network management infrastructure used by Podman), which didn’t let you set it up - and implied you were doing something bad.
www.blog.montgomerie.net
October 19, 2025 at 6:10 PM
GitHub – juhovh/tailguard: Easy Tailscale to WireGuard bridge in a container

A simple Docker container app which allows connecting existing WireGuard servers to the Tailscale network, in case the device running WireGuard is locked in and/or does not support Tailscale binaries. The network topology…
GitHub – juhovh/tailguard: Easy Tailscale to WireGuard bridge in a container
A simple Docker container app which allows connecting existing WireGuard servers to the Tailscale network, in case the device running WireGuard is locked in and/or does not support Tailscale binaries. The network topology will look roughly like this: +---------+ | device1 |\ +---------+ \ VPS +---------+ \ +---------+ +-----------+ +-----------+ | device2 |----| tailnet |----| TailGuard || WireGuard | +---------+ / +---------+ +-----------+ +-----------+ +---------+ / | device3 |/ +---------+ As usual, the tailnet is virtual and in reality connections are point-to-point, but all connections to WireGuard are tunneled through the TailGuard server with…
n24usa.com
September 11, 2025 at 4:21 AM
Also bleh, getting in ports to my new lab Fortigate and just REALLY wish I could just like, go "VIP1 into Device1 on ONLY these ports" where VIP1 is a nonstandard static IP. Don't know if I'm missing something obvious but adding EVERY port 1 by 1 when they're NOT in a sequential range is so tiring
December 2, 2024 at 12:49 AM
Water Pipe Inner HoleThreader,Water pipe Thread Repair Tool,Water Pipe Thread Die,Thread mold for pipes specifically designed for electric drills,Plastic Pipe Thread Tap,Electric drill type water pipe threading device1/2", 3/4" Sizes
March 28, 2025 at 10:13 AM
On that point, I saw this yesterday. A Class III CE AI tool that is properly revolutionising cancer detection and being rolled out increasingly widely in the NHS. Yet outstanding and robust tech like that gets hidden behind the bloatware and hallucinations that dominate headlines.
(DOI: none)
Skin Analytics launches DERM Zero at HLTH Europe 2026
DERM Zero is a world-first - using Class III regulated medical device1 technology to deliver autonomous clinical grade skin cancer assessments from a standard smartphone2
skin-analytics.com
June 17, 2026 at 10:29 AM
https://grimacesbirthday.com/ to play this weirdly decent GameBoy Color game that released this week starring that giant purple McD's milkshake mascot!

https://archive.org/details/grimaces-birthday if you want the rom to throw into an emulator or handheld device1
June 16, 2023 at 10:14 PM