<p>Codeberg and Forgejo will have a stand (K5) at FOSDEM 2026 in Brussels. Come by and chat with Codeberg and Forgejo contributors.</p><p>There'll also be Codeberg and Forgejo stickers. If your Codeberg or Forgejo hosted project has stickers and you're looking for a way to distribute them: Get in touch and we can organise it!</p><p><a href="/tags/fosdem/" rel="tag">#fosdem</a> <a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a> <a href="/tags/codeberg/" rel="tag">#codeberg</a> <a href="/tags/forgejo/" rel="tag">#forgejo</a></p>
Edited 72d ago
<p>We will be attending <a href="/tags/fosdem/" rel="tag">#fosdem</a> this year (and also for the first time). So if you are around and want to talk about <a href="/tags/lauti/" rel="tag">#LAUTI</a>, <a href="/tags/events/" rel="tag">#events</a> in the fediverse, <a href="/tags/coopcloud/" rel="tag">#coopcloud</a> or tech <a href="/tags/coops/" rel="tag">#coops</a> in general just drop us a line for a meetup.<br><a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a> <a href="/tags/fosdem26/" rel="tag">#fosdem26</a></p>
Edited 74d ago
FOSDEM 2026 - The first day is over and I summarized the day...<br><br>Like always, I'm attending only the first day which mean the day begins very early in the morning. This year, <a href="/tags/sovereignty/" rel="tag">#Sovereignty</a> was clearly one of the most important topics, but I also had some great talks at the <a href="/tags/proxmox/" rel="tag">#Proxmox</a> stand, with the guys at Vates (<a href="/tags/xcpng/" rel="tag">#XCPng</a>) and of course at the <a href="/tags/freebsd/" rel="tag">#FreeBSD</a> and <a href="/tags/illumos/" rel="tag">#illumos</a> stand. Sadly, they were in the very last corner of the floor hall in building H. Hope they still got enough attention there!<br><br>You can find my notes about the first day in my blog post at: <a href="https://gyptazy.com/blog/fosdem-2026-opensource-conference-brussels/" rel="nofollow" class="ellipsis" title="gyptazy.com/blog/fosdem-2026-opensource-conference-brussels/"><span class="invisible">https://</span><span class="ellipsis">gyptazy.com/blog/fosdem-2026-o</span><span class="invisible">pensource-conference-brussels/</span></a><br><br><a href="/tags/fosdem/" rel="tag">#FOSDEM</a> <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> <a href="/tags/opensource/" rel="tag">#opensource</a> <a href="/tags/brussels/" rel="tag">#brussels</a> <a href="/tags/conference/" rel="tag">#conference</a><br>
Edited 64d ago
Thoughts on the Social Web from FOSDEM 2026
I had the opportunity to attend FOSDEM 2026 virtually, and I spent almost all of my time in the [Social Web]<a href="(https://fosdem.org/2026/schedule/track/social-web/)" rel="nofollow" class="ellipsis" title="fosdem.org/2026/schedule/track/social-web/)"><span class="invisible">(https://</span><span class="ellipsis">fosdem.org/2026/schedule/track</span><span class="invisible">/social-web/)</span></a> track.A few themes kept coming up across talks. Some were explicit, some were between the lines. Either way, they prompted a bunch of thoughts I wanted to capture.DISCLAIMER: AI was used to help me organize and improve the flow of this post. Ideas and thoughts expressed are my own. ## Hosting is hardIn [*Building a sustainable Italian Fediverse: overcoming technical, adoption and moderation challenges*]<a href="(https://fosdem.org/2026/schedule/event/VKHGXT-building_a_sustainable_italian_fediverse_overcoming_technical_adoption_and_moder/)," rel="nofollow" class="ellipsis" title="fosdem.org/2026/schedule/event/VKHGXT-building_a_sustainable_italian_fediverse_overcoming_technical_adoption_and_moder/),"><span class="invisible">(https://</span><span class="ellipsis">fosdem.org/2026/schedule/event</span><span class="invisible">/VKHGXT-building_a_sustainable_italian_fediverse_overcoming_technical_adoption_and_moder/),</span></a> there was a moment (not the main focus of the talk) where hosting came up in a way that really stuck with me. I’m paraphrasing, so apologies if I misrepresent anything, but the gist was:- Hosting Mastodon is hard, so we simplify with hosting services like Masto.Host- Hosting PixelFed and PeerTube is easier thanks to appliances like YunoHostBased on my own experience, that rings true, with some nuance.Getting Mastodon running isn’t actually the hardest part. The self-hosting docs are good enough in my opinion, and that’s how I originally stood up my instance at [toot.lqdev.tech]<a href="(https://toot.lqdev.tech/@lqdev)." rel="nofollow"><span class="invisible">(https://</span>toot.lqdev.tech/@lqdev).</a> I even maintain guides for [cleanup]<a href="(https://lqdev.me/resources/wiki/mastodon-server-cleanup/)" rel="nofollow" class="ellipsis" title="lqdev.me/resources/wiki/mastodon-server-cleanup/)"><span class="invisible">(https://</span><span class="ellipsis">lqdev.me/resources/wiki/mastod</span><span class="invisible">on-server-cleanup/)</span></a> and [upgrades](/resources/wiki/mastodon-server-upgrades/) that largely mirror the official Mastodon documentation and release notes.The harder part is everything after provisioning.Mastodon (especially with federation enabled) can be resource-intensive, and that cost shows up fast even on a single-user instance. If I’m not staying on top of maintenance, disk fills up. Every few weeks, my instance will go down because I’ve run out of storage. Add database migrations, which can be error-prone, and you end up with a setup that’s straightforward to launch but expensive to operate. You pay in money for a big enough server, and you pay in time for ongoing maintenace.I still want to participate in the Fediverse, but I don’t want to keep paying the maintenance tax for Mastodon. That’s one of the reasons [I implemented ActivityPub on my static site](/notes/website-now-natively-posts-to-the-fediverse-2026-01-22/) instead.On the PixelFed side, I did try to self-host it once, and I couldn’t get it working cleanly from scratch. Some of that is on me (I’m not familiar with PHP), but either way, YunoHost was a lifesaver. With YunoHost, I had PixelFed up and running quickly, and what that ecosystem provides is genuinely impressive.That said, I also learned the “operations” lesson there too. During an upgrade, something went wrong with the database, it got corrupted, and I couldn’t restore from backup. I ultimately took the instance down. I’m willing to attribute that to user error, but it still reinforces the bigger point.The promise of federation and decentralization is that you can stand up your own node for yourself, your family, a school, a company, a city, even a government. In practice, that’s still too hard for most people unless they use appliances like YunoHost or managed hosting like Masto.Host.And yes, those options mean giving up some control. But even with that tradeoff, I’d argue it’s still better than centralized platforms.As someone fairly technical and a little extreme about owning the whole stack (I implemented my own static site generator, Webmentions service, and now ActivityPub), I still find this hard. I can’t imagine how unapproachable it feels if you’re not technical. I just wish it were simpler and more cost-effective to run these services without needing either deep system administration knowledge or active ongoing maintenance.## One identity, many post typesIn the talk, [*How to level up the Fediverse*]<a href="(https://fosdem.org/2026/schedule/event/HVJRNV-how_to_level_up_the_fediverse/)," rel="nofollow" class="ellipsis" title="fosdem.org/2026/schedule/event/HVJRNV-how_to_level_up_the_fediverse/),"><span class="invisible">(https://</span><span class="ellipsis">fosdem.org/2026/schedule/event</span><span class="invisible">/HVJRNV-how_to_level_up_the_fediverse/),</span></a> Christine and Jessica talked about ActivityPub implementations and touched on something that really resonated with me.The idea (again, paraphrasing) was that splitting content types by app (video goes to PeerTube, images go to PixelFed, microblogging goes to Mastodon) might not be the right long-term model. Instead, they suggested something closer to one place to publish and follow people, with rich post types handled in one identity and one experience.That immediately made me think about Tumblr.When I first heard [Tumblr was planning to implement ActivityPub]<a href="(https://techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/)," rel="nofollow" class="ellipsis" title="techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/),"><span class="invisible">(https://</span><span class="ellipsis">techcrunch.com/2022/11/21/tumb</span><span class="invisible">lr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/),</span></a> I was excited because Tumblr is already “that kind of app.” You can publish videos, photos, polls, longer posts, and everything in between, all in one place. There was also talk about [moving Tumblr to WordPress]<a href="(https://techcrunch.com/2024/08/28/tumblr-to-move-its-half-a-billion-blogs-to-wordpress/)," rel="nofollow" class="ellipsis" title="techcrunch.com/2024/08/28/tumblr-to-move-its-half-a-billion-blogs-to-wordpress/),"><span class="invisible">(https://</span><span class="ellipsis">techcrunch.com/2024/08/28/tumb</span><span class="invisible">lr-to-move-its-half-a-billion-blogs-to-wordpress/),</span></a> which (in theory) could make ActivityPub integration even more powerful. But as of now, [Tumblr’s ActivityPub work seems to be paused]<a href="(https://techcrunch.com/2025/07/01/automattic-puts-tumblr-migration-to-wordpress-on-hold/).The" rel="nofollow" class="ellipsis" title="techcrunch.com/2025/07/01/automattic-puts-tumblr-migration-to-wordpress-on-hold/).The"><span class="invisible">(https://</span><span class="ellipsis">techcrunch.com/2025/07/01/auto</span><span class="invisible">mattic-puts-tumblr-migration-to-wordpress-on-hold/).The</span></a> more I think about it, the more this model makes sense, especially because the most important part isn’t the “single app.” It’s the single identity.You should have one account where your content originates. Then people can consume it from different experiences. Maybe that is a video-focused client, maybe it is an image-first view, maybe it is a Mastodon-like timeline. The key is that you do not need separate accounts everywhere.That’s essentially how I think about my website.My site is my digital home and my identity. I post different content types which align with [IndieWeb post types]<a href="(https://indieweb.org/posts#Types_of_Posts):-" rel="nofollow" class="ellipsis" title="indieweb.org/posts#Types_of_Posts):-"><span class="invisible">(https://</span><span class="ellipsis">indieweb.org/posts#Types_of_Po</span><span class="invisible">sts):-</span></a> Articles- Notes- Responses (reposts, replies, likes)- Bookmarks- Media (photos and videos)- RSVPsPeople can follow via RSS. And more recently, I implemented my own ActivityPub support so my posts generate native ActivityPub activities. That means Mastodon and other clients can follow and interact with my site directly.What I like about this is that it decouples publishing from consumption.I choose where I publish (my site). Others choose how they consume (their client). The protocols handle the translation.## The web is already social and decentralizedIn Social Web conversations, sometimes the tone implies the "social web" is separate from "the web".I don't really buy that.The web is social because people are on it. People use it to learn, create, find community, do commerce, argue, collaborate, share memes, and everything else. The web is also decentralized by default. That's the baseline architecture.Dave Winer recently wrote about software being ["of the web"]<a href="(http://scripting.com/2025/11/24/141418.html)." rel="nofollow" class="ellipsis" title="scripting.com/2025/11/24/141418.html)."><span class="invisible">(http://</span><span class="ellipsis">scripting.com/2025/11/24/14141</span><span class="invisible">8.html).</span></a> Software that's built to share data, accept input, produce output, and let users move their data. Not locked into silos.This is why I'm so bullish on a different architectural approach: **start as a website, add social capabilities as components.**People are already using WordPress, Ghost, and Micro.blog to build sites. With an ActivityPub plugin, your existing web presence becomes followable and interactive in the Fediverse. The site remains a site. It just gets socially interoperable.Bridgy Fed reinforces this. It takes what already exists on the web and helps it participate in social protocols, without forcing you to rebuild as a native social app first.That's also my own setup. My website worked as a publishing platform and people could follow via RSS. When I implemented ActivityPub, it became progressively enhanced. Same posts, new social vocabulary. I didn't have to abandon my site. I just made it speak the social language.## Modular and extensible feels like the right directionThis is the architectural vision I took away from Bonfire: [Building Modular, Consentful, and Federated Social Networks]<a href="(https://fosdem.org/2026/schedule/event/3QHALR-bonfire_building_modular_consentful_and_federated_social_networks/).The" rel="nofollow" class="ellipsis" title="fosdem.org/2026/schedule/event/3QHALR-bonfire_building_modular_consentful_and_federated_social_networks/).The"><span class="invisible">(https://</span><span class="ellipsis">fosdem.org/2026/schedule/event</span><span class="invisible">/3QHALR-bonfire_building_modular_consentful_and_federated_social_networks/).The</span></a> "opt-in pieces" approach is about choosing which parts you want, evolving your experience based on what you enable. It echoes [small pieces loosely joined]<a href="(http://scripting.com/2026/01/30/140150.html)." rel="nofollow" class="ellipsis" title="scripting.com/2026/01/30/140150.html)."><span class="invisible">(http://</span><span class="ellipsis">scripting.com/2026/01/30/14015</span><span class="invisible">0.html).</span></a> It's a practical model for a federated future:- Start with the basic web- Add social capabilities as components- Get progressively more powerful as you opt inYour site still works normally. When you speak the lingua franca of protocols like ActivityPub, you can express social intent in a way other systems understand.So it's not "the web vs the social web." It's the web, with richer native social vocabulary.## ConclusionThis probably reads like I’m nitpicking, but I’m genuinely bullish on federated and decentralized networks. That’s why I’m still participating.What stood out to me at FOSDEM this year is momentum. Last year, the Social Web track was a half day. This year, it expanded to a full day. That signals to me that there are a lot of smart, passionate people working across protocol design, UX, moderation, policy, community, activism, and implementation, trying to build real alternatives to entrenched silos.And the plurality of implementations is a strength. It encourages exploration, competition, and innovation.My hope is that the “end state” isn’t a separate social web you have to join. It’s a web that continues to work as expected, but gets progressively enhanced when you opt into interoperable social protocols.Ultimately, there isn’t “the web” and “the social web.” There's just the web, and social vocabularies that participants can adopt without thinking about it.
<small class="notice" x-post-type-data="type='Article' attributed_to=None">
Takahe has limited support for this type: <a href="https://www.lqdev.me/posts/fosdem-2026-social-web-thoughts">See Original Article</a>
</small>
<p>Starting a thread on people I've met in relation with <a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a> . <br>On the plane :<br>- <span class="h-card"><a href="https://mastodon.tetaneutral.net/@Natouille" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Natouille</span></a></span> <br>- <span class="h-card"><a href="https://mastodon.tetaneutral.net/@swallez" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>swallez</span></a></span> <br>- <span class="h-card"><a href="https://hachyderm.io/@anaethelion" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>anaethelion</span></a></span> <br>- Lionel and Pierre the organizers of <span class="h-card"><a href="https://framapiaf.org/@capitoledulibre" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>capitoledulibre</span></a></span> </p><p>This morning on the bus :<br>- Brian King</p>
<p><a href="https://fosdem.org/2026/news/2025-11-16-accepted-stands/#" rel="nofollow" class="ellipsis" title="fosdem.org/2026/news/2025-11-16-accepted-stands/#"><span class="invisible">https://</span><span class="ellipsis">fosdem.org/2026/news/2025-11-1</span><span class="invisible">6-accepted-stands/#</span></a> <a href="/tags/fosdem/" rel="tag">#FOSDEM</a> : I will be back at <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> , ask me about <a href="/tags/xcpng/" rel="tag">#XcpNg</a> <br>or to my new colleagues from <span class="h-card"><a href="https://social.vates.tech/@vates" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vates</span></a></span> , we will hang around the <a href="/tags/xen/" rel="tag">#Xen</a> community</p>
Next week is European Open Source Week in Brussels, culminating in FOSDEM 2026 on the weekend. There are several important ways to stay connected to the Fediverse while you're visiting this week!
Mastodon maintains a booth at FOSDEM throughout the weekend. It's a great place to get Mastodon merch or take a selfie with the Mastodon team.
The Social Web Dev Room is a day-long event on Jan 31 in room H.2215 with loads of talks about Fediverse software and Fediverse organizing.
There will be a […]
<p>Next week is <a href="https://opensourceweek.eu" rel="nofollow">European Open Source Week</a> in Brussels, culminating in <a href="https://fosdem.org/2026/" rel="nofollow">FOSDEM 2026</a> on the weekend. There are several important ways to stay connected to the Fediverse while you’re visiting this week!</p><p><a href="https://joinmastodon.org/" rel="nofollow">Mastodon</a> maintains a booth at FOSDEM throughout the weekend. It’s a great place to get Mastodon merch or take a selfie with the Mastodon team.<br>The <a href="https://fosdem.org/2026/schedule/track/social-web/" rel="nofollow">Social Web Dev Room</a> is a day-long event on Jan 31 in room H.2215 with loads of talks about Fediverse software and Fediverse organizing.<br>There will be a loose mingling of Fediverse people at the <a href="https://www.openstreetmap.org/node/4480414658" rel="nofollow">À La Mort Subite</a> bar in Brussels on Friday Jan 30 after 8PM. Wear a <a href="https://symbol.fediverse.info/en" rel="nofollow">Fediverse symbol</a> on a nametag or some other creative way so people can find you. Find your own table and then start mingling. There’s no organized activities or special space; just a node in space-time where you’re more likely to run into Fediverse people than normal.</p><p>As always, watch the <a href="/tags/fosdem/" rel="tag">#FOSDEM</a> and <a href="/tags/socialwebfosdem/" rel="tag">#socialwebfosdem</a> and <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> hashtags for news and updates.<br><br>If you’re not travelling to Brussels, watch for <a href="https://fosdem.org/2026/schedule/room/h2215/" rel="nofollow">streaming video from room H.2215</a> . There are also Fediverse events happening throughout the world throughout the year; Fediforum keeps <a href="https://fediforum.org/events/" rel="nofollow">a great list</a> of the most prominent.</p>
<small class="notice" x-post-type-data="type='Article' attributed_to=None">
Takahe has limited support for this type: <a href="https://socialwebfoundation.org/2026/01/25/staying-connected-to-the-fediverse-at-fosdem/">See Original Article</a>
</small>
Edited 70d ago
Hey, all. One thing that's different this year about the Social Web Devroom at FOSDEM 2026 is that we're going to include talks about the organizational and social aspects of rolling out Open Source Fediverse software for individuals and communities. Last year, we focused pretty heavily on technical talks from the principle developers of FLOSS packages. This year, we want to make sure the other aspects of Fediverse growth and improvement are covered, too.
Consequently, the guidance for last […]
<p>Hey, all. One thing that’s different this year about the <a href="https://socialwebfoundation.org/2025/10/31/fosdem-2026-social-web-devroom-call-for-participation/" rel="nofollow">Social Web Devroom at FOSDEM 2026</a> is that we’re going to include talks about the organizational and social aspects of rolling out Open Source Fediverse software for individuals and communities. Last year, we focused pretty heavily on technical talks from the principle developers of FLOSS packages. This year, we want to make sure the other aspects of Fediverse growth and improvement are covered, too.</p><p>Consequently, <a href="https://socialwebfoundation.org/2024/11/27/how-to-make-a-great-social-web-devroom-presentation/" rel="nofollow">the guidance for last year’s event</a>, which was focused on how to make a great technical presentation, might seem a little outdated. But on reviewing it, I’ve found that it still has good advice for social and organizational talks. Just like software developers, community builders see problems and construct solutions for them. The solutions aren’t just about writing code, though; more often they involve bringing people together, assembling off-the-shelf tools, and making processes and rules for interaction.</p><p>Talks about Open Source software to implement ActivityPub and build the social web are still welcome, of course. We’re just expanding a bit to cover the human aspects of the Fediverse as well.</p><p>I’m looking forward to having the interesting discussions about bringing people together to make the Social Web. If you haven’t already, please consider submitting a talk to <a href="https://pretalx.fosdem.org/fosdem-2026/cfp" rel="nofollow" class="ellipsis" title="pretalx.fosdem.org/fosdem-2026/cfp"><span class="invisible">https://</span><span class="ellipsis">pretalx.fosdem.org/fosdem-2026</span><span class="invisible">/cfp</span></a>. Select “Social Web” from the “Track” dropdown, and include the length of your talk (8/25/50) in the submission notes. The deadline is December 1, 2025, so get them in as soon as possible!</p>
<small class="notice" x-post-type-data="type='Article' attributed_to=None">
Takahe has limited support for this type: <a href="https://socialwebfoundation.org/2025/11/30/social-and-organizational-talks-at-fosdem-2026/">See Original Article</a>
</small>
Edited 126d ago
The schedule for the Social Web Developer Room at FOSDEM 2026 is starting to be populated as the speakers confirm their availability. We had a tonne of great submissions for this year's track, and even with double the time from last year, we still had to leave some great talks on the cutting room floor. But we still managed to fit in 24 great talks, large and small. We're going to see some additional events happening as FOSDEM 2026 gets nearer. Watch the #SOCIALWEBFOSDEM hashtag for more news […]
<p>The schedule for the <a href="https://fosdem.org/2026/schedule/room/h2215/" rel="nofollow">Social Web Developer Room at FOSDEM 2026</a> is starting to be populated as the speakers confirm their availability. We had a tonne of great submissions for this year’s track, and even with double the time from last year, we still had to leave some great talks on the cutting room floor. But we still managed to fit in 24 great talks, large and small. We’re going to see some additional events happening as FOSDEM 2026 gets nearer. Watch the <a href="/tags/socialwebfosdem/" rel="tag">#SOCIALWEBFOSDEM</a> hashtag for more news and events. </p></p>
<small class="notice" x-post-type-data="type='Article' attributed_to=None">
Takahe has limited support for this type: <a href="https://socialwebfoundation.org/2025/12/13/schedule-for-social-web-developer-room-at-fosdem-2026/">See Original Article</a>
</small>
Edited 113d ago
<p>There will be live video streams of FOSDEM 2026 via PeerTube, you can find out more details via <span class="h-card"><a href="https://schmaker.eu/profile/schmaker" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>schmaker</span></a></span> at:</p><p>➡️ <a href="https://schmaker.eu/display/c83e3896-2169-6d53-c71f-64c343942764" rel="nofollow" class="ellipsis" title="schmaker.eu/display/c83e3896-2169-6d53-c71f-64c343942764"><span class="invisible">https://</span><span class="ellipsis">schmaker.eu/display/c83e3896-2</span><span class="invisible">169-6d53-c71f-64c343942764</span></a></p><p>There are playlists for the event streams on PeerTube at these links:</p><p>➡️ <a href="https://makertube.net/w/p/tH91FM3JdSe7b3cnqsfhmW" rel="nofollow" class="ellipsis" title="makertube.net/w/p/tH91FM3JdSe7b3cnqsfhmW"><span class="invisible">https://</span><span class="ellipsis">makertube.net/w/p/tH91FM3JdSe7</span><span class="invisible">b3cnqsfhmW</span></a><br>➡️ <a href="https://vhsky.cz/w/p/ixCUdbv6dmPVgeWLcKxLLG" rel="nofollow" class="ellipsis" title="vhsky.cz/w/p/ixCUdbv6dmPVgeWLcKxLLG"><span class="invisible">https://</span><span class="ellipsis">vhsky.cz/w/p/ixCUdbv6dmPVgeWLc</span><span class="invisible">KxLLG</span></a></p><p>You can follow these channels to see the streams pop up in your timeline on Mastodon etc:</p><p>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://makertube.net/c/fosdem/videos', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://makertube.net/c/fosdem', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://makertube.net/video-channels/fosdem', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fosdem</span></a></span><br>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://vhsky.cz/c/fosdem/videos', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://vhsky.cz/c/fosdem', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://vhsky.cz/video-channels/fosdem', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>
[email protected]</span></a></span></p><p>(PeerTube admins wanting to federate these, you need to federate these specific channels.)</p><p><a href="/tags/fosdem/" rel="tag">#FOSDEM</a> <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> <a href="/tags/peertube/" rel="tag">#PeerTube</a></p>
Edited 66d ago
<p><span class="h-card"><a href="https://social.coop/@cwebber" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cwebber</span></a></span> is about to speak at <a href="/tags/fosdem/" rel="tag">#fosdem</a> </p><p>"How to level up the fediverse"</p><p><a href="https://stream.fosdem.org/h2215.m3u8" rel="nofollow"><span class="invisible">https://</span>stream.fosdem.org/h2215.m3u8</a></p><p>(I hope I got the link right)</p><p><a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a></p>
<p>⚙️ FOSDEM 2026 ⚙️ is near. Time to pick your sessions out of - by now 985 - sessions 🤯 </p><p>Get the FOSDEM Schedule app for Android here:</p><p>🛒 <a href="https://f-droid.org/packages/info.metadude.android.fosdem.schedule" rel="nofollow" class="ellipsis" title="f-droid.org/packages/info.metadude.android.fosdem.schedule"><span class="invisible">https://</span><span class="ellipsis">f-droid.org/packages/info.meta</span><span class="invisible">dude.android.fosdem.schedule</span></a><br>🛒 <a href="https://play.google.com/store/apps/details?id=info.metadude.android.fosdem.schedule" rel="nofollow" class="ellipsis" title="play.google.com/store/apps/details?id=info.metadude.android.fosdem.schedule"><span class="invisible">https://</span><span class="ellipsis">play.google.com/store/apps/det</span><span class="invisible">ails?id=info.metadude.android.fosdem.schedule</span></a></p><p><a href="/tags/fahrplan/" rel="tag">#fahrplan</a> <a href="/tags/android/" rel="tag">#android</a> <a href="/tags/fosdem/" rel="tag">#fosdem</a> <a href="/tags/fosdem26/" rel="tag">#fosdem26</a> <a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a></p>
<p>the first thing for any programmer on their train ride to <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> to do might be to brick their linux install before departure so they can focus on reading a book or stuff like that. </p><p>for me personally this is miraculously hard to pull off since my whole infrastructure including my laptop is deployed by a daemon over ssh from one NixOS infrastructure as code repository in periodic intervals, while any state except for the data in my ~/src that i'm working on is either FUSE mounted over the network from one of my S3 buckets and only then cached in my kernel's VFS layer for both reads and writes, or erased at the next reboot since the whole root filesystem at / is just a tmpfs in order to limit myself to a fully reproducible and declarative configuration. </p><p>what i'm trying to say is, if it's your first time in Brussels, remember to touch some grass.</p><p>for instance the atomium (<a href="https://atomium.be/Home/Index" rel="nofollow"><span class="invisible">https://</span>atomium.be/Home/Index</a>) is pretty neat</p>
Edited 66d ago
<p>If you happen to be at <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> come and see us Saturday at 15:50 at the BSD devroom! <a href="https://fosdem.org/2026/schedule/event/BGPF3M-smolbsd/" rel="nofollow" class="ellipsis" title="fosdem.org/2026/schedule/event/BGPF3M-smolbsd/"><span class="invisible">https://</span><span class="ellipsis">fosdem.org/2026/schedule/event</span><span class="invisible">/BGPF3M-smolbsd/</span></a> witness the fastest booting BSD UNIX!</p>
<p>On stage now, <span class="h-card"><a href="https://social.coop/@django" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>django</span></a></span> — arguing for widespread adoption of ActivityPub client-server (C2S) protocol.</p><p>I agree with him.</p><p>At the very least, to make extension of ActivityPub through JSON-LD namespaces possible.</p><p>But also to decouple Fediverse client development from Fediverse server development.</p><p>And more.</p><p><a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/fedidev/" rel="tag">#FediDev</a> <a href="/tags/fedidevs/" rel="tag">#FediDevs</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/fosdem/" rel="tag">#FOSDEM</a> <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> <a href="/tags/socialweb/" rel="tag">#SocialWeb</a> <a href="/tags/socialwebfosdem/" rel="tag">#SocialWebFOSDEM</a> <a href="/tags/socialwebfosdem2026/" rel="tag">#SocialWebFOSDEM2026</a></p>
<p>Mentioned by <span class="h-card"><a href="https://macaw.social/@andypiper" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>andypiper</span></a></span> :</p><p>The Mastodon team is planning to release a universal "share" button.</p><p>(It wasn't clear to me if this was just for Mastodon servers — or if it would work with non-Mastodon servers, too. It was mentioned briefly from the audience.)</p><p><a href="/tags/fedidev/" rel="tag">#FediDev</a> <a href="/tags/fedidevs/" rel="tag">#FediDevs</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/fosdem/" rel="tag">#FOSDEM</a> <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> <a href="/tags/socialweb/" rel="tag">#SocialWeb</a> <a href="/tags/socialwebfosdem/" rel="tag">#SocialWebFOSDEM</a> <a href="/tags/socialwebfosdem2026/" rel="tag">#SocialWebFOSDEM2026</a> <a href="/tags/mastodon/" rel="tag">#Mastodon</a></p>
Edited 65d ago
<p>Announcement: The 3rd Berlin <a href="/tags/fediverse/" rel="tag">#Fediverse</a> Day will take place again in Berlin from September 11 to September 13, 2026. 🚀 We are very excited and more information will follow as soon as possible. 👨👨👧👧 </p><p>- - <br>Ankündigung, der 3. Berliner Fediverse Day findet vom 11.09.-13.09.2026 wieder in <a href="/tags/berlin/" rel="tag">#Berlin</a> statt. 🚀 Wir freuen uns schon sehr und weitere Informationen kommen, asap. 👨👨👧👧 </p><p><a href="/tags/digitalsovereignty/" rel="tag">#digitalsovereignty</a> <a href="/tags/fosdem/" rel="tag">#FOSDEM</a> <a href="/tags/fosdem2026/" rel="tag">#FOSDEM2026</a> <a href="/tags/socialweb/" rel="tag">#SocialWeb</a> <a href="/tags/socialwebfosdem/" rel="tag">#SocialWebFOSDEM</a> <a href="/tags/socialwebfosdem2026/" rel="tag">#SocialWebFOSDEM2026</a></p>
<p>My highlight of Fosdem26 was our panel ‘The Fediverse and the EU Digital Services Act: Solutions to the Challenges of Modern Social Media?' ✨ </p><p>Thanks for giving me the possibility to speak about our <span class="h-card"><a href="https://eupolicy.social/@offene_netzwerke" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>offene_netzwerke</span></a></span> demands.</p><p>A huge thank you <span class="h-card"><a href="https://eupolicy.social/@jmaris" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jmaris</span></a></span> for organising the panel & his excellent moderation. 👏 </p><p>Thanks <span class="h-card"><a href="https://bonn.social/@alexandrageese" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>alexandrageese</span></a></span> member of the 🇪🇺 parliament, who took the time to join us & the FOSS community for this important debate over the weekend. </p><p>1/2</p><p><a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a> <a href="/tags/fosdem/" rel="tag">#fosdem</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/dsa/" rel="tag">#dsa</a></p>
Edited 61d ago
<p>The new UNBRK HEX boards have arrived! An improved version of the UNBRK, this ultra-compact prototyping board for QFP48/64/100/144 MCUs has wider trace geometry for better low-power performance, provisions for header pins, and an improved, unique 0201 prototyping grid to experiment with components reclaimed from <a href="/tags/ewaste/" rel="tag">#ewaste</a>. <a href="/tags/openhardware/" rel="tag">#openhardware</a> released under the CERN-OHL-S and supported by <span class="h-card"><a href="https://social.nlnet.nl/@nlnet" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nlnet</span></a></span> and <span class="h-card"><a href="https://mastodon.xyz/@NGIZero" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>NGIZero</span></a></span>, you can find its repository at <a href="https://repo.unbina.re/unbinare/UNBRK_HEX" rel="nofollow" class="ellipsis" title="repo.unbina.re/unbinare/UNBRK_HEX"><span class="invisible">https://</span><span class="ellipsis">repo.unbina.re/unbinare/UNBRK_</span><span class="invisible">HEX</span></a> <a href="/tags/fosdem2026/" rel="tag">#fosdem2026</a></p>
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.
To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]
<p><a href="https://tags.pub/" rel="nofollow">tags.pub</a> is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the <a href="https://tags.pub/" rel="nofollow">tags.pub home page</a>, and I (Evan) did <a href="https://fosdem.org/2026/schedule/event/WNDQUQ-tags-pub/" rel="nofollow">a talk about tags.pub</a> at FOSDEM 2026. This blog post answers some basics about tags.pub.</p><p>To follow a hashtag globally, search for a user with that name at tags.pub, like <span class="h-card"><a href="{'type': 'Link', 'href': 'https://tags.pub/profile/example', 'mediaType': 'text/html'}" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>example</span></a></span> for the <a href="/tags/example/" rel="tag">#example</a> hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.<br>To share your content with tags.pub, search for and follow the <span class="h-card"><a href="{'type': 'Link', 'href': 'https://tags.pub/profile/_followback', 'mediaType': 'text/html'}" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>_followback</span></a></span> account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.<br>You can connect a whole server to tags.pub by using the <a href="https://codeberg.org/fediverse/fep/src/branch/main/fep/ae0c/fep-ae0c.md" rel="nofollow">relay interface</a>. Add <a href="https://tags.pub/user/_____relay_____/inbox" rel="nofollow" class="ellipsis" title="tags.pub/user/_____relay_____/inbox"><span class="invisible">https://</span><span class="ellipsis">tags.pub/user/_____relay_____/</span><span class="invisible">inbox</span></a> (Mastodon) or <a href="https://tags.pub/user/_____relay_____" rel="nofollow"><span class="invisible">https://</span>tags.pub/user/_____relay_____</a> (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.<br>We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add <a href="/tags/notagspub/" rel="tag">#NoTagsPub</a> to your bio. If you already have <a href="/tags/nobots/" rel="tag">#NoBots</a>, that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.<br>Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.<br>tags.pub will not share your content with accounts or servers that you have blocked. It only shares the link to your content, so your block will be respected.<br>tags.pub is developed and operated by <a href="https://tags.pub/" rel="nofollow">Social Web Foundation</a>. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by <a href="https://www.ovhcloud.com/" rel="nofollow">OVHCloud</a>, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The <a href="https://github.com/social-web-foundation/tags.pub" rel="nofollow">code</a> is Free and Open Source software under the AGPL-v3.<br>If you have a feature request, or a bug report, please add a <a href="https://github.com/social-web-foundation/tags.pub/issues" rel="nofollow">GitHub issue</a>. If you have a private comment or question, please <a href="https://socialwebfoundation.org/contact/" rel="nofollow">use our contact form</a>.</p>
<small class="notice" x-post-type-data="type='Article' attributed_to=None">
Takahe has limited support for this type: <a href="https://socialwebfoundation.org/2026/03/17/introducing-tags-pub/">See Original Article</a>
</small>
Edited 19d ago