• 0 Posts
  • 468 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle







  • I keep seeing this claim, but never with any independent verification or technical explanation.

    What exactly is listening to you? How? When?

    Android and iOS both make it visible to the user when an app accesses the microphone, and they require that the user grant microphone permission to the app. It’s not supposed to be possible for apps to surreptitiously record you. This would require exploiting an unpatched security vulnerability and would surely violate the App Store and Play Store policies.

    If you can prove this is happening, then please do so. Both Apple and Google have a vested interest in stopping this; they do not want their competitors to have this data, and they would be happy to smack down a clear violation of policy.



  • I have a different Boox product, the low-end Poke Lite (I think version 4?).

    Pros:

    • E-paper display is easy on the eyes
    • Customizable backlight temperature and brightness
    • Runs arbitrary Android apps
    • Battery for days
    • Can install open-source reading apps like Librera
    • Still receiving software updates after a few years

    Cons:

    • Only runs Android 11
    • Installing Google Play requires jumping through some weird hoops, because it’s not Google certified. I recommend using F-Droid instead, or using a throwaway google account to avoid this security liability.
    • Built-in apps kind of suck in general
    • Home screen strongly pushes their own ecosystem, shoving regular Android apps into a different section
    • Most apps look like ass on a B&W display
    • Most apps look like ass on a 4:3 display (not applicable to the Palma)
    • The various display refresh modes are unintuitive

    The newer models, from what I understand, use faster-refreshing display tech, and some even support color.








  • Probably ~15TB through file-level syncing tools (rsync or similar; I forget exactly what I used), just copying up my internal RAID array to an external HDD. I’ve done this a few times, either for backup purposes or to prepare to reformat my array. I originally used ZFS on the array, but converted it to something with built-in kernel support a while back because it got troublesome when switching distros. Might switch it to bcachefs at some point.

    With dd specifically, maybe 1TB? I’ve used it to temporarily back up my boot drive on occasion, on the assumption that restoring my entire system that way would be simpler in case whatever I was planning blew up in my face. Fortunately never needed to restore it that way.