Viewing profile — zarvox
zarvox
HN member- Joined
- Sun, Jul 31, 2011, 11:26 PM UTC
- HN karma
- 164
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About zarvox
https://zarvox.org/
[ my public key: https://keybase.io/zarvox; my proof: https://keybase.io/zarvox/sigs/lUfvaxT9LCrBL0TUxVtQHccXolBUz7v7GLAkqgbtm5w ]
Recent public activity
-
comment
Comment #25654812
https://media.ccc.de/v/27c3-4087-en-console_hacking_2010
-
comment
Comment #17222221
It's substantially less risky, less invasive, and easier to do in parallel with other ongoing feature development than a port to another language would be. It's much easier to get …
-
comment
Comment #17202848
Not yet (still incomplete) but I'd be happy to drop you a line if/when that changes - send me an email?
-
comment
Comment #17191624
I've recently been building an IRC bouncer and webapp with Actix, and it's been really smooth sailing so far -- excellent documentation, extensive examples, and everything I've tou…
-
comment
Comment #12802428
My impression is that bus1 appears to have taken the (copious) feedback from the kdbus debacle and actually applied it and looked at other platforms' IPC to build a novel IPC syste…
-
comment
Comment #11677751
Submitted this to Our Incredible Journey [1] which documents a long string of services shut down post-acquisition. [1]: http://ourincrediblejourney.tumblr.com/
-
comment
Comment #10493707
For folks looking for escape rooms all over the world: take a look at http://escaperoomdirectory.com/
-
comment
Comment #10357374
http://www.freedesktop.org/wiki/Software/systemd/TheCaseForT... In short: because having things in /usr is equally compatible, and makes some useful things like atomically snapshot…
-
comment
Comment #9985530
Relevant thread from the designers of Cap'n Proto and Flatbuffers from around the date of the Flatbuffers release: https://news.ycombinator.com/item?id=7901991
-
comment
Comment #9677003
Perhaps, but even a single database alone doesn't ensure atomicity. For instance: suppose you're deactivating a user. You've got a user table, with an id column and a "deactivated"…
-
comment
Comment #9676696
Indeed. CRUD apps (which I'll argue are the vast majority of applications) are easier to write, easier to understand, and easier to make have the behavior users expect when there's…
- story
-
comment
Comment #8484537
There's also pastebinit, which is packaged by at least the major distros and supports multiple pastebins. http://launchpad.net/pastebinit
-
comment
Comment #8469076
The nicest things about error handling in this manner are that any function that has a error condition makes it clear in the function signature, and any time you call a function th…
-
comment
Comment #8363114
I'm in the same boat - I wind up in a situation where I find myself missing the features, stability, coherance, and integration of systemd at least once a week in my day job, where…
-
comment
Comment #8051664
Thanks for the detailed reply! I agree that there are certainly a number of tradeoffs involved, and reading the design goals you linked, I see that (in particular) the desire to be…
-
comment
Comment #8050880
Moxie's criticism of portknocking implementations [1] has several facets that apply to fwknop. I would not recommend using fwknop in general. Unrelated to security, but practical e…
-
comment
Comment #7759338
Not terribly, at first glance. Crypto generally uses fields with no subfields and large characteristic, whereas these attacks seem to generally be limited to fields with subfields …
-
comment
Comment #6743812
I really like Mozilla's recommendations, which are detailed, explicit, and well-justified: https://wiki.mozilla.org/Security/Server_Side_TLS#Recommende...
-
comment
Comment #6576377
Update from https://status.digitalocean.com/ : Networking Issue in NY1 Facility At this time, we are currently investigating an issue in our NY1 facility. We are working to determi…
-
comment
Comment #6576347
As of this posting, https://www.digitalocean.com/login is returning CloudFlare's "Always Online" cache. I just got woken up by two of our boxes being unreachable, but one of my oth…
- story
-
comment
Comment #5484763
Cert pinning only makes sense if you happen to trust multiple CAs, but want to stick to the cert issued by one particular one. We only trust one CA, and each issued cert is bound t…
-
comment
Comment #5484695
A proper writeup is in the works, but to cover the basics: we know not to implement our own crypto. :) Passwords: we apply scrypt() before any use or storage. We never store the pl…
-
comment
Comment #5484523
Yes, we use NAT traversal techniques where possible on the WAN, and direct TCP connections over the LAN.