The title made me hope for a quite literal way to run your website: using some kind of energy harvesting (bicycle?) used to power a small computer with a web server. This is an issue that is quite simple to solve. Many podcasters (espescially Joe Rogan) like to talk about being afraid of getting removed from a platform without having your own hosting set up. Most of the controversial big names of youtube and other pl…
If you just want to distribute content, you're better off sharing bittorrent links. The problem is that those podcasters want the visibility and the ad money of those platforms. Which is valid, but not something that is solvable by self-hosting at home.
Run Your Own Website
121–130 of 160 posts
Re: Run Your Own Website
#122Earlier quoted context omitted.
Enormous fonts is a trend in modern web design for some reason. I browse most sites at about 66% zoom. Get used to the Ctrl+- shortcut.
My personal page has a front end font size range in 30s and 40s. ive done that because mobile reading the page would see microdots instead of characters at 14 pt font. i read and access at the ass end, the front is for mobies i havnt wanted to use JS to check and set font as i really dont want to build a JS site.
Re: Run Your Own Website
#123I do run my own site. Moreover, I do all the coding, styling, and layout manually and without any 3rd-party libraries or frameworks. Or even in-house libraries for that matter. This works for me in terms of freedom. I can do interactive plots, quizzes, games and all kind of programmable things I can imagine. No restrictions. In fact, I left Medium because I was restricted to text and images only. I want more. I want…
Re: Run Your Own Website
#124Earlier quoted context omitted.
My personal page has a front end font size range in 30s and 40s. ive done that because mobile reading the page would see microdots instead of characters at 14 pt font. i read and access at the ass end, the front is for mobies i havnt wanted to use JS to check and set font as i really dont want to build a JS site.
You don't need JS to get a website that behaves properly on mobile. Just add one meta tag to set the viewport scaling and text will scale properly:
and thanx BTW
Re: Run Your Own Website
#125Earlier quoted context omitted.
> At least own your domain name Serious question: How? Aside from .onion[0], all TLDs I know of only allow you to rent a domain name, and will take it away if you don't keep paying their protection racket year-on-year. I would be happy to pay >1000$ to purchase a (human-readable, second-level, etc) domain, if I could actually find where to do so. 0: which is less "own" and more "conjure out of the platonic ether some…
try out freedns.afraid.org there is a small fee for a premium private account, or you can ride on supermans cape for free and make a secondary domain on those who choose to make thier domain public.
Re: Run Your Own Website
#126Earlier quoted context omitted.
try out freedns.afraid.org there is a small fee for a premium private account, or you can ride on supermans cape for free and make a secondary domain on those who choose to make thier domain public.
That doesn't help you own a domain name. That just lets you configure DNS for domains.
Re: Run Your Own Website
#127Using a single dynamic IP address, if the IP address changes I manually point the domain names to the new IP address. It's a bit of a pain, but the IP address really doesn't change that often. I could automate this with a great amount of time and trouble. I wish the Domain Registrar didn't have such a crazy panel for configuring such things.
The ISP gave me a simpler version of their modem for what they call "bridge mode" that doesn't block ports. I'm paying for Internet Service, if they block ports they are not providing that service. The notion of a server is lost on me, there are packets being sent and received over the internet, if they block that they are not providing Internet Service.
Port 80 on the home router forwards to a Raspberry Pi. My outages are when the power goes out, the IP address changes, or the ISP goes down.
A Raspberry Pi 2 Model B / raspbian runs Apache, I've considered trying others like nginx. I don't need https and auto-renewing SSL certificates from Let's Encrypt, if you want to read something everyone can read it. If someone happens to modify the packets in the middle somewhere out there, so be it. I don't want you to login, and I definitely don't want your information -- if you have something interesting maybe I'll find it out there wherever and on whatever that might be...
Re: Run Your Own Website
#128Earlier quoted context omitted.
I appreciate the amount of work and effort you've put in here. I also maintain my own site which is statically generated and deploys to a VPS running docker via git pushes. I haven't written interactive articles yet, but having absolute freedom is imperative for me. I always end up fighting with whatever system I use, except here I can just extend it to do what I need.
Oh cool! What did you use to build that? I did the same thing with blog.winricklabs.com
Source here: https://git.sr.ht/~andrewzah/personal-site/tree
[0]: https://github.com/getzola/zola [1]: https://github.com/caddyserver/caddy [2]: https://caddyserver.com/docs/http.git
Re: Run Your Own Website
#129Earlier quoted context omitted.
I appreciate the amount of work and effort you've put in here. I also maintain my own site which is statically generated and deploys to a VPS running docker via git pushes. I haven't written interactive articles yet, but having absolute freedom is imperative for me. I always end up fighting with whatever system I use, except here I can just extend it to do what I need.
What do you mean deploys to docker? Does it deploy in a container running the web server?
See my sibling comment [0] for links.
Re: Run Your Own Website
#130Earlier quoted context omitted.
That doesn't help you own a domain name. That just lets you configure DNS for domains.
it has free subdomains you can use