Ask HN: Best place for programmers to blog about code?
I have benefited greatly from all sorts of great programming material that other people have put on the web. Over the last few years I've accumulated quite a few nuggets of programming gold myself and I'd love to start sharing. What are some good blogging platforms for programming blogs?
Preferably these platforms would be:
- free
- minimal personal info with no facebook/twitter login required
- hosts images
- supports embedding code snippets in blog entries
From almost starting a blog recently, the best one I could find was Medium, but I'm curious as to what else might be out there. For those of you who are already writing these sort of blogs, what do you use?
6 comments
[ 3.4 ms ] story [ 22.7 ms ] threadI like not being dependent on a specific platform. If I decide that I don't like Github pages anymore I can just take my static content and push it somewhere else. Also, it makes it very easy to work on my posts offline.
If I had another webspace I would have to keep my git repo, and in addition I would have to push the generated content to my host. Effectively, when I commit to my repo it's doing the publish automatically.
That said, I am a huge advocate for owning your own content. You never know you might be an awesome writer that will turn into a famous blog :)