Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dieulot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dieulot
16d ago
https://archive.is/wV2OA
2.
▲
by
dieulot
25d ago
Similarly, launchctl has long-deprecated subcommands. I initially tried using the new subcommands, ran into issues, and told myself I should have known the “deprecated” ones were the way to go, now and forward.
3.
▲
by
dieulot
2mo ago
No dependency on GNU required anymore, POSIX 2024 supports it: https://blog.toast.cafe/posix2024-xcu#the-null-option
4.
▲
by
dieulot
4mo ago
It was made a release candidate in the previous (non-LTS) major version, in v25.7.0 from February. Release notes: https://nodejs.org/en/blog/release/v25.7.0 Issue: https://github.com/nodejs&#x
5.
▲
by
dieulot
5mo ago
I'm wondering if the Xcode simulator (without Xcode running) performs as well, my 2020 Intel MacBook Air has been incapable of running Safari in iOS smoothly for nearly all its life.
6.
▲
by
dieulot
5mo ago
Charts: https://sixcolors.com/post/2026/04/apple-announces-record-fi...
7.
▲
by
dieulot
5mo ago
https://archive.is/8rPUA
8.
▲
by
dieulot
5mo ago
That’s an unreliable way of simulating an unreliable network, as overviewed in https://calendar.perfplanet.com/2016/testing-with-realistic-...
9.
▲
by
dieulot
6mo ago
There’s no statement or action (such as banning menu-bar-only apps from the Store or even changing the APIs) supporting that Apple still wants menu bar items to be ephemeral.
10.
▲
by
dieulot
6mo ago
Could you back up your assertion that Willy Tarreau — who used to maintain the Linux kernel — is “an AI enthusiast”? I can’t find anything about it.
11.
▲
by
dieulot
7mo ago
No, it’s >1 second on every machine.
12.
▲
by
dieulot
7mo ago
Regarding HAProxy, they ended up using AWS-LC in their new Debian/Ubuntu “performance” packages: https://www.haproxy.com/blog/fresh-from-aws-reinvent-superch...
13.
▲
by
dieulot
7mo ago
The issue of rootless malicious command overrides is solved by typing the whole path, such as "/bin/sudo".
14.
▲
by
dieulot
9mo ago
(2015) https://web.archive.org/web/20150115000000*/https://www.howa...
15.
▲
by
dieulot
1y ago
Certbot does too as of 4.0.0 (2025-04-08).
16.
▲
by
dieulot
1y ago
This is due to one of your AAAA records: ::ffff:157.245.83.16. (The other one is fine.) CLI: dig aaaa saile.it curl -v --resolve "saile.it:443:[2a04:4e42:2::775]" "https://saile.it/1145-pull-requests-
17.
▲
by
dieulot
1y ago
To be more explicit: asking hn@ycombinator.com why some submission vanished in a mysterious way does bring a clear answer in my experience.
18.
▲
by
dieulot
1y ago
HTTP/2 “pipelining” (multiplexing) is still there and works as intended; but bundling is still much more efficient. This article delves into just that: https://csswizardry.com/2023/10/the-three-c-concatenate-c
19.
▲
by
dieulot
1y ago
> Craig Federighi […] merging iOS and macOS team together. What year was that?
20.
▲
by
dieulot
2y ago
https://archive.is/U93VS
21.
▲
by
dieulot
2y ago
No because that additional CSS file can only be fetched after the initial HTML file has been fetched, not simultaneously; thus requiring another roundtrip to the server. (HTTP/2 Server Push promised otherwise but it was never implement
22.
▲
by
dieulot
2y ago
“<file foo” is POSIX: https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V... (see the absence of mention that redirection needs to be after the command)
23.
▲
by
dieulot
2y ago
What would a specific table of contents element bring over a <nav> inside your <main>/<article>? (As demonstrated in the first example of https://html.spec.whatwg.org/multipage/sections.html#the-n
24.
▲
by
dieulot
2y ago
Where is said track record of the main author being an ass to people who aren't willing to be marginalized, or anything along those lines?
25.
▲
by
dieulot
2y ago
> If we become too insular, then we doom our larger economy to the same mistakes France, Germany, UK, and Japan made. What are those? (Besides Japan’s which you’ve answered here https://news.ycombinator.com/item?id=401430
26.
▲
Google Safe Browsing real-time, privacy-preserving protection
(security.googleblog.com)
1 points
by
dieulot
3y ago
|
0 comments
27.
▲
by
dieulot
3y ago
You can `set +e` before and `set -e` after every such command. I indent those commands to make it look like a block and to make sure setting errexit again isn’t forgotten.
28.
▲
by
dieulot
3y ago
For a more complete view, the HTTP Archive tracks general site weight over time and gives you percentiles (click Show table): https://httparchive.org/reports/page-weight#bytesJs The median JS bundle is 600kB on desktop
29.
▲
by
dieulot
3y ago
It’s an additional abstraction. On Windows/Linux closing an app requires doing the obvious thing. Press the big X, you’re done. You’re back to the previous app instantly. On Mac after closing a window what you see on the screen is a li
30.
▲
by
dieulot
3y ago
> For GFW reasons, the Chinese users will fail to connect to github. Since when has GitHub been blocked in China? I thought the government reluctantly let it pass.
More ›