Live data from Hacker News

Viewing profile — cihangir

cihangir

HN member
Joined
Wed, Jul 06, 2016, 8:10 PM UTC
HN karma
21
Public activity
6 items

About cihangir

No profile information was provided.

Recent public activity

  1. comment
    Comment #43252996

    Years ago, I attempted to build a user-space network stack in C [0] that processes raw packets through the TUN interface and got it working to a certain point. It currently include…

  2. comment
    Comment #42076991

    Plan 9’s ARG(2) [0] macros are worth a look too. No dependencies at all, just plain macros, super lightweight and easy to use. [0] https://9fans.github.io/plan9port/man/man3/arg.ht…

  3. comment
    Comment #35306711

    [flagged]

  4. comment
    Comment #34299604

    Last time I checked, C++ used function pointers behind the scenes to achieve virtual method dispatch.

  5. comment
    Comment #34298579

    Linux kernel code makes heavy use of object-oriented design patterns [0]. It's not the best of its kind, but still provides a reasonable example of how OOP can be achieved in C: ht…

  6. comment
    Comment #34047308

    > That is a special page of memory that is mapped read-only into user mode from kernel mode, and it contains things like the current time, so that applications can get this informa…