Live data from Hacker News

Viewing profile — kgoutham93

kgoutham93

HN member
Joined
Thu, Feb 09, 2017, 3:24 PM UTC
HN karma
19
Public activity
34 items

About kgoutham93

Lifelong learner

Recent public activity

  1. comment
    Comment #30103069

    I understand that this is a weird question, I've never coded in C, are there any online resources that help me grok OS concepts without a lot of emphasis on hands-on coding assignm…

  2. comment
    Comment #25285446

    Is containerd CRI compliant? Kubelet still interacts with cri-containerd which inturn calls containerd. Isn't cri-containerd the dockershim of containerd? Maybe I'm mixing up thing…

  3. comment
    Comment #25285119

    Noob question: As I understand, dockershim makes docker daemon cri compliant. But dockerd already uses containerd which is cri compliant. So, why can't kubelet directly interact wi…

  4. comment
    Comment #24332355

    Apart from Coursera's course "programming languages", are there any other courses which teach interesting concepts from different programming languages instead of zeroing on 1 lang…

  5. comment
    Comment #24106386

    Intuitively how does any Java program compile into an executable?

  6. comment
    Comment #24084613

    Hey Ron, firstly awesome write-up. Can you force yourself to list a few disadvantages of virtual threads over native threads?

  7. comment
    Comment #24084553

    Are there any online resources that provide an overview of various advanced concurrency patterns in various programming languages. I would like to understand various trade-offs bet…

  8. comment
    Comment #23585683

    Hey, I am really intrigued about the idea. Do you follow any specific learning path? Any resources would also help a lot.

  9. comment
    Comment #22766517

    Can you share the respiratory

  10. comment
    Comment #19659716

    Thanks, but where are zones used in practice?

  11. comment
    Comment #19657563

    Assume that example.com and foo.example.com have different zone files which in-turn have different ns entries day ns1 and ns2. So if I query for the A record of foo.example.com wil…

  12. comment
    Comment #19128798

    > Since binary data can be a pain to transmit, it’s often further encoded into PEM. PEM is essentially just Base64-encoded DER. Why's binary data a pain to transmit and how does ba…

  13. comment
    Comment #18452166

    Agree, according to Oracle's new release cadence every major version is "production ready", just that every sixth release is considered for LTS.

  14. comment
    Comment #18450244

    I don't qualify to answer this... But most enterprises want someone to hold accountable in case of any catastrophic failures.

  15. comment
    Comment #17997546

    Thanks for the share.. I was just reading about asynchronous io this weekend.

  16. comment
    Comment #17996939

    Any similar online resources describing low level operations in such detail?

  17. comment
    Comment #17939134

    Are there any advantages of using binary protocols if most of my in-transit data is text?

  18. comment
    Comment #17518165

    Really enjoyed it... Any recommendations for Web architecture 102 ?

  19. comment
    Comment #17464259

    Completely agree... Going beyond the basics is really hard. But as I understand it's because of inadequate knowledge of advanced network/storage virtualization concepts. Any help o…

  20. comment
    Comment #17276702

    Hey nice resource but this is more of a tutorial on how to optimize font loading etc... >The browser performs layout and paints content to the screen. This is the step I want to un…

  21. comment
    Comment #17276118

    Off topic, but are there any accessible resources to learn: 1. How fonts get rendered? What happens when I present browser with a font file and some utf-8 bytes, how does it conver…

  22. comment
    Comment #17170211

    I think wildfly also uses serialization to store session state when scaling horizontally.

  23. comment
    Comment #16871999

    No I read it, but I want to understand the technical details like how is this different from using Facebook in incognito window.

  24. comment
    Comment #16864098

    What's a Firefox container and why should I use one ?

  25. comment
    Comment #16812425

    What are the prerequisites for this tutorial?