Viewing profile — chrra
chrra
HN member- Joined
- Fri, Oct 19, 2012, 10:56 PM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About chrra
No profile information was provided.
Recent public activity
-
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.
-
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 …
- comment
-
comment
Comment #5976419
So it goes.