Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lights0123
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
44 ms
·
1.
▲
by
lights0123
3mo ago
Rust does not rely on syscalls or libraries on embedded targets, which is what the #![no_std] marker at the top of the project indicates. On some platforms, like ESP32, Rust can make calls into the RTOS and don't need that marker, but
2.
▲
by
lights0123
3mo ago
GDM, at least, does: https://askubuntu.com/questions/910108/why-is-my-gdm-at-a-di... This has stayed the case with the transition to Wayland: pressing Ctrl + Alt + F1 shows me the login screen, and Ctrl + Alt + F2
3.
▲
by
lights0123
4mo ago
Software vulnerabilities are often not placed maliciously, and are present in the original source. If you don't patch them if discovered later, you'll be vulnerable to them.
4.
▲
by
lights0123
4mo ago
Cloudflare only supports managing top level domains on the Free plan.
5.
▲
by
lights0123
4mo ago
Until it overrides sudo in your $PATH to install malware after you enter your password later.
6.
▲
by
lights0123
4mo ago
Not since browsers started partitioning caches in 2020: https://developer.chrome.com/blog/http-cache-partitioning/
7.
▲
by
lights0123
4mo ago
With the exploits published as-is, you'll only get root inside the container: there's no explicit namespace break, and calling setuid() in a container just gives you root in the container. However, it can be used to modify files t
8.
▲
by
lights0123
5mo ago
Only for discovery. The actual transfer happens over WiFi, which is many times faster.
9.
▲
by
lights0123
5mo ago
I would love a world where I could put all my API keys in the TPM so malware couldn't gain persistent access to services after wiping my computer. This would be so easy if more providers used asymmetric keys, like through SSH or mTLS.
10.
▲
by
lights0123
5mo ago
> The computer that you are trying to wake up also needs to be connect with an ethernet cable as it is not possible to send a magic packet over wifi. While WiFi adapters may not support waking up the computer from a WiFi signal, you abso
11.
▲
by
lights0123
5mo ago
I use a prompt like this that asks for model name and version! It's been effective so far, especially since I have edit history.
12.
▲
by
lights0123
5mo ago
Yep. While the Terminal is not an option from the 4 apps listed in the initial screen, it's available from Utilities → Terminal at the top. They even provide a convenient way to access the hard drive from another computer: https:/
13.
▲
by
lights0123
6mo ago
They do, for Enterprise customers only: https://docs.github.com/en/enterprise-cloud@latest/organizat... They've rolled their host key one time, so there's little reason for them to use it on the host sid
14.
▲
by
lights0123
6mo ago
Nice! There's also zstd's flush ability that I've used for streaming robotics data. You can write data and flush it over the network for realtime updates, but the compression stream stays open so it can still reference past m
15.
▲
by
lights0123
6mo ago
They moved on to Courgette, then to Zucchini: https://chromium.googlesource.com/chromium/src/+/HEAD/compon... These are optimized for compiled code though.
16.
▲
by
lights0123
6mo ago
> zerobox --secret OPENAI_API_KEY=$OPENAI_API_KEY Linux by default allows all users to read CLI arguments of running processes. While it looks like your bwrap invocation prevents the sandbox from looking at this process (--unshare-pid),
17.
▲
by
lights0123
6mo ago
all of GitHub is crashing right now, even though githubstatus.com only mentions pull requests being an issue.
18.
▲
by
lights0123
6mo ago
> Interestingly, it was more choppy in Chromium. Firefox's WebRender is truly a great creation. While Chrome is faster at most things especially involving JS, Firefox puts so much of its rendering on the GPU so moving elements aroun
19.
▲
by
lights0123
6mo ago
While I agree with the rest of your comment, they do mention they use OrbStack as their hypervisor in their demo video.
20.
▲
by
lights0123
6mo ago
Azure OpenAI is not the same as paying OpenAI directly. While you may not be able to pay OpenAI for them to run models in Australia, you can pay Azure: https://azure.microsoft.com/en-au/pricing/details/azure-o
21.
▲
by
lights0123
6mo ago
Many AI companies, including Azure with their OpenAI hosting, are more than willing to sign privacy agreements that allow processing sensitive medical data with their models.
22.
▲
by
lights0123
7mo ago
Yes, it’s the SIGBUS signal.
23.
▲
by
lights0123
7mo ago
Python removes features all the time in 3.x releases. For example, I was not a fan of the distutils removal in 3.12 which broke many legacy but otherwise functional packages. Deprecated functions and classes are also removed from packages r
24.
▲
by
lights0123
8mo ago
I agree. It would likely have identified the separate deflate and zstd chunks automatically.
25.
▲
by
lights0123
8mo ago
It is slightly wider than the space bar. I've never had an issue with mine, as it is located exactly where I expect it to be.
26.
▲
by
lights0123
9mo ago
https://zealdocs.org/ is surprisingly decent.
27.
▲
by
lights0123
9mo ago
Yes, Firefox 147 will respect XDG dirs.
28.
▲
by
lights0123
9mo ago
GCC adds similar syntax as an extension to C: https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html It's used all throughout the Linux kernel and useful for macros.
29.
▲
by
lights0123
9mo ago
noexec now prevents mmaping files on that filesystem as executable.
30.
▲
by
lights0123
9mo ago
See also: https://jmail.world/
More ›