Live data from Hacker News

Viewing profile — smenko

smenko

HN member
Joined
Fri, Nov 29, 2013, 10:57 PM UTC
HN karma
-2
Public activity
17 items

About smenko

No profile information was provided.

Recent public activity

  1. comment
    Comment #9344371

    >> ...and just turned 10, has been nagging me for ages to teach him Haskell... I'm guessing you would have taught your human(?) kid some human languages first before he started nag…

  2. comment
    Comment #9344306

    Is this supposed to be ironic?? Given, you know, the original poster's grievances.... Support Heroes?.. No?

  3. comment
    Comment #9222164

    Err, no... One is a type construction, the other is function application. It sure helps if these are different...

  4. comment
    Comment #9176794

    I used to love the physical cabinet I had in the fifties. The sound of it opening, the actual rustle of the paper under your fingers - these _were_ your files, with real letters wr…

  5. comment
    Comment #9173793

    80% of the problems I had to deal with (in a live, real-life Clojure system that had to be maintained and supported, not a hobby-happy-slappy-project-thing) were caused by putting …

  6. comment
    Comment #9171672

    Not as an alternative, but as similarly unsafe. It's funny to see how all the Clojure advocates bash Javascript...

  7. comment
    Comment #9170210

    Oh, god, thanks for reminding me about the whole agent/atom/ref hell - another reason I'd rather erase the whole Clojure experience from my brain altogether...

  8. comment
    Comment #9170143

    Clojure is horribly unsafe. I spent a year writing Clojure and half the time we were fixing bugs where someone had wrapped a map in another map or changed the shape of a data struc…

  9. comment
    Comment #9160074

    Great, if you want to hire people who "can code", but have no social skills. I am personally done working in environments where people think they "can code" but have not enough of …

  10. comment
    Comment #8650095

    Oh, please! Not another one!.....

  11. comment
    Comment #8646911

    Err... Money??? Most people will (rightfully) settle for money. Because people need love, and to demonstrate love you need to show that you care, that you're willing to give someth…

  12. comment
    Comment #8469998

    Samsung had this in bla bla....

  13. comment
    Comment #8420582

    Yes, isUpper is a method on Char, _.isUpper is a lambda that is given to exists, which is a method on the trait TraversableOnce, which String happens to implement, along with many …

  14. comment
    Comment #8420333

    Mate, you should learn Scala before writing about it... scala> def hasUppercase(s: String) = s.exists(_.isUpper) hasUppercase: (s: String)Boolean scala> hasUppercase("Charlie Brown…

  15. comment
    Comment #7075176

    For something containing "the right way" in the heading, this has awful grammar.

  16. comment
    Comment #6938515

    Oh really? And what makes one Senior? Lead? VP? C-level? COO? CEO? Master? Advanced? Intermediate? Junior? Who decides that? What makes it objective? Can you dispute it if your bos…

  17. comment
    Comment #6821394

    Is this supposed to be ironic? Considering JSON.parse( {a: "B"} )