Remix.run Logo
cinimodev 2 days ago

So, uh, hi. This is my blog post. I'm just some guy that blogs and gets like 5 reads per post, so I'm a fish out of water here. I didn't even have a HN account until today.

To answer a some questions: 1. Still running on the Pixel. I never had a reason to change it. 2. It is on a residential internet connection because, well, I never planned on having any volume of readers. 3. I'm just some dude that does random projects at home after work. I'm not even in tech. I actually own a construction contracting biz.

BLKNSLVR 2 days ago | parent | next [-]

You think like an engineer, so you're in good company here. I had a brief skim of the rest of your blog and there's definitely content that's interesting to me at least, and as I said in a comment above, the site design is beautifully easy to read and navigate. I plan on returning.

Others seem to agree, given your "I want to be left alone" post also got some HN love.

cinimodev 2 days ago | parent [-]

Thanks!

bantunes 2 days ago | parent | prev [-]

Thanks for the blog post, interesting read. Question: why run `hugo serve` instead of using it to build the files and then use nginx or some other webserver?

indigodaddy 2 days ago | parent [-]

My take is it's a lot easier to just use Hugo serve vs trying to get nginx/apache/Caddy et al working through Termux. And he is already using nginx as a reverse proxy from another machine on his lan in any case

cinimodev a day ago | parent [-]

This is it. It was just easier to get it up and running.