Live data from Hacker News

Viewing profile — koomi

koomi

HN member
Joined
Tue, Jun 18, 2013, 12:02 PM UTC
HN karma
38
Public activity
14 items

About koomi

No profile information was provided.

Recent public activity

  1. comment
    Comment #35704935

    Yeah I had the same reaction. Interesting title but didn't really get there. Could be "Seeing like a State" applied to business.

  2. comment
    Comment #17143089

    It can be colder at night than outside.

  3. comment
    Comment #16633307

    Why would Facebook making a major newspaper stealthily edit an article to their liking - as confirmed by one of the authors - not be worthy news? Do you think this is normal behavi…

  4. comment
    Comment #16399217

    What makes you think the memo claimed "they are less capable engineers"?

  5. comment
    Comment #14951506

    Agreed. I don't grasp how, in response to a text lamenting a lack of psychological safety and fear of being shamed into silence, a response which essentially states "what you said …

  6. comment
    Comment #14858880

    DS-Lite[0] means you have proper native IPv6 but only a tunnel on top of that for v4, so it's unlikely that IPv6 connections are negatively affected by this setup. [0] https://tool…

  7. comment
    Comment #14612180

    > There is quite a bit of research that implies that the most influential action you can take to make a software team more productive in terms of both quality and quantity is to bu…

  8. comment
    Comment #8287450

    Aeson's «fromJSON» returns a «Result» which is basically «Either String». Most other functions operate on «Parser», which also includes an error message if things go wrong. The onl…

  9. comment
    Comment #6791761

    "The Architecture of Open Source Applications" is a book written with exactly that thought in mind. http://aosabook.org/en/index.html

  10. comment
    Comment #6524600

    I just started university and it's still all Java. I found out one university in my country (Germany) teaches Scheme in their introductory course, but sadly I had already enrolled …

  11. comment
    Comment #6494396

    I wouldn't use Paypal anyway. They repeatedly stood out in the past for closing donation funds for non-profits for dubious reasons and other forms of being shitty. I don't trust th…

  12. comment
    Comment #6219939

    See andolanra's answer below: https://news.ycombinator.com/item?id=6219283

  13. comment
    Comment #5990366

    There is no general zip for every Traversable, though there is one for every Applicative with a suitable instance (like the ZipList wrapper for lists): liftA2 (,) The reason is tha…

  14. comment
    Comment #5898776

    Regarding 4, the split package[1] is the widely accepted standard for splitting lists in various ways and you will likely already have it installed since quite a few packages (142 …