Live data from Hacker News

Viewing profile — rajeevk

rajeevk

HN member
Joined
Tue, Jan 10, 2012, 5:54 PM UTC
HN karma
958
Public activity
199 items

About rajeevk

Generalist programmer. Interested in system programming, distributed system and machine learning.

https://www.linkedin.com/in/rajeevku02/

email: rajeevku02 [at] gmail.com

Recent public activity

  1. comment
    Comment #49135719

    >> You can ask an AI to explain how vtables work in x86. It will give you something that sounds right. What it won’t give you is what Windows actually expects the vtable to look li…

  2. story
  3. story
    Chatgpt.com Seems to Be Down

    I am getting this error in the browser Error code: SSL_ERROR_NO_CYPHER_OVERLAP

  4. story
  5. story
  6. story
  7. comment
    Comment #45590693

    Not the domain registry but CF wants to manage the DNS to make it work. If you do not want them to manage your DNS and want to work by simply pointing your CNAME, they ask you star…

  8. story
  9. story
    YC application portal is down

    It seems I can't open https://apply.ycombinator.com/ If you are not logged in then a page opens but after the login, it does not open. It times out and an error page is shown by cl…

  10. comment
    Comment #39088826

    I have not analyzed the full potentials and benefits of Diversion but I would not agree with the statements you made about the Git. I think you should not focus on Git in your pitc…

  11. story
  12. story
  13. comment
    Comment #38705623

    I tried asking a very specific objective question: what is the speed of light? Although it answered, but it also spitted lot of unnecessary stuff. The speed of light in a vacuum, d…

  14. comment
    Comment #38660833

    Text input is an exception. I mean, we used the platform text input instead of implementing our own. We have our own API for text input but under the hood it uses platform text inp…

  15. comment
    Comment #38655889

    We at https://lekh.app wrote our own tiny UI library in C++ to implement our canvas screen UI. Here is a screenshot https://i.imgur.com/gr1ernJ.png of the canvas screen. Lekh is a …

  16. comment
    Comment #38445509

    If you want to understand the C++ in terms of C code then probably you would need to understand the C++ object model. I mean, how C++ classes are translated into C equivalent code.…

  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #36162082

    My approach to learn assembly was to let the C compiler generate assembly (gcc -S -c) from C code and then read the assembly to see how C code is mapped to assembly code. I have wr…

  23. comment
    Comment #36010014

    There are a lot of resources here in case you want to write a kernel from scratch. https://wiki.osdev.org/Main_Page I wrote a unix-like kernel from scratch long back. It was not a …

  24. comment
    Comment #35987750

    I worked on a similar thing but on CDN edge. This was without changing the app and logic in the CDN used to cache the header from past responses and used to send the header immedia…

  25. comment
    Comment #32778009

    > the vast majority of his work was simply incorrect My impression is just opposite. Do you have any reference proving that vast majority of his work was simply incorrect.