Live data from Hacker News

Viewing profile — moviuro

moviuro

HN member
Joined
Thu, Oct 09, 2014, 9:28 AM UTC
HN karma
2,339
Public activity
633 items

About moviuro

I'm a cybersecurity engineer, an Archlinux and FreeBSD user. I write some things you might find not-so-useless at https://try.popho.be ; as well as code on https://gitlab.com/moviuro and https://git.sr.ht/~moviuro

[ my public key: https://keybase.io/moviuro; my proof: https://keybase.io/moviuro/sigs/SORQVrWsris9gTK1VNIxMBB8nbS1pKzIU1UzhKxa2tM ]

PGP 0x2cd96fee343c6799b9ceafad62009a2e0c22d9ab

GIT/CS d++(-) s+: !a C++ UB++L++ P L++ E- W++ N? o? K? w- O? M- V? PS+ PE- Y+ PGP++ t+@ 5? X R tv-- b++ DI D G e+++ h(---) r++ y?

Recent public activity

  1. comment
    Comment #47629045

    That sounds like a lot of extra steps. How do I validate the authenticity of a signing request? Should my signing machine be able to challenge the requester? (This means that the C…

  2. comment
    Comment #47628040

    All those articles about SSH certificates fall short of explaining how the revocation list can/should be published. Is that yet another problem that I need to solve with syncthing?…

  3. story
  4. story
  5. story
  6. comment
    Comment #40106794

    Search forums local to your country and write documentation on how to use Linux or BSD as a modem. For OpenBSD on Orange France FTTH: https://lafibre.info/remplacer-livebox/remplac…

  7. comment
    Comment #39312761

    OpenBSD's team has already reacted and added Word to OpenBSD * https://marc.info/?l=openbsd-tech&m=170742832804260&w=2 * https://news.ycombinator.com/item?id=39309638

  8. comment
    Comment #39277929

    Unbound with tags? * https://unbound.docs.nlnetlabs.nl/en/latest/topics/filtering... * https://try.popho.be/securing-home3.html * https://git.sr.ht/~moviuro/moviuro.bin/tree/master…

  9. story
  10. comment
    Comment #38770413

    It's a very rare race condition, odds are very low that you were impacted. If you were, you would have noticed (heavy builds with files being moved around where suddenly files are …

  11. story
  12. comment
    Comment #37921402

    See the explanation on the blog itself [0] [0] https://joshcsimmons.com/post/H4sIAAAAAAAA%2F3xV227cRgx911cQ...

  13. story
  14. story
  15. comment
    Comment #37261798

    > The signals required a lot of patience to learn and I'm not entirely sure I still understand them. Chain signals before an intersection; regular signals after those, and on the t…

  16. comment
    Comment #35730498

    > they lose the master password The threat model for every lambda user having a password manager does not cover breaking and entering[0]: they should write down their master passwo…

  17. story
  18. comment
    Comment #35066711

    It's only now added as an interactive step in the install script. It has ~always been possible to create a crypto device with the install medium by dropping to a shell: https://www…

  19. comment
    Comment #35058464

    > You can stack storage to your heart's content Unless you actually hit the maximum your building can sustain (heat, volume). Building datacenters is incredibly expensive, so reusi…

  20. comment
    Comment #35055177

    As specified when activating MFA, did you download (and print) your backup codes? If so, use them to re-enroll a new device into MFA. If not, you can try reaching out to customer s…

  21. comment
    Comment #34308314

    To make use of one different key per host, you can use some ssh_config(5) magic[0]: IdentityFile ~/.ssh/keys/%h See also https://try.popho.be/ssh-keys.html , discussed: https://new…

  22. story
  23. story
  24. comment
    Comment #34016977

    Which cannot be automated, AFAICT. I'm syncing pictures of 4 GooglePhoto accounts twice a week each on a machine at home. Fire and forget. But yeah, Google takeout can be done once…

  25. comment
    Comment #34016578

    Before this happens to you too: rclone[0] can be used to sync (or pull) data from Google's services to a local machine. It's pretty slow, but it "just works"^TM [0] https://rclone.…