• 0 Posts
  • 714 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • I’ve recently migrated to nushell, I don’t straight up recommend it because it’s not POSIX compliant, so unless you’re already familiar with some other she’ll I would not use it.

    That being said, it’s an awesome shell if you deal with structured data constantly, and that’s something I do quite often so for me it’s a great tool.


  • There are two important quotes I would like to point out from that paper:

    It is certainly clear that hand washing can reduce the risk of infections (39). However, the deposition of potentially pathogenic bacteria on the hands after hand washing to remove transient floras reduces the effectiveness of hand washing

    Note the wording: “reduces effectiveness” means you should still do it, it is still effective, just less so.

    These results did not differ significantly from those for bacterial colonies deposited by hand dryers from the same bathrooms when calculations of the colonies deposited by hand dryers and small fans were corrected for the times for air exposure and rates of airflow from these two sources

    In other words: moving the air around is the cause, so a bathroom with paper towels that also has an air conditioner or fan will produce similar results. You know what else moves air around similar to a small fan? You when walking around, your hands are moving air and contacting lots of it.

    I could reply with a study that finds air dryers to be safer and filter more bacteria, and we could go back and forth until one of us grows tired. Instead I’ll leave you with a review of several papers published on the matter where you can see that it’s not so clear cut, there is discussion around it and it doesn’t help that the vast majority of papers out there are financed by either paper companies or air drying companies (btw, kudos for citing one of the independently financed studies)

    https://academic.oup.com/jambio/article/130/1/25/6726080

    If you don’t want to read this, the long story short is that we don’t have enough evidence to conclude whether they are more or less hygienic:

    The second question we sought to answer is ‘Are PT safer than hand dryers relative to human infection risks?’ We found no data to support any human health claims relative to hand dryers vs PT use.

    And finally I leave you with another quote from this paper:

    Of notable importance is the need to evaluate risks from hand‐drying activities in consideration of handwashing scenarios, given that the greatest uncertainty in hand contamination is associated with the handwashing method, and not the drying method.

    In short: not washing your hands is worse than any drying method.





  • I used to always want this wish until I adopted a dog under very specific circumstances (We were coming back from the mall and the car in front of us ran over him and kept going, we stopped, grabbed him and took him to the vet). Since then I always think that if I ever get to ask this wish it needs to be back to a moment where I had already rescued him, otherwise those very specific conditions might never happen. So I can completely understand someone with kids thinking the same way, that is a LOT more impossible to match the conditions.




  • That’s a logical fallacy, all dogs are animals does not imply that all animals are dogs. Even if all programmers you know use Windows that could still mean that all Linux users are programmers.

    That being said several relatives use Linux because I refused to help with IT unless they had Linux, and since then they mostly hadn’t needed IT support. So it’s not true that all Linux users are programmers, but a good percentage of us are.


  • It’s not, I’ve been using Linux for 20 years and it’s been gradually getting more and more exposure on the main media. I think there was a huge push with Steam Machines and then another one with Proton, then every Windows screw up bumps it a little more. We’re probably going to get another bump in popularity in a short while when Windows 11 enables the new feature that will take screenshots of everything you do (credit cards, passwords, etc) and use an AI to search through them.




  • For anyone defending the dev ensure you have the version before this patch and run systemd-tmpfiles --purge just a heads up, it will delete your home because /usr/lib/tmpfiles.d/home.conf exists and lists your home as a temporary file. This is a HUGE issue, tmpfiles.d default behavior is to list /home as a temporary dir, that should NOT be the case. Their fix is also sort of bullshit, instead of removing home as a tmpdir they made it so that you need to specify which files to purge.


  • If you lost access to the email and forgot the password you can’t demonstrate to the support person that you are who you say you are. If support people changed your password under those conditions then the system could be abused to reset random people’s passwords. Also you don’t know if your username/password still worked, if those credentials were leaked anyone could have changed your password, and Minecraft old auth system leaked a few username/passwords, I remember having a list of them that I used to introduce people to the game (obviously I never changed anyone’s password, but there are plenty of douchebags out there)

    BTW I never said this isn’t an issue, IMO they should keep a DB and allow the migration indefinitely, so it is shitty of them to put a time limit on it. But if you lost access to the email for that account I can understand them not allowing the migration, part of activating an account is usually validating the email address, so whoever owns your email address now gets to own that account.