• 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle


  • I went the easy route and bought synology, set up a raid 6, and it saved me within 1 year.

    Raid 6 spreads data wide enough to survive 2 concurrent drive failures. I had one drive fail enough to degrade the raid, and while I was awaiting a replacement (warrenty replacememt), a second drive started to fail. I bought a replacement for that, inserted it, then got the first replacement and inserted that. No losses, and I now have a drive in stock waiting for the next failure. It’s been at least 5 years without failure, so I am due.

    Schedule an integrity check once a quarter or month to protect against bit rot. The danger with bit rot is you won’t know you have it until drives fail. If integrity is compromised, the shit hits the fan when you are syncing up the new drive, the system cannot recover, and you lose everything. That is when you start over with your verified backup. If that’s bad, goodbye data.








  • You speak much truth, but I think ther is more open source than even Microsoft sees in the ecosystem. Getting started producing working projects feels easier in .net to me.

    I was a Java developer in the early days, and found the platform very frustrating. Things started to improve with the spring framework. And when I heard about spring boot, I was very pleased to see that it was all about making a standardized easy initial project startup configuration.

    I recently had to do some Java for the first time and literally decades. I was able to use Java 17.

    I felt it was vastly better than the early days, I was frustrated by things like the incomplete implementation of generics. And it appears that was a direct result of the way Java evolved.

    Unfortunately, it appears many if not most Java projects are still stuck in Java 8 because of all of the Legacy installed code and a lack of decisiveness toward upgrading.

    As for .net, I’m a little worried about some of the things coming out of Microsoft lately. I fear they may be returning to some of their old ways. Time will tell.