• 0 Posts
  • 167 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • notabot@lemm.eetoScience Memes@mander.xyzIt hurts me.
    link
    fedilink
    English
    arrow-up
    8
    ·
    7 days ago

    Isn’t one of the main issues with carbon-monoxide that hemoglobin preferentially binds with it over oxygen, and so it doesn’t get expelled from your bloodstream via your lungs? You can tolerate quite large doses with little more than a headache, so I doubt you could overdose from internally generated amounts, but a large enough dose dangerously reduces your blood’s oxygen carrying capacity.




  • notabot@lemm.eetoLinux@lemmy.mlVPS encryption
    link
    fedilink
    arrow-up
    16
    ·
    2 months ago

    It depends what you want to do with it. If it’s just for storing files/backups then encrypt them before uploading and make sure the key never goes anywhere near the VPS. If it’s for serving up something like a simple website, you probably care more about data integrity than exfiltration, so make sure you have the security, including selinux or equivalent, locked down, and regularly run integrity checks. If it’s for running something interactive, or where data will be generated or downloaded to the machine, you’re out of luck, there’s no even theoretical way of securing that against an adversary with that much access.






  • notabot@lemm.eetoScience Memes@mander.xyzSlapping Chicken
    link
    fedilink
    English
    arrow-up
    21
    ·
    2 months ago

    One must also consider the thermal conduction of the chicken. Slapping it, either once or multiple times, on a single area will impart energy to that area, raising the temperature there, but it will take time for that to disperse throughout the fowl. Thus will inevitably lead to the slapped area/areas being overcooked and the rest being dangerously undercooked. Losses to the environment must additionally be taken into account unless sufficient insulation is employed to mitigate this.



  • Look, I’m not attacking them over this, as you rightly said, it has plenty of other drawbacks and concerns, I’m just emphasising that Google do have a large degree of influence over them. For instance, Chromium is dropping manifest v2 support, so Brave pretty much has to do the same. They’ve said that, as Chromium has a switch to keep it enabled until June (iirc) they’ve enabled that, but after Chromium drops manifest v2 the most they can do is try to support a subset of it as best they can. The Brave devs may not want to drop support, but Google have decreed it will be dropped, so they end up dropping it and having to put in extra work to keep even a subset working for some period of time.

    If Brave gets even a moderate market share, Google will continue to mess them around like this as they really don’t like people not seeing their adverts.

    Ultimately it’s software, so the Brave devs can do pretty much whatever they want, limited by the available time and money. Google’s influence extends to making that either easier or harder, it much the same way as they influence the Android ecosystem.


  • They seem to have two levels of furniture; the flimsy, mostly made of particle board/cardboard and hope stuff, and the solid wood stuff. The latter is as robust any anything you’ll get elsewhere, even assembled, just easier to get home and takes some assembly. I suspect it’s mostly that that lasts, although even the lightweight stuff holds up well if you’re carefully with it.




  • No no, they’re getting a used car and paying for it from the secret trust fund the government set up for them, so they’re really not too worried about the ‘price’. See, you just present your indorced 1099a form with a piece of silver taped to it, and signed in red at 45 degrees along with the coupon from the purchase order stamped with your official ‘citizen of not here’ (or whatever it is today) stamp and it just works out. Obviously.

    I actually feel uncomfortable having typed that out.


  • It’s a non-starter for me because I sync my notes, and sometimes a subset of my notes, to multiple devices and multiple programs. For instance, I might use Obsidian, Vim and tasks.md to access the same repository, with all the documents synced between my desktop and server, and a subset synced to my phone. I also have various scripts to capture data from other sources and write it out as markdown files. Trying to sync all of this to a database that is then further synced around seems overly complicated to say the least, and would basically just be using Trillium as a file store, which I’ve already got.

    I’ve also be burnt by various export/import systems either losing information or storing it in a incompatible way.



  • It’s been years since I had to admin Windows servers, but I was quite impressed with the number of MS products where the install and configuration tools would output the Powershell commands to carry out the changes you’d asked for. It made it quite a lot easier to automate. I’d love to see that paradigm catch on more widely, with the GUI and CLI having the same functionality and the GUI giving you the commands to run.