Live data from Hacker News

Personal blogs are back, should niche blogs be next?

disassociated.com

151–160 of 405 posts

Re: Personal blogs are back, should niche blogs be next?

#151
the problem I always have with starting a personal blog is that-I want to write about my projects, but I also want to write about introspective life things. And I'm always fearful that introspective life things would detract (perhaps significantly, if they are too revealing) from employers/etc looking at me as a potential hire. This is not so much about politics (I don't find a strident need to blog about my political opinions (yet?)), but just writing about friends, life events, what I thinka bout those, etc.

I've thought about two potential ways of getting around this:

1. Maintain two separate blogs, one professional, one personal, make the personal blog pseudonymous, and put all the things I don't want employers to see over there. This seems fine, but also feels like too much work in practice? (perhaps the work is just of selecting where to put the post after I'm done writing it, though.) 2. Maintain one blog, and not care about market hire or anything like that. This...would work, but I'm not sure about potential bad effects because of this. I could just choose to write completely pseudonymously instead. I'm not sure.

Re: Personal blogs are back, should niche blogs be next?

#152
post #142

Earlier quoted context omitted.

My biggest problem so far is with cost. I dont like recurring fees. I could pay a one-time fee for say 100 pages and last an eternality ( or 50 years or something ). I also dont like subscription, and it has nothing to do with subscription fatigue, it is just the way I manage my money since before Youtube or Netflix took off. And so far I haven't seen any viable options. And right now I use HN comments as more like a…

Codeberg or GitHub pages are free. For static website hosting, NearlyFreeSpeech.NET is... well... nearly free. https://www.nearlyfreespeech.net/services/pricing

sdf is great! https://sdf.org/?faq?WEB

Re: Personal blogs are back, should niche blogs be next?

#155
The issue with blogging is that now people are absolutely brutal about quality. I wouldn’t be comfortable sharing my understanding online on a blog, even if I’m an expert. I just know that what I write will be endlessly picked on, probably mocked in some cliquey discord channel

Re: Personal blogs are back, should niche blogs be next?

#156

Earlier quoted context omitted.

I would argue that most people who had a blog were 15-25 in that time. Yes it was very common in that demo, but outside of it, it was definitely not. I don't know if that classifies as "mainstream".

The very active ecosystem of blogs I followed in the first decade of the new millennium, on arts themes (literature, cinema, non-popular music) and religious-denomination news, were mainly people above 30 blogging, sometimes much older. Wordpress had made it easy for any computer user, not just tech nerds, to set something up.

That and both mum blogs and early food blogs were definitely driven by older people.

Re: Personal blogs are back, should niche blogs be next?

#157

the problem I always have with starting a personal blog is that-I want to write about my projects, but I also want to write about introspective life things. And I'm always fearful that introspective life things would detract (perhaps significantly, if they are too revealing) from employers/etc looking at me as a potential hire. This is not so much about politics (I don't find a strident need to blog about my politica…

Start with two, you can always merge them later.

> This seems fine, but also feels like too much work in practice?

Once you've finished procrastinating on your perfect stack to run/generate the blog, it's easy to set up a second.

Re: Personal blogs are back, should niche blogs be next?

#159
post #142
post #88

Here are some reasons to start a personal blog: 1. It's a great way to learn. Teaching something to someone else has always been the best learning tool, and writing about something with an audience in mind is an effective way to capture some of that value. 2. It can be a big boost in job hunting. As a hiring manager two of the most important questions I have about a potential candidate are: Can they code? Can they co…

My biggest problem so far is with cost. I dont like recurring fees. I could pay a one-time fee for say 100 pages and last an eternality ( or 50 years or something ). I also dont like subscription, and it has nothing to do with subscription fatigue, it is just the way I manage my money since before Youtube or Netflix took off. And so far I haven't seen any viable options. And right now I use HN comments as more like a…

You could publish it as an onion service! Apart from keeping your computer running and an active internet connection, there isn't any other recurring cost.

Re: Personal blogs are back, should niche blogs be next?

#160
post #142
post #88

Here are some reasons to start a personal blog: 1. It's a great way to learn. Teaching something to someone else has always been the best learning tool, and writing about something with an audience in mind is an effective way to capture some of that value. 2. It can be a big boost in job hunting. As a hiring manager two of the most important questions I have about a potential candidate are: Can they code? Can they co…

My biggest problem so far is with cost. I dont like recurring fees. I could pay a one-time fee for say 100 pages and last an eternality ( or 50 years or something ). I also dont like subscription, and it has nothing to do with subscription fatigue, it is just the way I manage my money since before Youtube or Netflix took off. And so far I haven't seen any viable options. And right now I use HN comments as more like a…

I recently setup a little blog on tilde.club. They had a built I blogging tool in the CLI, but I wasn’t a huge fan. It gives some hosting space as well and supports php, so I vibe coded a little something that lets me throw markdown files with a date as the file name into a folder. Once created, it posts to the blog. Right now it’s just one long running page (and individual posts can be viewed/linked). I’m debating between adding an archive or just only showing a certain number of posts and letting them age out (unless linking to the specific post). I also have php generating an RSS feed based on the markdown files, so they just works without any fuss.

Of course my biggest issue is that I have started and deleted more blogs than I can count, so I don’t have any useful history, like I would if I would have stuck with one thing for the last 20 years.

Post reply on HN