Live data from Hacker News

Ask HN: Experience Starting a Blog

news.ycombinator.com

51–60 of 60 posts

Re: Ask HN: Experience Starting a Blog

#51
post #13

You are overthinking it. Don’t fall into the trap to let that prevent you from writing. Don’t over optimize your blogging setup and just get writing. Slightly related to the point of negative feedback: https://social.jvns.ca/@b0rk/111687674935331566

Agree 100%

Also, worrying about negative comments is counterproductive. If you get even one single comment in the first year or two, negative or positive you should be glad. I have blogs that have ran for 10 and 15 years with a comment field but without a single comment*

* except the spam of course, which made me write a spam filter. That was a nice little project.

Re: Ask HN: Experience Starting a Blog

#52

If you're writing anything useful, then you will get some negative feedback. IMHO the key is to use it to your advantage. I treat it like a game (maybe similar-ish to chess), basically I made the first move, and here's a counter-move. It's now up to me to use my critical thinking skills to determine if the criticism is valid or not. If it is valid, I can change my thinking and grow as a person. If it's not valid, I c…

> will get negative feedback

I strongly disagree. The most likely feedback will be zero, zilch, none. So, you should clearly write for your own sake only.

Also: I'd bet that 95% to 99.9999% of your visitors the first three to five years will be bots only.

Do it for your own sake, if you feel like it. Otherwise don't. Blogging is not anything to be afraid of, and you should really not think that your blogging matters to anyone but yourself until you have proof of that.

Re: Ask HN: Experience Starting a Blog

#53
> What has your experience been in starting a tech blog?

I published my first blog post about a year ago and within the last year, I've written around eight essays in total. Most of them didn't receive much interest, with only a few of my friends reading them. However, two of my blog posts managed to make it to the front pages of HN.

One problem I encountered when starting a blog was designing my site. I knew that if I aimed for a very aesthetic website, the design and development process would consume most of my time, potentially preventing me from publishing any posts and resulting in a state where I give. So, instead of aiming for the best UI and such, I initially preferred my blog to be functional and easy to maintain. This decision led me to come up with a simple blog where, initially, the only things on my blog were the posts. I have built my blog using Hugo, a very simple static site generator that provides almost all the essential tools you might need for blogging.

I believe my essay writing skills have significantly improved since I first began. If you're not a natural born writer, it's most probable that your first attempts at essay writing won't be perfect. But, the key to better writing is practice. Which means you have to be prepared to write some imperfect essays to improve.

Just remember, your progress could be hindered by perfectionism if it stops you from writing out of fear of not living up to your own high standards.

> I want to start one as a way to explore and express my interests, which currently include HTMX, Django, Python, and data engineering. I am afraid of sharing though and getting negative feedback.

I recommend that you just go for it. I would not worry about any negative feedback as long as I try to respect people's boundaries, stay humble, and avoid making baseless claims. That being said, bear in mind that some people might try to discourage you, no matter how good your work is. For those cases, just keep in mind that the problem is most likely not your work being bad but them being a negative person.

Feedback can either be helpful (providing possible improvements for your writing), or it can be unhelpful (and even contain demotivating phrases). At times, it can be both. Focus on the helpful aspects of the feedback and ignore the unhelpful ones. If someone takes the time to give feedback on your content, it's often a sign that they see the topic worthy of giving time.

> Was that something that you pushed through when starting?

It is not something that I pushed through.

I often find myself explaining topics I'm interested in to my friends. I thought it would be great to write my thoughts and experiences on some of these important topics, so I could easily share them with my friends. I also find myself writing things down primarily for myself for solidifying my thoughts and providing guidance for later.

I already had enough reasons to write before starting to write publicly, I just realized that I could easily make these writings public with just a little effort. So writing a blog is more of a hobby of mine than a task. I won't write if I don't have the time for it. It's not something that exhausts me, as long as I don't do it with big expectations.

> Did starting a blog lead to a new job?

To give it a short answer, no. At least, not yet.

It's not really a problem nor is it something I aim to achieve through blogging though. If your ultimate goal is to secure a new job, it would probably be more beneficial to explore other alternatives.

Re: Ask HN: Experience Starting a Blog

#54

Earlier quoted context omitted.

Did you obfuscate the email in any way or is it a mailto link?

Nope, just a mailto: https://truegeek.com/contact

Cloudflare obfuscates it automatically, look at the raw HTML and you'll see that the mailto is replaced with a "/cdn-cgi/l/email-protection" link, along with a email-decode.min.js script tag being added

See: https://developers.cloudflare.com/waf/tools/scrape-shield/em...

Re: Ask HN: Experience Starting a Blog

#55
post #54

Earlier quoted context omitted.

Nope, just a mailto: https://truegeek.com/contact

Cloudflare obfuscates it automatically, look at the raw HTML and you'll see that the mailto is replaced with a "/cdn-cgi/l/email-protection" link, along with a email-decode.min.js script tag being added See: https://developers.cloudflare.com/waf/tools/scrape-shield/em...

omg, all this time I've been giving FastMail the credit. What a nice little feature.

Re: Ask HN: Experience Starting a Blog

#56
post #8

> I am afraid of sharing though and getting negative feedback. Then don't. Don't add a comment section. Unless you have built an extensive community around your site, having open comments just invites drive-by criticism or generally people demanding, rather than stopping by to say nice things. What I am thinking to add on my personal website, though, is a "send a reply" box at the end, where one can directly write to…

If you don't want negative feedback, don't publish anything. You need the negative feedback; what you don't want is toxic feedback not aiming at you, but at other readers, and try to steal eyeballs for themselves.

Re: Ask HN: Experience Starting a Blog

#57
post #4

I try to write blog articles mostly for my own sake, my main purpose is to record my thoughts/ideas/experiences and to improve/maintain my writing skills. I haven’t been active in promoting my blog, so I have not received much feedback at all (: I imagine getting people to read one’s articles might involve quite much work and promotion. Could still be worth it.

I love your website design, cpach. There are many cool links to click, too! > my main purpose is to record my thoughts/ideas/experiences Mine too!

Thank you!

I must give credit to Kognise though, the style is simply their formidable water.css layout. It saved me a lot of time and anguish when I was about to get my blog started.

https://watercss.kognise.dev/

Re: Ask HN: Experience Starting a Blog

#58
post #54

Earlier quoted context omitted.

Cloudflare obfuscates it automatically, look at the raw HTML and you'll see that the mailto is replaced with a "/cdn-cgi/l/email-protection" link, along with a email-decode.min.js script tag being added See: https://developers.cloudflare.com/waf/tools/scrape-shield/em...

omg, all this time I've been giving FastMail the credit. What a nice little feature.

lol, this reminded me why I tell devs that they should be the first to QA their stuff. So they can confirm intended behavior. Indeed it’s a cool feature from CloudFlare to obfuscate all mailto links. Now you know. I was a bit curious when you claimed FastMail has the best anti spam and you rarely get junk. Even with email mx verification and all, with a p2p spam list, and a fingerprint - I still get plenty of spam email or unwanted marketing spam.

Re: Ask HN: Experience Starting a Blog

#59
My experience is: As long as you don't write about something really controversial you won't get negative feedback. Frankly, in the beginning you may not get any feedback at all

So, beside of disabling comments I'd suggest to start writing about something where no one can have really strong opinions. This will give you a good feeling about blogging.

I get sometimes feedback via mail and sometimes hints about bugs in the presented code of a posts. Which I'm really thankful for. Blogging is a great experience and people are really friendly out there. Try it out!

Re: Ask HN: Experience Starting a Blog

#60
I want to start one, because I often encounter problems and find solutions that I can not find online, and I think posting them will help others.

Meanwhile, I created my own plain PHP markdown blog, where you just write markdown files and it uses PHP/Apache to display them on your website: https://github.com/Cristy94/markdown-blog

Post reply on HN