SKSameera Khatooninsameerakhatoon.hashnode.dev·Sep 1, 2024 · 3 min readUnderstanding Send and Receive Buffers in Network Programming on LinuxIn network programming, particularly on Linux, send and receive buffers are for managing data flow between applications and the operating system (OS). These buffers facilitate the transition of data f00
SKSameera Khatooninsameerakhatoon.hashnode.dev·Aug 26, 2024 · 4 min readDiscovering a Critical Bug in emu8086: Incorrect Handling of Word-Sized Immediate ValuesIntroduction Recently, I uncovered a significant issue in the emu8086 emulator related to how it handles word-sized immediate values during memory operations. This blog post delves into the nature of 00
SKSameera Khatooninsameerakhatoon.hashnode.dev·Aug 26, 2024 · 70 min readUnderstanding the JVM: How It Works Under the Hood1. Introduction I came into software from mechanical engineering. My first real language was C -- pointers, manual memory management, malloc and free, the whole thing. I loved it. There's something de00