552
Would you? (media.piefed.social)
top 50 comments
sorted by: hot top controversial new old
[-] Darkassassin07@lemmy.ca 100 points 4 weeks ago

buys cloud storage

uses it as swap space

[-] dan@upvote.au 40 points 4 weeks ago

This is so cursed that I want to try it out.

[-] palordrolap@fedia.io 26 points 4 weeks ago

You like cursed?

Way back in the mists of time I got a 32MB (not a typo) upgrade for an 8MB computer. In total: 40MB.

Since I knew it ran fine with just the 8MB, I set up a RAM disk of 32MB and put the Windows swap file in it. Windows absolutely insisted (and maybe still does) that there be a swap file, so why not put that back in RAM?

It worked perfectly, but that memory was better used for other things, so the cursed setup didn't last all that long.

Edits: Typo city baby.

[-] mexicancartel@lemmy.dbzer0.com 15 points 4 weeks ago

Your comment

(not a typo)

Looks inside

Typo city baby.

[-] palordrolap@fedia.io 9 points 4 weeks ago

You should have seen it when the typos were still in it. Now try to figure out whether the parenthetical was there before the edits.

[-] mexicancartel@lemmy.dbzer0.com 2 points 4 weeks ago

Ah i didn't see it before edits, but still a hit funny to see it

[-] dan@upvote.au 3 points 4 weeks ago* (last edited 4 weeks ago)

I would have loved to have 32 MB RAM. I was stuck with a 486 with 16 MB RAM and 600ish MB HDD until 2003 or so, because we couldn't afford to upgrade. I think I upgraded to a second-hand Pentium 3 at that point, and upgraded the RAM with mismatched RAM modules (different brands, different capacities) salvaged from systems my school was throwing away.

A simpler time. I miss it sometimes. Neither me (as a teenager) nor my parents had any money, but I did have enough free time to learn how to code and play shareware games. It gave me something to do that didn't cost much money. Over 20 years later and I'm still coding.

load more comments (5 replies)
[-] Darkassassin07@lemmy.ca 7 points 4 weeks ago

Let me know how it goes, lmao

[-] ViatorOmnium@piefed.social 8 points 4 weeks ago

My bet is that simple CLI apps will kind of work but having a graphic environment would just freeze.

[-] khannie@lemmy.world 4 points 4 weeks ago* (last edited 4 weeks ago)

There was a dude somewhere on the internet that used Google drive for swap space. I'll see if I can dig it up....

Edit: link.

[-] Fifrok@discuss.tchncs.de 8 points 4 weeks ago
[-] Avicenna@programming.dev 5 points 4 weeks ago

Inngh...need...more...SWAP.

load more comments (1 replies)
[-] xxce2AAb@feddit.dk 31 points 4 weeks ago

Look, I'm not saying I'd gleefully burn Nvidia to the ground. I'm just saying I wouldn't help put out the fire.

[-] FuglyDuck@lemmy.world 8 points 4 weeks ago

I’d piss on nVidia, though.

Especially if I had a massive amount of asparagus.

It’s not likely to do much with a good fire, it, eh, it’s gonna make them smell nasty.

[-] tias@discuss.tchncs.de 27 points 4 weeks ago

I downloaded more RAM in the 90s. It was a product called RAM Doubler for the Macintosh. At that time memory had to be pre-allocated for applications through a setting in the resource fork, always used exactly the amount you set, and couldn't grow beyond that. It was static, making it hard to run multiple programs simultaneously. RAM Doubler did wonders to work around that OS limitation.

[-] AngryCommieKender@lemmy.world 4 points 4 weeks ago

There was a virtual swap space program that I downloaded in the Windows 95-98 era that did something similar. Worked reasonably well, if slowly, but everything was slower back then with computers.

[-] Supercrunchy@programming.dev 24 points 4 weeks ago

https://downloadmoreram.com/ for those who miss the reference (and btw, it's safe to click the download button, it doesn't do anything, it's just a good old school joke website)

[-] obinice@lemmy.world 5 points 4 weeks ago

I got my extra RAM on a floppy! SoftRAM95 baby 😎

[-] cypherpunks@lemmy.ml 22 points 4 weeks ago* (last edited 4 weeks ago)
[-] OwOarchist@pawb.social 23 points 4 weeks ago

Use with caution.

Back in the day, I used this multiple times. It was all good fun at first, but after a few dozen times, something went wrong involving a black hole and the destruction of the universe. And what's worse, after I rebooted the universe, I still had issues. Harambe got killed and then humanity was shunted to the bad timeline. Still looking for a fix.

Just FYI, don't double your RAM too many times in a row without taking into account the mass-energy content of all that RAM.

[-] Darkassassin07@lemmy.ca 15 points 4 weeks ago

You heard it here first folks, straight from the horses mouth: it's all this guys fault the world sucks.

[-] OwOarchist@pawb.social 13 points 4 weeks ago

Sorry, I just wanted more RAM.

You know who else wanted more RAM? Harambe. I hope you're fucking happy now

[-] sundray@lemmus.org 2 points 4 weeks ago

... Reed, is that you?

[-] dan@upvote.au 4 points 4 weeks ago* (last edited 4 weeks ago)

At least this looks like it actually tried to do something.

There was similar software for Windows, called SoftRAM. Turns out it didn't actually do anything. Their driver was just sample code from Microsoft, and the app reported fake RAM savings.

[-] GlenRambo@jlai.lu 19 points 4 weeks ago

What's peoples issue? I've been talking to AI and had my agent code me some more RAM. Unlock your PCs power for free and follow me for more tips.

/s

[-] DaPorkchop_@lemmy.ml 15 points 4 weeks ago

sudo apt install systemd-zram-generator

[-] daniskarma@lemmy.dbzer0.com 14 points 4 weeks ago

sudo mkswap /swapfile 64G

Problem?

[-] some_random_nick@lemmy.world 7 points 4 weeks ago

Yeah, storage prices also suck :-(

[-] turdas@suppo.fi 10 points 4 weeks ago
$ zramctl
NAME       ALGORITHM DISKSIZE  DATA COMPR   TOTAL STREAMS MOUNTPOINT
/dev/zram0 lzo-rle      62.6G  2.8G  972M 1011.4M         [SWAP]

Already did

[-] probable_possum@leminal.space 2 points 4 weeks ago

What's the use case over RAM or disk swap? It's compressed but faster than SSD? Hmm. That could help in distinct use cases...

[-] turdas@suppo.fi 6 points 4 weeks ago

Yes, it's basically faster than disk swap but uses some CPU cycles. The compression algorithms involved are very fast on modern CPUs so in some sense it's "free RAM".

I set mine to almost 1:1 my physical RAM, because the way it works is that the zram disk size (62.6G there) is the amount of uncompressed data allowed on it, and the compression on real-world data is almost always at least 50% -- so if the zram device fills up, it'll be using something like 32G of physical memory. I'm yet to hit real-world usecases that would have tested these limits though, and the defaults are much more conservative.

[-] lambalicious@lemmy.sdf.org 2 points 4 weeks ago

Based zramctl. Makes my 8GB RAM system run like I had 12 GB, which is quite significant in this new internet world where opening a second tab in a web browser costs almost 600 MB.

load more comments (1 replies)
[-] WanderingThoughts@europe.pub 9 points 4 weeks ago

DiskDoubler and DriveSpace vibes

[-] chonglibloodsport@lemmy.world 13 points 4 weeks ago

Funny thing is, memory compression is now built into the Mac’s OS.

load more comments (1 replies)
[-] fonix232@fedia.io 8 points 4 weeks ago

At this point I'm not even above buying a PC/laptop from Amazon, pulling the RAM then returning the whole thing...

[-] Zier@fedia.io 7 points 4 weeks ago

I would down load massive Ram. And then I would download a Car!!!

[-] notabot@piefed.social 4 points 4 weeks ago

Once you've downloaded a massive Ram, your next download should be a massive Sheep, so you can create your own supply of fresh Rams.

load more comments (1 replies)
[-] emotional_soup_88@programming.dev 4 points 4 weeks ago

Plz seed I'm at 93% I want RAM plz /s

[-] Heavybell@lemmy.world 4 points 4 weeks ago

I use zram to host my swap, so… I kinda did?

[-] billwashere@lemmy.world 3 points 4 weeks ago

I would …

[-] neidu3@sh.itjust.works 3 points 4 weeks ago

I'll image and share my swap partition, if anyone's interested

[-] MutantTailThing@lemmy.world 3 points 4 weeks ago

I downloaded more RAM and now my pc is screaming in Russian

[-] Lawnman23@piefed.social 3 points 4 weeks ago

You mean our pc comrade…

[-] kibiz0r@midwest.social 3 points 4 weeks ago
load more comments
view more: next ›
this post was submitted on 10 Mar 2026
552 points (100.0% liked)

Programmer Humor

30835 readers
1175 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS