Live data from Hacker News

Ask HN: Is having a personal blog/brand worth it for you?

news.ycombinator.com

131–140 of 314 posts

Re: Ask HN: Is having a personal blog/brand worth it for you?

#131
I have no clue if its "worth it". I've been writing forever and can't stop writing (https://jonpauluritis.com). Similarly, I've been reading forever and can't stop... this year I resolved to try and read less, and I think I've already read ~10 books.

To answer your other questions:

*Did it help to get noticed/ find jobs or other opportunities?*

YES. This however is not linear. No one has ever been like, "would you like to interview" because they read something I wrote. People just remember you more or you have more reasons to interact with them. You impress them more at work because you can communicate more effectively which is like 30% or 40% of the job. (my code is more readable too)

*Do you learn something new from it?*

Sure, but again there's a lot learned that doesn't fit nicely into a box of skills. I'll give you an example....

Neil Strauss has a 3 edit process for writing, something like: write for yourself, edit your piece so that it's useful, edit your piece so that the haters don't have any material. This generalizes to all sorts of things. You could use that same sort of logic for a first date. Go out on a date for yourself first, make sure that the other person enjoys it, make sure that you aren't setting yourself up for failure with anyone who would comment about the date.

I think you learn a lot by writing but there's really no way to tell if it will be useful to you.

*Self hosted is too much maintenance...*

Yes, but this has gotten MASSIVELY better with cloudflare pages, Netlify, etc. My trick here is to simplify then iterate. Start with just the base theme... don't do anything to it... just write. With cloudflare pages you just `git commit -am 'message' && git push origin master` and it's published. I'm not a big fan of the medium/blogger scene - it's a personal preference.

*Writing up my thoughts in presentable state took too much time/effort*

I have a couple of tricks for this... first, go SMALL. very SMALL. 400 words is fast to write and fast to edit. 400 words is about what it takes for a short story, or a well thought out idea. You'll probably bleed into 500 words if you aim for 400 but it will keep you from writing those 2000 word monsters that suck up weekends. BUT it will also lead to the style of writing that will have you put out 1200 word pieces quickly. Next, stop caring what people thing, just publish it. Jack Conte has a beautiful speech on this (https://youtu.be/LzwwMGxohnI). Lastly, I'm lazy so I use tools to help me edit. Grammarly works great, but theres some open source cli packages if you work in plain text or markdown.

Re: Ask HN: Is having a personal blog/brand worth it for you?

#132
I don't really keep a blog, but I do have a website where I post my thoughts and findings that I find interesting. I post something maybe twice a year--though sometimes more. I find it personally gratifying, it's mostly just a way to organize my thoughts on a more interesting/complex topic.

A lot of people feel that writing a blog is a thing that has to be done a certain way, that is you have to update it regularly, with interesting content. I think more people would have interesting sites if they looked at it as just that: A personal site that gets updated as you want, rather than a blog that has to be kept fresh and relevant.

Re: Ask HN: Is having a personal blog/brand worth it for you?

#133
post #85
post #37

Earlier quoted context omitted.

YouTube took over that niche. What used to be a blog post is now a 10 minute video.

This is surprising to me, I’d say YouTube videos are harder to produce (and arguably consume) than blog posts. Does anyone know why are we seeing this trend? Is it because of monetization / easier to reach audience / something else?

Lots of people just don't like (or aren't that great at) reading, unfortunately.

Re: Ask HN: Is having a personal blog/brand worth it for you?

#135
post #107

I've found it worth doing. My blog (xeiaso.net, formerly christine.website) is the main way that I get employed at this point. It also helps that people link it here a lot. After 100 articles or so writing got a lot easier and now people rely on my blog for a lot of things. I think it's worth it, but I've also been exclusively self-hosting it. I currently have the code (and writing) open source on GitHub ( https://gi…

> My blog is the main way that I get employed at this point.

I don't use my blog (https://medium.com/@parttimeben) to get employed, but it has helped me organize and document my thoughts. For example, when setting up a new machine, I've always needed to keep track of what I installed before, what worked and how I got it to work, etc. Sure, I can google this stuff again, but just writing about my experience helps a lot.

I'm actually writing to my future self!

Re: Ask HN: Is having a personal blog/brand worth it for you?

#136
post #107

I've found it worth doing. My blog (xeiaso.net, formerly christine.website) is the main way that I get employed at this point. It also helps that people link it here a lot. After 100 articles or so writing got a lot easier and now people rely on my blog for a lot of things. I think it's worth it, but I've also been exclusively self-hosting it. I currently have the code (and writing) open source on GitHub ( https://gi…

Thanks for writing these blogs! Always appreciated finding them here [1].

[1] https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

Re: Ask HN: Is having a personal blog/brand worth it for you?

#138
> Does the time spent writing feels worth it to you?

Yes, for the most part. I write things out to clarify them for myself, but imagining an audience of readers helps me do that. Communication is the hardest skill for me, and I don't always succeed, but I've definitely gotten better at it as a result of consistent practice.

> Did it help to get noticed/ find jobs or other opportunities?

No. It never occurred to me to do that. In fact, I take reasonable steps to keep my professional life and my personal life separate on the internet. If I wanted to write about topics related to my profession, I think having a blog could be a good way to do that, but that sounds really, really boring to me. In my off hours, I want to do other things. Obviously, other people think differently, and that's completely fine.

My unsolicited advice would be that if you don't like doing something, you should try not to do it. At the same time, if you are drawn to writing, but don't like some aspect of it, try to remove that aspect and see if it's better for you.

> Do you learn something new from it?

I'm sure. I've been running the blog, with a 3-4 year intermission, since 2000. It was one of my first web projects, and I went on to become a web developer and designer. It was the first place I published fiction, and I went on to write a couple books, or book-like artifacts. I met a lot of people, and got exposed to a lot of interesting ideas. I learned a lot about things I don't like on the web, like advertising, and SEO, and certain tendencies in online communities. I learned how much you can get done by doing a small bit of work every couple days, consistently, for a long time.

Re: Ask HN: Is having a personal blog/brand worth it for you?

#139
I've been contacted multiple times thanks to my technical blog. It didn't necessarily lead to any work because I was not interested in the projects proposed, but it did generate leads.

Now for those that write surface level programming language/library tutorials the story might be different.

Personally I just like to share small technical tidbits from time to time, and hope it helps someone out there.

Post reply on HN