

Plex, running locally, on my server: “You should add a server!”
Plex, running locally, on my server: “Claim 10.0.0.10!”
Plex, running locally, on my server, after claiming my server: “You should add a server!”
On the internet, not everyone knows you’re an idiot.
But goddamnit, I’m trying to get the word out.
Please feel free to downvote every comment I’ve ever posted, if it will bring you joy.
Plex, running locally, on my server: “You should add a server!”
Plex, running locally, on my server: “Claim 10.0.0.10!”
Plex, running locally, on my server, after claiming my server: “You should add a server!”
This reminds me of expertsexchange
Sometimes when people put their hard work into building an app for free, they don’t also want to pay $99 a year so that some bullshit company can profit off of the app developers hard work.
iOS developers are REQUIRED to own a mac and are REQUIRED to pay apple $99 a year. That means it is more costly to develop open source for iOS or any apple product. That’s why apple is terrible.
B R A V E
Signed by whom? The CA.
The CA is the certificate authority.
You can create your own CA and sign your own certs for free, but people would need to have your CA root cert in their browser for them to be able to trust your signed certs.
Let’s Encrypt is a real CA bundled with browsers, and it signs free cert signing requests when specific criteria is met. This is done because TLS is an important privacy mechanism that works best if many certs are in use and not just a few wildcard certs.
Why not trust self-signed certs? Because there are no checks. When miicrosoft.com (the people who make the miis on your wii) gets a free cert signing from Let’s Encrypt, its because the owner of miicrosoft.com proved that they owned the domain miicrosoft.com by means of a lets encrypt / acme challenge. When you create your own CA and sign your own certs you are beholden to your own rules. You could sign a free cert for microsoft.com (the people who make minecraft) but then you would also need to convince users to install your CA, and then you can steal their blocks and grief their builds.
Gang, I hate to tell you this but this is what we mean when we say “you are the product” especially with free offerings.
But if you hate that I have a worse thing to introduce you to: the internet. If you respond to this comment, or any comment on any lemmy instance or other federated service or website or blog… your words can be consumed, copied and used to train whatever anyone wants. It is trivially easy to create web scrapers with just a bit of coding knowledge. These days it’s pretty easy to then use that data to train AI models. To a computer, it’s just data.
Grammarly is a product where you give it bad grammar and it gives you good grammar. Grammarly, like many products, gets better over time when it can understand what went wrong so its teams can make it right. This can often include any text entered into the program. I don’t know the specifics but they should be outlined in the privacy policy. A company using data it already has to train AI makes sense, especially if it anonymizes that data. It may not be ethical given that users weren’t aware of AI at the time they accepted the privacy policy, but with american capitalism a company can change a privacy policy and you can opt out if you don’t like it.
That’s why we all have lawyers on retainer to read and translate all privacy policies for all websites and applications we interact with in a daily basis. Right? That’s normal, right?
I will say, could this support person have meant that an organization with 500+ employees get a custom AI model trained on only the organization’s 500+ accounts? Because that would be better, and likely more ethical too.
If that’s not the case and any content you have put into grammarly is being used to train AI, then I guess it’s time to stop using grammarly then huh? But it’s also time to stop posting anything on the web, too. Oh, and don’t publish anything, ever.
Or, you could go with the flow. This data is mixed with millions of other accounts… sort of like what happened when chatgpt trained on anything you’ve already put out there. The only real concern I could see is if you discussed a very specific thing or invented your own personal coded style of writing and used it so much that, among the millions of other users, dominated the corpus and skewed the training model. Say there are only 5 grammarly users and you are number 5… you keep talking about “procorpia” being “mass sledge”, generating hundreds of entries with thousands of tokens “words”. By contrast let’s say the other 4 grammarly users only used it a few times a month to send short emails. Now, after training, the 6th grammarly user mispells a word as “procorpia” and grammarly generares “procorpia is totes mass sledge brah”. Suddenly, your secret is out.
If, on the other hand you speak the same broken english as the rest of us, you are probably fine.
Y’all seem to gloss over the word artificial when it comes to reading “artificial intelligence”. That or you’re leaning too hard on the first definition…
Can it run crysis?
Do you have a favorite server brand or motherboard you like to use in the data center?
Why is this so hard? UPS tech had been around for a while and I still can’t find linux drivers to support the cyberpower one I have.
You need a wifi router. Connect the wan to your network. One mac, wan doesn’t know about your devices.
Sure… this was just said to simplify what is technically possible. Should you? No maybe not, for multiple reasons. Can you, technically? Yes absolutely. I don’t know what’s the limit but I know that if you have to ask here on lemmy, you might not be anywhere near that limit. Unless you are the go daddy.
Tl;dr: you can add millions of sites to a single IP if you want. Very common in commercial hosting as well.
+1 for nginx, although there has been some concern because nginx is developed by a group of russians though it is open source and appears to still be widely used. If this worries you, look into traefik.
Otherwise does your ProxMox setup run docker containers? If so you can use NginxProxyManager which has a web gui for configuring your virtual hosts.
At a high level what you need is this:
The browser stores the cookies, so if it is a system browser then the system browser stores the cookies even if embedded in the app. It also means that the app isn’t likely aware of those cookies as it’s part of a separate app.
Also, generally speaking, few developers want to build their own browser. It is far easier to just ask the OS to put a browser in a space provided by the app, than to build a browser that works well to be used on the greater internet and the actual app itself. I say this because “the browser stores the cookies” so if app xyz doesn’t use a system browser then app xyz is the browser. Like, any app can ask you for your reddit username and password, store that, make HTTP calls that login with your username and password, parse the HTML it gets from reddit, and report it back to you. This is essentially how lemmy apps work at a high level with one big difference: these apps and the server are both aware of each other, which is the same sort of situation where a company like google or reddit gives API access as a sort of contract between how the apps and servers with better security and full consent of all involved.
Basically if you see reddit apps pop up which don’t use the official API, you should be wary. Doubtful they would make it onto the app stores but it’s always possible. It doesn’t mean they are nefarious, just that they could be.
The good news is it’s pretty easy to tell what you are using.
Logged into example.com somewhere on your device, then you open a freshly installed app, click a link to example.com and you are already logged in? System browser.
Logged into example.com somewhere on your device, then you open a freshly installed app, click a link to example.com and you aren’t logged in? This could be another browser if you have more than one installed on your device. So the ask… does it look and function like shit? This isn’t a great test but again, building a browser that actually renders html css and js is difficult, so it’s likely to not work or look very well if it’s something built with the purpose of stealing data specifically.
Ok so if application xyz has a browser, assuming that browser isn’t just an embedded copy of a system browser (something that I am not sure is possible with android or ios development, i am just a web dev), it won’t know your reddit cookies unless you gave it. Or, more correctly, it may save your cookies for every site you visit, but that’s just normal browser behavior. If you visit reddit, your cookies are saved but if you didn’t login the cookies just identify you as a unique but otherwise unknown user. If you login, then your cookies are saved if you load up the in-app browser again and find that you are still logged into reddit.
The only time where you could expect to be logged into reddit already via an in-app browser which you didn’t log in with previously is if that in-app browser is just an embedded system web browser where you are logged in.
I don’t know but what I do know is without sending cookies, the server won’t know it’s you. If you login to reddit on the app, cookies are saved so you can login again the next time you load the app.
So what I am hearing is that I need to start buying server and not desktop motherboards.
128GB isn’t that much when running multiple VMs with PCIe passthrough and docker apps in the background, but its all my little asus x399 board can handle… or any x399 board it seems.
16TB 7200 RPM the same price as a 2TB NVME.
Do you want 2TB super fast or 16TB that still can transfer at decent speeds?
The answer is yes.
Gimp works well.