Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

  • 13 Posts
  • 382 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • Batteries catch fire. Very large ones, or many cells together can mean a very hot, very dangerous fire, with the occasional violence of a cell bursting.

    Being in close contact with something like a phone when that happens would cause burns, but they don’t “explode” with very much force. (Relatively speaking. You wouldn’t get lethal fragmentation for example, I don’t think)

    The note 7 batteries didn’t really go boom in the way an actual explosive does, though the reaction is a sudden and fast release of thermal energy, its not that much energy in terms of explosive devices.

    So no. You can’t “hack” a phone and turn it into a bomb using just the hardware that is already inside. You could start a fire, and that could be deadly, but as an explosive device the battery in most phones is not that potent.




  • This is a very, very bad idea.

    SSDs are permanent flash storage, yes, but that doesn’t mean you can leave them unpowered for extended periods of time.

    Without a refresh, electrons can and do leak out of the charge traps that store the ones and zeroes. Depending on the exact NAND used, the data could start going corrupt within a year or so.

    HDDs suffer the same problem, though less so. They can go several years, possibly a decade, but you’d still be risking the data on the drive but letting it sit unpowered for an extended time.

    For the “cold storage” approach you should really be using something that’s designed to retain data in such conditions, like optical media, or tape drives.










  • MentalEdge@sopuli.xyztoAsklemmy@lemmy.mlwhat should we call cake day?
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    edit-2
    27 days ago

    But you DO act as if people won’t just bring over whatever they personally liked. As if there’s some debate to be had, and a kind of consensus to be reached about not doing so with stuff people like you arbitrarily consider “valueless”.

    Even within your own framework of “value” can you really argue that something lots of people like, that doesn’t really cost anyone else anything, is somehow detrimental enough to oppose?

    And who the fuck cares if it’s shallow? Positive online interaction is positive online interaction. How the hell do you come to the conclusion that having less of THAT would be an improvement?


  • MentalEdge@sopuli.xyztoAsklemmy@lemmy.mlwhat should we call cake day?
    link
    fedilink
    arrow-up
    5
    arrow-down
    4
    ·
    edit-2
    28 days ago

    Ok. So you’re saying your disillusionment should apply to everyone?

    If you can’t have fun with it, no-one else should get to?

    I was on Reddit for over a decade. Seeing people make posts to celebrate their anniversary for joining the platform was never stale.

    Tolerating something a lot of people clearly have fun with costs you nothing, and trying to shut it down as “pointless” and “not fun” is such old man yelling “stop playing on the park lawn” type bullshit.







  • I’ve gone through several installs (mint, neon, vanilla, tumbleweed, manjaro). The distro I’ve ended up sticking with has been EndeavourOS.

    For three simple reasons:

    • when I want to install something, someone has usually already put in the work and made it easily available on the AUR
    • if something breaks, there is an easy way to recover as long as you set it up in advance (snapshots)
    • bleeding edge, you get updates quickly, latest KDE, latest kernel, latest everything

    Basically, the low ease of use of arch is addressed by EndeavourOS, and its “instability” is addressed by timeshift. All you’re left with is how easy it is to get your system to run whatever you might want it to run.

    What I did is install EndeavourOS with btrfs, then first thing run sudo yay -S pamac to install a GUI for managing software discovery, installation and updates.

    Next, timeshift, timeshift-systemd-timer and timeshift-autosnap. The systemd package enables timeshift to maintain scheduled snapshots, and the autosnap package automatically creates snapshots whenever you install or update something, so you can always go back to right before changing your system.

    Run timeshift to set it up, and you’re good to go.