Live data from Hacker News

Viewing profile — neukoelln

neukoelln

HN member
Joined
Fri, Feb 06, 2015, 3:45 PM UTC
HN karma
25
Public activity
21 items

About neukoelln

No profile information was provided.

Recent public activity

  1. comment
    Comment #18049950

    Do-notation is Haskell is purely syntactic sugar over function calls. You can remove do-notation from Haskell and still write the exact same programs (with monads and all). Also, m…

  2. comment
    Comment #18045735

    > Monads exist because because haskell people want to pretend that there is this ideal mathematical world where things dont change Monads exist independently from Haskell and are n…

  3. comment
    Comment #18045476

    What's imperative about monads? Or rather, what is not functional? Why should they be avoided?

  4. comment
    Comment #15044849

    You can add * https://github.com/zalando/grafter to your list.

  5. comment
    Comment #14954934

    And you will also get a stack overflow for free.

  6. comment
    Comment #14618320

    How is it 25 MP? 4096 × 2160 pixels = 8.8 MP.

  7. comment
    Comment #14536050

    Wow, I'm on my second battery for my T430s and about to replace it soon. Battery life is < 1 hour, even with a new one I usually wouldn't get more than three hours. :-(

  8. comment
    Comment #14230642

    Greetings from a fellow KIT CS alumnus.

  9. comment
    Comment #14138827

    Twitter have not abandoned Scala.

  10. comment
    Comment #12685257

    It's also very overpriced. I just moved into a new apartment and I am paying 9€/sqm cold in a very central location. This is very cheap. 11-14€ is more realistic, but even with uti…

  11. comment
    Comment #11887774

    I think Ron Gilbert uses Squirrel in his upcoming game Thimbleweed Park.

  12. comment
    Comment #11743590

    > What about all the potentially very talented programmers that have a non-math background? If they don't know what something means, they can educate themselves. I learned about mo…

  13. comment
    Comment #11604903

    I admit that I am not an expert on Scala, but I am confused about your "Person" example. I thought that this was exactly the common use case that wouldn't cost you an allocation. A…

  14. comment
    Comment #11601939

    If you have your class extend AnyVal, you even get the wrapping for free.

  15. comment
    Comment #11322224

    Can you tell me what's the problem with multiple inheritance if your superclasses only consist of pure virtual functions? From [1]: "Bjarne Stroustrup: I had a lot of problems expl…

  16. comment
    Comment #11320607

    C++ doesn't have the interface keyword, but that does not mean you cannot have a class that is a pure interface (all methods abstract).

  17. comment
    Comment #11222309

    I think you are mistaken about Lisp. Most Common Lisp / Scheme implementations I know of are compiled.

  18. comment
    Comment #11082941

    That would be ridiculously high, but do you believe it? Especially 80k on average ?

  19. comment
    Comment #11082910

    Companies with hundreds of developers typically have their fair share of junior developers as well that will earn below average.

  20. comment
    Comment #11082880

    I don't know where you have those numbers from, but they are very inaccurate. The average household income in Berlin in 2012 was 1650€ net per month [1], so that would be about 20k…

  21. comment
    Comment #9009488

    We also thought this way. We had our daily standup at half past ten, which was right in the middle between coming in and going to lunch. Now we moved it to quarter to two, which fo…