Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
81–90 of 210 posts
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#82Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#83Like, I have fiber and a static IP. Never much thought about hosting a website from my house because it didn't seem all that special. Maybe I should?
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#841. Learn how you can get HTML generated from a human-readable and writer-friendly format, say, Markdown (plain-text). This can be Pandoc, a macOS/Win wrapper desktop UI over Pandoc, and many other tools that do this.
2. Learn the process (and the tools) to upload, or sync to a service that hosts the HTML (CSS+JS).
3. Learn the simple steps of owning of a domain, and updating the DNS to point to the right services, such as Github Pages, CloudFlare Pages, etc.
As you are not dependent on a particular tool/service/platform/company, you can walk out and host your files (the website content) elsewhere.
The post-processing of the raw (Markdown) articles/posts to HTML can be then automated with Static Site Generator if someone is willing to learn a little more on top of the above steps.
Of course, it is a fun and good thing to know HTML but that should be optional to the target of “Run your own website 100% independently.” With Github and Cloudfalre, you can hve it for $0 monthly. If they go kaput or stops free, someone will come up - walk out and walk in elsewhere.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#85Earlier quoted context omitted.
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…
Making something as easy as possible to try demonstrates why you need to pay a penny? I don't follow.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#86Earlier 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.
I didn't even know about tar or rsync until I started to use Linux, and I don't really see how else one get to the point where you need to know about them. And even symlinks are still in my mind as 'shortcuts but [...]' (even though the other way around is probably more accurate). Even as a dev, it's very possible to go through life without touching Linux.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#87Nearlyfreespeech 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…
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#88Earlier quoted context omitted.
I didn't even know about tar or rsync until I started to use Linux, and I don't really see how else one get to the point where you need to know about them. And even symlinks are still in my mind as 'shortcuts but [...]' (even though the other way around is probably more accurate). Even as a dev, it's very possible to go through life without touching Linux.
If you've built any open source software ever, it's pretty hard not to know of tar, even if you don't know exactly what it is. I think it's reasonable to expect anyone interested in computers would be familiar with common compression tools, let alone a CS major.
So 7zip and Winrar?
I joke, but only halfway. If you're only normal Windows user, you'd never hear of anything else (unless you want to go back to Winzip, which does still exist, but I've never heard of anyone using it any more).
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#89I write technical blog posts with visualizations and live demos. That usually means embedding a bit of custom javascript in the page for the demo. Or shipping custom wasm to enable extreme semantic model compression.
I do this by pushing content from my machine to github pages which is wired up to my subdomain.
If github pages stops being a good, free option for this, I will find another. Not sure I would call this "hardcore" really.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#90just use Cloudflare. get all this for free (except domain).