• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • MongoDB has a modified version of the AGPL that they call Server Side Public License that might interest you. Specifically the change in section 13:

    “Service Source Code” means the Corresponding Source for the Program or the modified version, and the Corresponding Source for all programs that you use to make the Program or modified version available as a service, including, without limitation, management software, user interfaces, application program interfaces, automation software, monitoring software, backup software, storage software and hosting software, all such that a user could run an instance of the service using the Service Source Code you make available.

    By my reading, it closes that loophole you mention by specifically calling out interfaces and APIs as also requiring the source to be available. At the top of the page I linked there is also a PDF showing the removals and additions they made to the AGPL to end up with their SSPL.





  • kbin and lemmy are different softwares, but they are both used for link aggregation and the 2 softwares use a common protocol, so they can talk to each other. So there are kbin servers and lemmy servers, and they are all interconnected.

    So now we can take this post as an example:

    You are a user on kbin.social

    You posted this question on /m/nostupidquestions@lemmy.world - this means the community you posted on is actually hosted on lemmy.world

    lemmy.world then tells other instances that its federated with that someone just made a post on /c/nostupidquestions on its instance. what kbin calls magazines are called communities on lemmy, hence the /c/ instead of the /m/.

    kbin.social and all the other instances will then also show this post, even though it originally was created on a different instance


  • When you say peak do you mean like a one off large spike, or it constantly hovers around 96Mbps? If it hovers around 96 Mbps that is really high if you aren’t serving multiple clients at the same time. You can also try turning up the “Transcoder default throttle buffer” setting in the transcoder section of the server settings. This makes the server pre-transcode farther ahead and can help with making sure the stream is constant.

    Also, what version of the nvidia drivers and CUDA are you on? For best results you should be on at least version 525 and cuda 12.

    Lastly, you say you are on gigabit, so why is your upload only 130-300 Mbps? Is the pc conncted to your network via wifi?