OnleMeMeMe | 10 years ago | on: The Ashley Madison Database Was Leaked
OnleMeMeMe's comments
OnleMeMeMe | 10 years ago | on: Jeff Bezos Says Amazon Won’t Tolerate ‘Callous’ Management Practices
OnleMeMeMe | 10 years ago | on: The Myth of Chastity Belts
https://en.wikipedia.org/wiki/List_of_common_misconceptions
Beside chastity belts my favorite is the myth of the flat earth.
OnleMeMeMe | 10 years ago | on: Jeff Bezos Says Amazon Won’t Tolerate ‘Callous’ Management Practices
OnleMeMeMe | 10 years ago | on: Jeff Bezos Says Amazon Won’t Tolerate ‘Callous’ Management Practices
OnleMeMeMe | 10 years ago | on: Ask HN: What would you want in an ideal web browser?
OnleMeMeMe | 10 years ago | on: Ask HN: What would you want in an ideal web browser?
So if the pain of the installer is larger than the added benefit of using Opera vs. Chrome, then yes.
OnleMeMeMe | 10 years ago | on: Ask HN: What would you want in an ideal web browser?
OnleMeMeMe | 10 years ago | on: Ask HN: What would you want in an ideal web browser?
OnleMeMeMe | 10 years ago | on: For Evolving Brains, a ‘Paleo’ Diet Full of Carbs
Everything else is opinion.
OnleMeMeMe | 10 years ago | on: Frege: A Haskell-Like Language for the JVM
Monoid: A + B (|+|)
Functor: M[A] => (A => B) => M[B]
Monad: M[A] => (A => M[B]) => M[B]
Applicative: M[A] => M[A=>B] => M[B]
Kleisli: (A => M[B]) => (B => M[C]) => (A => M[C])OnleMeMeMe | 10 years ago | on: Frege: A Haskell-Like Language for the JVM
James is one of the few people who don't make Monads into a mythical being.
http://james-iry.blogspot.de/2007/09/monads-are-elephants-pa...