Live data from Hacker News

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

news.ycombinator.com

11–20 of 54 posts

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

#12
There are articles about really interesting subjects, but I can't get through them because of the way they're written. Conversely, there are articles about not very interesting subjects that I devour because they're well written. Don't worry about what others write about, just pick subjects you enjoy and keep writing and practicing. Those are the things that show.

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

#13
The most important thing I ever got from blogging is that it helped me learn topics. One of the best ways to learn something is to teach it, and that is more or less what a technical blog is. You're trying to teach your readers something.

Find a topic you want to learn (or understand at a much deeper level) and blog about it.

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

#14
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…

This is good advice. I too have a personal blog that I mostly neglect. This past week we "cut the cord" on our cable TV service at home and the process has inspired me to blog. I've been composing blog posts "in my head" for the past few days and I take this as a good sign about my future intentions.

I have thoughts on Xfinity's value, YouTube TV's ad policies, Hulu's DVR restrictions, Roku's awesome interface - all good useful resources for those researching the same process.

In contrast, some weekends I'll sit down (without an idea) to compose a new blog post and frequently hit a wall.

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

#15
When I'm trying to solve a technical problem and have to cobble together a solution from two or more piece of content found in Google, that's a signal that there's room in the marketplace for a single, SEO-optimized piece on solving that particular problem.

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

#16
I don't think it's mandatory to write about novel or innovative things. It's your blog, you can write what you want.

Agree with the write for yourself mindset.

I am kind of doing the same thing on my blog https://flaviocopes.com where I write every single day (personal challenge) about some particular thing related to Web programming, and I mainly write for me, because I don't have a good long term memory and every time I need to use X I reference what I learned n months ago about it. That's much better than searching again and again "that post" you remember that clarified the thing for you.

Turns out this is useful for other people too, as I can see in the positive feedback I get.

After some time I started rewriting old posts to improve them / add more things I learned, as your writing style evolves.

So, my advice is, just start and stick to it.

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

#17
For lots of people (including me), writing is hard.

The people that wrote the better version of your article probably weren't great writers from the start. My advice would be to just start writing. You will get better and you will find along the way what you want to write about or maybe you will find you don't want to write at all.

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

#18
I'd take a subject that busy engineers would be interested in knowing more about but don't have the time it take to investigate it. I.e. going in depth about how the chrome debugger work in javascript to analyze performance. I remember reading a blog post about it and a few weeks later it really helped me.

You could write about new programming languages or new algorithms that just came out. Anything with nice animation is a plus. (I.e. to illustrate the algorithm)

Another thing that I find interesting is interviewing great people in the field. Often, there are questions I wish I could ask them that most other interviewers don't because they're not technical enough.

You can write about weird bugs that you encountered, how you fixed them and what lessons you learned.

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

#19
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.

Post reply on HN