• 0 Posts
  • 7 Comments
Joined 3 years ago
cake
Cake day: June 1st, 2023

help-circle
  • There’s a few ways to play this game, saying this as someone who has sunk nearly 1000 hours over the years.

    The main bus strategy is one of the most popular, and it is highly efficient. However this sucks all the fun out of the game for me. It feels like just tacking on yet another section of the factory and everything is already mostly figured out for you. The grid strategy with trains surrounding each square is even worse.

    If this is how you guys are playing and it isn’t enjoyable, try just going full spaghetti. Half the fun for me is trying to squeeze in some new area and figuring out all the turns, underground belts and pipes, etc.

    And the game really opens up when you get to Vulcanus. Most people pretty much abandon their Nauvis base other than for a few things like importing science.



  • The only subs that kept me around for years was r/electricians and r/askelectricians, which admittedly does usually have pretty accurate answers and info, and sometimes I just like to riff about work. Wrong answers get downvoted and removed at an almost scary speed.

    But finally after like years of the same exact questions from homeowners that are just like “how do I wire a smart switch? What’s a switch loop / what do you mean my white wire is not a neutral? I took apart this mess of wires and didn’t take before pics how do I put it back together?? Do I need grounds???” I could go on lol. But I just realized how much a huge waste of time it all was. I wouldn’t call any of the troubleshooting or commenting “fun” it was just a way to pass time. I guess it’s better people get real answers than trust AI because a lot of time they try that first and post some of the answers these chat bots gave them and wheeeewwww boy are they some schizo hallucinated bullshit haha

    I’ve been off all social media other than Lemmy for a while now. Since it’s not as active here it’s been better for me personally. It’s easy to refresh reddit and get a new thread every few minutes. On here I notice I’m seeing the same articles a couple times in a row and that’s my cue to hop off and read manga or play chess online instead or something.

    Also yeah caps can go bad lol. We had these giant 18" tall ones on the solar industrial sites I worked at. This was 10 years ago so I forget the value I just know we had dozens of them each on 6 AWG wire. Part of our maintenance was to check for leaky ones. Because they’d leak then they’d eventually fail and then without the proper filtering for the system, usually the cabinet would catch on fire.


  • I went to the doctor’s yesterday and I always have really bad service there, I can barely get 3G. When I was there was when the total nationwide outage happened. I just assumed I lost service but I drove all the way home and was like hm my phone just can’t reconnect for some reason.

    I troubleshooted it for like over an hour before I realized it was down for everyone haha. I had no data and couldn’t call/text.

    I have mint mobile which uses T-Mobile towers. I literally live like within 100 feet of a cell tower which is why I was so perplexed



  • I love it for ease of use. It’s very straightforward, has given me few (if any) problems over the years on the OS level. The only real issues I ran into were specific to individual docker images. I like that I can open a web UI and jump right into the shell if needed. It’s very easy to install docker images and VMs

    However, there is a caveat about how it stores data I suppose. Your use case of mirroring drives is not possible on unRAID. Instead, it uses one drive for parity and redundancy, or you can do dual parity if you’re really concerned about data loss. Basically how this works is your largest drive stores all the information about all the other drives to rebuild the data in case of drive failure, including the parity drive itself can be rebuilt if it fails. So say you had a 12 TB parity drive and a dozen or so other drives for the array. All of those drives can be literally anything so long as they are the same size or smaller than the parity. They can be 12 TB, 8 TB, 500 MB, old drives you shucked out of external storage cases, whatever. And you can add / remove these at will. The parity does not count to your max amount of storage, think of it like a mirror but for every other drive

    Dual parity is an extra level of redundancy. It’s basically like say you had a drive fail, and in those couple days where you order a new one or whatever, or when the data is rebuilding itself, if another drive fails, your data is still in tact. I don’t bother because this would be such a rare occurrence. I do know data rebuilds are very high read/writes for days on a drive so it can be high stress on the drive so that’s why the extra protection exists, but I still think it’s overkill unless it’s like irreplaceable data you can’t lose (remember 3-2-1 backups in those cases)


  • My first Linux experience was Ubuntu 10.04 32 bit I got from a CD out of a magazine from barnes and noble and it blew my mind. I had so much fun learning everything about Linux and I think I even got oblivion running on WINE, which was a nightmare compared to how easy games run on proton nowadays.

    Those were the glory years for sure. Now I run Arch and want a “just werks” experience. It’s why I use unRAID for my server.