Home | Notifications | New Note | Local | Federated | Search | Logout
Federated Timeline
Reply to @harblinger@wizard.casa
silverpill@silverpill@mitra.social (2026-06-15 03:39:00)
@harblinger
I have thought a lot about titles and summaries, but haven't yet decided how to proceed. There are too many special cases.
The top-level heading in a Mitra post is a title, and shouldn't be used as a summary. There is a different attribute for titles in ActivityPub, name. However, If I extract the <h1> and federate it as a name, other Mitra instances will display two titles.
A summary, ideally, should not be displayed anywhere, because it is a summary of content. It's redundant by design. But Mastodon uses it as a "content warning", so Mitra has to insert it into the post to avoid losing important information.
If Pleroma uses summary for "subject", that makes things even more complicated.
There is probably a way to make it all work, but I don't quite understand your use case. What exactly you're trying to implement, a content warning?
fedicat@fedicat@pc.cafe boosted:
@mkljczk@pl.fediverse.pl (2026-06-15 02:45:59)
time to work on the changelog, thinking of doing v1.0.0-rc1 but kinda idk if that makes sense, will likely just deploy untagged build to web.nicolium.app
Reply to @uriel@bbs.keinpfusch.net
silverpill@silverpill@mitra.social (2026-06-15 02:54:54)
@uriel Yes, I saw the readme, but I need one sentence. Maybe "Fork of the GoToSocial project with IPFS integration"?
Reply to @phnt@fluffytail.org
silverpill@silverpill@mitra.social (2026-06-15 02:48:40)
@phnt I am not talking about this FEP in particular, but about the general principle. Resolving an object may be a SELECT query, while the side effect may be an INSERT query. The details don't matter, it's always two different operations because you don't know what side effect will be needed.
In some cases, the first operation can be avoided by giving activities better names (or by using one of the hacks I mentioned in another post).
There is no associated cost. You get a better protocol and more efficient implementations for free.
@julian @raphael
nicole mikołajczyk@mkljczk@pl.fediverse.pl (2026-06-15 02:45:59)
time to work on the changelog, thinking of doing v1.0.0-rc1 but kinda idk if that makes sense, will likely just deploy untagged build to web.nicolium.app
Reply to @silverpill@mitra.social
Uriel Fanelli (on Aktor)@uriel@bbs.keinpfusch.net (2026-06-15 02:41:03)
@silverpill @weekinfediverse
usually I don't do short. so. I put a short and details. Up to you how to package the newsletter.
In short: as a sysadmin, what I always missed from GtS and every instance software. I just fork GtS and added the feature I was missing.
Like.
1. IPFS. Stop using S3, amazon will track the server, and everyone reading the pictures. IPFS provides decentralized CDN. Opensource. Free.
2. lua filters for messages. Instead of implementing interaction rules and so and so, I just put a system which allows the sysadmin to write filters in lua. You can have any policy you want
3. GUI. Yes, actually I don't like a fat GUI, but something like tumblr may be at hand.
4. RSS. Now the sysadmin can set a RSS to be published as any profile. So you can integrate the fediverse with rss sources, with no robots.
5. Groups. The admin is able to change a user to type "group". From this moment on, it will behave like the gup.pe groups.
6. Stop to "subscriptions open" or "subscription closed". I just put a parameter with max users , when there is space, people can join, if there are no more users available, it is closed. Better for capacity control.If you want a personal instance, just put max users to 1.
7. Inactive users cleaning jobs.Default set, 30 days, if the user goes inactive for 30 days, it is removed. So a new slot is free.
Those were the features which I missed more, so I did a fork and I added them.
You can check it there.
https://git.keinpfusch.net/loweel/Aktor-2
--
Uriel Fanelli
Using Aktor: https://git.keinpfusch.net/loweel/Aktor-2
XMPP: uriel@keinpfusch.net
old blog: https://blog.keinpfusch.net
new blog: https://keinpfusch.net
Reply to @silverpill@mitra.social
Harblinger@harblinger@wizard.casa (2026-06-15 02:39:08)
>What would be the value of this summary field? Headings are part of the content in Mitra, I can try to extract the first heading from HTML, but this method is not always reliable (we do this for Atom feeds).
I got the <h1> parsing done last night, see 2nd screenshot
Value is pretty slim for the amount of work needed possibly (another column in the db), but just being able to set it and send it down the wire would allow the front end to use/abuse the field so pleroma-fe can set the "subject" (see first screenshot) and masto to set the "CW", not sure about other cases.
No big deal, I can just have a subject field in the fe and prepend it in <h1> tags and that should work. I was just wondering if you thought about it much.
---Attachments---
image: https://wizard.casa/media/3803c776a181d61619ddd0afa2ce96680091e0c9a0da1bc40507789af12288b8.png
image: https://wizard.casa/media/4e588e89757f398fcbcf6dd4749075c26988e19d63872be4d74c75e69b673429.png
fedicat@fedicat@pc.cafe boosted:
@michael@social.chrisco.me (2026-06-15 02:04:31)
@fediverse Is piefed.social down?
Just wondering as I am unable to get to the site at the moment. So far its been most of the morning.
fedicat@fedicat@pc.cafe boosted:
@michael@social.chrisco.me (2026-06-15 02:07:05)
@fediverse Also I just learned how to post from gotosocial to lemmy. This is neat!
This post helped me out: https://vijayprema.com/using-lemmy-from-my-existing-mastodon/
but I got a bit confused on the subject line. Turns out its just the first line right after the @foo@place.url .
---Attachments---
image: https://social.chrisco.me/fileserver/01NKFBBE2YHS3VX1AFYPSZ52D6/attachment/original/01KV3HJ6TF8QEC0TYR5HSM2NSX.png
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:27:26)
夜ノ森もあるよ
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz boosted:
@circleyamato@misskey.io (2026-06-15 02:26:41)
「光の森」という地名がある
Reply to @uriel@bbs.keinpfusch.net
silverpill@silverpill@mitra.social (2026-06-15 02:27:12)
@uriel Oh hello there, I have a question about Aktor. Could you provide a short description of the project? In one sentence - it's for @weekinfediverse newsletter.
:atomaru_v_pose:あとまる:irai_bosyuu_tyuu:@circleyamato@misskey.io (2026-06-15 02:26:41)
「光の森」という地名がある
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:25:32)
Fx-Okanetokashi
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:25:02)
応援上映で言う気にはならないんだけど、マジで帝からのメール見た時のいろPが完全にFXで金溶かした顔でおもろい
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:23:40)
ここ2ヶ月くらいの:Cosmic_Princess_Kaguya_logo:鑑賞とかで年間の平均歩数が爆上がりしてて草
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:20:19)
りんねれいろうのつい
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:17:48)
健全にゃインスタンスにゃのでCSAM許容してません2
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:16:20)
ドメブロ数えられない健全インスタンス
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:15:35)
猫ゴロゴロ
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:05:52)
フサフサ不足
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 02:02:02)
:fediverse:鯖缶オフがあった所で現状の語彙が超!ばかりなのでまともに話出来る気がしない
🦉@aaa (2026-06-15 01:50:59)
まだまだ涼しくて夏の危機感がない
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 01:36:31)
紫蘇
強め
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 01:31:26)
あっぷぇむじく
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 01:25:41)
ロールでユーザー単位は出来るけど全体は出来ないんよね
fedicat@fedicat@pc.cafe (2026-06-15 01:19:56)
got enough #pawfed submissions in to qualify for auto-approval
https://pawfed.org/activity
fedicat@fedicat@pc.cafe (2026-06-15 01:11:07)
@PawFed Mini Cat Town https://minicattown.org #cat #adoption #at 1 Stoneridge Mall Rd. #city:Pleasanton CA #country:US 94588
---Attachments---
image: https://cdn.masto.host/pccafe/media_attachments/files/116/749/334/339/462/036/original/bdab52b2aa12f787.jpeg
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 01:02:10)
このタイミングでこれは完璧すぎてさ…
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-06-15 01:01:40)
満ちる月のセレナーデ ~八千年の旅~ - コーニッシュ #NowPlaying #なうぷれ
検索
Older Notes