Live data from Hacker News

Medium is a poor choice for blogging

medium.com

21–30 of 396 posts

Re: Medium is a poor choice for blogging

#21
post #8

What would be a good alternative ?

You can write posts in Markdown using Gutenberg [0]. Then run `gutenberg build` to get your static assets, and pack those into a docker container with Caddy [1] as the server.

[0]: https://www.getgutenberg.io/

[1]: https://caddyserver.com/

Re: Medium is a poor choice for blogging

#22
post #18

Earlier quoted context omitted.

I don’t know if it’s a good alternative, but I blog on GitHub using GitHub Pages. It’s a minimalist experience: I use Markdown (optional), and I have my own domain (critical!) If they ever shutter the service, it is very easy to generate all the HTML pages with Jekyll, and then throw them up on a static host. Every single one of Medium’s discoverability and traffic benefits feel like Faustian bargains to me, so I am…

I'm curious as to why you say it's 'critical' to have your own domain on Github pages? Is it to do with search engine listings?

Joel Spolsky (if you don’t know him, he was one of the first “Celebrity Bloggers” in tech culture) gave me a piece of advice more than a decade ago: Own your own domain and publish under it, that way you always control your content and the links to your content.

If my blog was raganwald.githubpages.com, GitHub could theoretically decide that githubpages needed to be deeply integrated with Windows or some other foolishness, and I’d be screwed.

But since my blog appears to the world as raganwald.com, I can leave GitHub Pages whenever I like, and all the links will continue to work. It's about long-term control, and for that you need:

1. Control your content, ideally with a copy of the source on your own devices at all time, in an open format with an ecosystem of tooling, and;

2. Control your domain name.

Re: Medium is a poor choice for blogging

#24
post #8

What would be a good alternative ?

Wordpress. I prefer older technology for things that have been long solved already

Rebuilding my blog from scratch at the moment (using my own theme), it's not so bad dealing with PHP and wordpress.

I really dislike not fully owning my content, especially with medium or middle-ware like disqus which is pretty much required with jekyll. Medium has really poor syntax color formatting as well.

Security is not really a big issue for me, especially if you pick a good hosting provider, and follow basic 101 practices.

I'll still use medium to link back to my blog though (not really doing it at the moment though).

Re: Medium is a poor choice for blogging

#25
Nice, everyone is posting their favourite CMS, again.

I use https://getgrav.org because I like flat-file CMS.

Maybe there are some photographers here: http://koken.me (CMS for photographers).

Another idea: Use a static page generator and Amazon's S3 with this neat blackhat trick - https://www.blackhatworld.com/seo/how-one-website-exploited-... (mildly joking).

OT: I pay 0.19$/month for my blog hosting including domain with around 500 views/month (just a personal blog). Many services cost 5$/month, I don't think that's cheap.

edit: Medium is for visibility. I know many SEO experts who use it extensively to increase their rankings. Its UX might be annoying for some, but its true value lies in its popularity and outreach.

Re: Medium is a poor choice for blogging

#26
This article seems to miss the point of medium entirely. He fails to mention that you can be paid for content you create on medium, and content consumers don't have to sell their eyes to advertisers. Yes, they have to be pushy so they can acquire that critical base of paid users, but I'll take that any day over traditional advertisers.

Now, if you aren't interested in being paid for the content you create, then medium's goals might not be aligned with yours, so another self hosted platform may be better.

> it’s bad. Bad. Really bad. It’s not good, for any meaning of good you can imagine. There’s no person on Earth who could honestly call it at even partially good. Banners all over the place. Aggressive tracking and profiling.

Go poll 50 free users on the reading experience of Medium. Obviously this is anecdotal but almost everyone I speak to loves reading on medium. Compared to other ad-infested or high paywall websites, medium provides a incredible reading experience for it's goals as a for profit platform.

Re: Medium is a poor choice for blogging

#27

So why the hell did you use it to write this article, then? I wrote a tool which converts your Medium blog into a Jekyll blog, for publishers hoping to migrate: https://git.sr.ht/~sircmpwn/unmediumify

As an ironic living example of how it's a poor choice I guess

Re: Medium is a poor choice for blogging

#28
post #6

Pretty convincing. I didn't notice how bad medium was since I'm always logged in and have an ad-blocker. I also don't think they do much in terms of discovery. My blog [0] has about 370 followers and my posts only get about 10 - 20 views unless I put them on social media. Then they'll get between 100 and 10k+. Does anyone have experience with an alternative platform? Preferably free and hosted. [0] https://medium.com…

Reach and engagement are problems these days. Many social platforms promote things they can inject ads on. E.g. a Facebook post will get a wider audience than simply posting a link to your FB feed. Same on linkedin. Same on twitter. They are optimized for keeping traffic inside their platform. They'll run your content but not necessarily bubble it up in other people's feeds.

Medium is not a great platform for distribution compared to that (poor reach and it never really emerged as a destination) but not worse than other external/self hosted blogs. A good strategy if you are hungry for clicks is to target all of them with content appropriate to the platform and a link to your blog for reading more. By appropriate I mean optimized for the attention span of the reader. So short tweet on twitter, executive summary on Linkedin for those poor people with essentially no attention spans and an aunty friendly version for Facebook. Reddit post and HN link if you feel brave ;-). I've also been targeting dev.to.

Re: Medium is a poor choice for blogging

#29

This article seems to miss the point of medium entirely. He fails to mention that you can be paid for content you create on medium, and content consumers don't have to sell their eyes to advertisers. Yes, they have to be pushy so they can acquire that critical base of paid users, but I'll take that any day over traditional advertisers. Now, if you aren't interested in being paid for the content you create, then mediu…

For me, "the point of medium" is entirely different. I don't blog regularly... I hardly ever write anything. When I do, medium offers me a large audience. I don't feel pressured to write periodic posts in order to maintain my audience. I just write something when I feel like it. No self-hosting solution can give you that.

Re: Medium is a poor choice for blogging

#30
post #6

Pretty convincing. I didn't notice how bad medium was since I'm always logged in and have an ad-blocker. I also don't think they do much in terms of discovery. My blog [0] has about 370 followers and my posts only get about 10 - 20 views unless I put them on social media. Then they'll get between 100 and 10k+. Does anyone have experience with an alternative platform? Preferably free and hosted. [0] https://medium.com…

I recently started a blog built with Hugo and published using Netlify by way of a private git repo on Gitlab.com.

I would have used Gitlab pages but there is not support for automated SSL certs for custom domains. You have to upload your own manually which doesn't play nice with letsencrypt's 90-day expiry.

Post reply on HN