What would be a good alternative ?
Medium is a poor choice for blogging
21–30 of 396 posts
Re: Medium is a poor choice for blogging
#22Earlier 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?
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
#23What would be a good alternative ?
Re: Medium is a poor choice for blogging
#24What would be a good alternative ?
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
#25I 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
#26Now, 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
#27So 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
Re: Medium is a poor choice for blogging
#28Pretty 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…
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
#29This 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…
Re: Medium is a poor choice for blogging
#30Pretty 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 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.