Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

501–510 of 1001 posts

Re: Ask HN: Share your personal site

#501
https://www.preetamnath.com

I haven't been active much recently on account of having burnt myself out during the pandemic years with work and writing. But here are some of my favourite pages:

Micro SaaS guide: https://www.preetamnath.com/micro-saas

Programmatic SEO: https://www.preetamnath.com/programmatic-seo

Why you should write: https://www.preetamnath.com/blog/why-you-should-write

Re: Ask HN: Share your personal site

#509
https://dmitri.shuralyov.com

I use it myself daily to receive a chronological feed aggregating notifications from GitHub and Gerrit. I’m pretty happy to rely on that and not need to receive notifications via email or by visiting multiple web UIs.

It also hosts my newer (though also more rare) personal Go packages, serving them via a custom implementation of the module proxy protocol in addition to a git server, an issue tracker, and most recently a simple code review system (see https://dmitri.shuralyov.com/go/generated$changes/1). Supports logging in via the IndieAuth protocol—try entering your website's URL at https://dmitri.shuralyov.com/login.

Source code is at https://github.com/shurcooL/home, though some WIP changes aren’t there yet, and I should really move it to be hosted on my personal site for more dogfooding. One day.

Post reply on HN