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 Wolf480pl (wolf480pl@mstdn.io)

  1. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Tuesday, 30-Jun-2026 08:59:59 JST Wolf480pl Wolf480pl

    what should an stdlib include?
    - data structures (list, hashmap, bst tree, set, queue)
    - event loop (or at least an abstract interface for one)
    - locks, atomics
    - logging API
    - common error types
    - regex
    - cross-platform filesystem API
    - abstract IO stream API
    - json parser
    - compression algorithms (deflate, bzip, lzma, zstd)
    - implementation of tar and zip file formats
    - sha256
    - popular cryptographic primitives (AES, chacha20, RSA, ECDSA)
    - network sockets
    - DNS resolver
    - https client

    ?

    In conversation about 4 days ago from mstdn.io permalink
  2. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Tuesday, 23-Jun-2026 18:12:26 JST Wolf480pl Wolf480pl
    • QuadRadical

    @QuadRadical
    open fedi
    there's nothing new
    try opening fedi on phone because bored
    it's the same fedi

    In conversation about 10 days ago from mstdn.io permalink
  3. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Monday, 22-Jun-2026 05:26:35 JST Wolf480pl Wolf480pl

    Is there a minimalistic, portable implementation of systemd-resolved's and systemd-userdbd's query APIs (not mangement APIs) that just calls libc's getaddrinfo / getpwnam / etc?

    In conversation about 12 days ago from mstdn.io permalink
  4. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Monday, 22-Jun-2026 05:26:32 JST Wolf480pl Wolf480pl
    in reply to
    • Stephen Brooks 🦆

    @sjb
    you've heard of parsing HTML with regexes, but have you heard of extracting a single JSON key with strstr?

    lines 174-148:

    // Crude, minimal search for the requested "name" string inside Varlink JSON
    char *name_ptr = strstr(buffer, "\"name\"");
    if (!name_ptr) return;
    name_ptr = strchr(name_ptr, ':');
    if (!name_ptr) return;

    holy shit this is terrifying

    In conversation about 12 days ago from mstdn.io permalink
  5. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Friday, 19-Jun-2026 03:07:16 JST Wolf480pl Wolf480pl
    in reply to
    • Piggo :verified_horse:

    @piggo regardless, this is the move that saved Porsche's business and I hate it

    In conversation about 15 days ago from mstdn.io permalink
  6. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Monday, 15-Jun-2026 00:28:42 JST Wolf480pl Wolf480pl
    in reply to
    • 翠星石

    @Suiseiseki why would anyone use such proprietary Unicode characters?

    In conversation about 19 days ago from mstdn.io permalink
  7. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Monday, 15-Jun-2026 00:00:59 JST Wolf480pl Wolf480pl

    Is there a convention for marking rhetorical questions on the internet?

    If not, I propose "/rq"

    EDIT: people said it sounds like "request" and "ragequit" so I think "rq" is no good

    In conversation about 19 days ago from mstdn.io permalink
  8. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Wednesday, 10-Jun-2026 17:54:19 JST Wolf480pl Wolf480pl
    in reply to
    • rin

    @rin
    does that make you sus?

    In conversation about 23 days ago from mstdn.io permalink
  9. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Wednesday, 10-Jun-2026 06:39:29 JST Wolf480pl Wolf480pl
    in reply to
    • Olivier Leroy

    @defuneste
    I noticed that before LLMs from the user side:

    As soon as I got good enough at reading other people's source code that I could solve most of my problems without asking on IRC or forums, it became very difficult for me to join any community.

    In conversation about 24 days ago from mstdn.io permalink
  10. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Thursday, 21-May-2026 05:25:48 JST Wolf480pl Wolf480pl
    • nytpu

    @nytpu TIL Fox Chell exists!

    In conversation about a month ago from mstdn.io permalink
  11. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Sunday, 17-May-2026 01:16:28 JST Wolf480pl Wolf480pl
    in reply to
    • Paul Cantrell
    • tuban_muzuru

    @tuban_muzuru @inthehands
    The data sourcing problem isn't as simple as copyright.

    What AI companies are doing is:

    1. taking from a public resource (public websites, source code of FOSS projects, knowledge-sharing forums, etc)

    2. destroying the public resource in the process (overloading the websites, flooding FOSS projects with slop PRs, disrubting the social dynamic required for forums to work)

    3. renting you access to a worse version of the public resource they have destroyed

    In conversation about 2 months ago from mstdn.io permalink
  12. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Tuesday, 05-May-2026 05:36:21 JST Wolf480pl Wolf480pl

    is a cohort of angry, jobless hackers as dangerous to a state as a cohort of angry, jobless rocket scientists?

    In conversation about 2 months ago from mstdn.io permalink
  13. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Tuesday, 28-Apr-2026 05:28:42 JST Wolf480pl Wolf480pl
    • Nihl

    @nihl
    do EFI bikes come with a Carburetor Simulation Module for backwards-compatibility?

    In conversation about 2 months ago from mstdn.io permalink
  14. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Tuesday, 28-Apr-2026 03:57:17 JST Wolf480pl Wolf480pl

    Why do microSD cards develop ioerrors after a year in an SBC...

    In conversation about 2 months ago from mstdn.io permalink
  15. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Tuesday, 14-Apr-2026 23:39:46 JST Wolf480pl Wolf480pl
    • nytpu

    @nytpu based on some of my family members' fate, if you die from radiotherapy, it can be weeks or months after radiotherapy ended. It can have very delayed consequences...

    In conversation about 3 months ago from mstdn.io permalink
  16. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Thursday, 26-Mar-2026 21:12:13 JST Wolf480pl Wolf480pl

    Is there an online marketplace for renting roof space for antennas, or is this a "cold-send an email asking for a quote" type of market?

    In conversation about 3 months ago from mstdn.io permalink
  17. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Friday, 20-Mar-2026 07:30:22 JST Wolf480pl Wolf480pl
    in reply to
    • Jordan Maris 🇪🇺 🇺🇦 #NAFO

    @jmaris
    > If we allow Russia to win in Ukraine, or to achieve an unjust peace, it will be a matter of years before Russia attacks the European Union

    Here's the trick: we don't.

    > If we choose to wait, we are only giving Russia the time it needs to rearm and prepare to attack us

    No, we're also giving ourselves time to rearm and prepare to defend.

    1/

    In conversation about 4 months ago from mstdn.io permalink
  18. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Friday, 20-Mar-2026 07:30:21 JST Wolf480pl Wolf480pl
    in reply to
    • Jordan Maris 🇪🇺 🇺🇦 #NAFO

    @jmaris
    > the moment Russia wins or achieves an unjust peace, their next consideration will be [...] breaking that peace to conquer more of Ukraine

    Ukraine will do its best to not agree on a peace deal that would allow Russia to do that.

    In order to pull that off, Russia would need a exceptional information asymmetry, or pressure on Ukraine from the West greater than Trump's last attempt.

    2/

    In conversation about 4 months ago from mstdn.io permalink

    Attachments


  19. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Friday, 20-Mar-2026 07:30:20 JST Wolf480pl Wolf480pl
    in reply to
    • Jordan Maris 🇪🇺 🇺🇦 #NAFO

    @jmaris

    > propaganda is spreading online about a "Narva people's republic" in #Estonia.
    > [...] War is coming to Europe.

    Are you saying that now Russia is able to wage two wars at the same time?

    In conversation about 4 months ago from mstdn.io permalink
  20. Embed this notice
    Wolf480pl (wolf480pl@mstdn.io)'s status on Monday, 16-Mar-2026 06:22:44 JST Wolf480pl Wolf480pl
    in reply to
    • Piggo :verified_horse:

    @piggo I think even electing a new crook would make things better if they were able to convince the crook that there will be a next election, and that losing it is possible.

    In conversation about 4 months ago from gnusocial.jp permalink
  • Before

User actions

    Wolf480pl

    Wolf480pl

    Sysadmin stuck with k8s,Linux nerdLikes The Unix Way🇬🇧🇵🇱(🇯🇵 a bit)

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          6007
          Member since
          17 Aug 2022
          Notices
          1540
          Daily average
          1

          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.