➠ In eigener Sache: heise online zieht auf eigene Mastodon-Instanz
Das Chaos bei Twitter hält an und die Mastodon profitiert weiter. Heise Medien betreibt in dem Fediverse-Netzwerk nun eine eigene Instanz....
Zur Startseite
➤ Ähnliche Beiträge für 'In eigener Sache: heise online zieht auf eigene Mastodon-Instanz'
Mastodon instance with 6 files
vom 903.33 Punkte
Mastodon is built on the ActivityPub protocol which is based on Activity Streams which stores data in JSON Linked Data (JSON-LD).
All that means is Mastodon uses a lot of JSON that references other JSON.
A Mastodon instance can serve those JSON document
Mastodon Streaming to Apache Pulsar via Python
vom 766.11 Punkte
https://medium.com/@tspann/mastodon-streaming-to-pulsar-via-python-be7538112023
Mastodon Streaming to Pulsar via Python
Python, Pulsar, Mastodon, Streaming, Real-Time, Events, Filtering
Source: https://github.com/tspannhw/pulsar-mastodon-sink
Mastodon: Das bietet die deutsche Twitter-Alternative
vom 705.77 Punkte
Twitter: Beliebter Mikrobloggingdienst als Top-Informationsquelle
Der bekannte Mikrobloggingdienst Twitter ist eine hervorragende Quelle, wenn man direkt von Wissenschaftlern deren neueste Forschungsergebnisse lesen möchte – gerade diese Forscher f
An immutable Mastodon handle
vom 560.29 Punkte
Whether Twitter crumbles remains to be seen, though some signs are telling. Whatever happens, I'm continuing to invest a bit in Mastodon. Last week, I showed how to sync one's content between Twitter and Mastodon. This week, I've set up a Mastodon han
Welcome Mastodon to Fast Forward!
vom 442.63 Punkte
We’re thrilled to announce that Mastodon is now a member of Fast Forward.
We believe things are better when they’re a little closer to you — when you have a say over your data, your safety, and your community. If we’ve learned anything over
Movierulz 2020 | Download Watch Telugu Bollywood and Hollywood Full Movies Online Free
vom 361.41 Punkte
Movierulz - Download watch latest Bollywood Hollywood Hindi English Telugu Tamil Malayalam Dubbed Kannada Marathi Punjabi movies online free movierulz torrent8Movierulz.ws- Download Watch Telugu Bollywood and Hollywood Full Movies Online FreeThe torre
How to Migrate from Twitter to Mastodon
vom 331.6 Punkte
Let's say you want to leave Twitter. For whatever reason. Everyone's talking about Mastodon and how great it is. How can you make the switch? Are there any easy ways to move from Twitter to Mastodon?
No, not really. But there is a tool that can help.
Add Mastodon replies to your blog
vom 331.6 Punkte
You can now comment on blog posts on Coding with Jesse! I turned off comments years ago, because I was getting tons of spam. But recently, with my return to social media, I decided to integrate Mastodon to give people a way to comment on and interact wit
The Best Mastodon Apps for iOS in 2023
vom 320.17 Punkte
I’m taking a look at some of the best Mastodon apps available for iOS. With Mastodon quickly gaining in popularity, there are many users out there champing at the bit to gain access to this decentralized social network. For those that are looking to
The Fastest Way to Run Mastodon Tests
vom 262.99 Punkte
In the last post we showed you how to use Dev Containers and AppMap to onboard as a new developer for the open source federated social media application, Mastodon. We showed how AppMap can reveal the internal behavior of the application at runtime.
But if you want to start co
Automatically Generating OpenAPI Docs for Mastodon
vom 262.99 Punkte
As the Mastodon open source community grows, many developers are coming into the project for the first time and learning more by viewing the documentation. One of the common pieces of documentation that users in both the Mastodon Discourse and GitHub issues are looking for is an up-to-date version of API documentati
Optimizing Mastodon Performance: Finding and Fixing its N+1 Queries
vom 262.99 Punkte
N+1 queries happen in a variety of ways, out of sight to many developers who are using an ORM. With the level of abstraction that ORMs provide, it can be easy for developers to accidentally incorporate a query that is executed on each result of the previous query. ORMs can make developme