Truly one of the greatest cover images of all time
subversive_dev
I sail the high seas of the Lemmyverse, posting snarky + Lefty comments
- 0 Posts
- 8 Comments
This was mentioned in the write-up, the password manager didn’t autofill, but he was too out of it to notice at first
I found this in the wastelands of Google: https://www.howtogeek.com/linux-distributions-to-breathe-new-life-into-old-hardware/
I read the guide and it seems pretty solid.
If it is not x86 is it the Itanium ISA?
subversive_dev@lemmy.mlto Technology@lemmy.world•Databases and their real world use examplesEnglish3·1 year agoELI5: a database is the “memory” of a program.
Every piece of data that any software uses almost certainly comes from and goes to multiple databases.
Once the data is stored, you can execute “queries” to have powerful access to update many records at a time, read particular records based on their relationship to other records, and so much more.
Your bank balances, your purchase history, your emails, every part of your digital life is almost certainly spread across a constellation of databases.
Bonus Fediverse content:
Lemmy itself uses the Postgres database extensively. Posts, users, comments, votes and more are all individually stored in the database.
Mastodon also uses Postgres. If a post goes up on Lemmy, and a Mastodon server is federated with it, the Lemmy server will send out a HTTP request to the Mastodon server containing the contents of the post. The Mastodon server will use this information to write its own record of the post in its own database.
Regarding your question about VMs: You can run a database inside a VM, or give the VM access to an outside database via queries, or both! You might run SQLlite (a small and excellent embedded database) on the VM to track its local state, while also running queries against a large postgres database to synchronize with other services in the cluster.
subversive_dev@lemmy.mlto Technology@lemmy.world•X runs ‘timeline takeover’ ad promoting anti-trans filmEnglish3·2 years agoI don’t know for sure but I know their moderation is dogshit. I think they don’t want to face down the deluge of Nazis like we have had to here, they’d rather be a clique-y cool kids clubhouse of Twitter brainrot
subversive_dev@lemmy.mlto Technology@lemmy.world•Meta is paying the celebrity faces behind its AI chatbots as much as $5 million for 6 hours of work, report saysEnglish3·2 years ago“Performance talent doesn’t exist, also: Ayn Rand”
subversive_dev@lemmy.mlto Technology@lemmy.world•ChatGPT In Trouble: OpenAI may go bankrupt by 2024, AI bot costs company $700,000 every dayEnglish4·2 years agoRight!? I believe it has the hallmark repetitive blandness indicating AI wrote it (because oroboros)
A+ treatment of theory and practice perfectly blended