• 0 Posts
  • 88 Comments
Joined 11 months ago
cake
Cake day: August 25th, 2023

help-circle

  • If it’s in a sealed plastic bag it doesn’t go stale until long after it would have molded on the counter. I refrigerate mine because I buy Costco sized sliced bread and it takes me 2 months to go through it. If you toast your bread, the staleness is unnoticeable

    A lot of these things only need to be refrigerated to preserve flavor, not to stop spoilage. If you go through a bottle of ketchup in 3 months there is little benefit to refrigerating it, if it takes 3 years for you to finish it, it should probably stay in the fridge.

    Some peanut butter brands require refrigeration to prevent mould. Others recommend it because it stops the oils from separating. Brands like Kraft don’t require any refrigeration at all

    Refrigerating oil will stop it from going rancid, but I’ve only ever needed to do this with used deep frier oil

    Honey is just a hell no in the fridge









  • There are like 10,000 different solutions, but I would just recommend using what’s built in to python

    If you have multiple versions installed you should be able to call python3.12 to use 3.12, etc

    Best practice is to use a different virtual environment for every project, which is basically a copy of an existing installed python version with its own packages folder. Calling pip with the system python installs it for the entire OS. Calling it with sudo puts the packages in a separate package directory reserved for the operating system and can create conflicts and break stuff (as far as I remember, this could have changed in recent versions)

    Make a virtual environment with python3.13 -m venv venv the 2nd one is the directory name. Instead of calling the system python, call the executable at venv/bin/python3

    If you do source venv/bin/activate it will temporarily replace all your bash commands to point to the executables in your venv instead of the system python install (for pip, etc). deactivate to revert. IDEs should detect the virtual environment in your project folder and automatically activate it







  • The plaintiff(s) in a class action usually gets a pretty decent chunk - substantially more than the class members because they are the one’s doing all the work on the class’s behalf

    The payout for class members depends on the number of people who sign up, which generally depends on the burden of proof. If you need to provide a receipt the payout is generally much higher because it gets split up fewer ways. I’ve gotten class action payouts as high as $300 when all I had to do was dig up through my bank records to find out the date of a transaction, and as low as $2, when all I had to do was click a link and enter my email address


  • A couple of them fall into the “technically true, but misleading territory” - I’m sure the person handing this out couldn’t identify which though - broken clock right twice a day and all

    “Can you reverse effects” - no you can’t make your immune system forget how to work. Probably not what they are going for here though.

    “Risk of […] or other side effects?” - yeah the vaccines generally give people a headache and short lived fever symptoms

    “Have there been deaths?” - The astrazeneca vaccine had like a 0.000001% mortality risk (more likely to die driving to the pharmacy), and was pulled in many countries because that was deemed too dangerous. Person handing out the flyer has likely been parroting “mRNA vaccines cause blood clots” nonsense for years while being completely unaware that AZ was a traditional viral vector vaccine

    “Are there doctors recommending NOT taking it” - yeah, there are many notable anti-vaccine doctors, what they typically have in common is they earned their doctorate in computer science, social studies, or some other field that gives them no qualifications to talk about immunology