• 2 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: August 5th, 2023

help-circle
  • The easiest approach would likely be “scouting” on behalf of an associate, perhaps they couldn’t make it and sent you. Take lots of pictures for your associate, and you’re not personally involved with the purchase makes it easier to handwave questions.

    If you insist on pretending to be rich keep discussion light, talk about potential renovations, take pictures to send to your designer. Ask about the history of the home, dig for unique characteristics. Inquire about the area and what kind of “crowds” to expect. Don’t dress too fancy, don’t pull up in a 09 civic (park around the block and walk), and if they ask, you made a small fortune trading crypto.









  • No worries, it’s all good! It’s basically two identical drives. The backup drive doesn’t get much use outside of the rsync process, but if the main drive fails, I am able to jump onto to the backup drive without much interruption. Before rsync runs it does a comparison and only moves modified files, so it’s not a bulk rewrite every week- just brings the target up to parity with the source. If both of these drives kick the bucket at the same time I guess that will just have to accept it as very bad luck lol, only so much I can do. But the plan is when the main drive fails, backup will get promoted to main until I’m able to backfill another drive.








  • Motherboards are tough to recommend because it really depends what you need from your system. My approach was to choose a CPU first then I could start looking at boards supporting the socket. I wanted ATX, nothing smaller. Memory support, just DDR5 and room to expand (it turns out most boards will handle like 192GB these days lol). I wanted the ability to change CPU frequency, that eliminated boards with a B-series chipsets. Next SSD support (at least 3x m.2) and USB ports (minimum 6x USB 3.0). Finally price, I didn’t want to exceed $250.

    When all that was dialed in, I was left with like 8 options, from there it was manageable to read reviews for the nuance between them.





  • Well, if Garuda’s installer does what it’s supposed to do and assigns your boot drive by UUID, it really shouldn’t matter. I still think swapping before install and having the system in the planned final configuration minimizes the risk of failure.

    Some background: There was a time in history where boot devices were defined by their physical port location, so if you reordered or moved drives, it was up to the user to update the boot config to align it to the new location. If the user didn’t know to do that step, the computer would fail to boot. Modern linux distros should use the drive’s unique hardware identifier to find the device, wherever it’s plugged in.