Viewing profile — awilfox
awilfox
HN member- Joined
- Sun, Mar 27, 2022, 8:20 PM UTC
- HN karma
- 241
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About awilfox
Recent public activity
-
comment
Comment #47671284
There are many, many users for every one of us packagers. We (at least the four I am aware of, including myself) are not doing 'gotta catch em all', we're doing "we have been notif…
-
comment
Comment #47671236
Ooh, another +1 for reasons to maintain 32-bit support. Thanks for the tip.
- story
-
comment
Comment #41462265
The systemd journald test is the longest one on my 3 GHz Power9 system, nearly timing out: 1475/1475 systemd:libsystemd / test-journal-verify OK 28.44s but on x86 it runs in under …
-
comment
Comment #41461502
That would be amazing, but I don't imagine that malloc internal probes would be readily accepted to musl even if they were improved. One of the things musl admits is the ability to…
-
comment
Comment #41461429
FWIW, that is an unofficial mirror repo and very old. gcompat lives at https://git.adelielinux.org/adelie/gcompat .
-
comment
Comment #41455544
It's true. systemd has a lot of good ideas with questionable implementations. I'd love networkd if it didn't have silly decisions made. And it has some questionable ideas with good…
-
comment
Comment #41455516
A lot of people care about BSDs and embedded Linux systems. Such as: Netflix (FreeBSD), anyone with a Linux-based router or cable/DSL modem, and so on. That said, parallel startup …
-
comment
Comment #41455440
> Either way, super cool. What's the likelihood that this ends up getting upstreamed? High: https://github.com/systemd/systemd/pulls?q=is%3Apr+author%3A... >.
-
comment
Comment #39374676
And Windows now has WSL to implement the open API, because it's so popular. And implements SSH and sudo, because they're so popular. Etc :)
-
comment
Comment #39311859
I care deeply, and was one of the early adopters of the Talos. I do my graphics and design work on an iMac G5, still. Power is the hill I'm willing to die on, technologically speak…
-
comment
Comment #38897746
* GNU tools are often bloated, with extensions that the vast majority of people do not need or want. While we don't have quite the same focus on "must be small binary size" as Alpi…
-
comment
Comment #38897452
LibreOffice is a known pain point we are trying to resolve. Flatpak is on my list of things to package. Firefox and Thunderbird 102 need Rust toolchain updates that are queued but …
-
comment
Comment #38897417
I agree that the web site needs a significant amount of rework. The APK package manager specifically makes all transactions atomic: if `apk upgrade` returns an error, your system i…
-
comment
Comment #38897378
They have ConsoleKit2 support patched back in. libudev-devd - a stub implementing UDev APIs atop FreeBSD devd: https://www.freshports.org/devel/libudev-devd/
-
comment
Comment #38896447
You do realise avahi-client is a standalone CLI resolver, and Avahi is what both Gnome (gvfs) and KDE (kio) use to find mDNS clients on the network? There's also nss-mdns at https:…
-
comment
Comment #38896397
KDE really, really needs logind - it can't really use ConsoleKit any more. Same with SDDM, though I think the CK2 backend is still writhing in agony somewhere in its codebase. And …
-
comment
Comment #38896336
We started a separate BSD userland project before Chimera even existed, but we didn't feel the port was up to our standards of quality, so we shelved it. Removing our dependence on…
-
comment
Comment #38896272
Disclosure: Founded the project, still have a somewhat active role in package maintenance. Updates/upgrades are a major area of focus and everyone I know who has tried it out was a…
-
comment
Comment #38892404
This has more to do with systemd trying to be a "system layer" project for Linux, and influential projects (initially Gnome, then KDE, and now a lot of other things) going along wi…
-
comment
Comment #38892368
Yes, there is some progress it seems: https://skarnet.com/projects/service-manager.html
-
comment
Comment #38892280
I like the off-by-one there, and choose to interpret it as intentional. The fourth item is what I find to be the most interesting. I really hadn't thought about it that way before.…
-
comment
Comment #38892243
Thanks! I hadn't considered that use case.
-
comment
Comment #38892236
I'm unaware of any Linux distribution using SMF. If there was, I would have been running it. I didn't really like pfexec (it felt bolted on and not quite there yet), and I really r…
-
comment
Comment #38891178
The monoculture problem is one that I really tried to cover in the article, indeed. While I do agree that a "super server" listening to the network could be a new (or old, with (x)…