Viewing profile — moviuro
moviuro
HN member- Joined
- Thu, Oct 09, 2014, 9:28 AM UTC
- HN karma
- 2,339
- Public activity
- 633 items
- HN profile
- View on Hacker News ↗
About 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
-
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…
-
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?…
- story
- story
- story
-
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…
-
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
-
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…
- story
-
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 …
- story
-
comment
Comment #37921402
See the explanation on the blog itself [0] [0] https://joshcsimmons.com/post/H4sIAAAAAAAA%2F3xV227cRgx911cQ...
- story
- story
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
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…
- story
- story
-
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…
-
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.…