Ask HN: What has your personal website/blog done for you?
I see it’s common for people on HN to have a personal website/blog. I’m interested in knowing if the creation and maintenance of a personal website have lead to paid full/part time jobs, increased learning, brought new connections to others or are purely vanity.
458 comments
[ 4.0 ms ] story [ 409 ms ] thread[1] https://www.benkuhn.net/writing/
Personally, I’ve found 2 major benefits for publishing my essays:
1. Any time I encounter a problem, I write it down as an “essay idea”. Most of the time, I solve my problem without anything interesting to write about, but sometimes I have an “aha!” moment to analyze. People trick themselves into thinking they understand something, until they start writing. Deep writing makes it extremely clear when you have no idea what you’re talking about. And so the writing process helps me solve problems, and hopefully helps other benefits from my findings.
2. Conversations become more interesting IRL. When I go to parties, people who read my blog love hunting me down for follow-questions and ideas. And I sometimes get summoned into circles with “Oh, Taylor recently wrote an essay on this! Where is he? Call him over here!”
[2] https://taylor.town
This often actually stops me from writing. A short ways in, I realize I have no clue what's really going on. I start reading to learn more, then I either get discouraged by the complexity of it, have a crisis of confidence, or plain run out of time, and fail to ever come back to complete a post about that specific topic.
https://atomic14.com and https://www.youtube.com/@atomic14
The other benefit has just been the fact that my side projects are actually getting finished and documented.
The most use I get out of my blog in retrospect is that it has a decent amount of minimal working sample code/configuration and I reference these snippets frequently.
But writing itself is part of making sure I understand a concept. So it's not just about the retrospective view but also about what you can learn by not just hacking on stuff but also explaining it in writing.
A) I can see how many ideas I had that fell apart the moment I started to write arguments about it
B) how horrible I am predicting stuff and just how much I’ve saved myself from being on the record with really terrible calls on the then future that is now the present :,). This too because once I started to justify my prediction I lost all confidence in it. I still think fpv drone racing could have been bigger than f1 though. Someday I’ll publish that as the hill to die on :D.
Personal websites can help, if they're looking for more of a thought leader than a pair of coding hands.
- I often blog about research, which has started several very interesting conversations with academics and industry researchers, and even some very fruitful collaborations. Mostly I cover systems, database, and distributed systems work.
- I believe that the ability to write well is skill with great career and personal benefits (see https://brooker.co.za/blog/2022/11/08/writing.html). Writing my blog gives me practice in a kind of writing I don't do that much in my professional life. I think it's had a considerable positive impact on my writing skill overall.
- It gives me a way to broadly share things I've been thinking about (e.g. https://brooker.co.za/blog/2022/04/11/simulation.html), using at work (e.g. https://brooker.co.za/blog/2022/02/28/retries.html or https://brooker.co.za/blog/2023/01/06/erasure.html) in a way that I find personally fulfilling and enjoyable. I got into a habit for a while of sharing this kind of thing on Twitter, but eventually found that leads to shallower conversations and shorter-lived artifacts and went back to mostly using my blog for that kind of content. I find that I genuinely enjoy teaching and sharing. I also like sharing my ideas without the overhead and formality of academic publishing (which, let's face it, is a painful process).
- There are a whole lot of folks with blogs that I enjoy and admire, and want to emulate them to some extent.
I think that goes beyond vanity, but also think I have limited ability to understand my own motivations, so it may just be vanity :)
The main use of my blog is that I note things down that are interesting to me. List of certain things, some learnings, the results of tool evaluations, etc. I use my own blog almost daily to look up things I can't remember clearly but know exactly where I can find them again. I sometimes also share some articles with colleagues. Other than that, I could not care less whether somebody actually reads it. From the Google Webmaster Console, I do know, however, that dozens of people end up on my blog every day.
Would I start a blog again? Yes, absolutely.
I don't use social media, so if people search for me, they can find my website.
Blog: To ventilate and network.
My blog posts have landed me job interviews and have expanded my professional network.
But I mostly blog because I write a lot. I write to myself, and sometimes I think it's valuable to others, and then I have a place where I can share that and link to it. For example, when my colleagues make sketchy code, and I can't find a good place that explains why you want to think about it differently, I'll write a blog post.
Learning how to write well also makes it so much easier to explain things succinctly, especially when working remote like I prefer to.
I've also been told that more junior people look up to me as a role model because of my blog, which is something that I am still getting used to, but I can accept.
"This code is free as in mattress. If you decide to use it, it's your problem."
https://xeiaso.net/blog/GraphicalEmoji
I imagine the advice would often be "just write", which I do agree is fair advice, but wondering if you had any takes.
The main idea for me was to just reduce the barrier to entry so that writing more was too easy to avoid. I already use Notion for taking notes throughout the day, so transitioning to also jotting down blog thoughts has been very easy and has increased the amount of writing that I do.
Current steps:
- make newpost NAME='even a temporary title is ok, but a permanent one is better'
That creates a file with the headers and a couple of skeletal bits in the right place, then opens it in my editor.
- make rsync
That publishes it.
But really just work on writing or ideas for writing for half an hour every day. Even if you just write "I have nothing to write about today". Don't be afraid to just keep showing up.
(Maybe the trick is: if you must tinker, also turn that tinkering into writing?)
Most of my site update posts are just my notes from tinkering with things turned into prose.
I have only written one article at the moment, but I am glad I got started with it. I hope to keep adding to it over time and have a few articles in the works.
Please keep at it with writing! It's a super valuable skill that so few people actually use. It really sets you apart in the job market and is so underrated from a professional standpoint.
Start by writing to yourself. I started with writing down ideas in a private markdown system. (I’d recommend https://obsidian.md today.)
I became less self-conscious about my target audience was myself. It also became easier to make assumptions about what they (I) know, which is still a game of “will I understand this in a year or two?” For me, writing about tech to a near-future version of myself was the beginning.
Another tip: You may be in control of your documents (you maintain them, not some online system you don’t own), but if you use someone else’s blog platform, you won’t have a chance to rabbit-hole the site making. There’s something liberating about only caring about the content, not the layout.
For some subjects, it helps to write under a pseudonym, because you can experiment with what’s on your mind and not how people will treat you based on what you say. I’ve wanted to write about things like pornography and past jobs (those are unrelated, hehe), but I don’t want to upset past colleagues or seem obsessed about pornography.
For example after trying multiple SSGs, I eventually settled on the simplest combination for me: Caddy with markdown files
Wrote about it here: https://notes.alinpanaitiu.com/How%20I%20write%20this%20blog...
I already had Caddy running for lunar.fyi and lowtechguys.com so it felt simple to just add some lines in the Caddy file and start writing words in .md files.
I'll figure out something, I'm sure.
It’s one of my favorite fonts for code, but I also used Input Sans as a font for writing in Obsidian and Ulysses for a while. It was very good!
Here it is in action: https://xeiaso.net/blog/coffee-isekai
Thanks for all the knowledge sharing and education efforts you put into all sorts of areas I am interested in (Linux internals, NixOS, Rust, etc.)
Can you please elaborate more on this? Do you just go "I made a post about it, go read?"
Otherwise it's just good for bookmarking links and ideas that I'd otherwise forget about. And it's handy to link to friends if they ask me about my hobbies, e.g. "here's what I remember about X off the top of my head, but if you want more details and links to reference material, there's a section dedicated to it on my website."
I wouldn't have been referred to my current job without it.
I got inbound leads from people asking me to write similar articles for them and a book deal. I started charging small amounts at first and then larger ones later on.
Now its my full time business (ritza.co) that pays me a better salary than I was earning as a full time employee and supports several team members.
I would say having a blog can easily be life changing, but is worthwhile even without that just for the personal growth aspect.
Over time I've noticed that readership has increased and I've started to get comments from readers either asking for additional help or offering advice. With that also comes a ton of companies offering their paid services to improve my seo ranking....
Overall, it's a nice stress-free place to write.
https://www.greghilston.com/
I still think back to how stressed I was while building the site, and I thought it was such a waste of time. But it got me the job I needed at the time and opened a lot of doors for me. That said, I could theoretically attribute it to HN and my writing, though the custom site helped.
Then I started a mini section for random stuff like what bug gave me trouble. To become more regular, I reused stuff for tips and tricks (along with video demos).
I don't use analytics, so don't have numbers to indicate how useful it turned out for ebook sales. My friend found one of my posts as the top result while searching for a topic, which was very satisfying to hear.
Ever since I started the 100DaysToOffload challenge, I have been writing a bit more frequently on my personal blog: https://hjr265.me/blog/.
Apart from it being a writing excersie, I have been forced to look at my own work more critically before presenting them on the Internet.
I now find it more important to understand new concepts in-depth, as I learn them, so that I can explain them better.
I think about learning things that are beyond what I need for my regular work.
And, yes, I admit that I have used my blog at least once to vent about something.
Writing forces me to break things down into manageable chunks. I’ve seen much more consistent progress this way.
https://devtails.xyz
It's a way of seeing what I think.
I get about 500 page views/day (down from around 10,000 visitors/25,000 page views/day around 2010-2012).
My Comments section since the beginning has always been completely open: no login required; no delay; no editing; no moderation.
I'm one of VERY few bloggers today with completely open, unmoderated comments: I get about 10/week, which lets me respond/interact to each one if I want.
Bonus: EVERY comment goes on my homepage at the top of my Comments section the moment it appears along with the commenter's handle — it's one way to get a tiny measure of internet fame cheap.
I haven't changed my blog's appearance apart from tweaking image size since I started.
Now I get about one every 1-2 months.
I regularly preach the gospel of, "Find the most expensive thing in your business, stand next to that, offer to help fix it when it breaks, and blog about what you've learned."
For me, that was Microsoft SQL Server, but the specific tech doesn't matter. Follow the money.