• 8 Posts
  • 330 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle




  • solrize@lemmy.mltoAndroid@lemmy.worldKeep Android Open
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    17 hours ago

    Is there anything new and interesting on that site? Otherwise it starts to look like spam. Yes what’s happening with Android is terrible. We already know. Wake us up if there’s a new development. Otherwise either get ready to switch to a new OS or else to start installing apps via adb. Or maybe hope for a backlash after the switchover, but that won’t be known to happen until it’s actually observed. Continuing to gripe before the switchover is looking useless.



  • Which projects?

    Can you look at the source code in the repos and make any sense of it?

    Are there open issues connected to the repo, that you think you could make some headway with?

    If you have 0 experience writing code, I think contributing to an existing project isn’t a good way to start. Better to text a textbook and work through some exercises, and do a few small projects of your own, before trying to join an existing team where as a total newbie, you’ll be a burden. Note that “small project of your own” can involve forking something that exists and making your own changes or additions. That doesn’t require much attention from other people.

    Then, contribute once you feel you are ready to contribute.



  • LUKS is generally the least obstrusive once it is running, though setting it up the first time can be confusing.

    If you install Debian (or maybe other distros) from scratch, the installer offers to do it for you. Otherwise, basically,

    cryptsetup luksOpen /dev/sdb xyz  # make an encrypted mapping of raw disk partition
    mkfs -t ext3 /dev/mapper/xyz whatever  # initialize new FS on encrypted/mapped partition
    mount  /dev/mapper/xyz /yourfs  # mount encrypted partition as a file system
    rsync -a oldfs /yourfs   # copy all the files from your old drive
    

    The above is a basic strategy not something to cut and paste. Check the man pages for details, or ask here.

    How to quickly integrity check all files: hmm, I’ll think about whether there is a neat trick for that, otherwise md5sum everything and compare file by file using “find”.










  • This doesn’t make any sense. They say the subway platforms are too hot during the summer, which is true. Everything in NYC is too hot during the summer, including the platforms.

    Then they say that during the winter, they want to transfer heat from the subway platforms to buildings that can use the heat. How is that supposed to help with the platform temperature during the summer? It’s not especially hot in the subway during the winter either. So there’s no need to move the heat out.




  • What do you want to do with the HDD’s? I have a bunch of crap saved on mine, but nowhere near 12TB. Also I rent some drive space (Hetzner Storage Box) for server backups. That adds up over time but you don’t have to spend a big chunk all at once, and HDD prices might eventually drop again.

    Feel lucky that you want HDD rather than SSD. SSD prices have tripled or quadrupled while HDD has not even doubled, per the graph someone posted.