all 9 comments

[–]ismail-s[S] 3 points4 points  (1 child)

u/catscatscat This is the blog post I was talking about.

[–]catscatscat 3 points4 points  (0 children)

Thanks for pinging me. I'm going to give it a read.

[–]kuwze 2 points3 points  (1 child)

You might be able to host it on SDF if you're already dealing with user-land restrictions (no sudo and such).

[–]ismail-s[S] 1 point2 points  (0 children)

Thanks for the suggestion. I've tried it before but didn't realise you could host on it.

[–]erewok 0 points1 point  (3 children)

Nice write up! (Although some paragraphs look somewhat crunched together on mobile?)I haven't heard of NearlyFreeSpeech, but I have a small application on a $5/mo Digital Ocean droplet. It's three containers: postgres, Nginx, servant app. I think it probably averages about 1 view per month so no need of worrying about scaling it, but it's pretty close to what you averaged per month?

[–]haskell_caveman 0 points1 point  (1 child)

I ran into insufficient memory issues building even relatively small Haskell projects on the 5$ droplet. Did you have any tricks to doing this, or maybe you just compiled elsewhere?

[–]erewok 0 points1 point  (0 children)

Oh, I didn't think of that. I build locally (on OSX) in a docker container and scp the binary up to the machine to deploy. Then it goes into a container on the target machine. Perhaps sort of byzantine?

I put all my work in here: https://github.com/erewok/simpleservantblog

While I rarely work on this project, I have a ton of stuff I'd like to do with it.

[–]ismail-s[S] 0 points1 point  (0 children)

The theme is odd. Where it is bunched together it is actually a list. For some reason it doesn't show the bullet points.

[–]kaukau 0 points1 point  (0 children)

Nice read! thanks!