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

help-circle


  • I like this sentiment, but giving the US intelligence apparatus what amounts to a veto for elected/appointed officials feels like a recipe for disaster.

    The only way I see that being workable is if the clearance grantors are transparently beholden to elected officials or the people directly. Which are essentially what elections and the congressional confirmation process are supposed to be. But both of those processes feel like they’ve been subverted. (Elections by the two-party system and the fact that half the population seems intent on electing a dictator, and the other by the senators/representatives that come out of that electoral system).









  • planetaryprotection@midwest.socialtoFuck Cars@lemmy.mlYes, also Teslas
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    11 months ago

    Yeah, I think the argument is that you shouldn’t need the cars to get people where they need to go. This can be addressed two ways: either we don’t use cars or we don’t need to go (as far).

    People should be able to travel with other modes that require less salt to deice, and cities could be built to not require cars for most trips. Salting sidewalks and bus lanes is better than salting those things plus roads and highways.

    It’s also worth considering that yes, people should be able to just stay home. People shouldn’t be at risk of losing their job/home because they couldn’t safely make it into work. Parents shouldn’t have to rely on school as daycare.

    I’d be curious to see if urban heat Island affects salt use. Maybe if we build dense enough, we don’t even really need salt to cover 99% of the population.






  • I at least had the cathartic experience of being told “hey we need to shut down EVERYTHING before 7pm because that’s when the email will turn off, so log into every service you know we use and delete it all.” And then I spent the next couple hours clicking every delete button I could.

    K8s clusters? Delete. Prod DB? Delete. Prod DB backups? Delete. S3 buckets? Delete. Cloudflare account? Delete.

    It was actually kinda fun.



  • In practice, I believe the private key should contain the public key (or at least sufficient data to recover it): https://superuser.com/questions/814409/gnupg-opengpg-recovering-public-key-from-private-key#814421

    I believe you only need your private key to sign files so, technically you only need to back up the private key, but you should test this to be sure it fits your use case.

    Depending on how you’re backing things up, and what your security goals are, remember that backing up a private key may involve putting that private key on somebody else’s computer - i.e. if you use a remote git repo, or cloud backup service, or even send the key to your own (different) machine over an insecure network. Make sure that you’ve got a way of securely backing up your private key, otherwise you may undermine the whole cryptography thing anyways :).

    As always, you should test by backing up your key(s) and then testing that you can actually restore them and successfully sign a file. Backups are only as good as the last time you tested restoring from them.