Search

Items tagged with: matrix


Ja tinc creada la classe Python per a connectar a l'API de #Matrix (em sento com si fos Neo 😂).
La classe inclou, per ara, tres mètodes:
- obtenir informació d'un usuari ✅
- registrar un nou usuari ✅
- llistar usuaris :loading:
Els mètodes amb ✅ funcionen perfectament. Encara no he provat el que llista els usuaris.
Ja he alliberat el projecte sencer:

codeberg.org/spla/matrix

Aquest codi permet als usuaris locals d'un servidor #Mastodon registrar-se ells mateixos en un servidor Matrix/Synapse.


blog.commune.sh/federated-webr…

In the glory days of web 1.0, social websites would prominently link out to their digital neighbors via lists known as webrings; magical doorways to an expansive hinterland of digital villages.

Let's envision what a truly federated chat like #Matrix could do to improve the cross-connectivity of chat channels. Most of these features are already possible, they just haven't been implemented yet in a community-oriented client experience.

#CommuneApp #fediverse #community






Ce JEUDI 14 MARS sur #NANTES

ATELIER #MATRIX - #MOBILIZON par @lafediversenantaise
au #BouillonduCoin, café associatif du quartier #Dervallières-Zola

Venez découvrir ou partager vos connaissances,
y rencontrer les groupes locaux qui se développent sur ces réseaux,
Y FAIRE GRANDIR ENSEMBLE LA COMMUNAUTÉ NANTAISE.

Entrée libre et gratuite..

N'hésitez pas à passer : mobilizon.fr/events/9753a03b-2…

Et merci d'avance à celleux qui pourront relayer l'info ! 🙂

#Fediverse
#Contributopia @Framasoft



Check out this recap of the work that Community Platform Engineering did in 2023! The CPE team is made up of the folks who manage Fedora infrastructure, Fedora release engineering, and @centos infrastructure.

Projects worked on or investigated:
* Making a @matrix native zodbot
* Moving our registry to quay.io
* Backend service for Fedora Badges
* And more!

➡️ communityblog.fedoraproject.or…

#Fedora #Linux #OpenSource #Matrix


The next MapComplete community call is scheduled for friday the 29th of March, at 14:00 Brussels time.

This is a good moment to pass by, ask questions or get in touch about the last developments about #MapComplete
This happens in our #Matrix chatroom at app.element.io/#/room/#MapComp… ; more information here osmcal.org/event/2711/


Well you can always use #matrix and connect all your accounts in one.


Do you use Matrix for chatting? Do you like Vim? I got the perfect tool for you. ✨

📨 **iamb**: A Matrix client for Vim addicts.
💬 Use Vim keybindings for message editing, window navigation, and tab management in your terminal!

🔗 Docs: iamb.chat
⭐ GitHub: github.com/ulyssa/iamb

🦀 @matrix + @ratatui_rs

#rustlang #tui #ratatui #matrix #client #messaging #vim #neovim #terminal




Today in #MatrixRooms: Searching #Matrix rooms from multiple places, just like with #SepiaSearch or #LemmyVerse.

Detailed instructions can be found in the alt text. In short, for #Element and #SchildiChat Web/Desktop user:
0. Open search in Element (Ctrl+K)
1. In the "Show" dropdown menu, press "Add new server...". Type matrixrooms.info and proceed.
2. Pick newly added rooms directory.

More on how to make this work in mobile apps, let all users of your instance benefit from this rooms directory or set this up as a search engine on your very own #SearXNG:
gitlab.com/etke.cc/mrs/api/-/b…




@lil5 Thanks for reaching out, and sorry your email didn't get a response. Our web team operates through issues, PRs, and discussion in #matrix-web:matrix.org.

Would you be willing to open an issue on the repository? That way nothing gets lost in translation and folks can ask follow up questions as needed.

We can open the issue for you, it just might take longer for the team to process.


We are bowled over by your support! We're up to 162 Individual Members, 114 of which are new, and we've doubled the number of organizational members 🥳

This is encouraging, though we still have a long way to go to fill the gap in our budget.

If you believe in open source, open standards, privacy, and decentralization: this is your call to action.

Help us secure the future of Matrix by joining today: matrix.org/support/

#Matrix #OpenSource #OpenStandards #Privacy #Decentralization #FOSS


Are you a Matrix managed services provider? Are you listed on the Matrix.org website yet?

If not, we'd love to add you! We encourage managed services providers, as well as other participants in the Matrix ecosystem, to submit pull requests to list themselves in the Ecosystem section of our website.

We're up to 7 managed services providers and we know there are more out there!

Check them out: matrix.org/ecosystem/hosting/

#Matrix #OpenSource #FOSS


Matrix wouldn't be where it is today without the vibrant ecosystem of FOSS clients, bots, bridges, servers, SDKs, and more!

And it's the people who make it all possible.

Please join us in spreading the love on this #ILoveFreeSoftwareDay and give a shoutout to your favorite projects! 💞

#Matrix #FOSS #OpenSource #OpenStandards #ILoveFS


The further #Matrix goes the more obvious it becomes we should've stuck to #XMPP. The developer time wasted on Matrix is immense, imagine if that effort would've been stuck into making a nice XMPP server implementation that plays well with #Docker or #Kubernetes, with all the basic features people desire baked in by default. They would've had time to spare on a nice client if they felt this was needed to make a nice complete package to market.


I wish that #Matrix (and #Synapse) were better designed.

It has become among the most popular open messaging protocols, but it remains a scalability nightmare.

It's literally the Blockchain of messaging. Its current state is given by the sum of the whole chain of events received since t=0. It's a brittle append-only ledger, and any modifications you do to it are very likely to break it.

Do you have a huge 100GB database and you want to clean up old stuff? Sorry, you can't. There are some non-official solutions for compacting the events, but they're all likely to break your db - and none worked so far in my case.

Do you have users on your instance that entered a busy room on matrix.org? Then you'll get all the join/leave events of that busy room on your db, with no way of deleting them, and nothing to do unless your users exit those rooms.

Did you start your instance by toying with the default SQLite backend, and now that it's become big you want to move to Postgres? Sorry, no official guides provided, only unofficial procedures scattered across a bunch of blogs.

Do you want to change the name of your server? Sorry, you can't. All the events are tightly coupled to your server name. The advised solution is to simply start a new instance.

Do you want to keep the same server name but spin off a new instance? Sorry, you can't, because your server name, your keys and the events sent to other servers are all tightly coupled, so your new instance may not be able to reliably exchange messages with servers that were federated to your previous one.

Do you want to migrate your account and conversations to a new server, or even just get a backup of your data? Well, you can just forget it, because there's no way of disentangling the thick mesh of events and moving it somewhere else.

Such a rigid and brittle implementation shouldn't have become an open de facto standard without much questioning about its poor design decisions.

At the very least, some official tools must be provided to enable admins to compact events. If the size of the database is guaranteed to increase indefinitely, then entry barriers against self-hosting are only going to increase.


Exciting news! The Ubuntu Community is now on Matrix. As of today, we're now fully federated with the rest of "The Matrix"! Anyone can join the party 🎉

Did you know that you can also find the Ubuntu HPC community on Matrix? We're an active group supercomputing professionals that meet every Wednesday over Jitsi. Just look for hpc:ubuntu.com when exploring rooms.

Hope to see you there with the rest of the Ubuntu Community 😎

#Ubuntu #Community #Matrix #HPC #supercomputing



We are positively overwhelmed with the outpouring of support 🚀

People are responding to our call for help! We've also had a number of smaller organizations show up and begin the process of becoming supporting members.

This is encouraging progress, though we still have a lot of work to do to hit our fundraising goals.

Join us in securing the future of open, private, decentralized communications with Matrix: matrix.org/blog/2024/01/2024-r…

#Matrix #OpenSource #OpenStandards #FOSS #Interoperability





Blazing fast Matrix, Native E2EE Group Calls, state of the art auth and potential WhatsApp interop.

Matthew covers the last year in Matrix and how it can be used to speed up the opening of communications silo required by the EU Digital Markets Act

youtu.be/s5BrVVf0B1I

#matrix #e2ee #voip #oidc #dma #whatsapp #silos


We remain excited about the Digital Markets Act and the push for interoperability: wired.com/story/whatsapp-inter…

If you didn't catch the main stage talk from Matthew, Matrix's project lead, at FOSDEM, we encourage you to watch the recording once it's posted online: fosdem.org/2024/schedule/event…

#Matrix #Interoperability #OpenSource #OpenStandards #FOSS #FOSDEM #ProtocolsNotPlatforms #EUPol #DMA




The @dweb HQ is hosting a virtual meetup next week, Feb 7th, at 5pm PST

> "Join us at our first virtual DWeb Meetup of the year! (Rescheduled from this week) We'll be featuring lightning talks from projects across the DWeb ecosystem. Afterwards, we'll try meeting for an after-event hang out on Third Room—a virtual world platform built on the federated messaging protocol, #Matrix"

@matrix

RSVP on Eventbrite to join eventbrite.com/e/dweb-meetup-f…

#event #dweb #VirtualEvent