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

I know I know I know, I'm on holiday, but I really wanted to finish the big HTML + CSS refactor. So I tidied it up and I think it's almost ready to go:

https://github.com/superseriousbusiness/gotosocial/pull/2480

Previously: the code smell of our HTML was absolutely honking, because when we wrote all that template code we didn't really know yet how to get the most out of Go HTML templating. If you did "view source" on a page, the indexing and formatting was all over the damn place, HTML soup!

Now: I'm not saying I've become an expert, but I think I've improved things somewhat. No more HTML soup! You can "view source" now and it produces readable HTML. I tried to introduce more semantically meaningful HTML elements in there as well, and use aria-labels a bit more diligently to make thread viewing easier.

If you wanna try it out, here's some links to pages on an instance running with the patch. I recommend doing "view source" or "inspect accessibility properties" on them:

We've still got a ways to go with regards to ARIA labels, but I think it's coming along!

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

We will never accept an invitation to speak to Meta. We are not interested in speaking to Meta. We're not even on Meta's radar, but if they do for some godforsaken reason reach out to us, we will promptly tell Meta (more or less) to fuck off. That's the promise, baby! Death to capitalism!

RyunoKi, to fediverse
@RyunoKi@layer8.space avatar

The most important question when you set up your own instance:

Where to find all those great emoji packs?!

(Team here)

RyunoKi, to til
@RyunoKi@layer8.space avatar

If your fails to load avatars and the like it might happen that you need to add the respective file storage domain to your domain allowlist.

I'm running the instance in allowlist mode.

liaizon, to fediverse
@liaizon@wake.st avatar
fediverseobserver, to fediverse

Found 6 new servers and 11 servers de-listed since 1 hours ago. Check out the Monthly and Daily Stats by software or server or the entire fediverse.

24,493 servers checked. 13,847,699 Total Users, 1,747,966 Monthly Active Users today vs 1,745,052 yesterday for the entire fediverse.

New servers found:

villa-oita-pikapika.com a server from Private
goto.ryuslash.org a server from The Netherlands
peertube.tnxip.de a server from Germany
m.abyssal.ninja a server from United States
misskey-f.com a server from Japan
kuru.si a server from Japan

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

dumpsterqueer, to random
@dumpsterqueer@superseriousbusiness.org avatar

Gonna write a document about memory usage and tuning in the coming weeks, now we're getting a better handle on how everything performs. Lots of folks ask us about it so it'd be good to have it written down properly.

stefanlaser, to mastodon
@stefanlaser@social.tchncs.de avatar
gotosocial, to random
@gotosocial@superseriousbusiness.org avatar

Now that 0.13.0 is out, we are preparing to take a break :)

If you've been following us for a while, you'll know that every year over the holidays we like to make our github repository and matrix channels read only for a while. This lets us step back from support work for a few weeks, and focus on things other than GoToSocial (seeing friends and family, playing video games, reading, cuddling our pets), in order to recharge our mental and emotional batteries and come into the new year feeling fresh and excited again.

This year, we'll take our holiday from (and including) the 19th of December, up to (and including) the 2nd of January. During this time:

  • the three GtS matrix channels will be read only
  • the github repo will be read only for non-members of the org (though you may still see us pushing commits and whatnot)
  • we will be less active on this account

So, if you spot any issues with v0.13.0, please file them before the 19th, or save them until after the 2nd.

Thanks for reading! ❤️

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

Hi everyone!

We've just released a new version of , v0.13.0 aka Spider Sloth!

You can get the release from here: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.0

As usual, please read the migration notes carefully when upgrading to this version.

Thanks! Enjoy!


Highlights of this release:

  • Create, view, and vote in polls. It's been a while in the making but GoToSocial now has support for polls, aka Question activity types. You can create, view, and vote in polls using your client of choice.
  • Show unsupported media placeholders in incoming posts, where media could not be downloaded (temporarily or otherwise). No more dropped media on posts! You'll instead now get a link to the media on the originating instance, that you can click through in your (mobile) browser.
  • Mute threads that you're being overwhelmed by. Notifications for replies, likes, and boosts in that thread will no longer be generated.
  • Media cleanup scheduling. Previously media scheduling took place every night at 12am. With the new media scheduling settings in the config, you can customize the schedule to run it at different times and frequencies. https://docs.gotosocial.org/en/latest/admin/media_caching/#cleanup
  • Support for setting instance language . You can use the new instance-languages setting to indicate one or more primary languages for your instance. https://docs.gotosocial.org/en/latest/configuration/instance/
  • Support for language tags on posts. Language of posts is now correctly federated in and out of your instance. The language of posts is also shown on the web view of statuses and threads.
  • Gather and expose prometheus format metrics. You can now expose a /metrics endpoint to allow a Prometheus instance to scrape metrics about Go runtime memory usage, http request and database metrics, and more. https://docs.gotosocial.org/en/latest/advanced/metrics/
mosseri, to random

Two important Threads updates 🔔🔔

First, Threads is expanding to more countries across Europe, so people there can follow and join the conversations they care about. We’re starting to roll out in more countries now on the Apple App Store and Google Play Store; www.threads.net is live everywhere now.

KelsonV,
@KelsonV@wandering.shop avatar

@mosseri Hello! I'm able to follow you on from a Mastodon instance, but not from a instance. Relevant error from my GTS logs:

Get: error searching by namestring: accountsByUsernameDomain: error looking up @mosseri as account: enrichAccount: error resolving accountable from data for account https://www.threads.net/ap/users/mosseri/: ResolveAccountable: error unmarshalling bytes into json: invalid character '<' looking for beginning of value\n

fediverseobserver, to fediverse

Found 2 new servers and 3 servers de-listed since 43 hours ago. Check out the Monthly and Daily Stats by software or server or the entire fediverse.

24,540 servers checked. 13,803,240 Total Users, 0 Monthly Active Users today vs 0 yesterday for the entire fediverse.

New servers found:

onycha.monster a server from Germany
almeresociaal.nl a server from The Netherlands

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

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

Hiya! It's a gloomy day so here's a little ray of sunshine:

We just tagged + pushed the second release candidate for 0.13.0 of GoToSocial!

This contains mostly fixes for pesky bugs from the first release candidate. You can get rc2 here:

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

Note that on SQLite, when you start up your instance an analyze will run when you switch to this version. The analyze might take a good few minutes to run, depending on how large your SQLite database is, and how performant your system is. Please be patient and don't interrupt it, it's optimizing your database :)

As usual, if you find any bugs specific to this release candidate, please open them on our issue tracker.

Thanks for reading, and enjoy the release candidate!

#GoToSocial #Slothware

rtw, to mastodon
@rtw@mastodon.sdf.org avatar

What’s the difference between and ? They both seem to be microblogging platforms in the fediverse. Are they able to talk to each other? I’m a bit ignorant on this atm.

tournesol,
@tournesol@peculiar.florist avatar

@rtw Two microblogging platforms, like ​:gotosocial:​, ​:akkoma:​, ​:iceshrimp:​ or even ​:misskey:​

They all have their specificity but they can all communicate (via Activitypub). For example, Misskey and its forks (Firefish and Iceshrimp) can make emoji reaction on posts or even use animations in posts like this. For Mastodon users won’t see them but that doesn’t impact on the communication.

In brief, they are all microblogging services with their own characteristics and UI ​:akko_thumbup:​

stefano, to fediverse
@stefano@bsd.cafe avatar

George Bernard Shaw said that The British and Americans are two people separated by a common language.

I think that the same sentence can suit the different platforms of the Fediverse

stefano, to fediverse
@stefano@bsd.cafe avatar

This article is about to turn one year old, but I believe it's still quite relevant. It misses Pixelfed and other great solutions, but still...

Deploying a piece of the Fediverse

https://it-notes.dragas.net/2023/01/15/deploying-a-piece-of-the-fediverse/

archos, to fediverse Czech
@archos@mastodon.arch-linux.cz avatar

To nevypadá špatně. Jede i na slabém stroji. Pro někoho kdo chce mít malou instanci super

https://docs.gotosocial.org/en/latest/
https://github.com/superseriousbusiness/gotosocial

fell, to random

Okay, I also migrated my instance now. 👋

max, to random
@max@torontodiy.xyz avatar

does anyone know of any good fedi front end clients that are tailored towards long form blog posts? i want to turn todiy into a multi media platform, and not just microblogging, but i don't wanna have to run a separate server/subdomain for every format! I think i like the idea of using as a backend because it seems pretty flexible! i dont want my users to need a bazillion accounts lol. Im looking at , and it would be awesome to use its front end somehow.

spla, to fediverse Catalan
@spla@mastodont.cat avatar

El servidor que estic programant ja té operatives les funcionalitats bàsiques:

  • webfinger ✅
  • nodeinfo ✅
  • activitat "Follow" (seguir usuari) ✅
  • activitat "Undo" (deixar de seguir) ✅
  • signar activitats "Accept" ✅

La app oficial ja troba el servidor i ja mostra el missatge "Mastodon vol utilitzar aquest servidor per a iniciar sessió" (encara no he afegit l'algorisme d'inici de sessió 😅)
Quan ja funcioni l'inici de sessió faré els algorismes de les línies de temps.

retiolus,
@retiolus@mamot.fr avatar

@spla una mica com ? Suposo que fas això en Python? 😜

chihiro, to random

というわけで、 用の明るいかわいいテーマを作った。いいでしょ :blobinlove:

黒いのがデフォルト。青いのが今作ったやつ。

image/jpeg

rafaelcaricio, to fediverse
@rafaelcaricio@nullpointer.social avatar

I can finally respond to polls here again. After migrating to GoToSocial I had lost that possibility, but with the new release candidate that changes. This is another significant improvement. I really enjoy my self-hosted GoToSocial instance. :blobcatsip:

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

Happy Friday everyone! Hope you're staying warm!

To celebrate the weekend, here's the first release candidate (rc1) for 0.13.0 Spider Sloth!

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.0-rc1

As always, please read the migration notes carefully when updating. If you find any bugs in the release candidate, kindly let us know on Github!

Release highlights below the line.


  • Create, view, and vote in polls. It's been a while in the making but GoToSocial now has support for polls, aka Question activity types. You can create, view, and vote in polls using your client of choice.
  • Show unsupported media placeholders in incoming posts, where media could not be downloaded (temporarily or otherwise). No more dropped media on posts! You'll instead now get a link to the media on the originating instance, that you can click through in your (mobile) browser.
  • Mute threads that you're being overwhelmed by. Notifications for replies, likes, and boosts in that thread will no longer be generated.
  • Media cleanup scheduling. Previously media scheduling took place every night at 12am. With the new media scheduling settings in the config, you can customize the schedule to run it at different times and frequencies. https://docs.gotosocial.org/en/latest/admin/media_caching/#cleanup
  • Support for setting instance languages . You can use the new instance-languages setting to indicate one or more primary languages for your instance. https://docs.gotosocial.org/en/latest/configuration/instance/
  • Support for language tags on posts. Language of posts is now correctly federated in and out of your instance. The language of posts is also shown on the web view of statuses and threads.
  • Gather and expose prometheus format metrics. You can now expose a /metrics endpoint to allow a Prometheus instance to scrape metrics about Go runtime memory usage, http request and database metrics, and more. https://docs.gotosocial.org/en/latest/advanced/metrics/
dumpsterqueer, to random EN
@dumpsterqueer@superseriousbusiness.org avatar

we're trying to narrow down a (bizarre, kind of funny) bug where a boosted status can appear in timelines to be authored by the person who boosted it -- so essentially boosting a status can sometimes "steal" that status

it's a bugger to reproduce, so if you see it, and you have any useful info to share about it (either in logs, or in the Network tab of your browser when looking at the status in a client) please do share

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

#GoToSocial 0.13.0 Spider Sloth is coming along well. We've got a few little bugs to fix before making a first release candidate, and then we can let our little spidery child out into the world. It's quite an exciting release, so we'd like to get as many nuts and bolts tightened as possible so that it goes smoothly.

In particular, we've found a cheeky little bug in our png decoding, which sometimes causes pngs to fail to be downloaded from remote instances. We'll spend a bit more time poking and prodding this one, because it actually gets around the media placeholder logic we added.

More soon!

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