Live data from Hacker News

Viewing profile — shantanugoel

shantanugoel

HN member
Joined
Wed, Mar 11, 2009, 5:29 AM UTC
HN karma
9
Public activity
17 items

About shantanugoel

No profile information was provided.

Recent public activity

  1. comment
    Comment #27960316

    +1 I enjoyed the writing style thoroughly. It made understanding the concepts super simple and fun to go through.

  2. comment
    Comment #27614064

    I agree. The "AI model" on the website takes that into account.

  3. story
  4. comment
    Comment #12526778

    Does it work on windows with the neovim windows executable?

  5. story
  6. 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.

  7. story
  8. 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…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. 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 …

  15. 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.

  16. 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…

  17. 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…