Live data from Hacker News

Viewing profile — painchoc

painchoc

HN member
Joined
Fri, Jun 18, 2021, 5:47 PM UTC
HN karma
15
Public activity
7 items

About painchoc

No profile information was provided.

Recent public activity

  1. comment
    Comment #32288967

    I have no idea how to use ImHex.

  2. comment
    Comment #31547303

    I am lucky to have found this Debian package https://tracker.debian.org/pkg/similarity-tester (source https://dickgrune.com/Programs/similarity_tester/ ) to help me detect plagiari…

  3. comment
    Comment #28661069

    Exactly. Dithering creates a lot of noise and PNG is poor choice to compress that.

  4. comment
    Comment #28509815

    How does this compare to SystemRescue ? Hrmpf has seen no release for the past 8 months https://github.com/leahneukirchen/hrmpf/releases where SystemRescue is updated regularly htt…

  5. comment
    Comment #27824089

    During a RCA, you find a specific error message associated with that incident. You deliver a new alert with some documentation about what it catches and what to do. You even genera…

  6. comment
    Comment #27730256

    It is mostly about the fact that if the variable is not static, then it's non-local to the translation unit and can be modified from everywhere else. So its value needs to be loade…

  7. comment
    Comment #27552913

    What about NULLs ? Is it allowed or not ? I recently discovered on Wikipedia https://en.wikipedia.org/wiki/First_normal_form that it should not be.