Viewing profile — raimue
raimue
HN member- Joined
- Sat, Nov 10, 2012, 4:12 PM UTC
- HN karma
- 2,609
- Public activity
- 368 items
- HN profile
- View on Hacker News ↗
About raimue
https://twitter.com/raimue
https://github.com/raimue
https://raimue.blog/
Recent public activity
- story
-
comment
Comment #39887281
I already explained above why the existence of linux/landlock.h is not sufficient. Why do you still question it? If you know a bit about system programming and how configure checks…
-
comment
Comment #39883750
Now we are running in circles. As you see in the git commit, the compile check was added because the existance of linux/landlock.h alone was not enough to check that the feature ca…
-
comment
Comment #39880117
Read the code of the check again. It mostly checks that the required SYS_* constants are defined to be able to use the syscalls. You can compile this on a system that does not have…
- story
- story
- story
-
comment
Comment #38766819
The question is whether you can expect this format to stay stable and reproducible across git versions. Remember the fallout from git 2.38 when the output of 'git archive' changed.…
- story
- story
-
comment
Comment #38078659
In the 2000s, Apple ran a big campaign with the phrase "I'm a Mac - I'm a PC" to highlight the difference.
- story
-
comment
Comment #37282103
Back then, your suggestions were niche languages (and some still are) and are still not popular for embedded systems or network equipment. Large runtimes or huge static binaries ar…
-
comment
Comment #36724035
I think the confusion comes from the documentation where ssh(1) says that the command "is executed on the remote host instead of a login shell.". Which is true from the perspective…
-
comment
Comment #36723828
The author missed that sshd will always execute the user's shell and pass it the command with arguments as a `-c` argument. This means that the given command string will always be …
-
comment
Comment #35765873
This is most probably because they are actually TIFF, but with the .png file extension they are served as image/png.
- comment
- story
-
comment
Comment #33621333
There is git-fixup, which provides the 'git fixup' command that makes suggestions to which commit the currently staged changes should be added. https://github.com/keis/git-fixup gi…
- story
- story
-
comment
Comment #33375685
It would be easier to intercept the open() for the /proc/cpuinfo file with a LD_PRELOAD library. Of course that would still be detectable by the benchmark. You could also use a mod…
-
comment
Comment #33145857
Hamburg, as announced in an earlier blog post. https://www.ccc.de/en/updates/2022/37-chaos-communication-co...
- story
-
comment
Comment #30972225
Previous discussion: https://news.ycombinator.com/item?id=30953634