

There are quite a few creators who are primarily funded off patreon and release content to YouTube. I imagine a group like MCDM (Matt Colville) who has patreon, merch, crowdfunding, and products doesn’t really care about ad revenue.
There are quite a few creators who are primarily funded off patreon and release content to YouTube. I imagine a group like MCDM (Matt Colville) who has patreon, merch, crowdfunding, and products doesn’t really care about ad revenue.
Distributed but high trust.
Zero-trust blockchain tech has no value. There is no such thing as a zero trust system in real life.
Except blockchain solves no useful problems so you will never find it behind anything that isn’t explicitly using it for marketing.
In case anyone hasn’t seen Folding Ideas - Line Goes Up. He gives a great overview of the history of crypto and is worth every minute of the 2 hour run time.
Plus he isn’t a crypto bro like OP here.
The default mobile web view literally has sidebar at the top of the page when viewing a community. If your app is missing a basic feature you don’t get to complain and be a dick about it.
Self hosting vaultwarden enables TOTP and other organizational features that standard bitwarden charges for.
I couldn’t find a good one on their site so I downloaded the app. It’s a fancy notes app with templates for a bunch of different things. The hook seems to be the decentralized sync system.
Can I ask why you’re opposed to using a subdomain: immich.something.duckdns.org
? In my experience few self hosted apps cleanly support being hosted on paths and doing so tends to require some advanced reverse proxy settings like rewrites. I don’t have immich running right now but I did at one time with that method.
I’m just not super into wacky stuff chatGPT says content. It produces these super long walls of text that way overstay their welcome.
It’s free as in beer if you go and check out on the leanpub page.
Pretty rough around the edges, just did a quick scroll down and noticed several odd choices. Looks like this is mostly built via scraping or by someone who doesn’t really know what some of these projects are.
API keys are generally how this is done. You create an account system with billing and then allow account holders to generate API keys that must be included in every request. On your side you look up their account via the API key and check billing status before responding to the request.
If you don’t have a lot of clients you could handle billing and key generation manually.
I am also a novice at hosting my own instance but I think I have some tips:
First, don’t use the allowed instances list. I believe having any items in that list blocks any instances not in the list. So you’ve effectively defederated from all instances that aren’t lemmy.ml lemmy.world programming.dev and sopuli.xyz.
Second, make sure your languages are set properly. In the admin page there is a big list of languages. Use ctrl+click to select all the languages you want to see. Make sure that Undetermined
is always selected. On mine I have that and English, you might also want German and some others but that’s up to you.
Third, bump up your federation worker count. I doubled mine to 128.
Lastly, use the search to connect to new communities. There isn’t really any automated discovery from known instances, you need to manually be searching for anything you want to show up in your instance. I use the default admin account to subscribe to every community I want to show up in all.
Federation, especially from lemmy.world and kbin.social is also being kinda funky right now with so many new users. So I would also give it a little time for any changes to take effect.
On a local machine using X or XWayland you can pass in the DISPLAY environment variable and X socket. Any program that expects a local X server will just connect to that over a unix socket like normal. It took a little trial and error but there are some guides online.
Redhat grew at a nice, sustainable pace through open source software for many years. A few years ago they were purchased by IBM who now wants to see fast, less sustainable growth so they can make some money from their investment. The fastest way to do that is to force some of their open source users into paying.
I set up a docker image for work that contains our prefered IDE and all our toolchains pre-configured. It’s possible flatpack or appimage would have been prefereable but I found setting it up via docker to be really intutitve.
“decentralized” except that they’re keeping the core software proprietary and the main site in closed beta. Seems more like they’re using that as a buzz word to compete with mastadon than actually committing to open software.
I noticed that too on my instance, but maybe 10 minutes after subscribing posts started federating properly.
Most people complain about spam. I think you’ll be surprised just how much incoming spam you get and how hard it is to sort though it. Not to say it’s not worth doing, but that’ll be the hard part.
“Java bad” is a pretty long standing meme. I would guess that most peoples’ only experiences with java are in school and in monstrous, ancient corporate codebases.