• 34 Posts
  • 1.2K Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle











  • they seem to want this service to stay free and open

    TANSTAAFL.

    The admin might think they are being this generosity is good for the users, but at the end of the day all it just gets them burned out and gives people who signed up the impression that all matrix servers are slow. Meanwhile, acess to my matrix server is not free, ($29/year, less than $2.50/month) but by charning just a little bit I can make sure that it grows at a rate that I can manage and doesn’t make my infrastructure implode.




  • He likes the process of working on greenfield ideas and gets bored once he ships the MVP, which is fine. What is not fine is that he makes a ton of hype around new projects, but after he gets tired of playing with it, he refuses to let go. It sucks the air out of the community for very little benefit.

    I was hoping that the PixelFed kickstarter would force him to finally focus on the damn thing, but it seems he simply does not have the drive or interest to work at a steady pace in one single product.




  • Once you achieve any kind of scale, whoever your client is querying to get the book data for those kinds of queries is going to block you

    You know that the whole of wikidata can be copied with just a few hundreds of GBs, right? There are plenty of examples of community-driven data providers (especially in the *arr space), so I can bet that there would be more people setting up RDF data servers (which is mostly read-heavy, public data sharing) than people willing to set up their Mastodon/Lemmy/GoToSocial server - because that involves replicating data from everyone else, dealing with network partitions, etc…

    Also, there are countless ways to make this less dependent on any big server, the client could pull specific subsets of the data and cache data locally so the more they are used the less they would need to fetch remote resources.

    Think of it like this: a client-first application that understands linked data would be no different than a traditional web browser, but the main difference is that the client would only use json-ld and not HTML.