Comment by ksec

Comment by ksec 20 hours ago

27 replies

My biggest problem so far is with cost. I dont like recurring fees. I could pay a one-time fee for say 100 pages and last an eternality ( or 50 years or something ). I also dont like subscription, and it has nothing to do with subscription fatigue, it is just the way I manage my money since before Youtube or Netflix took off.

And so far I haven't seen any viable options. And right now I use HN comments as more like a blog post.

jszymborski 20 hours ago

Codeberg or GitHub pages are free. For static website hosting, NearlyFreeSpeech.NET is... well... nearly free.

https://www.nearlyfreespeech.net/services/pricing

  • brabel 18 hours ago

    Netlify is also a good free option for non techies since you can just drag a directory to deploy it. I’ve also used Cloudfare Pages.

  • jjgreen 14 hours ago

    Likewise for GitLab, and a "nice" url <username>.gitlab.io

  • tinix 20 hours ago
    • thombles 17 hours ago

      HTTPS ain’t cheap though.

      • seszett 15 hours ago

        What do you mean? I don't think HTTPS is a paying feature of sdf, and HTTPS is otherwise free thanks to let's encrypt.

        • thombles 10 hours ago

          MetaARPA tier membership (quarterly fee) is required to have HTTPS on your personal website - personal sites hosted on the main BSD cluster don’t have it.

kukkeliskuu 19 hours ago

I use GitHub Pages for personal blogs. Connect it with your personal domain name in case later you want to run it somewhere else.

  • mrec 16 hours ago

    I do this too (not the personal domain bit) but one thing to be aware of is that Google doesn't seem to index these sites unless you feed it each URL manually. Doesn't autodiscover, doesn't read a submitted sitemap.

    Not a showstopper for me since I don't expect anyone to be interested anyway, but might be for some.

  • graemep 14 hours ago

    Given the tiny cost of running a blog, especially if you have a domain name, is it worth the saving? Its not even much work if you use a static site builder.

    • kukkeliskuu 12 hours ago

      Reliability? It took me around 15 minutes to create a site with Claude Code using GitHub Pages with custom domain and somebody else is taking care that it is always running. What is the alternative?

      • graemep 12 hours ago

        Shared hosting still exists which means someone else will take care of a static site very cheap.

        You could use Claude, or you could use one of many static site builders.

ghaff 11 hours ago

Believe it or not, Blogger still exists and is free. I did some research when I was looking to spin up a blog for professional purposes. I ended up just rolling it into my personal blog though, for various reasons, I haven't done a lot with it yet. Project for the new year.

You can hate on Google all you like but it hasn't been killed by Google yet and has been a long time--and is simple, adequate, and free even if it doesn't handle all the more advanced use cases.

al_borland 19 hours ago

I recently setup a little blog on tilde.club. They had a built I blogging tool in the CLI, but I wasn’t a huge fan. It gives some hosting space as well and supports php, so I vibe coded a little something that lets me throw markdown files with a date as the file name into a folder. Once created, it posts to the blog. Right now it’s just one long running page (and individual posts can be viewed/linked). I’m debating between adding an archive or just only showing a certain number of posts and letting them age out (unless linking to the specific post). I also have php generating an RSS feed based on the markdown files, so they just works without any fuss.

Of course my biggest issue is that I have started and deleted more blogs than I can count, so I don’t have any useful history, like I would if I would have stuck with one thing for the last 20 years.

simonw 20 hours ago

GitHub Pages gives you a neat URL - yourname.github.io - and is free forever and even lets you run GitHub Actions for free to operate a static site builder.

  • runningmike 14 hours ago

    “Free” is not free. The dependency on MS should be evaluated for you as user and for your visitors ..

    • [removed] 11 hours ago
      [deleted]
    • ghaff 11 hours ago

      There are always dependencies to various degrees.

jjude 20 hours ago

I blog using 11ty and host with netlify. No cost. There are gitlab pages, github pages and so many different options to blog for free.

kistu_ 19 hours ago

You could publish it as an onion service! Apart from keeping your computer running and an active internet connection, there isn't any other recurring cost.

bell-cot 13 hours ago

Isn't Wordpress hosting still free, at [something_unique].wordpress.com?

Biggest downside I know of: Wordpress is too much learning curve & overhead for a simple personal blog.

  • ghaff 11 hours ago

    >Biggest downside I know of: Wordpress is too much learning curve & overhead for a simple personal blog.

    That was the conclusion I came to when I was muddling through various options last year. I had a Blogger blog already and decided to just roll in whatever professional content I wanted to add, which was the right solution for me. It helped that various folks I knew didn't bother having hard boundaries behind personal and professional content and that worked for me as well.

  • ksec 11 hours ago

    Thank You! This lead to me login and rediscover I actually had a blog 15 years ago.

    The thing that stopped me was much like what you said, learning curve and too much friction. Right now I have bearblog, mataroa.blog and nicheless, all with their own strength and flaws.

nathias 18 hours ago

I have supabase for data and cloudflare for hosting, its all free