Live data from Hacker News

Ask HN: What are some technical topics I can blog about?

news.ycombinator.com

51–54 of 54 posts

Re: Ask HN: What are some technical topics I can blog about?

#51
post #10

I tried going down your path and blogged only about stuff that's arcane or interesting tech wise, and it did nothing but cause me writer's block and turn me off blogging. Learn to write for yourself first. If you set up Raspian on a Raspberry Pi over the weekend, write about it! If you popped a CentOS install disk and set up a server, write about that. It doesn't matter if there's 10000 blog posts about the same exac…

Very much this. I find how-to guides to be a very good type of topic to blog about: 1) It serves as documentation for yourself to get back to later on (it has come in useful for myself many times to look back at my blog on how I set up something), 2) It serves as a good guide for others and is how you build your audience. Almost any how-to guide out there misses some information. Not everyone ran into the same issues. Your guide will have some info others who have written similar ones have missed. Similarly, you won't be covering some issues that the next person will write about. Someone googling around setting up their raspberry pi or CentOS server about the exact same issue you had, will find your article (and not any other because other guides didn't mention it), and save hours of time because of your guide. (I have comments on my blog telling me this, despite writing about topics that have hundreds of guides out there about)

Re: Ask HN: What are some technical topics I can blog about?

#52

At the risk of hijacking the comments thread: Any pointers on how to start blogging about a side-project? I've been working on a prototype, but it isn't quite operational yet. I'd like to start laying the groundwork, but I'm having trouble distilling my thoughts into actual blog posts.

write about the requirements of your side-project, why you started it? what would be the use of it etc. Blog about every feature that you develop and how to use it. This will help in documentation when your prototype is ready and you might be able to attract audience who are interested in your prototype and might help you with beta testing/refine the features. You can also get early feedback without finished product.…

>write about the requirements of your side-project

>For technical posts look at your commit log and pick the one that you think is most complex and describe it

Thanks so much. This is exactly the kind of entrypoint I was looking for.

Re: Ask HN: What are some technical topics I can blog about?

#54
post #47

Earlier quoted context omitted.

Why did you stop?

It was a wordpress website that I ran 5-10 years ago, and I just got tired of maintaining it. I've been looking at spinning up something similar using Jekyll and github pages.

I went through a similar transition. There is much less friction editing a quick post in markdown with Jekyll than with the heavy wordpress UI, much happier with that setup.
Post reply on HN