Hacker News new | ask | show | jobs
by TheKnack 2262 days ago
Here's a link to the storage pricing. There are links on that page to pricing details for just about any scenario.

https://support.paperspace.com/hc/en-us/articles/36000380433...

The lowest level is 50GB for $5 per month

1 comments

I wish there was a way to automatically nuke the image on shutdown, and then spend 15 minutes to have a script auto-populate a few games in my steam library at next boot. It’d save $5/month, and also solve the OS update problem.
You can use the CLI to create/destroy instances, so what you could do is write a script that has Chocolatey (or boxstarter, which is a bit more for this purpose) install Steam, run it when you login, and then have another script destroy the instance using the cli command.

A bit fiddly, but it'd work.