Viewing profile — ricccardo
ricccardo
HN member- Joined
- Fri, Apr 12, 2013, 11:10 AM UTC
- HN karma
- 30
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About ricccardo
No profile information was provided.
Recent public activity
-
comment
Comment #37972730
I might be late to this, but I was wondering, do you use a special audio player for this? I've dabble with these kind of audio tracks in the past (although without the bone conduct…
-
comment
Comment #18633764
> In exchange for free mails, would you let your postman open your letters, read them, and insert ads related to their contents? Note that this is not the case anymore: https://www…
-
comment
Comment #9772778
Why was I expecting an article about millenials?
-
comment
Comment #9703960
Unfortunately I think it's the language, not the community. It definitely happenes with my own code as well, no hints from external developers are required :-) I miss Python in thi…
-
comment
Comment #9634833
Can you give a specific example? If you need abstract interfaces, what's wrong with Haskell's type classes?
-
comment
Comment #9634788
I haven't used Haskell in teaching either. It probably is. My professor does not like lazy evaluation at all (note how i did not insert it in my "haskell light" list of features), …
-
comment
Comment #9634660
I've been developing in Haskell for a while and I recently had to learn OCaml to help TA for a course in my university. I couldn't shake the feel that I was learning "Haskell Light…
-
comment
Comment #9331510
I graduated after these changes went into effect so I might be wrong, but it is my understanding that before 1999 degrees were at least 5 year long, so the requirement made a littl…
-
comment
Comment #9203616
I think what he means is that Go's built-in GC cannot be used to handle GC for the JVM. So the developer probably has to develop a GC for JVM data in Go. But since Go is a GCed lan…
-
comment
Comment #5602449
nice tutorial! it probably would have saved me lots of time, but now that I went through too many of them, this is more like a good recap :-) what I am missing though (not a critic…