back
user profile
eatonphil
24,200karma·4,492submissions·December 27, 2014
about
theconsensus.dev
recent activity (4,492 total)
comment
Added support for templating. Check it out: https://github.com/eatonphil/owebl/blob/master/examples/temp... …
comment
Great feedback. Record type for the http_response is a good idea. Right, I really wasn't sure at first how inclusions would work out so I went a little explicit. In some cases, I felt like it was…
comment
Definitely, top of my list.
comment
The main reason I wrote this is because I can't find a lightweight web framework for OCaml. I am familiar with ocsigen but I can't even figure out how to navigate around the website neverm…
comment
I definitely do need to start working with a stdlib replacement. I'm planning to move to Jane Street's Core soon. I'm still pretty new to OCaml so using functors was not immediately obv…
comment
Not that I don't believe, but can you provide a citation for that fact about Rust in parallel mode? I don't follow Rust too closely, but I hadn't heard of that. That is really interesti…
comment
Great points. I was being too vague. My biggest gripe was that I could only learn more of the syntax from the INRIA documentation. The books and OCaml websites definitely covered a lot of general pro…
comment
Looks just like heredocs[0] in every other language. Any difference? How does the implementation change from other node heredoc libs[1]? Syntax-level support? [0] http://tldp.org/LDP…
comment
The state of OCaml documentation is not great... I have had such a pain finding documentation. Generally, the only source for it is the French university that created/promotes it [0]. But even th…
comment
Are there any good (not too ranty) posts on the state of the quality, usability, overall viability of the Swift compiler right now?
comment
I wasn't around for it, but I feel like this same thing could be said for cross-platform compilers or VMs... Javascript is just newer. It seems like your argument in the second paragraph could be…
comment
Every time I hit CMD+OPT+SPACE on my MBP a system finder window keeps popping up. Did I miss something?
comment
Would this become more usable if it was natively supported by the web browser? Couldn't the browser take care of generating the keys and whatnot?
1 pts
comment
WeChat is extremely popular in China, which is why I bring it up. And as far as I am aware, QR is the ONLY way you can log in on desktop. Or I just haven't figured it out yet.
comment
"Mosh is a replacement for SSH". "The mosh client logs in to the server via SSH..." Huh? I'm confused. So is it a replacement or is it an abstraction?
comment
To be fair, the WeChat desktop client also requires that you scan a QR code from your smartphone to log in. I'm not defending WeChat, but it doesn't seem like the author knows WhatsApp is no…