Live data from Hacker News

Viewing profile — ecolak

ecolak

HN member
Joined
Tue, Feb 22, 2011, 3:56 AM UTC
HN karma
13
Public activity
30 items

About ecolak

No profile information was provided.

Recent public activity

  1. comment
    Comment #20096814

    As the author of the Android app, it's pretty interesting and exciting to see an article on this. The project was an attempt to save or at least document this language which might …

  2. comment
    Comment #11995833

    Thanks for these, but I'd still say "Don't forget Guava".

  3. comment
    Comment #11765523

    "Many developers look at NoSQL engines—such as MongoDB, Cassandra, Redis, or Hadoop" Noone uses Hadoop as a database. On the other hand, HBase which uses HDFS as underlying storage…

  4. comment
    Comment #11732467

    Nothing new here. As the article mentions, it's the Babelfish from the Hitchhiker's Guide to the Galaxy. I've wanted to build one myself since I read the book, but the fundamental …

  5. comment
    Comment #11530941

    I like the write-up, but I disagree with the reasoning to avoid STM. It sounds a lot like "avoid ConcurrentHashMap in Java". It's true that web applications mostly persist their da…

  6. comment
    Comment #11523593

    I like the fact that you tied the Watson api and the Telegram api together in a simple app, but it's a bit far-fetched to claim that "building intelligent bots is not too hard" bas…

  7. comment
    Comment #11044956

    What's a homocide?

  8. story
    Challenge Proposal for IBM Watson: Coming up with Lorenzo's Oil

    I would like to see IBM Watson come up with Lorenzo's oil with the medical literature that was available in 1986. Since the parents of a sick boy came up with this treatment, all o…

  9. comment
    Comment #10473255

    Loved reading the book.

  10. comment
    Comment #9773061

    Examples look great with Java 8. Very excited to try version 3.

  11. comment
  12. comment
    Comment #9741939

    No lander?? :-(

  13. comment
    Comment #9251708

    Appreciate the article and the similarities that you point out between Rust and Clojure but I would not say syntax is one of them.

  14. comment
    Comment #7380590

    Impala, imitating Google's Dremel, is specifically designed for OLAP scenarios with its columnar storage structure and the compression algorithms that go along with it. This is not…

  15. comment
  16. comment
    Comment #7212546

    Out of the ones you listed, Haskell would be the most difficult for sure. For quick prototyping though, like others mentioned, the tools around the language would make a bigger imp…

  17. story
  18. comment
    Comment #5744766

    "Haskell and LISP both have minimal syntax compared to C++, C# and Java". I agree that LISP does but I can't really say the same thing for Haskell, especially when you get into the…

  19. comment
    Comment #5399136

    23AndMe doesn't tell you much about your DNA actually, they can only tell you some things about already known variations. If you really wanna know everything about your DNA, you sh…

  20. comment
    Comment #5372871

    This is not news, this is something very basic related to direct navigation traffic vs. paid traffic. If 50% of traffic is through direct navigation (ppl typing www.yourcompany.com…

  21. comment
    Comment #4699287

    This guy also wrote great articles about Haskell and Erlang on defmacro.org. I wonder why they don't use any of that in RethinkDB.

  22. comment
    Comment #4661290

    The whole "protecting intellectual property" thing could work if it was possible to issue patents in an unbiased and consistent way but patent examiners are human beings and they d…

  23. comment
    Comment #4628805

    Yea, the people who actually build this stuff should have a greater say in whether it should be patented or not I think.

  24. comment
    Comment #4613290

    I don't think their big contract with Lockheed Martin should be a good indicator of actual quantum computing. What they built is probably optimized for some of the problems that Lo…

  25. comment
    Comment #4472561

    It sure is important but who is to say C-style syntax is better than Lisp-style syntax and vice versa. Obviously the NBL should have a sensible and consistent syntax but it has to …