Viewing profile — DorothySim
DorothySim
HN member- Joined
- Sat, Feb 04, 2017, 10:07 PM UTC
- HN karma
- 47
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About DorothySim
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #14909661
> For example, IIRC NetBSD required new developers to meet with one or two existing developers in person to verify their identity. (Pretty much like a regular PGP WoT.) Debian also…
-
comment
Comment #14909345
> What I'd really like to see is a JS implementation of the "dynamic" features like diffing That's possible. I've made something like that (dynamically fetching git info via dump H…
-
comment
Comment #14598371
But if you don't provision the device yourself how can you be sure it hasn't been tampered with in a way that just displays "bootloader OK, everything good" but in the mean time it…
-
comment
Comment #14598329
Interesting design. As far as I understood from old papers client certificates are used only to identify the device while user authentication is handled differently. Could you elab…
-
comment
Comment #14597930
They also take into account the state of the machine you're working on. So locked bootloader and probably a client cert in TPM-like component, plus "device health". Client certs al…
-
comment
Comment #14597723
I think the only restriction is working on Google approved hardware so no BYOD there. (Disclosure: not a Google employee).
-
comment
Comment #14452160
For people interested in specs, here's the link: https://www.greenbytes.de/tech/webdav/draft-ietf-httpbis-cac...
- story
-
comment
Comment #14365801
The "Online Demo" button brings me to the download page. Is this a bug?
-
comment
Comment #14348144
I suggest returning 404 Not Found instead of 422 Unprocessable Entity on failed GETs: https://jsonbin.io/b/2342342 as well as Content-Type: application/json instead of current text…
-
comment
Comment #14300470
> C# and Java allocate objects to the heap and primitive types to the stack by default (...) Note that it only applies to local variables. If you have a primitive inside an object …
-
comment
Comment #14273130
Looks very good and I like that they have a screenshot right on the home page. I wish there was an anonymous instance to try it out without the tedious login process...
-
comment
Comment #14273032
I've used a simple iptables approach to redirect traffic to new Docker container: iptables --wait --table nat --append PREROUTING --protocol tcp --dport 80 ! --in-interface docker0…
-
comment
Comment #14272986
Also relevant: https://vimeo.com/110554082
-
comment
Comment #14272978
Note that it is about TLS client certificates so it's not as widespread as it seems (unless you use these certs of course :) ).
-
comment
Comment #14194159
Probably yes. Sending scores in HTTP requests is such a low-hanging fruit for exploitation. A friend of mine was responsible for scoring system on games. As they had some real awar…
- story
-
comment
Comment #14137986
Wow, very nice! I think this comment on issues is also relevant: https://github.com/Microsoft/vscode/issues/1031#issuecomment...
-
comment
Comment #14125854
...or Thunderbird (Enigmail) for people that like GUIs.
-
comment
Comment #14125825
> For hostkeys on DO you can probably get a script to run that'll request a signed certificate from a server you own. Or just embed the signed host certificate in cloud-init.
-
comment
Comment #14096565
You are not required to use SSL to do hello world. You are required to use SSL if you want to use HTTP2 (yes, I know about h2c).
-
comment
Comment #14087859
According to this [0] they are related ("SRP is related to Diffie-Hellman."). [0]: http://web.archive.org/web/20130407190430/http://chargen.mat...
-
comment
Comment #14087227
CVE disclosure list: oss-security@lists.openwall.com (unfortunately since Mitre stopped taking bug reports via e-mails it's not as active as it has been).
- story