Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)YA
Posts
0
Comments
87
Joined
4 mo. ago

  • Home Assistant? Maybe a homepage like Heimdall or some other dashboard? Maybe Uptime Kuma to notify you when your services go down? Definately a pihole or adguard home. Biggest quality of life improvement. It's the biggest thing my wife notices and approves of. She audibly groans in disgust when she leaves the LAN on her cellphone and sees all the ads and garbage that had previously been blocked. My pihole dashboard show 70% of the requests are blocked on my LAN. And everything works great.

  • Yes you can cluster devices. I have a NAS in addition to the my laptop proxmox cluster. It lets me use the NAS as storage, so the VMs/lxc's virtual disks are actually on the NAS. This allows me to make the VM/LXCs Highly Available. So if one laptop crashes it'll automatically spin up the things running on that laptop on a different one. This can also be done with ceph, but I already had the NAS, so ceph seemed redundant.

  • Either or both will likely work just fine depending on how broken the screen is. The virusy windows would be easiest (sometimes macbooks are harder to get everything working due to drivers, windows ones typically just work). But the virus will be removed when you install proxmox. I currently have 3 laptops in various degrees of old and broken being used as a proxmox cluster.

  • Do you have any old hardware lying around? Old gaming pc, or an old laptop? Doesn't matter if it has a broken screen or keyboard or trackpad or can't upgrade to win11. Maybe ask around if someone you knows has something similar.

    I'd start with that. Then save the money for an upgrade to the old hardware like adding some extra RAM and a big refurbed hdds.

  • Bought my house a few years back when pickings were slim. Managed to get one that wasn't in an HOA and fit the needs of the family, but no fiber internet. I have cable with 1G/40mbps, and that upload speed bothers me. I do a lot of ofsite backups and I work from home. My upload bandwith is almost completely saturated 24/7.

    The local fiber company offers service one street over. I've called and begged and pleaded, but they won't expand. Talked to the city, crickets, talked to competitors, nothing.

    I set up a playwright script that runs every day. It goes to their website, enters my address, gets the message that my address is a part of a future build, clicks on the register button, receives the message that they can't build here due to reasons. And then texts me to tell me that there has been no change to their website.

    It keeps me from constantly checking and obsessing over something that'll likely not happen for a good long while. I set up a ssh command to trigger the script in home assistant. So when I'm frustrated I can spam click it half a dozen times.

    I'm waiting to eacalate things. I'm an automation test engineer by trade. I'm proficient in load tests. I'm perfectly capable of breaking their website, but I have a feeling that won't convince them to expand and finish servicing the neighborhood. I might safely crank up the # of requests, but if they aren't noticing me now, they probably aren't going to notice a 10-100x increase.

  • I don't believe so. I'm fairly certain it'll connect to as many as your settings will allow. I connect to 40+ seeders fairly routinely.

    Though there are other settings that will effect who connects to you or not. Encryption is one. Some leechers require the seeder sends an encrypted stream. Another is the port forwarding. If you don't have your port forwarding settings set up properly on your client and router then not as many will connect.

    On the other hand if your home network upload is maxed out due to low cable/dsl upload speeds, that'l stop new connections too.

  • I don't watch them obsessively, but once or twice a month I'll take a look to see if there's been any errors pop up (sometimes lists go dead) and everytime I'm floored by the %s. Just looked and 74.4% of all my dns queries are blocked. 3x the number of legitimate requests are blocked. Feels like just a few years ago it was closer to 50%. Makes me wonder how much worse things will get.

  • My guess is your heat pump doesn't have a good dehumidify mode. The thermostat does, but it's just turning on the A/C. A good dehumidify mode is a very slight A/C and moves a lot of air. So, if your compressor doesn't handle enough steps down, you're spending a lot of electricity for not much effect. A dehumidifier with a continuous drain might be a better solution for you.

  • You can try adding cleanuperr to your *.arr stack. It will listen to your queues and if something gets stuck, like .arj files, it'll remove them, blocklist them, and maybe re-search? I'm not sure.

    You can also change your settings in sonarr to not do any rss sync searches with your public indexers. This stops sonarr from seaching those indexers automatically for the next release. I've notices most of that garbage pops up before the official release, then gets drowned out by the real stuff after the release. If you leave the auto/interactive search enabled, you can just click the auto search button for the episode the day after it comes out. You likely won't pick up any garbage this way.

    I wrote a script that spam reports these, and I run it when I'm feeling frustrated with a something, but nothing I've spam reported with the script has gotten taken down yet. So, that sucks too.

  • Cool, did you install freshrss as a docker container, or as a package? I've also had issues with it not setting up crons and running them properly before too. Running the docker container helps, usually.

  • Depends, take a look at the rest of your settings in the Archiving page.

    You might have set "Never delete Unread Articles".

    Also, that purge job is on a cron. I'm not sure how often it'll run. Could be once a week or even month. Thousands of rss articles and links are only a few megabytes big. But you can push the "purge now" button at the bottom of the archiving page to check your settings.