Viewing profile — rajeevk
rajeevk
HN member- Joined
- Tue, Jan 10, 2012, 5:54 PM UTC
- HN karma
- 958
- Public activity
- 199 items
- HN profile
- View on Hacker News ↗
About rajeevk
https://www.linkedin.com/in/rajeevku02/
email: rajeevku02 [at] gmail.com
Recent public activity
-
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…
- story
-
story
Chatgpt.com Seems to Be Down
I am getting this error in the browser Error code: SSL_ERROR_NO_CYPHER_OVERLAP
- story
- story
- story
-
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…
- story
-
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…
-
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…
- story
- story
-
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…
-
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…
-
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 …
-
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.…
- story
- story
- story
- story
- story
-
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…
-
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 …
-
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…
-
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.