dram

- decentralized remotely accessed memory
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README

commit 7501f169a5477cf91f1e1758ccd665286a37b1c1
parent 97bc335c4cd7b8dfb8d0b23f69dd885eb91fe8fd
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 20 Jan 2024 20:22:37 -0500

Updated README (removed corny chatgpt paragraph)

Diffstat:
MREADME.md | 8+++-----

1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
@@ -1,12 +1,10 @@
 # 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 😜.
-
-Remember, with great power comes great responsibility... and also the risk of network hiccups turning your RAM-sharing dream into a digital chaos midnight! πŸ’€πŸ’ΎπŸ•›
+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
 
 ## The make-it-happen Magic
 #### Setup RAM Donator