Where do you do DHCP? I had a primary pihole with DHCP enabled and a secondary with a cron job that enabled DHCP if the primary was down or disabled it if the primary was working. The cron job did sync DHCP leases from one to the other but it was a bit janky. I tried to update the secondary to pihole v6 and hosed it so I have no backup for now. I'd like to re-image the secondary and get a better setup - when I have time.
Edit to say I really wanted to try keepalived - that's really cool to fail over without clients noticing.
Solar photovoltaic doesn't involve steam. We can be solarpunk as well!
I guess hydro-power uses steam in the global water cycle so I'll give you that. Radio-Thermal Generators are all solid state, but not much power on earth comes from them.
Think of the speeds you could fly at with no drag! I'm so bummed that the Grace Hopper drone didn't get to fly after Intuitive Machines fluffed their second landing. That would have been awesome outreach from NASA.
I don't quite understand what the backlash is here. The article is about FAQs on the Mozilla website. It seems reasonable that some people might interpret "sell" to be accepting money to set the default browser to Google. Clarifying that on their site seems fine. The FAQ was surely never legally binding.
Their 'Terms of Use' document is new as of Feb 26 AFAIK. Is that what people are upset by?
Doom is one of the examples for the PicoVision. It might need some hacking to get the keyboard to work since I think he used I2C to connect it instead of USB, but it can definitely run Doom.
I think this wiki cheetsheet will explain some of the defaults. Pretty much everything is controlled with a keybind using the meta/super (windows) key. Mod + d should open the launcher, I only used dmenu but yours might be something else. The launcher will let you launch applications by name. If you just want a terminal, Mod + Enter will open one.
You will want to look at your config. It should live in ~/.config/sway/config. If it's not there then mkdir ~/.config/sway/ && cp /etc/sway/config ~/.config/sway/. That should list the keybinds you have set. You can look up the options in the man page for sway.
Once you can do some basic window control, you might want to customise the status bar. The config should tell you what bar is being used, but there are a huge array of statusbars to choose from - I used i3status-rust but try searching for i3/sway statusbars to see what's out there.
That says it will only function for 300,000 queries per month. Based on my last 24 hours from pi-hole, that wouldn't even last a week. Are you using a paid plan?
Yeah, I really dislike snap and have puppet clean it out and add in the real mozilla repo for me. If I wanted sandboxed apps I'd probably look at flatpak but I think there's still work to be done there also.
Canonical added an epoch prefix to the firefox version number. Because that epoch (1) is higher than the implicit default (0), the official ubuntu dummy package is always considered to be a higher version than the official Mozilla package. apt doesn't look at snap packages, it installs the deb, but the ubuntu deb just runs snap install firefox and basically nothing else.
Looks like only firefox, chromium-browser and thunderbird are these dummy transitional packages. There's a fwupd-snap, but the default fwupd is a full deb.
Yup, apt install chromium-browser calls snap install chromium. Looks like thunderbird is the same. There's a fwupd-snap deb but fwupd seems to be the default.
Well, yes, except Canonical have made them actually do the same thing in the case of Firefox. I'm not aware of any other packages that have the deb install just run the snap install.
Where do you do DHCP? I had a primary pihole with DHCP enabled and a secondary with a cron job that enabled DHCP if the primary was down or disabled it if the primary was working. The cron job did sync DHCP leases from one to the other but it was a bit janky. I tried to update the secondary to pihole v6 and hosed it so I have no backup for now. I'd like to re-image the secondary and get a better setup - when I have time.
Edit to say I really wanted to try keepalived - that's really cool to fail over without clients noticing.