Viewing profile — mrkgnao
mrkgnao
HN member- Joined
- Tue, Mar 29, 2016, 7:57 AM UTC
- HN karma
- 1,913
- Public activity
- 633 items
- HN profile
- View on Hacker News ↗
About mrkgnao
No profile information was provided.
Recent public activity
-
comment
Comment #18185737
> you become dizzy with too much O2 in your blood I've never heard of this, can you elaborate?
-
comment
Comment #18082545
Can anyone comment on the similarities with (apparently somewhat less sophisticated) laziness as in Haskell, or the memoisation/caching done by the Nix package manager, or (perhaps…
-
comment
Comment #18082536
This looks interesting. I'm open to replacing my current (actually quite rudimentary) "capture to org-mode" setup. Is there any way to dump all/important parts of the information M…
-
comment
Comment #18026431
I find it profoundly unsatisfying, but this may be a good starting point for further exploration: https://en.wikipedia.org/wiki/Non-overlapping_magisteria
- story
-
comment
Comment #18026396
It is a thing, and there's evidence for it in certain academic fields. [0] studies this effect in economics, and this would be reason to expect similar things in other fields like …
- story
-
comment
Comment #17901823
Flagged. This breaks the Show HN rules: OP is not the creator of this. I know the author; they shared it privately with friends and weren't ready to post this publicly yet.
-
comment
Comment #17859840
This was posted elsewhere on this page: http://www.seilevel.com/requirements/visual-models-save-live...
-
comment
Comment #17859698
Quick note that may be of interest: S² is the mathematical notation for the "2-sphere", aka what we call a sphere in everyday language. I suppose that's explained by this: > A uniq…
-
comment
Comment #17857140
> Physiological values are complex in paediatrics. They are more than complicated because although there are published ‘normal values’ which will guide the clinician in knowing whe…
-
comment
Comment #17761041
I mean, if a piano (or something closer to a Tonnetz[0] layout) is okay, why not a full organ with >1 keyboard and pedals? :) [0]: https://en.wikipedia.org/wiki/Tonnetz
-
comment
Comment #17751049
> Because the two NUMA nodes are ~entirely independent, it's capable of running two independent processes at full speed. I don't understand. From my (admittedly little better than …
-
comment
Comment #17716839
Cavafy's The Satrapy , mentioned in the article (and a poem I love very much myself): http://www.cavafy.com/poems/content.asp?id=60
-
comment
Comment #17696934
Alexander Grothendieck, one of the most influential mathematicians of the 20th century, on cognitive "facility" and giftedness: Since then I’ve had the chance in the world of mathe…
-
comment
Comment #17638262
Most sperm, too, are beaten to it by others
-
comment
Comment #17471069
Partly PR (like everything he does) and such unflattering things, but also partly an exercise of the ability (read "ubiquitous nerd dream" if you like) of thinking up outrageous so…
-
comment
Comment #17447465
> like a thunderstorm formed from two opposing weather fronts, the physicality of outside Prineville air met the everywhere-ness of inside space in an impossible, non-Euclidean int…
-
comment
Comment #17165356
Haskell has one of my favourite C FFIs, and there are also libraries that let you seamlessly mix C into Haskell expressions: http://hackage.haskell.org/package/inline-c-0.6.1.0#rea…
-
comment
Comment #16878967
Erm, the link in 3. leads to http://zoziapps.ch/web-subscriber/ -- which just seems like a bunch of body text with no links in it.
-
comment
Comment #16722389
Alternatively, "If I take a FLAC you own, make a 320kbps MP3 from it, and store it on my laptop, am I still in possession of any IP belonging to you?"
- story
-
comment
Comment #16722383
A good set of Haskell bindings to the TensorFlow library: https://github.com/tensorflow/haskell
-
comment
Comment #16429647
This is a nifty thing made possible by the MonadFail class, which defines how a monad treats or recovers from a failed pattern-match. When a value is bound in do-notation, the patt…
- story