

Copyright line only mentions 2014, so I’m guessing it’s 10 years old and only BIOS.


Copyright line only mentions 2014, so I’m guessing it’s 10 years old and only BIOS.


Looks like California, USA


From the power draw, it looks like lemmy federation got hold of it around 16:30. As of 17:20, it’s still holding up.
I understand the Mastodon federation system can be very DDOS-ey on web sites, if you’re tempted to post it there.
Cool project.
It is still a logical argument, especially for smaller shops. I mean, you can (as self-hosters know) set up automatic backups, failover systems, and all that, but it takes significant time & resources. Redundant internet connectivity? Redundant power delivery? Spare capacity to handle a 10x demand spike? Those are big expenses for small, even mid-sized business. No one really cares if your dentist’s office is offline for a day, even if they have to cancel appointments because they can’t process payments or records.
Meanwhile, theoretically, reliability is such a core function of cloud providers that they should pay for experts’ experts and platinum standard infrastructure. It makes any problem they do have newsworthy.
I mean,it seems silly for orgs as big and internet-centric as Fortnite, Zoom, or forturne-500 bank to outsource their internet, and maybe this will be a lesson for them.
I’m not a systemd guru, but it turned out pretty easy. https://dev.mysql.com/doc/refman/5.7/en/using-systemd.html#systemd-multiple-mysql-instances Basically just make [] sections in my.cnf then systemd start mysqld@copy and systemd is smart enough to pass copy into mysql.
I did it slightly different, using systemctl edit mysql@.service to define different default files for each instance, then [] sections in each of those files. Seems like the port option for each has to go in a [] section, but otherwise ok.
Replication because I want to put some live data, read-only, on the VPS, exposed to the world while the ‘real’ database stays safely hidden in my intranet. SSH tunnel so the replica can talk to the real database.
I’m hung up on unrecognized charset #255. Tried rolling everything back to utfmb3; suppose I could go all the way to Latin1. I imagine there’s a lot of depth I could learn, but dropping mariadb for mysql seems like the path of least resistance right now.
eta: got the character set sorted. Had to make a new dump, confirm that everything in the dump was utf8mb3, then re-prime the replica with that data. Wasn’t enough just to change the character sets internally.
I’ve been trying to convince a VPS to run two instances of mariadb - one for local databases, one to replicate the homelab. Got mariadb@server and mariadb@replica sorted out through systemd, but now stuck on replication from mysql to mariadb. Looks like I’ll be ripping out mariadb and putting everything on mysql.


I’ve got all my internet infrastructure on one monitor - 50W for the N100, the cable modem, an ooma VOIP device, and UPS. I’d guess the server, with its WAP, 4x GbE ports, 2x spinning disks, and USB TV tuner, is 35-ish of those watts.


If you have the spare cash, I found the N100 NAS motherboard to be a great source of occasional weekend projects, and now it very definitely looks like I’ve gone overboard.
I started out just wanting a file server to store backups.then…
It didn’t feel like a lot, because it took years. Among the amazing things has been all the times I’ve been able to upgrade the motherboard by just plugging the HD into the new board. Started out just using old desktop boards; the N100 was the first purpose-bought board, and also the most complicated upgrade, because it added UEFI. There definitely are projects out there that don’t have an arm option, so something x86 is more flexible.


Pi 4 should be plenty to run Jellyfin, homeassistant, pihole and octoprint. Docker setup is pretty straightforward, and I can vouch that HA & pihole containers work great on RPi, if you want to leave the Jellyfin setup as-is and put the others alongside.
If you’re looking for an excuse to expand, my vote is for an N100 type system. I got one with 4 ethernet ports, PCIe for a wifi card, couple of NVME slots, and a half dozen SATA ports for $100-150. That’s a huge step up in potential without much increase in power draw. With the right wifi card, you can even use it to replace your WAP/router.


They’re moving to Harlem.
Are you sure the ISP will delegate a /56? Mine supports prefix delegation, but will only give a /64, and it seems like subdividing that ¿into /72s? would be questionable.


“God’s plan” is literally whatever is happening right now. Got in a car crash? God’s plan. Narrowly missed a car crash? God’s plan. Cat wakes you at 6am for breakfast? God’s plan. This whole comment? God’s plan.


Fetched it. Started it. Did a really nice job fetching my whole health record from insurance co & has a wide array of compatible providers. Decent presentation of repeated test results. It’s got a bunch of areas “not implemented yet,” but it’s a decent way to visualize the records. Probably even better if you have health records from multiple providers.


Safe deposit box is exactly the right size to hold a 3.5" HDD. Or several. I keep a backup Yubikey there too, because I love the physical token 2FA, but I’m pretty sure I’m going to lose it.
Yeah, my midlife crisis was basically, I just got extra bored at work and spent more time doing all the usual non-work activities. Finally resolved when I decided I didn’t need to work any more, which gave me a lot more time for all of teenage-me’s favorite things. Wasn’t even tempted to buy a Corvette.


[US] I have a z-wave network of Zooz Zen04 power-monitoring plugs and Minoston MP21 non-monitoring plugs. Automatically set themselves up by scanning the little QR code, Haven’t had any network drops or device failures in…3(?) years. One Zooz Zen15 high power, monitoring device occasionally (every few weeks) glitches and reports an spurious, instantaneous 5-20 kWh energy consumption

The really nice ones :) Concrete is a lot quieter. They’ve put up several new complexes in my area, and even for $600k, you get just framed party walls. Some of the builders go so far as to build little brick extensions on the exterior facade, so it looks like masonry wall extends between the units. My unit has a daylight basement, and the below-grade party wall is cinderblock, like the below-grade exterior wall, but that ends at grade.

For example, in my 1980s townhouse, all the plumbing goes through one interior wall. There’s void space in the bathroom that carries chimney and ductwork. Wiring goes variously through that one interior wall and the exterior walls. The kitchen has a fake wall built in front of the party wall to give space for extra outlets.
Personally, I try to avoid wifi devices, because they tend to communicate through a central server, and it’s harder to be sure they aren’t secretly phoning home. Zigbee and Zwave intrinsically lack internet connectivity, so they are necessarily local-first. My network is Zwave - no experience with zigbee - and it’s been great. Devices all have a little QR code that you can scan to add the device to HA, whenever the device gets powered up. Good range of available devices, from switches & lights to environmental sensors. Most of my devices are Minoston or Zooz, bought from their websites; haven’t had any trouble. Honeywell thermostat. Aeotec outdoor thermometer.
I run HA in a container on an RPi, and I have some sensors running off the Pi’s GPIO. Actually started with the GPIO sensors and only got HA running because its visualizations looked easy. Those sensors include temperature, CO2 and airborne particulates.