• 2 Posts
  • 13 Comments
Joined 3 months ago
cake
Cake day: March 17th, 2025

help-circle


  • Depends on the conditions, I’d say. If you have an area that has low oxygen and high saline concentration, one could potentially preserve large parts of the carcass. A big challenge though is the substances brought by the carcass itself, like enzymes and bacteria that are not directly exposed to the oxygen-deficient saline-abundant water, which can thrive and remain active for a long period of time. However, if this carcass sinks to incredible depths, where the pressure is really high, temperature is a constant 4 degrees, very low concentration of scavengers or thriving organisms, and potentially sinks a bit into the sediment for a long time, you’ll essentially get pickle juice fossil fuel.




  • Depends on the level of technology you’re willing to go to:

    Smart phones today you’re probably all out of luck, whether it’s Google’s Android, Huawei’s HarmonyOS, or Apple’s iOS. Same with any desktop PC.
    Dumb phones without internet connectivity, like the Mudita Pure, can get you pretty far, but as you’re making calls and sending texts through your telecall provider, your provider might use that data for training purposes still.

    For other technological devices, like fitness trackers, TVs, cars, fridges, or any IoT device really, that somehow either connects to internet or syncs to a device with such capability (your phone) in order to phone home, you’re likely out of luck.
    Dumb devices, like mechanical timepieces, monitors, and “normal refridgerators” can get you pretty far, but remember that your purchases of these things, along with all the metadata of those purchases, might also be tracked and trained on.





  • The big one for me is grep/ripgrep. I’m a dev, so there are often times I need to search the contents of files to figure out where something obscure is mentioned. This is also possible on Windows, but as with most things on Windows, it’s slow.

    The second mention-worthy thing is, oftentimes in conjunction with grep, is piping! It’s so enjoyable for me to find the files/content, pipe it to anything (sometimes through xargs and/or tee), so that I can replace the text en-masse with sed, remove all junk files that match a certain parameter with rm, and generally automatically act upon something that I don’t have to manually look for.

    Although I’m a dev mainly on Windows, I’ve installed WSL as a compromise, and quite often find myself using its bash to perform tasks like the ones mentioned above.





  • I love the blunt title of “… for Windows 10 Exiles”, though I wonder if it will rub people the right or wrong way when reading it.

    Now, don’t get me wrong, but all the hype around the so-called “apocalyptic” October 14 feels a little overblown.

    I agree somewhat - the date itself is not that big of a deal, as it’s just a date that Microsoft has set in order to have a spesific time to keep as a reference for when they have their last support push for Windows 10:

    Windows 10 will reach the end of support on October 14, 2025. At this point technical assistance, feature updates and security updates will no longer be provided.

    This doesn’t mean that it will immediately be defunct or a serious security risk. But from this point on, the more time that passes, the higher is the likelyhood of security holes being found (and used), that will not be patched.

    Windows 11 has proven itself to have - a - lot - of - anti-features. Being forced to choose between having to deal with those, or change the entire system which you’ve grown so very used to, can be a rather difficult decision for many. KDE trying to ease the transition I think is appreciated by many who find themselves stuck in this choice. Or at least to give Linux a try.