Viewing profile — 102030485868
102030485868
HN member- Joined
- Thu, Aug 13, 2015, 5:36 PM UTC
- HN karma
- 50
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About 102030485868
No profile information was provided.
Recent public activity
-
comment
Comment #43191290
> My experience with modality is that almost every time I want to do something I'm in the wrong mode. Vim tells you the mode though! Insert -> Normal/Visual: ESC, Ctrl+c, or Ctrl+[…
-
comment
Comment #32232485
our federal industry minister and rogers execs answer some questions: https://www.cpac.ca/episode?id=84243ade-0b57-45f6-8144-c4d62... i feel like there's a lot of passing the buck …
-
comment
Comment #15294806
"distribute and sell": but what if I just want to distribute? Oxford commas are important. See: https://www.nytimes.com/2017/03/16/us/oxford-comma-lawsuit.h...
-
comment
Comment #15188602
Give me a sphere and I'll do it! Two parallel lines though....
-
comment
Comment #14672020
I interpreted that as, "Concurrency is a bitch...".
-
comment
Comment #14496545
Both GnuPG and Signal are great projects, but GnuPG has a different use case from Signal. You should, ideally, try to fund improvements to both projects.
- comment
-
comment
Comment #13240213
It hurts to type sometimes. Typing at work isn't really an issue since I have an ergonomic keyboard, but big side projects can sometimes hurt. ? is far easier and faster to type th…
-
comment
Comment #13115937
Hah: http://i.imgur.com/YphQVru.png
- story
-
comment
Comment #12047326
That's changing now, thankfully. Most people at the company I work for use Clojure every day.
-
comment
Comment #12047317
Unless you specifically tell the JVM otherwise using the -Xmx flag. See: https://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/jrd...
-
comment
Comment #11830404
Given that you use/run a sync node.
-
comment
Comment #11522188
I can understand why there hasn't been much movement in the SMTP world. SMTP is pretty hard to get right, as is maybe hinted at by the many RFCs. You really don't want to be making…
-
comment
Comment #11380888
I can't see this ending well for Oracle.
-
comment
Comment #11292447
Ah. This reminds me of a great discussion that happened over at the Rust Internals forum about which markup language to use for documentation. [0] tl;dr: Markdown won. [0]: https:/…
-
comment
Comment #11249848
As opposed to every new member having to figure out this new project? Documentation is your best bet. It would be better to teach students about things that are currently being use…
-
comment
Comment #11119643
Woah, I didn't know that is a thing. Thank you! It seems as if symbol versioning in Rust is nicer than in C. I'll have to play around with that a little bit. I'm hoping I never to …
-
comment
Comment #11110802
I'm not sure how likely that'll be. It's definitely possible, but I think there are going to be a few hurdles. The main one being, symbol versioning. This is important if you expor…
-
comment
Comment #10679900
I did something similar to this a few months ago using nginx, rtmp, and vlc in hopes of making an HTML5 only streaming service. In the end, I found out that using a VM for transcod…
-
comment
Comment #10672938
The one the OpenSSL follows is documented here[0]. There's also the CVSS[1] which covers a broader scope. [0]: https://www.openssl.org/policies/secpolicy.html [1]: https://en.wikip…
-
comment
Comment #10672880
Hahaha, I'm amazed that the Rust developers were able to do that. Saying it was "quite a pain" is the understatement of the year.
-
comment
Comment #10563045
Such as?
-
comment
Comment #10533960
Some part of a key exchange needs to be out-of-band. Alice communicating to Bob what the hash of her public key is over the phone, in person, or otherwise is good enough. Doing tha…
-
comment
Comment #10342667
Why is it hazardous to use in practice?