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 Zło To 🏴‍☠️ (mattesilver@101010.pl)

  1. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Tuesday, 21-Apr-2026 17:16:00 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • LibreOffice

    @libreoffice erm pagination in markdown? did I miss something?

    In conversation about 4 months ago from 101010.pl permalink
  2. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 04-Apr-2026 02:22:31 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • Free Software Foundation Europe
    • Renato Gelforte

    @renato_gleforte
    > European alternatives like Mollie, Adyen, or Satispay

    Who? Nobody's ever heard of them

    Bookmarking your post for future reference
    @fsfe

    In conversation about 4 months ago from 101010.pl permalink
  3. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Tuesday, 06-Jan-2026 00:45:32 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill
    I'm trying now to follow my @admin@mitra user, hope it's not special too?

    mitra seems to be unable to connect to my server. I could successfully call `podman exec -ti mitra curl fediscover/actor`, but my logs don't show any connection attempt from mitra.

    First I was running fediscover (my server) on port 8000, thought maybe the non-standard port is lost somewhere, but with fediscover listening on port 80 doesn't work either. Does mitra require https to federate?

    > 2026-01-05T14:05:50 mitra_api::activitypub::views [INFO] received in /users/admin/inbox: Follow
    2026-01-05T14:05:50 mitra_api::activitypub::receiver [WARN] invalid HTTP signature: error sending request for url (http://fediscover/actor): client error (Connect)
    2026-01-05T14:05:50 mitra_api::activitypub::views [WARN] failed to process activity (error sending request for url (http://fediscover/actor): client error (Connect)): {"@context":"https://www.w3.org/ns/activitystreams","actor":"http://fediscover/actor","id":"http://fediscover/activity/d7c2d96c-eea0-41e7-aee6-12fe6db75360","object":"http://mitra:8383/users/admin","published":"2026-01-05T14:05:50Z","to":["http://mitra:8383/users/admin"],"type":"Follow"}

    In conversation about 7 months ago from 101010.pl permalink

    Attachments





  4. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Tuesday, 06-Jan-2026 00:45:31 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill I'm building requests with bovine BTW @helge

    In conversation about 7 months ago from 101010.pl permalink
  5. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Sunday, 04-Jan-2026 20:26:22 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill

    ```
    #[post("/inbox")]
    async fn instance_actor_inbox(
    config: web::Data<Config>,
    activity: web::Json<JsonValue>,
    ) -> Result<HttpResponse, HttpError> {
    if !config.federation.enabled {
    return Err(HttpError::PermissionError);
    };
    log::info!(
    "received in instance inbox: {}",
    activity["type"].as_str().unwrap_or("Unknown"),
    );
    Ok(HttpResponse::Accepted().finish())
    }
    ```

    seems to me it works as intended...
    1. fail if federation is disabled
    2. log
    3. return 202

    In conversation about 7 months ago from 101010.pl permalink
  6. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 07:08:36 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill `activitypub_object` has my two messages I've created using mitra UI, the other two tables are empty

    In conversation about 7 months ago from 101010.pl permalink
  7. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 07:08:34 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill
    2026-01-02T19:01:30 actix_server::builder [INFO] Starting 8 workers
    2026-01-02T19:01:30 actix_server::server [INFO] Tokio runtime found; starting in existing Tokio runtime
    2026-01-02T19:04:31 mitra_api::activitypub::views [INFO] received in instance inbox: Follow

    In conversation about 7 months ago from 101010.pl permalink
  8. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 07:08:32 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill I'm absolutely certain that it's my program sending bad messages, I'm just asking if there's a way to see processing exceptions in mitra

    In conversation about 7 months ago from gnusocial.jp permalink
  9. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 05:32:07 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill I just want to send a follow message from my program.

    I see a `follow received` log entry and nothing happens

    In conversation about 7 months ago from 101010.pl permalink
  10. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 05:32:05 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill wouldn't that be nice, but there's nothing in follow_requests nor in subscription tables, and mitra isn't sending any of my public activities

    In conversation about 7 months ago from 101010.pl permalink
  11. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 03:29:48 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill is there some debug mode to show me why messages get ignored?

    In conversation about 7 months ago from 101010.pl permalink
  12. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Friday, 02-Jan-2026 20:51:29 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • silverpill

    @silverpill Thanks for providing a working OCI - it just works :)

    Tho the version on fediverse pasture gives me problems - can't login :/

    BTW what's the default activity filter?

    In conversation about 7 months ago from 101010.pl permalink
  13. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Wednesday, 17-Dec-2025 07:36:54 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️

    Which #fediverse #activitypub server is the easiest to run in #docker?

    I'd like to test my own AP software without littering the live network

    #askfedi

    In conversation about 8 months ago from 101010.pl permalink
  14. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Monday, 08-Dec-2025 21:51:41 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • ✧✦Catherine✦✧

    @whitequark
    Material just went maintenance-only, just FYI. The team moved to a new project, zensical, but it should be a drop-in replacement once it's out of alpha

    In conversation about 8 months ago from 101010.pl permalink
  15. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Wednesday, 08-Oct-2025 16:07:11 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • Brodie Robertson

    @BrodieOnLinux you could've added a link to the video, so we could all comment what we think about it, or even report it

    In conversation about 10 months ago from 101010.pl permalink
  16. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 20-Sep-2025 18:32:42 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • OBI-Markt Kenobi :openbsd:
    • Ⓜ3️⃣3️⃣ 🌌

    The argumentation in the article is rather detached from reality. Companies rarely contribute to projects, work or financially. The whole open source burnout comes from demands of features and fixes and no contributions.
    Also, you're not telling anyone how to license their software, everyone is entitled to pick their license. Only not every license meets conditions that allows them to use your code.
    And for libraries gnu has a dedicated LGPL license

    @tux0r

    @m33

    In conversation about 11 months ago from 101010.pl permalink
  17. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 20-Sep-2025 08:57:39 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • Fedilab Apps

    One way around it would be to ask at the first run after installation/update

    @apps

    In conversation about 11 months ago from 101010.pl permalink
  18. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 09-Aug-2025 12:17:08 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • Patrick C Miller :donor:

    @patrickcmiller what are "public ChatGPT queries"

    In conversation about a year ago from 101010.pl permalink
  19. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Friday, 08-Aug-2025 23:20:39 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • daniel:// stenberg://
    • Howard Chu @ Symas

    @hyc
    HTML didn't start this way either, in the beginning one file was perfectly enough, even without inline CSS.
    @bagder

    In conversation about a year ago from 101010.pl permalink
  20. Embed this notice
    Zło To 🏴‍☠️ (mattesilver@101010.pl)'s status on Saturday, 02-Aug-2025 16:05:32 JST Zło To 🏴‍☠️ Zło To 🏴‍☠️
    in reply to
    • kaia

    @kaia
    My brother found one when on a visit once, and asked about it (label was in foreign language, no digestive images).

    Told him it's a hair gel. He wasn't fully convinced, since I've never used one, but didn't inquire further

    In conversation about a year ago from 101010.pl permalink
  • Before

User actions

    Zło To 🏴‍☠️

    Zło To 🏴‍☠️

    Before enlightenment: fix bugs, add features.After enlightenment: fix bugs, add features.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          296504
          Member since
          16 Nov 2024
          Notices
          26
          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.