Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)OM
Posts
7
Comments
166
Joined
2 yr. ago

  • I will say 95% of the time I agree with this statement. self propagating meetings are the bane of my existence.

    but every now and then you just get someone that cannot understand you and every now and then after four or five emails or ten IMs I will just call somebody up and talk to them for 5 minutes and it's done.

    for most people totally unnecessary but you don't always get to choose the people you work with and their level of reading comprehension.

  • I've played it way more but actually totally agree. I beat all the difficulties and unlocked probably 80% of content, but I've probably got less than 50 hours in it.

    sts getting a phone version created like an entire month for me where I didn't play anything else lol. idk how many sts runs I've done but I'm scared to look

  • eh, I'm hiring for my team right now and I have zero problem with these questions.

    I tend to bring similar things up myself at the end of the interview if the candidate doesn't ask just because I don't like wasting time down the line.

    we shouldn't make people jump through a bunch of hoops to see if they fit the job itself without being willing to consider that they might not want to waste time on a work environment that won't fit for them even if they could do the job.

  • I find it varies a bit to bit based on the microwave, but on average I get the most success by putting the plate in the middle of the microwave and arranging the food in a "donut" on the plate, it seems like the outsides of the plate if it's in the middle do the best, probably because they get more rotation than the center.

  • I've done server manufacturing in my career and generally I use only two tools to check disk health if it's not behind another card:

    smartctl - this will give you a readout of disk information, and depending on which options you use it will give you attributes that can indicate pre-failure modes and current health as well as link health in case you have a bad cable or port on your motherboard.

    if you want all the information generally I would do this: smartctl -x /dev/sda (or whatever drive designation it is)

    look at the attribute section and the phy health section at the bottom.

    warning this can be a little complicated to interpret if you don't already know what to look for so read the manual on Smart CTL to see the values mean.

    I think zorinos is Ubuntu based, so I nabbed you a guide, I've never used this one but looked okay when I skimmed it: https://thelinuxcode.com/install-and-configure-smartctl-on-ubuntu/

    fio - this is a multi-purpose stress utility. it's not too complicated to set up but you do want a configuration file and you might need a little help with that or to use a copy from online.

    this will run some operations on your drive and provide you a report about how well it performed.

    warning, do not run long read write operations on SSD, it will eventually wear out the drive.

    I would probably do a longer sequence of sequential and random reads with a couple of short runs of random read write

    link to fio install instructions for Ubuntu: https://dev.fio.net/docs/install-using-packages