• 0 Posts
  • 564 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle









  • Bikeshedding is when instead of making important, compex decisions that have consequences for being wrong, someone focuses on the simple, low impact, minimally important part of a project that has no consequences if its fucked up.

    I think the term comes from construction projects where instead of finalizing the design of a complex building, the execs spend the entire time talking about bike parking on site. What color to have the roof, how many bikes it should hold, etc.

    Bikeshedding is about offloading responsibility while still feigning involvement. You, the owner, avoid the whole part of your job youre paid for, i.e “making the hard decisions” and through misdirection and inaction, make someone else do it. That way you can blame them later if things go wrong, or take credit for their work if they go right.


  • 100%. It’s a coordinated judgement about who they can get to reliably make them a profit. “Pays the bills on time” is the biggest factor in your credit score.

    If you look at each of them (payment history, how much credit is open and not used, how long has the credit been open, how often have they asked for more credit recently, how many types of credit do they have i.e house/car/cc) they all have to do with figuring out if you will pay them.

    If the answer is yes, they will give you a giant whirlpool to spend. Once you have it you will likely make them a profit, because almost everyone does. Credit scores are just a way to tell if it’s worth hooking you on “easy” money.


  • Their main issue is all of the sudden hard pulls for new accounts. Each one hits your credit for something like 30 points. I expect doing that over and over rapidly increases that ding each time. They dont want to loan you money if you are desperate for money, so they hit your score if you ask for too much too fast.

    Their second issue, credit utilization, i.e how much credit you have that’s not in use, is affected each time they cancel a card. That’s hitting their credit as well, as each canceled card closed reduces their total unused credit percentage.

    Between the two, i wouldn’t be suprised if that 830 is 600 right now. The good news for OP is that the new credit dings wear off fast. If they just stop opening credit cards, their credit will be in the 800s again in a few weeks.








  • Well, the first step is realizing it’s okay not to use it. My homelab is a mix of salvaged mini PCs and prosumer networking gear. It has nothing to do with the 6/7 figure gear I use at work, and I prefer it that way. Its simpler and lower stakes, is quieter, and uses way less power.

    That all said, it’s a great server. if you do want to use it, there are many ways to start. First, you don’t need to plug both power supplies in, but you can. The server can run entirely on one of them. It has two in case one fails it can keep running, not because it needs 2x the power. For the monitor, yes you will likely need VGA. Servers rarely have modern video ports, because vga just works, costs nothing to add to a server, and is almost never used. Most of your physical interaction with a server should be though “out of band,” which dell calls “idrac.” This is a seperate networking port labeled on the server that lets you connect to a local website, put in a password, and then fully control the server. That includes powering it on, reboots, loading disc image iso files, on and on. The idrac will stay powered even when the server is off.

    You may or may not have qn idrac license for that server. If you dont and your boss can’t give you one, you can use something like jetkvm instead when it’s released.

    As to what to do either it, i would recommend installing different hypervisors or kubernetes suites and playing around. Proxmox, xcp-ng, k3s, harvestor, on and on. Once you find one you like, figure out how to use automation software to setup VMs and containers, like cloudinit, terraform, ansible, or nixOS.

    Good luck, and enjoy. Getting started from scratch can be a lot, but it can also be a lot of fun. Go into it expecting to fail, fail a lot and try to learn what you like. That’s the best thing a homelab can do for you.