Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
raimue
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
OOB write in UDP MSG_SPLICE_PAGES fragment-boundary handling in Linux kernel
(seclists.org)
3 points
by
raimue
2mo ago
|
0 comments
2.
▲
by
raimue
2y ago
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 work, the change in itself is totally reasonable.
3.
▲
by
raimue
2y ago
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 can be used. This header defines the data types for the L
4.
▲
by
raimue
2y ago
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 landlock enabled in the running kernel, but the libc (which
5.
▲
Show HN: Flaticron – mail notifications for pending Flatpak updates
(github.com)
1 points
by
raimue
2y ago
|
0 comments
6.
▲
A new Copilot key to kick off the year of AI-powered Windows PCs
(blogs.windows.com)
47 points
by
raimue
3y ago
|
85 comments
7.
▲
Apollo 11 vs. USB-C Chargers (2020)
(forrestheller.com)
502 points
by
raimue
3y ago
|
202 comments
8.
▲
by
raimue
3y ago
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. Although for this backup use case it would just m
9.
▲
Antarctic research base Vostok local time
(mm.icann.org)
8 points
by
raimue
3y ago
|
0 comments
10.
▲
A story of Docker, QEMU, and memfd_create()
(raimue.blog)
32 points
by
raimue
3y ago
|
3 comments
11.
▲
by
raimue
3y ago
In the 2000s, Apple ran a big campaign with the phrase "I'm a Mac - I'm a PC" to highlight the difference.
12.
▲
Microsoft SEC 8-K: IRS is seeking an additional tax payment of $29B
(microsoft.gcs-web.com)
215 points
by
raimue
3y ago
|
308 comments
13.
▲
by
raimue
3y ago
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 are not suitable due to the memory and storage constraints. Yo
14.
▲
by
raimue
3y ago
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 of ssh(1) in the sense of the protocol. The clien
15.
▲
by
raimue
3y ago
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 parsed by the remote shell. This is required to restric
16.
▲
by
raimue
3y ago
This is most probably because they are actually TIFF, but with the .png file extension they are served as image/png.
17.
▲
Open Source in a Headunit
(neverpanic.de)
1 points
by
raimue
4y ago
|
0 comments
18.
▲
by
raimue
4y ago
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 git-fixup will add fixup! comm
19.
▲
Twitter Had a Plan to Fix Social Media. Will Elon Musk Follow It?
(wired.com)
5 points
by
raimue
4y ago
|
0 comments
20.
▲
by
raimue
4y ago
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 modified libc to spoof it. Then their only way out wo
21.
▲
by
raimue
4y ago
Hamburg, as announced in an earlier blog post. https://www.ccc.de/en/updates/2022/37-chaos-communication-co...
22.
▲
by
raimue
4y ago
Previous discussion: https://news.ycombinator.com/item?id=30953634
23.
▲
OpenSSH 9.0
(openssh.com)
75 points
by
raimue
4y ago
|
1 comments
24.
▲
EU negotiators agree new rules to rein in tech giants
(politico.eu)
309 points
by
raimue
4y ago
|
341 comments
25.
▲
OpenSSH: After years of forewarning, disable RSA/SHA-1
(github.com)
2 points
by
raimue
5y ago
|
0 comments
26.
▲
The Audi e-tron Foil by Aerofoils
(aerofoils.de)
1 points
by
raimue
5y ago
|
0 comments
27.
▲
Let's Encrypt: certificate lifetimes 90 days plus one second
(bugzilla.mozilla.org)
3 points
by
raimue
5y ago
|
0 comments
28.
▲
World IPv6 Day
(internetsociety.org)
10 points
by
raimue
5y ago
|
5 comments
29.
▲
by
raimue
5y ago
TSO is Total Store Ordering, which refers to the memory model of x86_64. For Rosetta 2, Apple will switch the M1 processor's memory model when emulating x86_64.
30.
▲
by
raimue
5y ago
The submission URL can be found on the main website by navigating in the menu to "The Site" > "About the Project".
More ›