GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by nmeum (nmeum@chaos.social)

  1. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Sunday, 21-Dec-2025 21:40:27 JST nmeum nmeum

    OpenBSD's httpd and relayd use invalid time formats starting with OpenBSD 7.8 due to a change of the libc's gmtime(3) time zone string. If you are using one of these daemons and wondering why some clients refuse to talk to your server, this might be the cause: https://marc.info/?l=openbsd-tech&m=176627308013655

    #OpenBSD

    In conversation about 8 months ago from chaos.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      'httpd: Invalid date formats in headers since 7.8' - MARC
  2. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Friday, 12-Dec-2025 19:58:35 JST nmeum nmeum

    TIL: OSH apparently uses Alpine's aports tree as a testsuite https://oils.pub/blog/2025/12/release-0.37.0.html#building-thousands-of-alpine-linux-packages-with-osh

    #AlpineLinux

    In conversation about 9 months ago from chaos.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Oils 0.37.0 - Alpine Linux, YSH, and mycpp
      from @oilsforunix
  3. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Monday, 02-Jun-2025 05:30:08 JST nmeum nmeum

    My favorite new feature of #AlpineLinux 3.22: Support for OpenRC user services. The feature is still considered experimental, but some packages already provide user service files (e.g. dbus, pipewire, kanshi). Further, you can easily define your own in ~/.config/rc/.

    If you use a PAM-enabled login method, you just need to install openrc-user-pam, and you're good to go.

    For more information refer to: https://github.com/OpenRC/openrc/blob/0.62.2/user-guide.md#user-services----experimental

    In conversation about a year ago from chaos.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      openrc/user-guide.md at 0.62.2 · OpenRC/openrc
      The OpenRC init system. Contribute to OpenRC/openrc development by creating an account on GitHub.
  4. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Saturday, 08-Mar-2025 02:48:57 JST nmeum nmeum
    in reply to
    • anna

    @navi IEEE Std 1003.1™-2024 ☝️

    In conversation Saturday, 08-Mar-2025 02:48:57 JST from chaos.social permalink
  5. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Saturday, 01-Mar-2025 22:01:44 JST nmeum nmeum

    Yesterday, OpenRC released the first version with experimental user services support. It is already available in Alpine Linux Edge; hence, we can now start experimenting with shipping users services with Alpine packages.

    More information: https://github.com/OpenRC/openrc/blob/0.60/user-guide.md#user-services----experimental

    #AlpineLinux

    In conversation Saturday, 01-Mar-2025 22:01:44 JST from chaos.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      openrc/user-guide.md at 0.60 · OpenRC/openrc
      The OpenRC init system. Contribute to OpenRC/openrc development by creating an account on GitHub.
  6. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Tuesday, 07-Jan-2025 06:47:09 JST nmeum nmeum
    in reply to

    POSIX.1-2008 moved support for unnamed semaphores from the semaphore option to the base specification. macOS has never followed up on that. To make things more confusing, it does provide the function prototypes (though with a deprecated declaration annotation) and just has sem_init(3) return -1 unconditionally: https://github.com/apple-oss-distributions/xnu/blob/a5e7219620fa69943647714baaf632196f37249e/libsyscall/wrappers/posix_sem_obsolete.c

    Fun!

    In conversation Tuesday, 07-Jan-2025 06:47:09 JST from chaos.social permalink

    Attachments


  7. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Tuesday, 07-Jan-2025 06:46:51 JST nmeum nmeum

    Days since I have run into issues with macOS's non-conformance to POSIX.1-2008: 0.

    In conversation Tuesday, 07-Jan-2025 06:46:51 JST from chaos.social permalink
  8. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Wednesday, 01-Jan-2025 03:24:29 JST nmeum nmeum
    • Haelwenn /элвэн/ :triskell:

    @khm @lanodan toybox is unfortunately subject to the same size coding silliness as BusyBox. Considering the effort required for the switch, I am doubtful that it would be a worthwhile improvement.

    In conversation Wednesday, 01-Jan-2025 03:24:29 JST from chaos.social permalink
  9. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Tuesday, 31-Dec-2024 17:17:16 JST nmeum nmeum
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan The problem is: BusyBox ed is even worse and not even close to POSIX compliant, hence it was disabled in Alpine.

    In conversation Tuesday, 31-Dec-2024 17:17:16 JST from gnusocial.jp permalink
  10. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Wednesday, 23-Oct-2024 00:15:29 JST nmeum nmeum

    My train is still running on legacy IP technology :(

    In conversation Wednesday, 23-Oct-2024 00:15:29 JST from chaos.social permalink

    Attachments


    1. https://assets.chaos.social/media_attachments/files/113/351/717/295/439/090/original/c4168c7b822b1a3a.jpg
  11. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Monday, 23-Sep-2024 15:59:06 JST nmeum nmeum
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan Right, totally agree, but even then you still need someone to actually check the config.log file manually.

    In conversation Monday, 23-Sep-2024 15:59:06 JST from chaos.social permalink
  12. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Monday, 23-Sep-2024 14:46:22 JST nmeum nmeum

    The new enabled-by-default compile errors in GCC 14 can introduce subtle build changes by causing feature test code to no longer compile correctly, thereby breaking feature detection https://github.com/justinethier/cyclone/pull/544

    Noticed this by accident, hope this wasn't a common occurrence during GCC 14 rebuilds.

    In conversation Monday, 23-Sep-2024 14:46:22 JST from chaos.social permalink

    Attachments


  13. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Friday, 24-May-2024 07:05:22 JST nmeum nmeum

    This bogus CVE assignment is getting out of hand. Someone keeps requesting CVEs for the most mundane issues in BusyBox which then creates a support burden on the Alpine end because security scanners start complaining about them, and we need to deal with those complaints somehow. Feels like a lot of time is wasted for nothing really.

    In conversation Friday, 24-May-2024 07:05:22 JST from chaos.social permalink
  14. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Sunday, 07-Apr-2024 17:34:51 JST nmeum nmeum

    The latest and greatest GHC version (9.8.2) is now available in the Alpine Linux Edge repositories and will be included in the upcoming 3.20 stable release.

    #AlpineLinux #Haskell

    In conversation Sunday, 07-Apr-2024 17:34:51 JST from chaos.social permalink
  15. Embed this notice
    nmeum (nmeum@chaos.social)'s status on Saturday, 06-Jan-2024 08:16:25 JST nmeum nmeum

    TIL: The Go repository includes a compiled version of BoringSSL as a binary blob https://github.com/golang/go/blob/master/src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso

    #GoLang

    In conversation Saturday, 06-Jan-2024 08:16:25 JST from chaos.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      https://github.com/golang/go/blob/master/src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso

User actions

    nmeum

    nmeum

    Contributor to an open source project near you (Alpine Linux, Guix, ...). Passionate about functional programming (mostly Scheme and Haskell), software security, and operating systems. Day job in computer science, currently doing a postdoc in systems research.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          229770
          Member since
          5 Jan 2024
          Notices
          15
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.