
Just put it in quotes?

Just put it in quotes?
Teams is trash, I have to use it with certain clients, slack for everything else. Literally everything it does is like a wish.com fail version of slack. Like if you ordered slack on temu.

Right and what I was saying was even if it wasnt “public”, single party consent means the person recording can be that single party- so still a non-issue.

Most US states are single party consent. https://recordinglaw.com/united-states-recording-laws/one-party-consent-states/

XML sucks- gradle was a groovy DSL which was very concise and easy, it was quite nice!

I wrote Java and jvm languages for a long time. Mostly a good experience. Maven and later gradle, groovy and spring boot really made it more fun to use. Spock is still my favorite testing framework. These days it’s all python and node for me though- but using those languages and their popular libs really shows how much better dependency management and testing was in the Java ecosystem even 10 years ago.
Thanks for the info!!
Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.

Yeah I’m familiar with server- I was asking if you were using official client apps or third party.

Is it called “jellyfin” like the server or is it another app?

Jellyfin have native apps that are any good? I use plex heavily on ps5, appleTV, iOS, and people’s random smart TVs, all of which have really good first class apps. I also support users that are not technically inclined, so they would need to be able to just install and app and log in.

I got perma-banned for saying I wish Marjorie Taylor green would trip and swallow her own head.

It’s a cache cluster. If you have an expensive query on your database or an api response that’s expensive to generate, you cache it in memory and then for some period of time whenever someone needs it, you return the cached version instead of doing the expensive work. Redis can do a whole lot more than that- data types, documents, etc etc but it’s a web scale caching layer.

Yeah I gave up. Felt not worth it at this point. I miss it, but it’s such a bot farm propaganda machine in so many ways that it’s probably best left in the bin with Facebook.

The response to my appeal was that it was a human looking at it, but that’s what I would say if I was writing a script to ignore appeals.

I got banned for saying that I wish Marjorie Taylor green would trip and swallow her own head. I was inciting violence apparently. I had a 13 year old account :/ I appealed and they said there was no error, I was basically a terrorist.
Maybe your client? Renders clear and legible for me
https://www.localstack.cloud/ emulates a bunch of the aws services, perfect for local testing.
Sure you can build an engine if you want- the reason so much stuff is unity is because it handles the cross platform build/deploy for you and is already a well established engine/platform.
If you’re trying to make a game- use an engine. If you’re trying to make an engine, don’t get distracted with making a game. They’re very different things these days.
If you’re just doing this to learn and want to make a game from scratch, then do that- but the cross platform is a pain.