Live data from Hacker News

Viewing profile — guillaumec

guillaumec

HN member
Joined
Mon, Jun 23, 2014, 12:26 PM UTC
HN karma
988
Public activity
97 items

About guillaumec

No profile information was provided.

Recent public activity

  1. comment
    Comment #46895975

    At least for chess the article mentions that they considered the top 10 players in children and senior categories. This would indicate that prodigy chess players are millions of ti…

  2. comment
    Comment #40451445

    I notice more and more pushes to 'improve' C and turn it into something it should not become. I feel like the C++ community gave up on C++ because of the growing complexity and so …

  3. story
  4. comment
    Comment #39025510

    I often wondered if Patrick uses unnecessarily convoluted sentences, or if he is simply careful about using the proper terminology, and my English is just not good enough to follow…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #34636719

    I wrote this in go and it made the front hackernews page at the time: https://plaintextco.in This was my first time using go and I found the language very handy for this kind of pr…

  14. comment
    Comment #34147992

    My original tweet had a typo (their -> there) :( I deleted it and reposted it without the mistake. Sorry for this duplicate.

  15. story
  16. story
  17. comment
    Comment #31741843

    Yes, since I got too many requests from HN, I had to enable the CDN. I didn't realize it would cache both html and terminal request together. I tried setting "Vary: User-Agent" but…

  18. comment
    Comment #31740580

    You are probably right. I should also probably add a link to a 'true' plain text version that returns a pure txt.

  19. comment
    Comment #31740458

    Not at the moment, this was a week end project, and the code is quite horrible. But yes I should probably put it online and get advise.

  20. comment
    Comment #31740324

    Actually it also supports a black and white mode using only utf8 characters. I haven't exposed it yet though.

  21. comment
    Comment #31740199

    It's all done by hand in go. Yes it uses the user agent to guess if the request comes from a terminal.

  22. comment
    Comment #31740090

    Well, I should have tested a bit more before posting.

  23. comment
    Comment #31739922

    Back online for now... please be gentle ;)

  24. comment
    Comment #31739886

    I think the server code has a concurrent access bug that makes it crash in the middle of a request. Unfortunately due to the current charge I can't even restart it at the moment.

  25. comment
    Comment #31739791

    Yeah the server is not handling the load at the moment... I am trying to restart it.