Updated README (removed corny chatgpt paragraph)
This commit is contained in:
parent
97bc335c4c
commit
7501f169a5
@ -1,12 +1,10 @@
|
|||||||
# Decentralized Remotely Accessed Memory
|
# Decentralized Remotely Accessed Memory
|
||||||
|
|
||||||
Ever joked about [downloading more RAM](https://downloadmoreram.com/)? 🤣 Well, buckle up, because we're making that meme a reality! Imagine "donating" RAM from one machine to another across a network like a digital octopus 🐙, each tentacle a server sharing a slice of RAM. Each machine becomes both a donor and recipient in this wild, decentralized RAM-sharing bonanza!
|
Ever joked about [downloading more RAM](https://downloadmoreram.com/)? 🤣 WELL NOW YOU CAN MOTHER FUCKER!
|
||||||
|
|
||||||
**Here's the deal:** we use a [tmpfs](https://en.wikipedia.org/wiki/Tmpfs) on the donor machine to pretend a chunk of its RAM is a hard drive. Then, we get fancy with [NFS](https://en.wikipedia.org/wiki/Network_File_System) to share this faux-drive over the network 🌐. On the recipient's side, we mount this networked RAM-drive and set up a swap file - it's like tricking your computer into thinking it's got extra RAM, borrowed from its buddy next door 🤝💻.
|
**Here's the deal:** we use a [tmpfs](https://en.wikipedia.org/wiki/Tmpfs) on the donor machine to pretend a chunk of its RAM is a hard drive. Then, we get fancy with [NFS](https://en.wikipedia.org/wiki/Network_File_System) to share this faux-drive over the network 🌐. On the recipient's side, we mount this networked RAM-drive and set up a swap file.
|
||||||
|
|
||||||
The result? A quirky, decentralized memory-sharing network where servers can lend and borrow RAM from each other, sort of like a high-tech, communal memory bank 🏦🧠. It's not just theoretically hilarious, but also a little bit genius in a "why not?" way 😜.
|
Go insane with it & donate RAM from multiple machines...decentralize the RAM of a single server all over the planet! Latency is the devil 😈 LOL
|
||||||
|
|
||||||
Remember, with great power comes great responsibility... and also the risk of network hiccups turning your RAM-sharing dream into a digital chaos midnight! 💀💾🕛
|
|
||||||
|
|
||||||
## The make-it-happen Magic
|
## The make-it-happen Magic
|
||||||
#### Setup RAM Donator
|
#### Setup RAM Donator
|
||||||
|
Loading…
Reference in New Issue
Block a user