shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

288
active users

#DOjS

0 posts0 participants0 posts today
Replied in thread

@dfx die frau und ich haben schon hotelzimmer und bahntickets, ist bei uns also schon relativ fest eingeplant. Evtl. sieht man sich ja dann mal fuer ein Bierchen...

ich will (/soll?) mal wieder nen Talk ueber #DOjS/#DOStodon machen... 😋

I pushed an update to #DOStodon (the #Mastodon client for MS-DOS):

- Fixed a bug when viewing threads in notification screen.
- Implemented setting for CW toots (default collapsed or visible)
- Fixed dates
- Fixed image viewing
- Added help to toot editor
- Changed some colors
- Updated #curl to 8.9.1
- Added ALT text for image uploads

Grab it at github.com/SuperIlu/DOStodon

GitHubGitHub - SuperIlu/DOStodon: MS-DOS Mastodon clientMS-DOS Mastodon client. Contribute to SuperIlu/DOStodon development by creating an account on GitHub.
Replied in thread

@andypiper well, most challenging is to work around unicode (#DOjS and therefore #DOStodon do not support unicode) and to support TLS.
the later is less a problem of the API but more of how the HTTP servers are configured.

Also: media types are problematic. Theoretically I could play back GIF animations, but because these are served as mp4 in Mastodon I can't do anything sensible.
Serving webp or other 'modern' image formats would be problematic as well...