@libreoffice erm pagination in markdown? did I miss something?
Notices by Zło To 🏴☠️ (mattesilver@101010.pl)
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Tuesday, 21-Apr-2026 17:16:00 JST
Zło To 🏴☠️
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 04-Apr-2026 02:22:31 JST
Zło To 🏴☠️
@renato_gleforte
> European alternatives like Mollie, Adyen, or SatispayWho? Nobody's ever heard of them
Bookmarking your post for future reference
@fsfe -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Tuesday, 06-Jan-2026 00:45:32 JST
Zło To 🏴☠️
@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"} -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Tuesday, 06-Jan-2026 00:45:31 JST
Zło To 🏴☠️
@silverpill I'm building requests with bovine BTW @helge
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Sunday, 04-Jan-2026 20:26:22 JST
Zło To 🏴☠️
```
#[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 -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 07:08:36 JST
Zło To 🏴☠️
@silverpill `activitypub_object` has my two messages I've created using mitra UI, the other two tables are empty
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 07:08:34 JST
Zło To 🏴☠️
@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 -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 07:08:32 JST
Zło To 🏴☠️
@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
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 05:32:07 JST
Zło To 🏴☠️
@silverpill I just want to send a follow message from my program.
I see a `follow received` log entry and nothing happens
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 05:32:05 JST
Zło To 🏴☠️
@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
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 03-Jan-2026 03:29:48 JST
Zło To 🏴☠️
@silverpill is there some debug mode to show me why messages get ignored?
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Friday, 02-Jan-2026 20:51:29 JST
Zło To 🏴☠️
@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?
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Wednesday, 17-Dec-2025 07:36:54 JST
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
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Monday, 08-Dec-2025 21:51:41 JST
Zło To 🏴☠️
@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 -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Wednesday, 08-Oct-2025 16:07:11 JST
Zło To 🏴☠️
@BrodieOnLinux you could've added a link to the video, so we could all comment what we think about it, or even report it
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 20-Sep-2025 18:32:42 JST
Zło To 🏴☠️
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 -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 20-Sep-2025 08:57:39 JST
Zło To 🏴☠️
One way around it would be to ask at the first run after installation/update
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 09-Aug-2025 12:17:08 JST
Zło To 🏴☠️
@patrickcmiller what are "public ChatGPT queries"
-
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Friday, 08-Aug-2025 23:20:39 JST
Zło To 🏴☠️
@hyc
HTML didn't start this way either, in the beginning one file was perfectly enough, even without inline CSS.
@bagder -
Embed this notice
Zło To 🏴☠️ (mattesilver@101010.pl)'s status on Saturday, 02-Aug-2025 16:05:32 JST
Zło To 🏴☠️
@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