Live data from Hacker News

Ask HN: What has your personal website/blog done for you?

news.ycombinator.com

41–50 of 459 posts

Re: Ask HN: What has your personal website/blog done for you?

#41
I do https://wordsandbuttons.online/ as a personal-ish website. I don't append my face to every page but a visitor is usually a few clicks away from my other works so the site is de-facto more or less personal.

First of all, it's a nice hobby. No bullshit programming, no frameworks, no dependencies, no annoying editors. I just write my code and text and enjoy doing so.

Second, it gives powerful motivation to study. I'm now writing a new page on rational interpolation and just yesterday I accidentally found a very simple way to avoid the Runge effect. I was just playing with interactives and it came out of the blue. There is no way I would have learned it otherwise.

Third, it helped me cement a publishing deal with Manning. They came to me and proposed to propose them a book on geometry. And so I did. The book is called Geometry for Programmers and it's coming this summer.

Fourth, I do public lectures (or at least I used to before the war), and the audience loves interactive illustrations. So I usually turn my site pages into presentation-like pages and do lectures with them.

So for me, having a website pays off in multiple ways.

Re: Ask HN: What has your personal website/blog done for you?

#42
1) My blog is self-documentation. Countless times I've referred back to my own blog about some technical issue that I investigated at some point in the past.

2) Other people have found my blog posts useful, for the same reason as 1, and have told me so.

3) As an indie developer, my blog has been helpful in promoting my own software.

Re: Ask HN: What has your personal website/blog done for you?

#43
I've been blogging for about 16 years. Writing is an underrated way to cement what you learn any given day or year, and over time has made it possible to reach into any part of the industry and get an actual response. Writing is particularly powerful in combination with actually doing things that (are perceived to) matter; the credibility from doing both is much higher than doing either.

Concretely answering the questions asked:

1. At various points I spent a lot of time maintaining, but now it's just a static blog deployed via Github Actions onto a Github Page. I haven't done any meaningful changes in a few years, and the changes are for fun, not necessity

2. I got my first job in tech thanks to blogging: https://lethain.com/datahub/

3. My blogging has made it possible to write two pretty successful books: https://staffeng.com/book/ and https://press.stripe.com/an-elegant-puzzle (working on a third now)

4. Hard to assess, but I believe I've been able to subtly but meaningfully advance the technology industry through my writing :-)

5. A significant majority of folks are unaware that I write, and that's great! I don't think impact depends on folks connecting their colleague to the writer or whatnot

Re: Ask HN: What has your personal website/blog done for you?

#44
I do not have a personal brand, but I've had a blog at the same URL since 2000 or so. Early on, it connected me to other bloggers and writers, and gave me a creative outlet. It has had a few incarnations, but it's now a commonplace book, so the value it provides is as a searchable archive of excerpted text. It's been useful hundreds of time for finding the right quote or passage to complete or ornament a thought.

Re: Ask HN: What has your personal website/blog done for you?

#45
I have a link to http://sheel.wtf (a public motion page) in my twitter bio. I’m surprised at how many people read it and reference stuff from it when we talk. I’m often on podcasts and it gives the hosts something to talk about. I’m a VC and a few founders have mentioned they like knowing about their investors as people and mine helps them understand that.

Re: Ask HN: What has your personal website/blog done for you?

#46
My ManagerREADME has proved quite valuable, although it hasn't lead any unsolicited work my way. It's public on my GitHub and I include a link to it on my resume.

I've interviewed for several lead/manager roles and virtually all interviewers have brought up that they really like my ManagerREADME and it gave them great additional insight to me as a candidate. In another case, this document was the reason a company reached back out to me for an additional manager role they created after having originally passed on me for a candidate with more relevant work experience.

Overall, I'm quite proud of my creation and it's had direct benefit in advancing my career.

Link intentionally omitted.

Re: Ask HN: What has your personal website/blog done for you?

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

My read of this was that it might've meant to frame the possibilities: "Exhaustively, is it for career development, or is it a moral failing?"

Additionally, "vanity" seems a bit loaded, shifting the perceived tone to possibly annoyed suspicious/accusatory, like maybe the writer suspects the answer to the implied either/or might be the latter category.

This read could be off, or maybe the writing hints at the writer's self-critical reflection on whether they should have a personal blog: when their only conscious goal would be career development, and they'd consider any other reason in themselves to be vanity, which they'd want to avoid?

Re: Ask HN: What has your personal website/blog done for you?

#48
My blog made it much easier to connect with people in my field. I work in a smallish niche, so most content creators have heard of each other.

Additionally, the company related to my field (Oracle) invited me into their “knowledge sharing” program. This helps meeting other people and at most conferences, they invite us to dinner, which is nice.

Besides, people telling me how a blog post helped them achieve something makes me happy and proud.

Re: Ask HN: What has your personal website/blog done for you?

#49
I’ve had a personal website of one kind or another since 1996. The current iteration was started in 2015, and was intended to get me writing again, and was focused on my travels when I became a digital nomad for 18 months at that time.

Since then, unfortunately, I have mostly let it stagnate. I use my site primarily as a mechanism to centerpoint other things I do online now, like photography, however I don’t create as much as I used to.

I am hopeful I will have time to write more in the future, but in some respects the topics I want to write about I have preferred to keep private, because if someone disagrees with you in the age of social media you face life-altering repercussions rather than an interesting dialogue. I still write at least monthly, but do so in a private journal by hand with pen and paper.

I mostly write because I believe writing is thinking, and because I tend to have fleeting thoughts I want to capture and if I don’t write them down they’ll simply disappear. When I first got into writing online, doing so always created interesting conversations. Now, that is much rarer, so that is likely another reason I publish less of what I write.

Re: Ask HN: What has your personal website/blog done for you?

#50

I started my blog on August 24, 2004, posting multiple times daily, and I continue to do so because I enjoy it. 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 wit…

How are you not blown up with spam comments?

Even when I had 25,000 page views daily, I'd only get a couple spam comments/day, easily deleted, no big deal.

Now I get about one every 1-2 months.

Post reply on HN