RE: bsky.app/profile/did:plc:z72i7…
Предлагаю обсудить, как сейчас дела у протокола Matrix и его клиентов на Android.
Кто чем пользуется? Что раздражает в текущих приложениях или каких функций, по-вашему, остро не хватает? Отдельный вопрос по безопасности — есть что-то, что вызывает сомнения или опасения?
Было бы интересно услышать разные мнения на этот счет.
давай расскажу.
Матрикс пока что во главе, потому что я им рулю и с гемором он работает стабильно и привычно. Новый Кандидат - simplex, но в прошлый раз были проблемы с стабильностью.
Про приватность matrix -
метаданные есть
Передаёт данные об устройстве и клиенте серверу, достаточно полные зачем, не понять. (Юзерагент вроде)
Раскрывает клиент+ОС всем кто с тобой на сервере с нативного клиента. Приходится патчить сервак либо юзать другие клиенты.
Retention работает из задницы, стирание сообщений на клиентах нормально работать не хочет, рандомно остаются данные.
E2E + боты - несовместимо криво и больно
Система звонков сломана
старые клиенты когда звонишь 1 на 1, более менее окей
Когда звонишь в группе с старого клиента - jitsi который вероятно без e2e и редко когда работает адекватно и на android и на Linux.
Новые звонки на новых клиентах никто в лицо не видел потому что надо поднимать ещё 3 сервиса иначе работать не будет, но там все должно быть окей.
Не поддерживает tor
Самый главный минус - чинить это никто не собирается.
Это чисто по безопасности, сломанного и кривого ещё полно.
это один из нюансов федерации. Ты его посты смотришь не просто *от* нас, но и *у* нас. С нашего сервера на этот аккаунт (!) никто не подписывался и постов его не бустил, вот его постов у нас и нет. Подпишешься — новые будут поступать. Старые, увы, пока придётся смотреть в первоисточнике браузером. Чему да, РКН мешает (mastodon.world на хостинге Hetzner, которому РКН велел приземлиться, а он просьбу проигнорировал). Но у нас с ними никакой ссоры нет.
Если хочешь повзаимодействовать с постом, найденным в браузере, скопируй ссылку на него и вставь в поиск в приложении, должен найтись.
Ну, я так и подозревал, что хостинг попал под раздачу. Когда начались блокировки в этом году, у меня перестала работать пачка приложений, включая прогноз погоды, онлайн-радио и так далее.
Red Dwarf and Constellation: could we skip the Bridge?
@whey.party/red-dwarf
an appview-less Bluesky client using Constellation and PDS Queries - https://reddwarf.whey.party/tangled.org
нравится это
не нравится это
I realize my title has little to do with the post, lol, tired ADHD brain. I did have the thought that if someone were to be ambitious and motivated enough, the Red Dwarf code could be used to build direct access to BlueSky content into a Fediverse client.
But then, I'm always the guy in the corner pining for the good ole' days of Trillian for IM, the one client to reach them all ^_^
нравится это
I realize my title has little to do with the post
I was going to say. Red dwarf is the name of a ship and Constellation is a class of ship. In any case, you can't have a proper ship without a bridge.
Coopr8 нравится это.
I was recently playing around with Constellation and - partly as a statement but mostly as a personal challenge - used it to build ATProto notifications support into my ActivityPub enabled web app (writeup here, I'd post from that but I think lemmy.world blocks it since I sent it too many invalid activities or whatever).
I already had the ability to follow someone on atproto by resolving their handle and hitting their PDS directly (without authentication - that's all public), and I also turned Bridgy Fed on. With Constellation, I was able to (a) find the bridged atproto version of each ActivityPub post I made, and (b) find any likes, replies, or reposts related to each post.
When a Bluesky post hits my inbox and I click on it, my app checks to see if that user is also using Bridgy Fed, and if they are, it shows me their post over ActivityPub instead, so I can like or reply to it.
More broadly, it might be interesting if someone made an app that used a PDS as its primary datastore, but also had ActivityPub S2S support built into it. I know wafrn can do both protocols, but I think in its case it mirrors posts to a separate PDS kind of like you're describing.
Coopr8 нравится это.
PandaCap is freaking awesome! Pretty much just what I had in mind when I posted previously about a single client to act as inbox for all ActivityPub and RSS/Atom content, only I had imagined it as a browser plugin or full on custom browser so that the content from the inbox would be opened in a client of the user's preference based on post type.
Really awesome project! including DeviantArt etc is really great for the art angle.
The only feature I would miss here vs. other clients is the search function as you mention. I assume that is omitted because it is a lot of work to implement. Have you looked at extending your project with someone else's code for that function? I know sometimes that is more trouble than help, but it would really take the project to that next level of "completely full featured client".
I have looked at wafrn, definitely a cool project and I like that it handles both protocols, but it has some limitations that hold me back from switching to it as my main client. I didn't know it was using a PDS in that way, do you mean it uses a server side PDS to mirror ATProto content or is it PDS per user?
I'm not exactly sure how it works in wafrn - I haven't looked into it myself - but last I heard, they were using blacksky's PDS (lemmy.dbzer0.com/post/51892713) which I'm guessing means all their users (at least the ones who've turned atproto on) get mirrored to that particular PDS.
The search functionality missing from Pandacap is in some ways intentional; I don't personally like searching for anything in the fediverse or in Bluesky, because I run into a lot of text posts, photos, screenshots or whatever that I don't have context for and that I haven't mentally prepared myself to see. But there's also the technical issue that right now, Pandacap doesn't index incoming posts in one place; they either go to the inbox, go to notifications, or get ignored. If search were to be implemented, perhaps it could take the form of an external ActivityPub instance that indexes posts, and Pandacap would just hit its API or something.
The other issues with Pandacap are that it's single-user, and that it's on the Microsoft stack, so no one can really use it unless they're willing to sign up for Azure and know their way around it enough to get it deployed. But that keeps overheads down for me compared to running a VPS.
I've never tried loading a PeerTube post in Pandacap but I wonder if it would try (and fail) to display the video in an image tag, or if it would just show up as a text post.
Coopr8 нравится это.
I actually like the single-user Delft hosted aspect.
As far as the Microsoft stack goes, could it be hosted on a home server running Windows or does it have to be in the cloud on Azure?
Threadiverse... on ATProto?!
Check this out: nooki.me/
Looks like someone's built a Reddit-like on top of ATProto. Would be really interesting to see whether it could interact with the threadiverse through something like BridgyFed, which currently only works with microblogs (I think?)
Opportunity? Existential threat? You decide...
нравится это
не нравится это
Rentlar нравится это.
A Plan for Social Media - Rethinking Federation
This is part of a series of posts about the current state of Social Media. I talked about Mozilla’s failed strRaphael Lullis
нравится это
On the topic of 'hills to die on', I will say I have gained a significant respect for you over the last 2 years, for sticking to your principles on this and following through on them.
We might disagree on the best way to do things. I'd witnesed you in the past receiving a lot of pushback (to put it lightly) for a well-intentioned but controversially implemented project (the whole Reddit mirroring and account claiming thing you tried). If I had been in your shoes at the time, I would probably have quit Lemmy and the Fediverse entirely for something else in order to try to pursue that vision. Yet, you've stayed with it, with the aim to refine your ideas on how to better bring decentralized social media to the general public. So kudos to you for your resoluteness on this.
нравится это
I agree with everything. The thing is, I've been thinking about the psychology behind this lately.
When Fedi-Fans complain about Bluesky, it is usually based on the misunderstanding that it also is instance based. It really doesn't seem to occur to many that things might be done differently. But I think it may go a little deeper.
A common complaint is that it's too expensive to run a full relay. People want to self-host it all. They want to feel that they are in control and don't need anyone. It's not particularly rational but people do lots of silly things chasing that feeling. The rational start would be to move somewhere remote and grow your own food. Instead, people buy a pick-up truck or degoogle their phone.
That architecture also appeals to a more tribal mindset. An instance is "our" place. We just pull up the drawbridge when bad people come and we are safe here in "our" castle.
I think to some people that is more appealing than the more open design of atproto.
On Bluesky, there is all this waffle about some people trying to get someone banned. They might find such tribal architecture more appealing.
Fediverse Report – #137 - AltStore joins the fediverse
Fediverse Report 137 - this week's fediverse news
- altstore joins the fediverse, and you can interact with apps on the alternative iOS app store now via your fediverse accounts. Altstore also made a 500k USD donation to various fediverse platforms
- Mastodon is getting Starter Packs, with more details on the design, soliciting feedback
- A New Social announced a new version for Bounce, which allows you to transfer your account from the fediverse to #bluesky
Fediverse Report – #137
Alternative iOS app store AltStore joins the fediverse, with a 500k USD donation to various fediverse projects. Mastodon talks about their upcoming Starter Pack feature. Bounce your account from the fediverse to Bluesky.connectedplaces.online
нравится это
drunkosaurus не нравится это.
Coordinated Pro-Russian Propaganda Network Targeting ActivityPub and ATProto Services
Coordinated Pro-Russian Propaganda Network Targeting ActivityPub and ATProto Services
Since 15 September, IFTAS has been tracking a coordinated network of accounts operating across Mastodon. These accounts are engaged in a high-volume propaganda campaign, promoting pro-Russian narra…IFTAS Blog
нравится это
не нравится это
Most effortless and effective blame offloading "news" of the century.
I guess I'm ruzzian now.
не нравится это
Discussion: Long-term need for automation tools for moderation
I think QoL tools for moderators need to become more of a Fediverse priority. This burns people out. Key moderators of communities quit and communities become abandoned.
Ideas :
- Automatic removal option to remove posts and/or comments for specific keywords. This would be most useful for automatically removing posts and comments when people slur. Piefed already has a keyword filter for visibility. This could be expanded to community settings. Have it also fire-off a report to the moderators when someone triggers it.
- Automatic URL removal. Allow communities to blacklist specific urls. Useful for politics or news communities that want to negate sources known for misinformation.
- Automatic removal for repeat URL posting. Very useful for politics or news communities to prevent double-posting.
- Make it so a community can set itself up to only accept text posts, video posts, or image posts. This should prevent tedious janitorial cleanup for communities that only allow links, or text posts (the most common two).
- Post Delay Restrictions. Some communities, perhaps not many, might be interested in posting cooldowns for users. So you can only post 1 post every hour, or 2 posts every hour - or whatever the chosen limit is. This would help negate spammers and over-enthusiastic posters flooding a topical community.
- Post Formatting Requirements. This one could be trickier and more effort than most of the others, but setting conditions for the formatting of new posts would be useful.
Now, not all communities would make use or have any need to make use of all of these - but many would to varying degrees - and it would help them.
I think going down this road is important to prevent moderators burning out over the drudgery of moderating communities.
нравится это
не нравится это
True. I am just mostly trying to make a record of this stuff for the future. Obviously in the event of these tools existing, mods wouldn't have to turn them on.
I definitely think there needs to be some rough guide on making your community federated and then advertising it effectively so communities can get that early kick.
Rentlar нравится это.
there needs to be some rough guide on making your community federated and then advertising it effectively so communities can get that early kick.
We can draft something on !fedigrow@lemmy.zip
Rentlar нравится это.
Mastodon: Our ideas about Packs
Our ideas about Packs
Sharing our thoughts and plans behind sharing collections of accounts in the Fediverse.Mastodon Blog
нравится это
corsicanguppy не нравится это.
Re: Mastodon: Our ideas about Packs
нравится это
нравится это
Какой-то сервис в тик токе переписали с го на раст и всё стало дешевле и быстрее в 2 раза 😁
Критический сервис TikTok, написанный на Go, был переписан частично на Rust для узких мест. Это дало двукратный рост производительности, снижение задержек и нагрузок на CPU и память. В итоге сервис обрабатывает в 2 раза больше запросов, что снизило инфраструктурные затраты на $300,000 в год
#go #rust
wxiaoyun.com/blog/rust-rewrite…
2x Performance, $300k Savings: A Case Study in Rewriting a Critical Service in Rust
Wu Xiaoyun's portfolio pagewxiaoyun.com
нравится это
Looking for federated NodeBB instances
нравится это
burntbacon не нравится это.
I checked some of the forums in the link (nodebb.fediverse.observer/list) you posted, but it's hard to tell what most of those NodeBB instances are actually for: many lack descriptions and the forum names don't say much. I would have to read a few posts in each forum to figure out what each one is for. I found a literature forum but it only has three posts, I don't want to make an account just to shout into the void, so I'm trying to post to it from Lemmy.
I tried posting to the literature community I found via Lemmy but the post never showed up on the NodeBB instance. I used Lemmy's search with the target community URL (community.darkscribes.com/cate…), it found the community, and I created a post from Lemmy (lemmy.dbzer0.com/post/54997372). I can see the post on Lemmy but not on the target NodeBB instance. Any idea why that might be or how to get Lemmy posts to appear on federated NodeBB forums?
Fediverse Observer checks all sites in the fediverse and gives you an easy way to find a home from a map or list or automatically.
Nodebb Sites Status. Find a Nodebb server to sign up for, find one close to you!nodebb.fediverse.observer
нравится это
Re: Looking for federated NodeBB instances
Oh, I'm sorry to hear that... unfortunately debugging server-to-server interactions is kind of tough. It should work though, so I don't know why it didn't... yet. It could be their version of NodeBB isn't up to date enough.
cwsmith@community.darkscribes.com cwsmith@community.nodebb.org are you able to weigh in and let me know the NodeBB version? Could also be a privileges issue with the fediverse pseudo-user.
нравится это
How resilient to network splits lemmy/mastodon are in practice?
Federation is eventually consistent, but when we're talking practical terms, how long is too long for a node to be offline?
I suffered a bit of a data loss and while I was able to recover my mastodon instance within 2 days, lemmy took me a week and I don't see anyone spamming the inboxes again.
Should I expect that other servers effectively defederated me and should I resubscribe to my communities or I should give it a few days?
нравится это
Я приехала домой на выходные и обнаружила, что у компьютера остановился кулер.
Я не знаю, сколько дней он так проработал. И почему не вырубился от перегрева.
Bonfire Social 1.0rc3 release
Bonfire Social 1.0rc3
Bonfire’s latest release puts data portability (moving and taking your data with you) and anti-enshittification (avoiding manipulative platform tricks) front and center.bonfirenetworks.org
нравится это
Victor не нравится это.
нравится это
нравится это
A fediverse platform that lets you block whole topics, not just communities?
нравится это
не нравится это
нравится это
не нравится это
Forget cooling and maintenance; let's call that engineering minutia. Let's focus on pure, theoretical physics
...Does he realize how mind-bendingly difficult sending a pound (much less tons) to orbit is?
This reminds me of how Musk and his evangelists talk about colonizing mars, when it would be orders of magitude cheaper and easier to, say... live in the mariana trench.
Or under the antarctic ice sheet.
Or in Kilauea's open lava pit.
I mean, it's fine to not understand the 'tyrrany of the rocket equation,' but please, let people who do make the plans instead.
Fediverse Day Berlin Livestream starts today at 12 CEST
The 2nd Berlin Fediverse Day is a networking event for people in the Fediverse. With talks, workshops and networking opportunities, we want to spread knowledge about the Fediverse, promote creative solutions and strengthen the exchange between developers, administrators, academia, civil society and content creators.
Speakers include, among others: Elena Rossini, Andy Piper, Evan Prodromou, Christine Lemmer-Webber, Matthias Pfefferle…
Edit:
PeerTube Livestreams
Mainhall: c-tube.c-base.org/w/wKd1Zxa484…
Rooftop: fair.tube/w/cg39oxGaMqqgZzPiKj…
Mastodon etc.
Fediwall: fediwall.social
Berlin Fediverse Day | Berlin Fediverse Day 2025
The Berlin Fediverse Day is a Fediverse conference taking place on 3-5. October 2025 at c-base Berlin with workshops and lectures for interested people, newcomers and experienced users.Berlin Fediverse Day 2025
нравится это
bekind.dedyn.io is dead
нравится это
не нравится это
нравится это
нравится это
Fediverse blogging?
нравится это
- Writefreely is the established option.
- Wordpress has activitypub plugin.
- Mastodon (or the like) is probably good enough.
- Wafrn is tumblr like blogging.
- Openwrite is the new kid in the block similiar to Writefreely.
Wafrn, the social media that respects you
Wafrn is a social media inspired by tumblr that connects with the fediverseapp.wafrn.net
Kierunkowy74 нравится это.
what does it mean by Gemini?
I am not sure of the detail but it is alternative to http. en.wikipedia.org/wiki/Gemini_(…
Delusions of a Protocol
So, if you're online poisoned like me, you may have noticed that Bluesky CEO Jay Graber has been having sort of a slow motion, low-key public meltdown for the past several weeks. Most recently, in this interaction with a user.
[…]
Even with practical technical decentralization, the vast majority of Bluesky users are on, well, Bluesky. Bluesky was never really packaged as something that was relatively easy for someone to spin up on their own servers; the network has been historically extremely centralized, and only small minorities of users have broken off.AT Proto decentralization doesn't exist as a practical reality, and if it ever does it won't be for years. Most of the work driving effective decentralization is being done by third parties, who have limited guarantees about future compatibility with possible breaking changes on Bluesky's end.
Bluesky inc isn't really making 'a protocol', they're making Bluesky, the monolithic (to within a rounding error) social network that they operate.
I do genuinely believe that the Bluesky team set off from the start to create a decentralized protocol, but unfortunately for them they ended up running a social network. And at this point, AT Proto has become essentially a sort of ideological vaporware; a way for Jay Graber et al to run a social media platform while claiming they don't run a social media platform.
This is, of course, just another iteration of the Silicon Valley monoproduct: power without accountability. The tech industry elite are very much like Gilded Age railroad barons – buying up whole towns, breaking up strikes, imposing top-down economic policy on whole sectors – except all the while they claim that they are just technology enthusiasts playing with their little trains.
нравится это
не нравится это
This does raise a question relevant to the Fediverse. Some Bluesky users are lobbying to have Jesse Singal banned, whoever that is. Of course, a hallmark of a decentralized network is that there is no central authority that could actually do that. Implicitly, this demand is a rejection of the very concept of decentralization.
Once people find out what decentralization means, are they even willing to tolerate it?
нравится это
нравится это
AnyOldName3 нравится это.
Of course, a hallmark of a decentralized network is that there is no central authority that could actually do that. Implicitly, this demand is a rejection of the very concept of decentralization.
What, you can absolutely ban people on a decentralised network. You may not be able to expunge someone from a part of the network they control themselves, but you can expunge them from the part you control. Bluesky has this power and has used it in the past.
Christine Lemmer-Webber (@cwebber@social.coop)
Attached: 1 image Jessie Gender's account on Bluesky suspended seemingly because she said "I also wish ill will to JK Rowling" https://bsky.app/profile/did:plc:zy7ifa3dmd46dcrbjkgkg2xz/post/3lwiszke4bk2xsocial.coop
Johnmannesca нравится это.
Yes, but that doesn't seem sufficient for some. Conservatives certainly would like to remove trans people from the public completely. Aside: It's foolish for trans people to copy these tactics, assuming this comes organically from the trans community. These people are certainly acting like the heels in some right-wing propaganda play.
Bluesky offers several ways in which users can remove unwanted content from their experience. Easiest is for users to block Singal; banning him from their personal part of the network. Blocklists can be shared easily. Users can also spin up their own moderation service.
I probably shouldn't go into the details of what Bluesky can do on a technical level. Incidentally, that blog post contains errors.
In short: On a technical level, the Bluesky company can greatly reduce the visibility of someone. But they would likely run into legal problems if they used that on Singal. The EU regulates what can be done quite strictly. Maybe they could benefit from some industry friendly "loopholes". I'd have to look that up.
Johnmannesca нравится это.
Bluesky is a platform for scammers and morons.
If you're not the one scamming, that only leaves one other option.
не нравится это
What's the factor when you're planning to self-hosted a instance?
I am interested of self-hosting my own instance but one the issue I have is:
- Price for renting server and buying domain name. Mainly, I have low income.
- Unsure if it be single-user instance or if I want multiple people on my instance.
- If my instance is for multiple users, if I be the best fit for moderation as well, pitching it to non Fedizen (whatever you call people that use the Fediverse) as well as the theme of the instance as it would effect my Fedi software of choice (eg. Friendica, Mastodon/Glitch)
I just worried that I try just do it immediately without planning things out or have whatever things in mind which might otherwise help me know what's the best choice and not be upset that I wasted my time and money on something that didn't work out for me.
нравится это
sneakyninjapants не нравится это.
The thing is, costs grow if your instance gets users. More cpu and disk space needed with time. Domain name renewal costs are known to always cost more every time. I wouldnt do it if I had low income.
If you use s3, it can also become quite expensive. Amazon is known for a lot of hidden costs that will surprise you.
СЫНЧЕЛОВЕЧЕСКИЙ
в ответ на Andrey AnisimOFF • • •