Viewing profile — markuskobler
markuskobler
HN member- Joined
- Sat, Aug 28, 2010, 9:57 AM UTC
- HN karma
- 8
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About markuskobler
No profile information was provided.
Recent public activity
-
comment
Comment #8853844
Its just a more aggressive version of name mangling that Uglify also 'suffers'[1] from. The setting does say advanced with good reason. [1] https://github.com/jadejs/jade/issues/29…
-
comment
Comment #8415157
This probably won't help but it makes for a great quote when speaking about around this topic.
-
comment
Comment #8415133
Google's ability to indexing content is only part of the story. Google cant link to your content if its not deep link friendly and will rank it poorly if you content loads slowly. …
-
comment
Comment #8133066
I agree. The first release of IE had a user-agent starting with Mozilla and its something all major browsers (Chrome, Safari, IE, Firefox) still prefix their user-agents with. Mozi…
-
comment
Comment #8106823
So Russ Cox goes into more detail in this post https://groups.google.com/d/msg/golang-nuts/MdYlJbW4SAo/TrAE... Although Go does not compile via C, occasionally C code does need to …
-
comment
Comment #7729682
I have taken exactly the same stance which has the added benefit you can also drop the vulnerable RC4 cyphers. https://wiki.mozilla.org/Security/Server_Side_TLS#RC4_weakne...
-
comment
Comment #7725773
Given how big the changes/cuts to OpenSSL so far this seems like a positive step towards making it a future credible alternative. As for the vitriolic LibreSSL rhetoric. I for one …
-
comment
Comment #6707293
On modern hardware with many cpu cores you can use a similar process of fork and join to maximise throughput of large datasets.
-
comment
Comment #6230535
+1 to the request headers and HTTPS support
-
comment
Comment #6213077
The redesign looks good. Out of interest why are you not using something like websockets or SSE to push updates to the client?
-
comment
Comment #6212035
Are these trivial micro benchmarks, (simply respond with an empty 200) not totally misleading to focus on? Especially when you start to factor in many real workloads that involve d…