Viewing profile — shantanugoel
shantanugoel
HN member- Joined
- Wed, Mar 11, 2009, 5:29 AM UTC
- HN karma
- 9
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About shantanugoel
No profile information was provided.
Recent public activity
-
comment
Comment #27960316
+1 I enjoyed the writing style thoroughly. It made understanding the concepts super simple and fun to go through.
-
comment
Comment #27614064
I agree. The "AI model" on the website takes that into account.
- story
-
comment
Comment #12526778
Does it work on windows with the neovim windows executable?
- story
-
comment
Comment #7734648
Aside to the discussion, can you point out a link to the changes you did? I'd like to get silver searcher faster as well on windows.
- story
-
comment
Comment #5249400
I've used this in the past but came away disappointed as it regularly breaks over attachment sizes. I was using it to store my website backups in dropbox. Instead of this, now I se…
- story
- story
- story
- story
- story
-
comment
Comment #514489
True..I try to avoid volatiles as much as I can. And as someone else pointed out on the blog in the commens, many implementations even get the volatiles wrong giving rise to a lot …
-
story
Volatile: C Keyword Myths Dispelled
Volatile is one of the most misunderstood component in C history. Let’s separate out the myths and the facts first and then we will discuss the how’s and why’s of it.
-
comment
Comment #511380
Yes, using portable data types is much easier. But I thought about this when we had to make our code work with some legacy code (which we couldn't change) and the outputs were in n…
-
story
Portable Code: How To Check If A Machine Is 32 Bit Or 64 Bit
Writing portable code is very important but it is one of the aspects that most people neglect until it is too late to realize its importance. Till few years ago, most people writin…