you are viewing a single comment's thread
view the rest of the comments
[–] [S] 70 points 1 month ago (5 children)

Rule 1: Only one mouse is allowed to move at every single time.

Rule 2: What is a context window???

Rule 3: SD CARD CORRUPTION

  • source
  • hideshow 10 child comments
  • [–] 61 points 1 month ago (1 child)

    Rule 3: SD CARD CORRUPTION

    Rookie mistake. Next time store your swapfile on Google Drive so it's their problem!

  • source
  • parent
  • hideshow 2 child comments
  • [–] 15 points 1 month ago (1 child)

    You joke, but I did something like that. I NFS mounted a disk off my desktop to a RPi. I then made a swap file on the NFS file system.

    I could then build a C++ project directly on the RPi because the build normally hit RAM limits. This was a 1st gen RPi, so it had 256MB RAM.

    The build took forever (many days), but the program ran fine once built.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 1 month ago* (last edited 1 month ago)

    Tangential, but stuff like this makes me wish Intel's Optane had taken off. It was supposed to have the persistence of an SSD with performance near that of RAM, but it was expensive and the OEMs who included it relegated it to little more than a glorified drive cache.

    Imagine being able to allocate some of your spare storage as extra RAM the same way the Pi lets you decide the RAM/VRAM split. Or more realistically, sticking your swapfile on it and your build not taking several days even though you're only working with a quarter gig of RAM.

  • source
  • parent