Live data from Hacker News

Viewing profile — piss_n_chips

piss_n_chips

HN member
Joined
Tue, Dec 12, 2023, 12:36 PM UTC
HN karma
7
Public activity
2 items

About piss_n_chips

No profile information was provided.

Recent public activity

  1. comment
    Comment #38611724

    There are compiler flags that OpenBSD could be using but aren't, which would have caught this bug without needing to convert the codebase to Rust. Using -Wconversion would have war…

  2. comment
    Comment #38611426

    This isn't correct, as npins is a signed int and SYS_kbind is just a macro for the integer 86 (as defined in sys/syscall.h). So it will be a signed comparison between the value of …