Live data from Hacker News

Viewing profile — differentials

differentials

HN member
Joined
Fri, Dec 16, 2016, 1:10 AM UTC
HN karma
12
Public activity
6 items

About differentials

No profile information was provided.

Recent public activity

  1. comment
    Comment #14289069

    If you used brew install handbreak between May 2nd and 5th, you downloaded the malicious version; - https://github.com/caskroom/homebrew-cask/commit/461af7672fa... The pull request…

  2. comment
    Comment #13199007

    Good question, I assume there is some way the compiler/runtime would dedupe these for the coder at compile time. However I don't honestly know enough about the Go internals... Hone…

  3. comment
    Comment #13199004

    Yes, you could in theory rename everything prior to compilation for obfuscation/space saving - similar to how (some) Java protections worked.

  4. comment
    Comment #13194996

    Everything get prefixed by the package namespace, so things pulled from github.com/group_name/package ends up looking like `github_com_group_name_package_class_funcname. This why w…

  5. comment
    Comment #13190847

    The https link should be working now, switched over to cloudflare. Thanks for the link though!

  6. comment
    Comment #13190379

    Author here... Link was submitted using https which I had not set up yet. Just switched over to a CF nameserver so it should be working shortly...