Ask HN: Share your personal site
1–10 of 1001 posts
Re: Ask HN: Share your personal site
#2Re: Ask HN: Share your personal site
#3It's supposed to be simple so everything about it is on a single page without Javascript or any third party dependencies
Re: Ask HN: Share your personal site
#4Re: Ask HN: Share your personal site
#5I was aiming for a simple and clean design, with fast loading. The whole homepage is 200KB transferred. Renders in about 0.7s on my desktop.
Main tricks: use SVG everywhere you can (the big screenshot is SVG) and consider inlining it, use minimal CSS and inline it, host fonts yourself, use CSS font swap, don't use JavaScript for content or at all if you can help it, minimise CSS/JS/HTML and use HTTP2.
Re: Ask HN: Share your personal site
#6- I had https://shahinrostami.com which grew into a collection of notebooks, now it's not so personal...
- Recently booted up https://polyra.com, which I'm keeping a little more personal
For my projects, I have https://plotapi.com and https://plotpanel.com
Re: Ask HN: Share your personal site
#7Not really much there, but I host personal projects on sub-domains like:
- https://hw.leftium.com/ Readable HN in chronological order
- https://uw.leftium.com/ UltraWeather forecast
- https://ph.leftium.com/ Password generator
- https://blog.leftium.com/ Blog
- https://ff.leftium.com/ Utility for FEH (game)
Re: Ask HN: Share your personal site
#8Named after our cats. We're using Gatsby and it uses JavaScript for displaying a static website; both of those things I dislike. Nothing is special about it, except...
It's running on a laptop in my living room. There's a little Wireguard tunnel connecting it to a Hetzner server nearby. The packet routing should all be done in the kernel of both machines so it ought to be snappy.
I like the fact that that I'm sorta the one shaking hands with your HTTPS client when you connect. I like that the website goes down with a power outage. Maybe I'll get a Honda generator. I plan on getting redundancy once Google Fiber is done installing in our neighborhood.