pHr34kY

u/pHr34kY@lemmy.world
4 posts · 1.6k comments

Recent posts

Recent comments

on Absolutely · c/politicalmemes · 2 pts · 11h

So it's just a regular burger with inflationary pressure applied directly to the beef patty?

2 of my 4x 4TB spinning drives are portable. 2 in mirrored raid, and on-site backup, and an off-site backup. If you don't have it on 3 drives across two sites, you don't have it. 5400RPM is fine as long as you allocate some of that NVMe as a cache for it. Keep all high-transaction stuff like databases, thumbnail caches and indexes on the NVMe drive. Going to 7200RPM just increases power consumption and noise, and reduces reliability.

The other specs seems fine, but I personally upgrade my desktop then take the old CPU, RAM and motherboard to use for my server.

Immich and Nextcloud run fine on my 2015 Core i5 with 16GB RAM.

on It me · c/adhd · 89 pts · 1d

This is easy to demonstrate. Hang a calendar on the wall in a prominent position. Observe that during August it displays April, and it's the first time you noticed it.

I got a Suzuki Ignis Sport in 2004 as a student and I still drive one. I totally get why someone would want to drive the same car they drove when younger.

I don't get how anyone has looked at a new car and decided it was an improvement.

It was actually a friend who told me about this problem. Apparently CIFS file transfers slowed to something like 3Mbps when the camera were on.

I personally heeded the warning and my cameras are on their own NIC port and their own subnet. They hit the same server and same switch, but they do not share a cable with my main LAN at any point.

It'a not just GPU, memory and disk. It will clobber your network if they share any cables.

Cameras are extremely chatty and will bring your LAN speeds to a crawl by constantly chirping small packets across the wire.

Absolutely do not ever put a 24x7 camera stream on WiFi. It's a straight up DoS attack on yourself.

If there was a tolerance on the threshold, everyone would just calibrate to the tolerated threshold. There's no point in having one.

I've tripped a speed camera at < 1km/h over the threshold too. I typically drive somewhere between the speed limit and the threshold, as it causes the least trouble.

Playwright is a lot of maintenance.

As a dev, I usually have a good idea of what my change may "touch". I write detailed notes for testers. I fixed a dropdown box glitch this week, and I had to mention the one other dropdown that called this particular function in a place you wouldn't expect.

We're told to make changes that "touch" as little as possible. Obviously because this stuff is a nightmare to test for regressions.