Live data from Hacker News

Ask HN: What are some examples of well-designed personal sites?

news.ycombinator.com

21–30 of 98 posts

Re: Ask HN: What are some examples of well-designed personal sites?

#27

https://strml.net

Very well done, although it starts slow (thought it was going to be just the initial simple text).

Like others I had a problem with the page cert (GitHub cert). Going to http://strml.net fixed it on the redirect to https://www.strml.net (which is using a Letsencrypt cert for www.strml.net)

Re: Ask HN: What are some examples of well-designed personal sites?

#29
I really liked Joe Armstrongs GitHub blog here:

https://joearms.github.io/

He wanted something that would enable anybody to PR his Wiki and wasnt at the mercy of a server side static site generator engine since the GH one screwed up his links for his former blog. Its simple and works mostly on the client side and gives you an exportable file.

Armstrong passed away sometime back sadly and my hope is that GitHub maintains his blog undisturbed. He had a beautiful way of explaining concurrency and software issues that I think anybody could follow. Also for those unaware he was one of the creators of the Erlang programming language.

Re: Ask HN: What are some examples of well-designed personal sites?

#30
post #2

Alternative question: really fast and SEO optimized personal sites?

https://pasztor.at/blog/building-your-own-cdn This is a great one. Basically you want a CDN for fast. He also embeds the b64 of images as well.

Or you can build your own CDN with Cloudflare Workers: https://developers.cloudflare.com/workers/tutorials/configur...

Did it with https://sdan.io/cdn (I host a ton of files so my other websites can quickly access them) an example: http://sdan.cc/gradient.jpg (may be a bit slow... it's 1MB)

Post reply on HN