Live data from Hacker News

Viewing profile — jroper

jroper

HN member
Joined
Mon, Oct 25, 2010, 5:42 AM UTC
HN karma
23
Public activity
12 items

About jroper

http://jazzy.id.au

Recent public activity

  1. comment
    Comment #29548424

    I think the pertinent part of the comment you're replying to was graalvm, not so much Scala. I was compiling a small Scala codebase that took 15 minutes to compile - most of that w…

  2. comment
    Comment #27545789

    With Akka Serverless, the mental model is that you are deploying entities, not code. Depending on the state model you select for a particular entity, Akka Serverless will shard or …

  3. comment
    Comment #21069443

    Number 3 - thinking in events instead of REST actions, can't be stressed enough. Of course, some things must be actions (or another for that is commands), and in those situations, …

  4. comment
    Comment #18977341

    I don't think Netflix puts their content on CDNs. A prerequisite for Netflix entering a country is whether AWS has a datacenter in that country (or for smaller countries, near that…

  5. comment
    Comment #17028849

    My company hires engineers wherever they are. We're only incorporated in a few countries, the way we work is to engage a firm whose business it is to be incorporated in many countr…

  6. comment
    Comment #11157396

    Since when does bending light require distorting the fabric of spacetime? All you need is two transparent materials of different densities, they don't have to be heavy, and you wil…

  7. comment
    Comment #10303186

    I like Play too.

  8. comment
    Comment #8278243

    If in doubt, order everything on the menu.

  9. comment
    Comment #6709244

    > and therefore no one (meaning the author) does X Quite the contrary. I (the author) have done a lot of asynchronous Java development using promises and other asynchronous constru…

  10. comment
    Comment #4939983

    Semantics aside, there is really no difference between performance in Scala and Java, equivalent code in both compiles to near identical byte code, save for a few niche optimisatio…

  11. comment
    Comment #4466200

    In some cases, client code could be written so that new actions can be discovered and utilised without any changes to the client code. There have been many cases when I've written …

  12. comment
    Comment #4421672

    I completely agree. I have noticed, programmers who can't touch type write very few comments and very little documentation. Communicating with them via email sucks because they can…