
happy_wheels
@happy_wheels@lemmy.blahaj.zone
Hello! I am originally @happy_wheels@lemm.ee but moved to lemmy.blahaj due to the June 2025 shutdown of lemm.ee (o7)
- Comment on Doorbell Camera / NVR (post Unifi) 5 days ago:
I had one 2 netgear WiFi AC routers that failed back to back, tho the first one ran for 10 years without trouble. When it died, the replacement was just… Awful. A direct downgrade in every aspect. Performance, wifi coverage was gARBAGE , it would reboot constantly, and the management ui was Fisher Priced to death. I got the Dream Machine BC it was on sale and they were about to roll out the new Dream Router. Never looked back.
- Comment on Doorbell Camera / NVR (post Unifi) 6 days ago:
Everyone in this thread is complaining about their short-lived UniFi devices, meanwhile I have two dream machines (the original WiFi 5 sol’n, not the rack mounted variant) that have had zero issues and are still running 24/7. I guess I should count my stars. (They replaced multiple failed netgear routers).
- Comment on My NFS timeouts / dirty page writeback problem. 2 months ago:
Based off what you wrote - and the fact that I’m massively sleep-deprived - it all makes sense. The issue you describe and the fix applied are akin to what we see in the database world, where users complain about queries being slow or unresponsive after trying to force-kill. Only for us to find out, that they submitted queries with a COMMIT after the whole 10mil record transaction, which clearly the DB can handle, but it will take a significant amount of time to rollback vs if the COMMITs are broken up and submitted more frequent. Basically chunking up the data into more manageable pieces as to not saturate the db threads, not to mention the underlying REDO and transaction log files too. So hope this was truly a long-term fix vs just a short-term one. Either way, great write up.( Also, you may want to invest in some 2.5gb networking for later, not that 1GbE isn’t enough, but just more pipeline is great, although I don’t know how much upgradeability your Synology will have in that department, so YMMV)