I used to use this when I still had a hard drive, but this does nothing for performance if you're on an SSD and profile writes are so few with browsers that it doesn't significantly affect drive wear. In the end, all this does is make it more likely that something will break.
Wrong. Using inotify-wait (inotify-tools), you see that FF has a bunch of read and write access on every page load (mostly in <profile>/storage). This is with the about:config option to use RAM as cache enabled.
Yeah, messing around with this stuff is how you break firefox. SSDs are plenty fast and durable, and that's not even mentioning how the Linux page cache means that you're already technically running in ram anyways. This program will just break things.
No, this is wrong. I saw this documentary, 'Johmny Neumonic' I think, and it specifically showed a computer scientist increasing his storage and RAM through software, but you need a special device to plug in to do it. I'm sure Best Buy sells it.
Have a look at https://wiki.archlinux.org/title/Zram - a compressed block device in RAM that can be formatted as swap. There are various tools to set it up, maybe your distro already includes one of them. And htop has a meter for it, so you can see how effective the compression is (besides its own zramctl tool).
Nah i think the right way to do it is go to some site (you can Google some) and download some RAM. They even make the link flash so its easy to find. If you need more RAM just download some more
While you're still in your makepkg.conf, don't forget to set march=native (and remove mtune) in your CFLAGS! (unless you're sharing your compiled packages with other systems)