Hacker News new | ask | show | jobs
Show HN: Serving my blog completely from RAM (satran.in)
4 points by satran 2440 days ago
2 comments

Author here. Just out of curiosity, why isn’t there much talk about serving simple sites from memory? Usually people talk about serving static HTML using NGINX and let the kernel page cache handle it. I wouldn’t assume it is complexity. As some one here, https://kieran.ie/loading-a-website-from-ram/, used a ram disk and NGINX to serve it.
Cool idea and sounds like a fun project! However, Github pages has supported HTTPS for a while [1]. Personally, I like free over a cup of coffee any day.

[1] https://github.blog/2018-05-01-github-pages-custom-domains-h...

:) well hope my Go skills are better than my searching skills. It was a fun project.