Live data from Hacker News

Viewing profile — Afty

Afty

HN member
Joined
Mon, Nov 07, 2016, 3:07 PM UTC
HN karma
2
Public activity
6 items

About Afty

No profile information was provided.

Recent public activity

  1. comment
    Comment #44800594

    What happens if the origin changes? Suppose I have a passkey for Twitter.com, and now the site is named X.com? Is there some way to migrate the passkey?

  2. comment
    Comment #40520008

    That statement about not being a supported Google product is just boilerplate that they make you put on Google open source products. I wouldn’t read much into it. I say this as an …

  3. comment
    Comment #12892064

    You're getting some flack for this, but I agree with you based on what we've seen with Error Prone. The people who design programming languages are human, and they make mistakes. U…

  4. comment
    Comment #12891789

    We package a specific revision of javac and use it for Error Prone. Currently this is a ~year old version of javac 9, which means that: 1) You have to execute your compiler on JDK …

  5. comment
    Comment #12891714

    The standard annotation processing APIs don't provide enough information to do the analyses we want to do, so we do hook into javac internals. It does require a lot of effort to ke…

  6. comment