Viewing profile — painchoc
painchoc
HN member- Joined
- Fri, Jun 18, 2021, 5:47 PM UTC
- HN karma
- 15
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About painchoc
No profile information was provided.
Recent public activity
-
comment
Comment #32288967
I have no idea how to use ImHex.
-
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…
-
comment
Comment #28661069
Exactly. Dithering creates a lot of noise and PNG is poor choice to compress that.
-
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…
-
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…
-
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…
-
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.