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.
Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
61–70 of 210 posts
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#62Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#63You’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
#64Nearlyfreespeech 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…
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
#65It is nice to see a site preaching this that isn't hosted by Cloudflare or GitHub Pages
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
#66Earlier 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…
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#67I 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.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#68Nearlyfreespeech 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…
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#69I 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
#70Kind of funny that this is like some strange new concept... Having a web server and putting your stuff on it.
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.