Live data from Hacker News

Viewing profile — chrra

chrra

HN member
Joined
Fri, Oct 19, 2012, 10:56 PM UTC
HN karma
2
Public activity
4 items

About chrra

No profile information was provided.

Recent public activity

  1. comment
    Comment #40167580

    There's install instruction under “How to Use” and example code in the .ipynb files. It's mostly geared towards TTS, but it seems to work with voice recordings too.

  2. comment
    Comment #7587341

    newtype X = X (IORef Int) instance Num X where fromInteger = X . unsafePerformIO . newIORef . fromInteger instance Eq X where (X a) == (X b) = unsafePerformIO $ do x a a == 1 && a …

  3. comment
  4. comment
    Comment #5976419

    So it goes.