...

sillystuff

1737

Karma

2021-08-14

Created

Recent Activity

  • Biden is an anti-abortion Catholic Zionist who wouldn't even do anything (but empty talk) to raise the minimum wage during high inflation. He enabled a genocide so his gods would reward him. I guess he would be a radical commie to the extreme far right. Nixon, JFK, LBJ and Lincoln, for example, signed into law actual left policies (whether they agreed with them or not-- none were lefties).

    Words have meaning. Someone a bit left of a Nazi is not on the Left even if they are to the left of the person speaking.

    The Democrats are a right-wing party. They spend more energy attacking the left than they do, the Republicans. Look at what they did to the center-left Sanders and their constant lawfare to keep left parties, like the Greens and Peace and Freedom, off the ballot and out of the debates (last election, the Greens spent half their campaign funds fighting these frivolous lawsuits from the Democratic party who seek to subvert democracy [Republicans attack anyone more left/darker than them, through voter suppression and other techniques to also subvert democracy]). There is very little daylight between the two. They serve the same masters, Oligarchs and Israel.

    The United States is also a one-party state but, with typical American extravagance, they have two of them. - Julius Nyerere

  • The US just finished divesting itself from its strategic helium reserve in 2024 due to the "Helium Stewardship Act of 2013"[1]

    But, now we have a strategic bitcoin reserve.

    [1] https://www.congress.gov/bill/113th-congress/house-bill/527

  • I believe LOS still does userdebug builds, so you get root over adb by default. It is pretty much impossible to create a usable local backup on official no-root Graphene builds with the recommended re-locked bootloader.

    I switched to Graphene with my new phone. It includes SeedVault which is unable to backup most of my apps and ADB backup works with even fewer (deprecated by Google). So only things I could sort of backup were apps that had their own config/data export options. The stupid, "we know best" restrictions from being able to copy between user profiles also made backup and restoring a PITA (upstream android stupidity, not Graphene specific) It was a few days later before I was back to where I was before having to restore stock OS to get a warranty repair (GrapheneOS does not include repair mode or some such thing that the Google service place required). If I was still on a rooted phone, it would have taken a few minutes to restore everything.

  • > As the decrypted key is in memory before the reboot, can’t it just be written to a know location in memory and have kexec be instructed to read it early on?

    I set up what you are suggesting (sort of anyway[1]) on a personal VPS to reboot after updates, that require one. I just generate an initrd in tmpfs that contains a keyfile[2] and kexec with that ephemeral initrd; The newest kernel can be found by looking at what the /boot/vmlinuz symlink points to. Been running this for years. It is 100% reliable, and simple. And, for the purposes of this box, secure enough.

    For remote unlocks from initial power on, Debian has had that since forever using keyscripts and dropbear in the initrd.

    [1] You could pull the key from memory, and use that to unlock the disk from within the generated initrd, but it would be more work than just setting up a keyfile in advance. It was my first thought as well.

    [2] Easiest way was to use a mount namespace to use a diff crypttab file that points to the keyfile, since cannot specify crypttab location when creating the initrd. E.g.,

      unshare --mount sh -c "mount --bind $CRYPTTAB_KEXEC $CRYPTTAB; mkinitramfs -o $kexec_initramfs  $kernel"
    
    (mkinitramfs is usually wrapped by update-initramfs, but calling it directly allows specifying a location)

  • > body cameras had no statistically significant impact on officer use of force, civilian complaints, or arrests for disorderly conduct by officers. In other words, body cameras did not reduce police misconduct . . . 92.6 percent of prosecutors’ offices in jurisdictions with body cameras have used that footage as evidence to prosecute civilians, while just 8.3 percent have used it to prosecute police officers[1]

    Cops control when the cameras are filming, if footage is retained and what/when/if footage is released. Body cams are just yet another surveillance tool against the population.

    [1]https://www.aclu-wa.org/news/will-body-cameras-help-end-poli...

HackerNews