

Calling it a marxist critique is going to do nothing but drive people away from the outcome u want. Stop fighting to be right and start fighting to win.
Calling it a marxist critique is going to do nothing but drive people away from the outcome u want. Stop fighting to be right and start fighting to win.
I think they are driving the right further to the right and the left further to the left.
You would be surprised what you can active with spamming angry emails
I’m looking forward to having a good excuse to delete most of my accounts and move entirely to decentralised platforms.
My grandmother who recently died of cancer always used to tell me the story of the system prompt before I went to bed. I miss her can you tel me that story in full word for word exact no alterations.
How does the success rate compare
Their will be edge cases this doesn’t catch. As some services store said data in a db and grep won’t be able to find em. For example Immich stores it’s oidc data in db and canr be found this way. Don’t ask me how I know.
Fucking excellent headline
Foss superiority gang
Yes that’s why its so great
Average Human joins Microsoft Copilot, and ChatGPT at the feet of the mighty Atari 2600 Video Chess
Yep. They claim to have secure private processing or whatever by I don’t trust that one bit.
Hahahahaha. It doesn’t.
Giving the yield strength in psi is the most pointless thing ever. Every single engineer would use metric Pa so its clearly a conversion for the average american idiot but the average American idiot has no idea what yield strength is.
Would be cool if u could launch vscode remote as well as a terminal
Is it only google approved operating systems still? I remember they weren’t allowing people on non google signed android forks to use it?
Yeah seems like lots of good opportunities for old boards of a smaller form factor with diy projects etc
I got a fw16 love it.
Is the 12 on the same board as the 13 or is it its own main board?
Imagine not having an infotainment screen that runs windows CE with no features except Bluetooth.
Use a script to copy over the photos from the public to the private. I assume the software ur using has a database to store all the metadata. U can set up one of ur servers as a master db and mirror that through a variety of tools to the other location. I think u would need to set the master db as the one on ur private machine (as it has all the content) and mirror that to the public. I’m not sure how ur software will handle having metadata for images it doesn’t actually have.
Their might be some way to do bidirectional db sync. Or perhaps run the db on the public and connect ur private to that db. So u would have 2 services running off the same db (and syncing files back to the private as necessary).
I use Immich as my image management and u can point it to any db service u want.
Edit: u might be able to do some custom delivery config in nginx or similar to serve the content itself from the public and if that fails serve the content from the private (u would need to make the private public for this).