Viewing profile — dieulot
dieulot
HN member- Joined
- Fri, Jan 31, 2014, 5:44 PM UTC
- HN karma
- 2,352
- Public activity
- 185 items
- HN profile
- View on Hacker News ↗
About dieulot
Recent public activity
-
comment
Comment #48992068
No dependency on GNU required anymore, POSIX 2024 supports it: https://blog.toast.cafe/posix2024-xcu#the-null-option
-
comment
Comment #48219929
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.c…
-
comment
Comment #47985101
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 lif…
-
comment
Comment #47968886
Charts: https://sixcolors.com/post/2026/04/apple-announces-record-fi...
-
comment
Comment #47838215
https://archive.is/8rPUA
-
comment
Comment #47723727
That’s an unreliable way of simulating an unreliable network, as overviewed in https://calendar.perfplanet.com/2016/testing-with-realistic-...
-
comment
Comment #47624265
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.
-
comment
Comment #47613031
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.
-
comment
Comment #47204462
No, it’s >1 second on every machine.
-
comment
Comment #47001515
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...
-
comment
Comment #46924023
The issue of rootless malicious command overrides is solved by typing the whole path, such as "/bin/sudo".
-
comment
Comment #46189108
(2015) https://web.archive.org/web/20150115000000*/https://www.howa...
-
comment
Comment #44190165
Certbot does too as of 4.0.0 (2025-04-08).
-
comment
Comment #44071502
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…
-
comment
Comment #43491139
To be more explicit: asking hn@ycombinator.com why some submission vanished in a mysterious way does bring a clear answer in my experience.
-
comment
Comment #43458884
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…
-
comment
Comment #43436674
> Craig Federighi […] merging iOS and macOS team together. What year was that?
-
comment
Comment #43252104
https://archive.is/U93VS
-
comment
Comment #43089883
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 Se…
-
comment
Comment #41901228
“ https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V... (see the absence of mention that redirection needs to be after the command)
-
comment
Comment #41336976
What would a specific table of contents element bring over a inside your / ? (As demonstrated in the first example of https://html.spec.whatwg.org/multipage/sections.html#the-nav..…
-
comment
Comment #40904986
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?
-
comment
Comment #40143246
> 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 ht…
- story
-
comment
Comment #39573067
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.