Viewing profile — kolapuriya
kolapuriya
HN member- Joined
- Fri, May 13, 2016, 6:22 PM UTC
- HN karma
- 44
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About kolapuriya
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #11817145
Testing this by using it to write a blog post. So far so good. It's pretty nifty for "pruning" dense writing.
-
comment
Comment #11797458
There seems to be a lot of complaining about this article being too simple. Hopefully you all noticed that this was part 1 of 4, and it gets pretty complicated and useful (to me at…
-
comment
Comment #11797338
It is a useful feature, and it was already there prior to this version. It could be turned on before, and looking at it, Arch and Debian are going to ignore upstream here (which is…
-
comment
Comment #11797337
It is a useful feature, and it was already there prior to this version. It could be turned on before, and looking at it, Arch and Debian are going to ignore upstream here (which is…
-
comment
Comment #11786894
The fact that people have blindly accepted them as false is subtlety proving his point about history on the internet. the fact that you do not understand that people simply do not …
-
comment
Comment #11769734
Belgium says : deal with it, you hoopy froop. French : Fait comme, espece de heuapy freaup. Nederlands : U bent een froopy hoop. Long live the King - Long live Belgium. I'm sorry :…
- story
- comment
-
comment
Comment #11732812
KCacheGrind relies on using valgrind, which gives you extremely detailed information on runtime information by wrapping your execution context at a very low level. For this reason,…
-
comment
Comment #11716300
I really do believe some of the more negative stereotypes and stigma is beginning to lift surrounding the therapeutic use of entheogens. Like you stated time and accurate informati…
-
comment
Comment #11713698
I found Node.js a much simpler platform to use, mainly because there is no worrying about concurrency. Because of the asynchronicity of Node, don't you explicitly have to worry abo…
- comment
- story
-
comment
Comment #11705012
Sorry to bring it up here, but can you check your email for an email from david@daviddworken.com? I previously sent in an XSS vulnerability that you fixed quickly, but I found a se…
- story
-
comment
Comment #11701693
Depends on what you mean by "parse". If all you want is to search a document that is known to be well-formed, find an element that meets a few criteria, and grab a value out of tha…
- story
-
comment
Comment #11695388
I haven't dealt with concurrency in C++ yet, but I definitely agree with the "don't write assembly, file bugs for the compiler instead" methodology. And not because I don't like AS…
-
comment
Comment #11692265
Which operations you do the most? I'll try speed up them too.