KelsonTalksTech, to threads
@KelsonTalksTech@snac24.keysmash.xyz avatar

Update: can interact with Threads, I'd just messed up my configuration.*

Looks like still doesn't federate properly with .

Which may be a feature as far as most GTS and Snac users are concerned!

But I do want Threads to technically be able to federate with most/all other software that uses , so it can be user/admin choice whether to accept connections from the giant instance...and more importantly, to cut down on the risks of vendor lock-in and EEE.

And I hope more compatible systems will cut down on the "OK, my software federates with itself and Mastodon, I'm done" problem. In some cases there may be bugs on the smaller project's side, and fixing them might also fix issues talking to other small projects.

GTS has already fixed a bug found by trying to federate with Threads, but there's still a bug on the Threads end preventing them from talking to each other.
https://github.com/superseriousbusiness/gotosocial/issues/2491

Key quote:

If Facebook had an issue tracker for threads, someone could open an issue there. If threads was an open source project, we could look at the code and immediately know what's up, but... 🤷

rwg, to fediverse
@rwg@aoir.social avatar

Latest post: Researching the fediverse from the perspective of individual or instances. In which I draw on an article Christina Dunbar-Hester to talk about researchers' perspectives on the , including my own.

https://fossacademic.tech/2024/03/14/Instances-and-Individuals.html

[replies to this post will appear as comments on my blog, unless set to followers-only or more private. CWs will work]

stefanlaser,
@stefanlaser@social.tchncs.de avatar

@rra @rwg @inquiline @mel_hogan @luis_in_brief @ntnsndr @Aepasek This is remarkable, thank you very much. Do you think switching to , , etc would change anything? Or turning off certain media? Sounds like you already do a lot.

fediverseobserver, to fediverse

Found 14 new servers and 22 servers died off since 3 hours ago.

23,436 servers checked. 13,953,211 Total Users with 1,644,254 Active Users today. Check out the stats!

New servers found:

activitypub-prototype.azurewebsites.net a -prototype server from Japan
mastodon.castelrosso.net a server from Italy
social.bybliotheca.net a server from Germany
live.davbot.media a server from Finland
social.alorenzi.eu a server from Italy
north.tube a server from Canada
bilin.xyz a server from United States
cutiecluster.cc a server from Private
mi.maka.nagoya a server from Private
hypha.coop a -distributed-press server from Canada
akkoma.bat-pike.ts.net a server from United States
lewdpost.com a server from Finland
m.freq.io a server from Finland
social.nestbox.club a server from United Kingdom

Help others find a home, send them to fediverse.observer

rmdes, to random
@rmdes@mstdn.social avatar
77nn, to fediverse Italian
@77nn@goto.77nn.it avatar

Mi è stato chiesto di raccontare la mia esperienza con , un server che vanta un footprint piccolissima e un ridotto utilizzo di risorse (gira anche su Raspberry PI), una installazione facile e veloce e una buona compatibilità con le API di .

Ecco qui il mio post:
https://www.77nn.it/2024/03/09/GoToSocial-il-tuo-Fediverso-personale.html

fediverseobserver, to fediverse

Found 10 new servers and 40 servers died off since 3 hours ago.

23,578 servers checked. 13,908,071 Total Users with 1,652,338 Active Users today. Check out the stats!

New servers found:

muscula.aa0.netvolante.jp a server from Japan
mstdn.centerbase.cc a server from United States
janky.jacksonbates.com a server from Australia
abairthusa.scot a server from Portugal
mastodon.apexhunter.de a server from Germany
fedi.recursivegarden.com a server from France
bgarr.com a server from United States
gts.crisq.top a server from Hong Kong
squiggysholler.party a server from United States
social.oxom.co a server from France

Help others find a home, send them to fediverse.observer

gotosocial, to random EN
@gotosocial@superseriousbusiness.org avatar

#GoToSocial bugfix release v0.14.1!

👢
🐛

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.14.1

There was a bug in 0.14.0 which was causing SQLite-backed instances to sometimes become unresponsive, with lots of errors in the logs containing interrupted(9) (see https://github.com/superseriousbusiness/gotosocial/issues/2728).

We poked around and this looks like an issue in our SQLite dependency, so we stepped down to the most recent stable version, and also added some code to prevent the problem from rendering an instance unresponsive.

No db migrations or config file changes between v0.14.0 and this version, so upgrading is as simple as updating your docker container or stopping GtS, untarring the release, and starting GtS again.

For instructions to update to this release from versions < v0.14.0, see the v0.14.0 release notes, but replace v0.14.0 with v0.14.1 throughout.

Thanks!

gotosocial, to random EN
@gotosocial@superseriousbusiness.org avatar

Hi everyone!

We've just released v0.14.0 of #GoToSocial! Say hello to the Spoiled Sloth :gtspat:

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.14.0

We're really proud of this release! It fixes a lot of longstanding annoying bugs, and adds some very neat features tooooo

Thanks to everyone who helped us with code and trying out release candidates and filing issues, and a big thank you to all our financial supporters who help us out via opencollective and liberapay :)

When upgrading to this version from a previous release, please note that there are CSS and HTML updates, config file changes, and several database migrations which may take a while to run! So please read the migration notes carefully :)


Release highlights:

  • Account aliasing. You can now set the alsoKnownAs field on your account via the settings panel, to indicate other accounts you own. This doesn't do much now, but it's the first step towards the Move implementation for account migration coming in v0.15.0. We originally wanted to include Move in this release but it needs more testing so we pushed it back. Hang in there :)
  • Much better thread sorting. Conversation threads on both the web view and client API use a new sorting mechanism which makes them way more readable. No longer will replies in a thread be scattered all over the place.
  • Better HTTP signature support. We fixed a longstanding issue with including vs not including query parameters in signed GET requests. We now try (and accept) both methods of constructing signatures. Which leads to...
  • Improved thread fetching. You'll see far fewer "orphaned" statuses in your timeline now, and you'll see more replies on statuses from other instances.
  • Syntax highlighting for code blocks on the web UI. When you include a code block in your markdown now, and correctly indicate the language the code is written in, it will be syntax highlighted when rendered on your profile in the web UI. This requires javascript, but it's a progressive enhancement feature. Visitors to your profile with javascript turned off will just see the code block without syntax highlighting :)
  • Improved "about this instance" page, with a link to the page in the nav bar. Previously the "about this instance" page was more or less hidden. We've now surfaced it better, so you can write all your terms and conditions and instance description stuff there. Relatedly....
  • Parse instance descriptions and terms and conditions as markdown. Previously it was very difficult to properly edit these fields, because you had to read + write HTML to do so. Now they're parsed as markdown. This means you can more easily include things like blockquotes, lists, etc.
  • Big refactor of HTML templates + CSS. We did a serious rework of HTML templates to fix indentation. Previously if you did "view source" on a GoToSocial profile page, you'd see a mess of sloppily-indented HTML. With this refactor, the HTML is now nicely indented and much more readable. We also did an accessibility pass and tested our HTML with various screen readers to try to make the web view a bit less annoying to navigate.
  • First pass at a basic spam filtering system. In light of spam waves happening on the fediverse recently we took a crack at implementing a filter to drop messages identified as spam. This is still in the experimental stage, but it's included in this release so you can try it out already. See the docs for details.
gotosocial, to random EN
@gotosocial@superseriousbusiness.org avatar

Hi everyone! We just made the second release candidate (rc2) for #GoToSocial v0.14.0. Here it is!

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.14.0-rc2

What happened to the first release candidate, you say? Well, it didn't work properly 🤦 But this one does.

If you're the type of badass admin who uses release candidates, please give it a shot :) If you find any bugs particular to this release candidate, let us know on our issues page so we can fix them before 0.14.0 proper.

As always, please read the migration notes carefully!

Highlights of this release (candidate):

  • Account aliasing. You can now set the alsoKnownAs field on your account via the settings panel, to indicate other accounts you own. This doesn't do much now, but it's the first step towards the Move implementation for account migration coming in v0.15.0. We originally wanted to include Move in this release but it needs more testing so we pushed it back. Hang in there :)
  • Much better thread sorting. Conversation threads on both the web view and client API use a new sorting mechanism which makes them way more readable. No longer will replies in a thread be scattered all over the place.
  • Better HTTP signature support. We fixed a longstanding issue with including vs not including query parameters in signed GET requests. We now try (and accept) both methods of constructing signatures. Which leads to...
  • Improved thread fetching. You'll see far fewer "orphaned" statuses in your timeline now, and you'll see more replies on statuses from other instances.
  • Syntax highlighting for code blocks on the web UI. When you include a code block in your markdown now, and correctly indicate the language the code is written in, it will be syntax highlighted when rendered on your profile in the web UI. This requires javascript to be enabled in a visitor's web browser, but it's a progressive enhancement feature. Visitors to your profile with javascript turned off will just see the code block without syntax highlighting :)
  • Improved "about this instance" page, with a link to the page in the nav bar. Previously the "about this instance" page was more or less hidden. We've now surfaced it better, so you can write all your terms and conditions and instance description stuff there. Relatedly....
  • Parse instance descriptions and terms and conditions as markdown. Previously it was very difficult to properly edit these fields, because you had to read + write HTML to do so. Now they're parsed as markdown. This means you can more easily include things like blockquotes, lists, etc.
  • Big refactor of HTML templates + CSS. We did a serious rework of HTML templates to fix indentation. Previously if you did "view source" on a GoToSocial profile page, you'd see a mess of sloppily-indented HTML. With this refactor, the HTML is now nicely indented and much more readable. We also did an accessibility pass and tested our HTML with various screen readers to try to make the web view a bit less annoying to navigate.
  • First pass at a basic spam filtering system. In light of spam waves happening on the fediverse recently we took a crack at implementing a filter to drop messages identified as spam. This is still in the experimental stage, but it's included in this release so you can try it out already. See the docs for details.

Thanks for reading!

gotosocial,
@gotosocial@superseriousbusiness.org avatar

Hello hello, here's the third release candidate for #GoToSocial v0.14.0!

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.14.0-rc3

Just a few bug fixes and dependency bumps over the previous release candidate.

If all looks good, this RC will become the final 0.14.0 release in a couple days time :)

Thanks for reading!

fediverseobserver, to fediverse

Found 4 new servers and 10 servers died off since 3 hours ago.

23,756 servers checked. 13,890,513 Total Users with 1,660,784 Active Users today. Check out the stats!

New servers found:

jong.moe a server from Finland
shellsharks.social a server from Portugal
fedi.winscloud.net a server from Private
lemmy.raincloud.dev a server from Canada

Help others find a home, send them to fediverse.observer

fediverseobserver, to fediverse

Found 4 new servers and 5 servers died off since 3 hours ago.

23,760 servers checked. 13,890,513 Total Users with 1,660,784 Active Users today. Check out the stats!

New servers found:

jong.moe a server from Finland
shellsharks.social a server from Portugal
fedi.winscloud.net a server from Private
lemmy.raincloud.dev a server from Canada

Help others find a home, send them to fediverse.observer

st3fan, to NoStupidQuestions
@st3fan@fedi.caliandroid.de avatar

for :

How do you balance between a wide range of content and massive following (I'm at > 800) and handpicked timeline?

I know there are lists and there are relayServers (I'm operating a instancen), but I still miss a lot of posts in the flood called timeline.

jasdemi,
@jasdemi@jasdemi.com avatar

@st3fan I'm also running my instance.
I follow hashtags via https://relay.fedi.buzz/ on an alt account so it populates my federated timeline with stuff I'm interested in. You can now either search for hashtags or create tabs on your main account.

relays can be followed like normal users, no relay support is needed. Example: @tag

damon, to fediverse
@damon@social.wedistribute.org avatar

I think a lot of my frustration with some of the “consent based” social networking pushers is the lack of consistency. Those same people don’t want to utilise software that will grant them the experiences they desire, instead they want to argue and fight in an attempt to force others. Why not use and others that have more control? Or join spaces that have allow list federation?

oskoo, to fediverse
@oskoo@mecha.garden avatar

Hello again , I may need your . So, here's a list of the Fediverse software I'm about to make temporary accounts for to test all the features and differences:


















So, did I miss anything noteworthy? Does anyone have any tips or recommendations before I choose a server for any one of these? I'll probably be going for the most popular server on each for improved federation and maintenance.

Note: I'm using right now and Misskey forks are already overrepresented, so that's why it's not included.

fediverseobserver, to fediverse

Found 7 new servers and 4 servers died off since 3 hours ago.

23,906 servers checked. 13,877,150 Total Users with 1,662,815 Active Users today. Check out the stats!

New servers found:

social.rfiori.com a server from Italy
liminalgici.spacc.eu.org a server from Italy
disco.grtsk.com a server from Germany
mxin.fun a server from Hong Kong
vkfksdmltl.co a server from Portugal
rejoignez.toutournai.social a server from France
devsrv.farhan.codes a server from United States

Help others find a home, send them to fediverse.observer

fediverseobserver, to fediverse

Found 8 new servers and 23 servers died off since 3 hours ago.

23,903 servers checked. 13,900,671 Total Users with 1,669,629 Active Users today. Check out the stats!

New servers found:

balfolk.social a server from Finland
friendica.biebje.nl a server from The Netherlands
goto.spaceling.sh a server from United States
social.xwyqi.org a server from United States
instance1.fossibl.com a server from United States
atanazmastodon.spacehost.dev a server from United States
instance2.fossibl.com a server from United States
mastodon.blitz-netzwerk.de a server from Finland

Help others find a home, send them to fediverse.observer

gotosocial, to random EN
@gotosocial@superseriousbusiness.org avatar

Hi everyone! We just made another security + bugfix release for #GoToSocial

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.3

If you're running on v0.13.2 or below, you should update to this release as soon as you have the time. There are no database migrations or frontend file changes, so this should be fairly easy!

Similar to the v0.13.2 release, this one closes a couple gaps with regard to ensuring that remote accounts and statuses can't be imitated.

It also fixes a couple different bugs with regard to your instance trying to dereference accounts who've blocked you, or whose instances have blocked you, leading to less weird-looking behavior from the user's side :)

Oh, and as a nice side effect of the above changes, federation with Bookwyrm should work a bit better now too! 📖 🪱

If you're running on a main snapshot build, you should update to the latest code on main by either refreshing the Docker snapshot tag, or taking the latest binary snapshot bundle.

Now with that out of the way we can get on with working on features for 0.14.0 :P

Thanks for reading! Have a good Thursday! :under_construction:

andreclaassen, to random German
@andreclaassen@ruhr.social avatar

Finde die Zersplitterung der Kurznachrichtendienste seit Elon echt schlecht. Jeder hat sich irgendwo anders einsortiert.

derralf,
@derralf@friends.librescrum.org avatar

@andreclaassen das #fediverse ist so voller verschiedener sachen, #firefish #gotosocial #castopod da kann man soviel ausprobieren von motivierten leuten programmiertes, da hab ich persoenlich gar keinen bedarf zu schauen, was die milliardaere des planetens so programmieren lassen.

wir sind zwar nicht mehr, aber vielleicht genug ;)

und dank wertvollen #neuhier im thema #agile #lean #scrum wird das schon was ;) stimmts? @mariakuehn @Alisa @NadjaBoehlmann @karen @lisahomuth @lisa

@zusammen_mehr_elefant

@librescrum

tristan, to random

Right, before I dig in too far, can anyone comment to the stability of these days, as well as how well it's kept up with compatibility with the Mastodon API? Also, person number 389 here saying that it would be great to have a spreadsheet of all of the various fediverse software and how they're different from one another.

mkarliner, to random
@mkarliner@mastodon.modern-industry.com avatar

This is a public service announcement.

I'm now running a test instance of as my new self hosted Fedihome.
I'd appreciate if my followers could just follow @mike as well as this account. That way I can ease the transition and hopefully avoid too much disruption.

We now return you to your normal programming.

ghose, to Catroventos Galician
@ghose@gts.xmgz.eu avatar

Tuba, o cliente para o :fedi: , está dispoñible en :galicia: desde a versión 0.6.3.

Xa chegou a algúns repositorios, pero é de agardar que nos próximos días/semanas se espalle.

et al.

gotosocial, to random EN
@gotosocial@superseriousbusiness.org avatar

We're well on the way to #GoToSocial 0.14.0 release candidate 1!

Based on the sheer amount of fixes and improvements included, 0.14.0 will probably be the biggest release we've done so far :gtspat:

It will also (probably, unless something goes wrong) be the first GoToSocial release to include support for the Move activity, which will let you migrate an existing account to or from a GoToSocial instance, while keeping your followers and following relationships intact :) We waited a long time to write this functionality because we wanted to make sure GoToSocial was in a decent state before people start migrating accounts to it.

So, very exciting! If all goes well, expect more news on the first release candidate in a couple weeks (we're still fixing some bugs, as always).

mikesixgolf, to fediverse
  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • Durango
  • ngwrru68w68
  • thenastyranch
  • magazineikmin
  • hgfsjryuu7
  • DreamBathrooms
  • Youngstown
  • slotface
  • vwfavf
  • PowerRangers
  • everett
  • kavyap
  • rosin
  • anitta
  • khanakhh
  • tacticalgear
  • InstantRegret
  • cubers
  • mdbf
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • cisconetworking
  • tester
  • normalnudes
  • modclub
  • provamag3
  • All magazines