Same. I wanted to make video games… until I found out how terrible the working conditions and pay are.
It’s not a walled garden though, Valve made no attempts to lock anything down. You can install something like Heroic Game Launcher on the Steam Deck and play Epic Game Store or GOG games too.
You can make an app with Tauri without writing a single line of Rust though. Tauri lets you trigger most native functionality you might need from the JavaScript side. If that’s enough for what you are building then you don’t need to write any Rust. You could use a Rust web framework that compiles to WebAssembly, but you could also just use React or Svelte or whatever else.
Yeah I mostly open Nebula when I’m watching a video, and the creator says “I had to censor this on YouTube, you can get the full version on Nebula”
Did they get rid of the questions? That was the most awesome part of OkCupid. Because you not only answered the questions but you could pick if you cared what your potential matches answers should be.
I met my wife on OkCupid, we were a high % match according to OkCupid and we did turn out to be a great match. That’s stupid if they got rid of that.
Yes I agree with you, but I just don’t see how getting rid of copyright laws would fix this. Copyright laws aren’t helping artists enough, so instead of fixing copyright laws we should get rid of them? What do we do instead to protect artists?
how many musicians don’t have the right to their own work because record companies dominate the music industry?
But not having copyright law doesn’t fix that, it makes it worse. Without copyright law if you make music, a big label can grab your music and sell copies without paying you anything. Sure you can try to sell it yourself and try to educate customers that they should buy it from you. But the big label can easily out-advertise you and get into the top spots on streaming services, online and physical stores etc. and get 99% of the sales.
Same for artists, writers, programmers, photographers, or anyone else whose work is protected by copyright.
I fully agree things are not great right now, but that’s not copyright laws fault. I think you need other laws and regulations to fix things, like small creators should be able to sue large companies with minimal cost if they infringeme on their copyright. And there should be some sort of provisions so companies can’t trap people in horrible contracts. I’d also love to see fair use exceptions broadened in cases where the copyrighted material is just not available anymore, like old games or movies that are not sold anymore. Shorten the length of copyright too. But getting rid of it completely would not work.
I’m not OP but I use Woodpecker CI, also self hosted. Gitea is also working on Gitea Actions which are supposed to be compatible with Github Actions, but I think it’s still on beta.
You couldn’t make a proprietary server. Client is fine, AGPL doesn’t apply when you are accessing the server over a public API.