Viewing profile — Miky
Miky
HN member- Joined
- Fri, Sep 25, 2009, 7:47 PM UTC
- HN karma
- 152
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About Miky
No profile information was provided.
Recent public activity
-
comment
Comment #17378685
In both Gluon and Haskell, functions without arguments can be represented as functions over the unit type: f: () -> SomeType which can be called via: f () There are examples of thi…
-
comment
Comment #17378615
This is false. getChar is a constant.
-
comment
Comment #15421218
Next in this series: - Deep Learning vs. RESTful APIs - MRI scans vs. the sport of soccer - Listening to music vs. Earth, the planet
-
comment
Comment #14860807
Just because a piece of culture isn't exactly to your particular taste doesn't mean it shouldn't be preserved and it should be impossible for anyone to experience it in the future.…
-
comment
Comment #14715273
Obviously. But good luck implementing a human-comprehensible analog differential equation solver on one, without the help of a genetic algorithm, that doesn't depend (as Adrian Tho…
-
comment
Comment #14714922
Not really. FPGAs are fundamentally digital and pretty much give you a bunch of logic gates to work with ("Field-Programmable Gate Array"). The author's proposed architecture would…
-
comment
Comment #5486161
What if the database results in systematic human rights abuse?
-
comment
Comment #4541067
The whole point of net neutrality is preventing private actors from manipulating the flow of information.
-
comment
Comment #4216224
Once you've figured out on paper that 1 + 1 = 2, you don't necessarily have to put one apple next to one apple and count two apples to “complete the exercise.”
-
comment
Comment #4129065
Really? You're really saying that people should not care about rampant sexism in the gaming industry just because some people have it worse? I suppose we should stop working to hel…
-
comment
Comment #3717927
I was just trying to say that if using “Mr.” is becoming the norm in French, then it is becoming correct. I don't know if this is actually the case.
-
comment
Comment #3706794
Could you more clearly define what you mean by “wrong,” please?
-
comment
Comment #3637523
This article reminds me quite a bit of linguistic prescriptivism and descriptivism. Many people like to pretend that there's some platonic, right form of language. Splitting an inf…
-
comment
Comment #3341561
I was under the impression that you could already do that in Ruby, although I don't use it much and very well could be wrong. Edit: Never mind, I just tried it and got an error. We…
-
comment
Comment #3312196
Something nice would be to have the threads appear at the point on the page you're scrolled to, instead of at the top. Having to scroll to the top is tiresome and makes you lose yo…
-
comment
Comment #3280932
The toy example is a microcosm of the important issue. The important issue is the use of monads in functional programming. How is a discussion not productive just because it's not …
-
comment
Comment #3280645
My issue is not with Roy. It's absolutely fantastic to have a functional language that compiles to JavaScript. My issue is with the use of monads in particular, and I think my comm…
-
comment
Comment #3280442
I previously had a someone antagonistic comment, but I decided to remove it. I think that finding ways to notate asynchronous code cleanly is a pretty awesome goal, and I hope you …
-
comment
Comment #3280415
I never said monads are made useless in a language with unrestricted side effects. I understand very well their utility even in the presence of side effects. However, if you'll tak…
-
comment
Comment #3278802
Monadic sugar is probably not the way to go for implementing an automatic continuation-passing transform. Why not just do macros?
-
comment
Comment #3278642
It makes me sad that having monad sugar is now just a given feature for a functional language. Especially when that language has unrestricted side effects and the example code usin…
-
comment
Comment #3152211
The language was not designed by chance. Some of the syntax was designed by chance. “Some of the syntax” is a very tiny part of a language. While this is interesting, presenting it…
-
comment
Comment #3147711
I think you'd find it pretty difficult to find an atheist who claims to strictly know with any kind of certainty that no gods/creators/things outside the universe exist (except may…
-
comment
Comment #3147697
A programmer should, by that logic, see the complexity of God and see that He cannot be the product of chance. Perfect, omnipotent beings don't just appear by chance. Where did He …
-
comment
Comment #3123229
Have you seen all the libraries up on Hackage? Haskell probably has way more real-world stuff than you think.