Viewing profile — guillaumec
guillaumec
HN member- Joined
- Mon, Jun 23, 2014, 12:26 PM UTC
- HN karma
- 988
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About guillaumec
No profile information was provided.
Recent public activity
-
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…
-
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 …
- story
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
comment
Comment #34147992
My original tweet had a typo (their -> there) :( I deleted it and reposted it without the mistake. Sorry for this duplicate.
- story
- story
-
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…
-
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.
-
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.
-
comment
Comment #31740324
Actually it also supports a black and white mode using only utf8 characters. I haven't exposed it yet though.
-
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.
-
comment
Comment #31740090
Well, I should have tested a bit more before posting.
-
comment
Comment #31739922
Back online for now... please be gentle ;)
-
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.
-
comment
Comment #31739791
Yeah the server is not handling the load at the moment... I am trying to restart it.