Live data from Hacker News

Viewing profile — perimo

perimo

HN member
Joined
Fri, Oct 11, 2013, 5:56 PM UTC
HN karma
9
Public activity
8 items

About perimo

CJ Carey, computer science graduate student at UMass Amherst.

Contact: perimosocordiae at gmail

Recent public activity

  1. comment
    Comment #17676923

    To get the best performance you typically want to know something about the sparsity structure of your problem. Do most nonzeros fall near the diagonal? Or do they clump into dense …

  2. comment
    Comment #12426350

    Same here. I've been searching for software that can simulate that accidental audio system monitor ever since, but so far I haven't found anything. Maybe I'll just have to write it…

  3. comment
    Comment #11535106

    If you're wondering why, the one town that managed to get fiber installed (Leverett) is relatively densely populated with UMass Amherst faculty.

  4. comment
    Comment #8347758

    For IPython-based profiling, I find the %timeit and %memit magic commands invaluable. This post has a good overview: http://pynash.org/2013/03/06/timing-and-profiling.html

  5. comment
    Comment #7523285

    I contribute to the Doppio JVM project ( https://github.com/int3/doppio ), which we initially wrote in Coffeescript. About 9 months ago, we decided to port the whole thing (~10kloc…

  6. comment
    Comment #7154114

    I kicked around with some JS manifold learning stuff[1] a while back for essentially the same purpose: practice in writing things from scratch, while making it easier for other peo…

  7. comment
    Comment #6901368

    If it's possible to integrate this with BrowserFS, you'd be all set: https://github.com/jvilk/BrowserFS/#browserfs

  8. comment
    Comment #6534864

    Shameless plug: this seems like a good application for Doppio: https://github.com/int3/doppio The whole JVM lives in the browser, so you don't need to rely on hacks to "sanitize" u…