Live data from Hacker News

Viewing profile — navi-desu

navi-desu

HN member
Joined
Wed, Jun 28, 2023, 1:28 AM UTC
HN karma
11
Public activity
8 items

About navi-desu

No profile information was provided.

Recent public activity

  1. comment
    Comment #45185143

    it does do bounds checks if you -fsanitize=bounds, in gcc at least (and msvc is stuck on partial c11 support to this day, so imo, i don't quite think it's a fair target when compar…

  2. comment
    Comment #44587165

    and how is that any different from system services doing `ExecStartPre=/usr/libexec/my_setup_script.sh`? or worse, 20 different `ExecStartPre` lines that basically build a shell sc…

  3. comment
    Comment #44576171

    > OpenRC still requires you to manually enable support for service auto-restart ( https://wiki.gentoo.org/wiki/OpenRC/supervise-daemon#General ... ), a feature that comes built-in …

  4. comment
    Comment #44576089

    what is... actually wrong with that? it works, it's extensible, and a simple service is just as declarative as systemd, but when you need to do something more complex (e.g. checkin…

  5. comment
    Comment #43000293

    > 1. Define a new cross-terminal-emulator OSC sequence that instructs the terminal emulator to echo back THE WHOLE TERMINFO CAPABILITY STRING, in-band. No "user agent sniffing" wit…

  6. comment
    Comment #38265488

    meson actually solves this problem on the build system, their wrap subsystem allows you to use the system provided lib if found, or fetch from a database during the build process i…

  7. comment
    Comment #36501164

    gnome hard depends on systemd, so much that for it, *bsd (and any non-systemd unix-like) had to write a systemd-shim to emulate some functions of it, and/or gut some of systemd's c…

  8. comment
    Comment #36501149

    > It's also not a complete alternative, because it doesn't have anything for user session services like `systemd --user`. i am working on a implementation of that for openrc for a …