Live data from Hacker News

Viewing profile — andreaf

andreaf

HN member
Joined
Fri, Aug 22, 2014, 8:10 AM UTC
HN karma
1
Public activity
2 items

About andreaf

No profile information was provided.

Recent public activity

  1. comment
    Comment #8211294

    For clarity, let me make a comparison with the JVM. On the JVM, when one requires a class in a package, it is up to a classloader to find it. The default classloader will look up t…

  2. comment
    Comment #8211293

    I am a little confused about how Duo actually transforms dependencies into JS values. When I write, say, var uid = require('matthewmueller/uid'); as in the home page example, what …