

Proton is just a company and would always give in to legal requests and all other companies and any email provider would do the same
It’s amazing how people easily forget about lavabit and what a company that is committed to real privacy is about.
Proton is just a company and would always give in to legal requests and all other companies and any email provider would do the same
It’s amazing how people easily forget about lavabit and what a company that is committed to real privacy is about.
This is going to be like the self checkout lanes at the store but for creative jobs.
At the end of the day, a company will be able to produce the same output with fewer people. Some stuff will be of lower quality, just like sometimes people spend time on Lemmy and then phone in some crappy work.
If you are a history buff, read up on the aventine secession on Wikipedia.
The TL;DR is that in 1924 Giacomo Matteotti, a member of the house of representative who was outspoken against Mussolini, was killed and no charges were brought forward. That even is what transition Italy from a semi-working democracy to a one-party dictatorship.
We’ll, strictly speaking you could have an AI that only knows about the world up to 1928 and talks like it’s 1928.
I just hope it’s not just a way to get users then close back up the platforms once they have enough users.
Was it 80% off by any chance?
How much money would they want to skim to distribute the music? 33-66 split doesn’t sound so bad considered that they don’t produce the music, sign artist, promote them, etc
They can always start their own label if they believe that vertical integration will be more profitable for them.
They tried that with podcasts and it didn’t go as planned
They decided to pay wholesale prices for electricity sold back to the grid instead of residential prices. That means that any excess power sold goes from around 33 cents to 6 cents, meaning that most people won’t see a change in their bills after installing solar because most households use power at night when there is no sun. This leads to people just not installing solar panels anymore.
This sounds like the textbook definition of a collider. Meaning that being toxic is the likely “root cause” and that toxic people are more likely to engage in political discourse (because it’s likely going to be toxic anyways? Idk) and they are more likely to comment toxic stuff in general.
Why would they charge for it? If you build an app with it and want to charge for it, they will take 30% of whatever you make.
I would switch to grex when that happens
You need to get a subdomain. It should be two words separated by a hyphen. Then you use that as the address.
If your address is glossy-mouse, the address will be glossy-mouse.mytailnet.ts.net.
I imagine you are using k8s because you want to learn the platform.
In a real cluster with multiple machines, you don’t know which machine will run your container (that’s the point of clusters).
Do you need to host your files on a storage server and link these files to the containers through nfs.
See this post for an example on his to do it.
If you enable Tailscale DNS, you can even mount the share using the host subdomain instead of using the ip address.
My advice would be to have the server running on the cluster serving the static folder mounted through a network drive in the container. Then you just need to sync the content to the drive as the last step in your CI.
Alternatively, you will need to bake the static content in the container but then you will have to host it somewhere for the closer to get.
I would suggest using Tailscale. It’s an app that runs on your local and remote computers. You log in with your google account, get a special up address that starts with 100.x.x.x. Then you use the special IP address to connect through ssh or mount a volume through samba.
Fair enough. If you want to self host, you can go with forgjo as your web ui and forgjo CI/woodpecker CI for building and deploying the site.
I don’t know of any other self-hostable way to build and push a static site. There was forestry but they discontinued it for a paid service.
You can do all of the through GitHub and GitHub actions by picking a static website generator.
These models are mad libs machines. They just decide on the next word based on input and training. As such, there isn’t a solution to stopping hallucinations.