Live data from Hacker News

Viewing profile — syaramak

syaramak

HN member
Joined
Mon, Jul 04, 2011, 8:56 AM UTC
HN karma
20
Public activity
17 items

About syaramak

No profile information was provided.

Recent public activity

  1. comment
    Comment #8625627

    Great comment. I just read a book called Ten Kings. It's loosely based on a small portion of the Vedas that talks about the 'tribes' in the indus valley region and the constant war…

  2. comment
    Comment #7218542

    Slightly off topic, but is there a mobile friendly version of this site?

  3. comment
    Comment #6886300

    Was curious about this and checked with Netcraft. Looks like HN is using CloudFlare's CDN. Not sure if the origin server is on FreeBSD.

  4. comment
    Comment #5659066

    Not open source, but you might want to check out PrinceXML. It is really good.

  5. comment
    Comment #4785125

    Yet another good book is Algorithm Design by Jon Kleinberg, Éva Tardos. What I like most about this book is that it contains tons of interesting, real-world examples and exercises …

  6. comment
    Comment #4525362

    The biggest gripe I have with single-letter variable names is that they invariably require mental translation to their full names before anyone can understand how they're being use…

  7. comment
    Comment #4458532

    It's on Limelight's CDN www2.nissan.co.jp is an alias for nissan.vo.llnwd.net.

  8. comment
    Comment #4142120

    I believe that'd be a non-issue since the "i" is always preceded by an "Esc".

  9. comment
    Comment #4003388

    All the best, Colin.

  10. comment
    Comment #3835491

    Uh? I just tried it and it works without blowing up. Prelude> 2 == 2.0 True

  11. comment
    Comment #3788445

    Ditto on both counts! Started out on an XT (I think) writing Basic. It's been 20 fascinating years.

  12. comment
    Comment #3655235

    Great project. I really hope Elixir takes off. I can try to convince my bosses that the transition from Ruby to Erlang isn't going to be syntactically hard :)

  13. comment
    Comment #3416257

    Fully agree. The rules have to be versioned and validated. In fact in our use case we have to go a step further and have another dimension to support validation - the notion of the…

  14. comment
    Comment #3416158

    We are trying to build a system that describes pricing rules for a set of products. After thinking about it for a while we have decided to use a table driven approach for capturing…

  15. comment
    Comment #3388625

    I'm curious to know if this is because Haskell doesnt support nulls or is there something else that makes it better at catching type errors.

  16. comment
    Comment #3102237

    Some of the vendor facing systems I worked on definitely were not on AWS by the time I left in 2008. And there wasn't any plan on the map to migrate them at the time. But that was …

  17. comment
    Comment #3069474

    > The golden path involves preemptive multitasking with little-to-no shared state. Erlang (and probably some other languages) seems to have taken this approach.