Live data from Hacker News

Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

neatnik.net

61–70 of 210 posts

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#61

Earlier quoted context omitted.

However, it'll also bring all the bots and "wild west" of the internet to your house when you run your web server from home, and for anyone who has a couple of spare dollars, it's a much wiser choice to run a small VPS elsewhere to weather the storm.

shrug In 25 years of hosting a dozen domain names on a server on my home connection, this problem has not surfaced for me.

Yep, same here. fail2ban and some http 444 helps out.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#63
I created Neat CSS for some Hardcore IndieWeb users (though I’ve never used that name before now).

https://neat.joeldare.com

You’ll also find a free email course where I walk you through how I create a site using it. Link on that page.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#64

Nearlyfreespeech is a great service though not a 100% independent as your still relying on them. I think the closest you can get to 100% independent without running your own internet infrastructure is either port forwarding from your home (if allowed) or hosting a website through TOR which isn't too hard. You just have to download the browser and edit a config file (torrc) with the port you want on the network. Not i…

+1. Why even pay the penny? Spinning a onion service is trivial...and...more secure than the clearwebz.

I've made a few easy to spin up services. Heck, you can even run it off your phone.

Nanogram https://gitlab.com/here_forawhile/nanogram

Spreadsheet Server https://gitlab.com/here_forawhile/spreadsheet

Library Server https://gitlab.com/here_forawhile/libraryserver

Torum (HN Clone) https://gitlab.com/here_forawhile/torum

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#65

It is nice to see a site preaching this that isn't hosted by Cloudflare or GitHub Pages

What’s your preference?

I also “preach” GitHub pages a lot but I’ve also written about hosting on a Raspberry Pi in my bedroom.

https://joeldare.com/private-analytics-and-my-raspberry-pi-4...

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#66

Earlier quoted context omitted.

I encountered juniors straight out of school who don’t know what tar is, or rsync, or what a symlink is. It’s all learnable and everyone starts somewhere. But you’d think natural curiosity would kick in and they’d have picked up some of this on their own by the time they have a job.

Ok, sure, windows. But here’s one I heard literally two days ago: we counted three engineers (out of many) who knew that physical memory was not actually a giant flat space of contiguous addresses, and that there were multiple layers of address-mapping and region-joining glue logic between a program and the hardware, including in os libraries, and even inside the hardware. Maybe knowing such information is archaic or…

But physical memory is a giant flat space of contiguous addresses. Do you mean virtual memory?

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#67

I don't get it. I've been doing this for over 20 years exactly the same way. I even ran a business. The server I rent is $2/month. I read nothing new in anything in that article. I don't get it.

I see a lot of young software engineers who don’t realize how much you can do on your own and how simple it is.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#68

Nearlyfreespeech is a great service though not a 100% independent as your still relying on them. I think the closest you can get to 100% independent without running your own internet infrastructure is either port forwarding from your home (if allowed) or hosting a website through TOR which isn't too hard. You just have to download the browser and edit a config file (torrc) with the port you want on the network. Not i…

+1. Why even pay the penny? Spinning a onion service is trivial...and...more secure than the clearwebz. I've made a few easy to spin up services. Heck, you can even run it off your phone. Nanogram https://gitlab.com/here_forawhile/nanogram Spreadsheet Server https://gitlab.com/here_forawhile/spreadsheet Library Server https://gitlab.com/here_forawhile/libraryserver Torum (HN Clone) https://gitlab.com/here_forawhile/t…

I wonder if the fact that you linked to clear web source code links rather than onion links demonstrates why people might pay the penny…

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#69
Self-plug here.

I built a comment js plugin which hosts all data inside a git repo. https://github.com/est/req4cmt (as long as your git service accept http)

It runs a Cloudflare Worker for free. The data backup/migration is basically git clone & push

There's another twitter-replacement, also based on git. https://github.com/est/gitweets

Demo https://f.est.im/ it supports comments via git notes :D

$0.01/day ? They are all completely free thanks to Cloudflare Workers / Github Pages.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#70

Kind of funny that this is like some strange new concept... Having a web server and putting your stuff on it.

The article was a lot of words just to say that.

It's sad that we need this new concept of "IndieWeb", as the whole Internet evolved into a monstrosity hosted and guardrailed by a handful of megacorporations. Hosting files became a privilege, when it should've been a (human) right all along.

edit: The tech to host yourself is obviously still there, but the _mindset_ changed to cloud only.

Post reply on HN