Live data from Hacker News

Viewing profile — kikibobo69

kikibobo69

HN member
Joined
Sat, Dec 05, 2009, 9:20 PM UTC
HN karma
571
Public activity
70 items

About kikibobo69

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47540168

    I'm training for a charity ride up Mont Ventoux this summer. I kept hitting the wall on long training rides despite knowing the theory, such as Jeukendrup's work on carbohydrate ox…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #10025638

    At Zalando we have an account per team, and have been releasing a bunch of tooling to help do this securely.[1] It's not completely easy (e.g., account creation at Amazon can not b…

  9. comment
    Comment #9996713

    Zalando is hiring in Berlin, Dortmund, Erfurt, Mönchengladbach (Germany); Dublin (Ireland); and Helsinki (Finland). Zalando has built an entire fashion ecommerce stack, and is now …

  10. comment
    Comment #9522906

    PUT should be idempotent, though.

  11. story
  12. comment
    Comment #8914745

    My former colleagues have been working on http://apidoc.me/ ( https://github.com/gilt/apidoc ). I really like this approach, which is basically: 1. specify the api in json 2. apido…

  13. comment
    Comment #8805984

    We're working on a very low-tech version of this at Zalando, here: https://github.com/zalando/aws-minion

  14. comment
    Comment #7543299

    Care to recommend some alternatives?

  15. story
  16. story
  17. story
  18. comment
    Comment #5136288

    Why are these called promises and not futures?

  19. story
  20. comment
    Comment #3274789

    The xml stuff is more the exception than the rule. They've moved away from that approach. Whether to keep it at all has been discussed quite a bit. It would be more fair to look at…

  21. story
  22. comment
    Comment #3129293

    Same for me on Chrome + MacOS. I opened it in incognito mode and it worked.

  23. comment
    Comment #2650992

    Agreed, not sound reasoning, but here's a nice summary of the challenges of Clojure on Android: http://stackoverflow.com/questions/4651757/clojure-on-androi...

  24. comment
    Comment #2647561

    Bill Venners, owner of Artima, is a co-author of the Staircase book, and author of ScalaTest. He has embraced Scala more than most.

  25. comment
    Comment #2647555

    I used to agree, until I ran into a bunch of inline StringBuilder Java XML where no schema existed, and simply converting it to Scala at least ensured it was well-formed while we r…