Live data from Hacker News

Viewing profile — dti

dti

HN member
Joined
Sat, Oct 03, 2020, 10:13 AM UTC
HN karma
23
Public activity
12 items

About dti

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38992441

    I see I may have been unclear — I was surprised they don't use protobufs (which one should be able to pass as-is without serialization to the locally-deployed component), but appar…

  3. comment
    Comment #38991260

    > trying to hide distribution The paper unfortunately hides that in reality you have to pass a context object in your RPC calls, hence there is no ambiguity whether you are calling…

  4. comment
    Comment #38991237

    ~2.5x when not co-located isn't bad either; and the beauty of it is that the programming model lets the runtime system perform these relocations, based on the application profile.

  5. comment
    Comment #38990960

    Regarding the comparison with RMI, the authors did mention it: > Java RMI use a programming model similar to ours but suffered from a number of technical and organizational issues …

  6. comment
    Comment #38990916

    Looks interesting. > The call to hello.Greet looks like a regular method call That’s a departure from how components interact in boq — an internal and widely used production platfo…

  7. comment
    Comment #31414886

    > it will have no chance in h* to last through the day My previous Xperia Compact, which is of about the same dimensions as mini, survived for a couple of days easily when new. > i…

  8. comment
    Comment #31414771

    > are easy to use one-handed without dropping Not necessarily. I bought an iPhone Mini expecting that it'd be comfortable to use in a single hand like my previous Xperia phone of e…

  9. comment
    Comment #29490872

    Also don't know how search works there, but the cross-reference functionality is powered by an open-source Kythe project: https://kythe.io/

  10. comment
    Comment #29489751

    You can try it yourself, e.g., the instance the Android team uses: https://cs.android.com/

  11. comment
    Comment #26141472

    There is a series of JEPs that add to OpenJDK a similar mechanism, class data sharing: - https://openjdk.java.net/jeps/310 - https://openjdk.java.net/jeps/341 - https://openjdk.jav…

  12. comment
    Comment #24933202

    Is Semmle, offering CodeQL language and LGTM service, and recently acquired by Github, doing a similar thing ( https://semmle.com/ )? If so, how does Semgrep compare to CodeQL? Edi…