They didn’t include https so the link doesn’t know what protocol it’s meant to open with
They didn’t include https so the link doesn’t know what protocol it’s meant to open with
If you use the public instance you don’t need to set up or host or install anything. You can selfhost it if you want, but the public instance works just fine.
One person goes to the web page and starts a room. The other can join the same room by knowing the name of the room. (It will generate a link when you create a room to make it easy to send to someone so they can join by just clicking the link.)
Consider giving MiroTalk a try. It has several versions but the P2P version would probably be perfect for your scenario. It’s free, runs in your browser, doesn’t need an account, and doesn’t have time limit shenanigans. I’ve used it in lieu of Discord calls before and don’t have any complaints.
I swear there was at least one more server I looked at but passed over and I cannot recall the name.
Maybe Jellyfin? It’s best at movies/shows but it also handles music (and more). The native music experience isn’t great but it works. For Windows/Linux/Mac you can use Feishin (I use and mostly recommend it, also you can use the web app version). Android has Symfonium I use and highly recommend it, also it works with FAR more than just Jellyfin). I don’t use iOS but I just looked for an iOS app and found AmpFin (not to be confused with Finamp).
You said your users have their own libraries. Jellyfin works great with this. Out each in its own folder, create a new library for each in Jellyfin (pointing to each folder), and you can choose which accounts can see which libraries (and optionally let them manage libraries too so they can delete songs or modify metadata for the libraries they have access to).
I’m a fan of Jellyfin if you couldn’t tell…
I use Watchtower and haven’t had any major issues in the two(?) years I’ve been using it. Make sure you use persistent volumes for your containers and make sure you back up those volumes. If anything breaks, you can roll back to before the update.
If you don’t use persistent volumes, you’ll lose data when Watchtower takes down the image and replaces it with the newer one (which doesn’t copy over ephemeral volumes).
I also recommend for database containers to use an image tag that won’t update with breaking changes. Don’t use postgres:latest
, use postgres:15.2
or something like that (whatever the image you’re using the database for recommends).
I didn’t realize this when I first set up Radarr/Sonarr and they ended up copying every single file instead of hardlinking. By the time I realized, I had like 400gb of duplicate files. Ended up running fclones and getting it all back.
Portainer does store compose files though? I’ve manually used docker compose commands from the folders Portainer saves them in. They’re labeled with numbers instead of project names which makes it difficult to know which one you’re looking for, but I use rga so that wasn’t as much of an issue for me as it would have been otherwise. It was tedious, but the compose files very much exist on your hard drive.
I started with Yacht and moved to Portainer. Yacht’s ui was just too heavy and unresponsive for me. I got logged out of sessions without it actually telling me almost every time I used Yacht. I would have to log out and in again just to use it (a process that often freezed up as well for reasons I cannot comprehend). I finally had enough and switched to Portainer; not a single complaint since.
The thing is in this case, it’s only human suffering. People don’t actually work nonstop all week. Giving them fewer hours over four days means they’re more productive for those days because they’re not dragging out their work to fill the arbitrary 40 hours they have to work for. So companies pay workers the same, but can save money in amenities and office space or whatever by using it less AND have more productive workers. Longer work weeks don’t actually make companies more money (oversimplifying and speaking broadly).
It’s not overpopulation. We are seeing the results of late stage capitalism coming into effect. When you design the economy around an owning class vs a working class, the owning class will use its inherent leverage and capital to beget more leverage and capital. That happens at the expense of the working class. If your income mainly comes from working for money, you are part of the working class.
The obvious solution here is to change the economic structure to not have an owning class at all or at least to keep it in check, but liberalism is not good at keeping it in check and leftism doesn’t have the momentum needed to change the world economic structure. Right now all we can do is make progress where we can, which means passing legislation that taxes and weakens the owning class in favor of supporting and empowering the working class through social programs and better pay and benefits. Unions will help you a TON here and more quickly than legislation, so look into joining/forming a union. Biden has changed the requirements for forming a union to make it really easy now. The other thing we can do is prevent fascists from tearing apart the systems we’ve built to allow that to even happen in the first place. That means not voting for or supporting right-wing politics.
None of this is caused by overpopulation, and the myth that overpopulation is the main source of your problems directly benefits the owning class who is currently winning the zero-sum dynamic of owning vs working class. That dynamic is the reason things are bad and worsening. Join a union and vote for the most progressive viable candidate in both local and federal elections.
Amazon bought Twitch for its video live streaming infrastructure/tech, which at the time was unmatched. Now Amazon offers that infra/tech via AWS and anyone can spin up a Twitch competitor just as capable.
Amazon doesn’t care about Twitch at all. Prime subs are just another benefit to make Amazon Prime more appealing to consumers, but iirc Twitch is the one who actually pays out of pocket for Prime subs.
STOP DOOMER POSTING I know climate change is a frustrating problem to solve (to say the least) but holy shit this doomer posting makes it so hard to keep up the momentum necessary to solve it
It is NOT already too late
The way the climate change works, it won’t be too late until we’re all dead
Stop Doomer Posting
It is not possible to move 1.8 million people out of a region like Gaza without mass death. This is not some secret information that Israel doesn’t know. The state of Israel has demonstrated at every possible opportunity that at best it does not care and at worst that’s the goal.
I recommend against gogs. It’s missing lots of features that I expected and I ended up switching to gitea anyways. Gitea works well for everything I need and forgejo is a fork of gitea that I might switch to in the future.
deleted by creator
Golang v1.0 was released in March of 2012. Not sure I would consider it a new language.
Few reasons. First, the United States is huge. Texas alone is twice the size of Germany. Second, the U.S. has three main power grids. The left half, the right half, and Texas. It’s a little more complex than that, but the important part is that Texas is on its own. Third, Texas hates people. They let companies deregulate to hell and back, even at the expense of its residents.
The combination of being on its own power grid, deregulating that power grid and the companies that maintain it, and not taking proper precautions to protect its residents all leads to a less-than-reliable power grid when it gets hit with any non-standard weather. Texas especially needs to prepare for climate change, but things could definitely be going better…
Kopia actually has a GUI option too! I use it all the time! I pair it with a docker webdav server running on my server pc across the room.
Might I introduce you to the wonderful language known as Nim? Python-like syntax, compiles to C, C++, and even JS, has mature libraries and good tooling, and some memory safety features built in! And yes, you can use pointers!