Live data from Hacker News

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

news.ycombinator.com

91–100 of 314 posts

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

#91
Yes definitely, but my situation is unusual. I use my blog primarily to publish research results. A typical post is halfway between a typical blog post and a peer-reviewed paper in an academic journal or conference. I've been dipping my toes into the latter and have not been having as good results. Basically, a blog is more efficient in use of time, and I also like the voice where I'm trying to explain things to a broad audience.

I really don't like Medium - I did a few things there before switching to GitHub Pages. The point of writing is to reach an audience. Why accept friction to juice their monetization?

And yes, there's no question my blog opens doors for me. For example, I recently got invited to give a keynote at RustLab this fall, and I'm sure that was on the strength of a blog post I had done on Rust UI architecture.

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

#92
Yes.

I've been blogging in some form for ~18 years - https://caseysoftware.com/ - and use it to put out ideas that are fueled by my day job or just generally document things that I've thought through and made sense of.

At least 3-4 times/month, when someone asks me something, I have a blog post written in that area and I send it to them. The credibility shift between "here's my email answer" and "here's a blog post" is HUGE and people take it much more seriously.

The vast majority of developers out there don't write at all, let alone regularly. Even writing a handful of times per year will make your writing better and put you in a higher tier of devs.

And finally, our very own Patio11 talks about this (and me) in this post: https://training.kalzumeus.com/newsletters/archive/do-not-en...

> I have a few friends who are developer evangelists, which is a funny job created at API companies where your brief is basically "Go demo our product to a group of developers. Now, do that again, every day, for the next several years." Sentiment on the actual job is decidedly mixed. Keith Casey gives a pretty good account here.

> (Side note: I'd be remiss if I didn't note that Keith just got his work shared with 10,000 people because Keith did the work and made it easily shareable, and also because Keith knew me, through his previous job at Twilio. I'm a customer there. Everyone can play six degrees to Kevin Bacon in our industry, but actually putting in the work makes it much more likely that other people will play six degrees on your behalf.)

This is the post he links to: https://caseysoftware.com/blog/developer-evangelism-the-whol...

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

#93

You can publish your Notion pages to the internet for free BTW :) I think you should always own your own content. For example iff you review a movie on letterboxd or IMDB or a book on Goodreads or maybe do a longer review of a product on Amazon - duplicate the same content on your own blog. Or just a markdown file on your own drive. That way you can copy the same content to as many platforms as you want, but you stil…

Was thinking about this from a way to back link to your own site like "for more info visit..."

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

#94
post #17
post #9

I've been blogging since forever but the classic / style got stifling. When it looked like Twitter was going to hell in handbasket I implemented a "tumbleblog" that's a lot more free-form and where I don't have to have an entire concept before writing. My blog has never led to any professional advancement, it's purely self-expression.

This sounds extremely up my alley and I've often daydreamed about implementing something like this myself. Can you share more about your implementation?

Sure! It's announced here and the source is linked

https://gerikson.com/m/2022/04/index.html#2022-04-28_thursda...

I based it off this solution, which is both in Perl and Python!

https://github.com/john-bokma/tumblelog>

The main draw for me is that the entries are in fortune file format (delimited by %) which means I just append to a file as a thought occurs.

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

#95
I just do it for fun. I blog about something I'm building over the weekend, encountering something weird/just worth logging as an entry while "hacking". Hacking in the sense of building, not the Hollywood hacking.

Plug: https://blog.arthtyagi.xyz

It's not as much about the brand as it is about voicing out my thoughts quickly.

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

#97

I've been writing online for almost 10 years now https://podviaznikov.com/writings The best part for me is receiving some random emails from time to time with people saying they liked my post or poem or something else. I don't have expectations for those letters though. Intentionally I don't have google analytics on my site. When I did have it, it influenced how and what I was writing. Now I just write for myself. An…

How long have you used https://montaigne.io/ ? Never heard about it before; very interested. Love the simplicity of your site, by the way.

https://montaigne.io/ is my small project!

It's a third iteration of it.

For a few years I had following setup: 1. keep files in dropbox 2. sync them and publish automatically using montaigne.io

Now I switched and instead of Dropbox I use Apple Notes. Because it's easier to write, and mobile UI is better and it supports tables and images out of the box.

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

#98
I've been blogging a while now (~18 years), I find it worth it from a couple of perspectives.

1) Writing forces me to think through things clearly and when doing things like walkthoughs I often find things where my understanding wasn't quite right, so it helps there.

2) I often return to things I wrote a while back where I can't remember the details of a specific topic.

3) I appreciate when other people take the time to explain things, nothing like finding a good blog post when you're researching a topic, so this is my part of helping out.

4) Getting the odd message from someone saying they appreciate something I've written about is nice :)

5) It's helped my career. I now work in a field where I'm paid at least partly to write (security advocacy), and I've had companies approach me to talk about jobs based on them having read something I wrote.

In terms of the tech. I use, I keep it super simple. Jekyll and GitHub pages, so there's no server maintenance, just write markdown and publish.

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

#100

Earlier quoted context omitted.

How long have you used https://montaigne.io/ ? Never heard about it before; very interested. Love the simplicity of your site, by the way.

https://montaigne.io/ is my small project! It's a third iteration of it. For a few years I had following setup: 1. keep files in dropbox 2. sync them and publish automatically using montaigne.io Now I switched and instead of Dropbox I use Apple Notes. Because it's easier to write, and mobile UI is better and it supports tables and images out of the box.

Very nice!

Apple Notes is a gem.

Post reply on HN