Live data from Hacker News

Medium suspended our account and blocked access to all our published stories

mastodon.xyz

91–100 of 255 posts

Re: Medium suspended our account and blocked access to all our published stories

#91

Reading further down the thread, it seems they were suspended for violation of Medium's policy on cryptocurrencies... despite the fact that they have never written about cryptocurrencies.

It does look like an obvious mistake, based on the cached content Librapay posted as an example and others I could pull up in Google's cache. Hope they get a quick turnaround with support.

Re: Medium suspended our account and blocked access to all our published stories

#92
post #84

Static site generator + static site hosting + JavaScript based comment system like disqus is a great combo. You can generate in a container off markdown using something like Hugo and host on S3. I’ve got free tier werker pulling my repo, building it, then deploying it to CloudFiles. All I do is commit the markdown changes to github.

If you are concerned about the privacy of your readers, using Disqus probably isn't such a good idea: https://replyable.com/2017/03/disqus-is-your-data-worth-trad...

Good point. There are probably other like services. I don’t really get much traffic!

Re: Medium suspended our account and blocked access to all our published stories

#93

Hey everyone, if you're looking for a fantastic blog engine, I want to tell you about Ghost: https://ghost.org I found Ghost while looking for a new blog engine for my company. My first instinct was to use Medium as well, but I ended up hitting a lot of issues because it was impossible for us to customize it (add custom javascript, charts, disable the lame "highlights", custom domain was not free, etc...). 1. Ghost i…

Not mentioned above but "interesting": - requires exactly mysql, nodejs, nginx and at least 1GB RAM. - the only supported setup is Ubuntu 16.04 - has some sort of ghost-cli application used for management. At least for me: not enough fingers for "thumbs down".

One lightweight solution I've found great for blogs is Pelican with m.css, it's really nice and could be served even from a toaster.

Re: Medium suspended our account and blocked access to all our published stories

#95
post #8
post #2

I don't even understand why someone who has a hosting would want to write on medium when they can host their own blog, especially when in the case of liberapay and mastodon they say they are fighting for freedom but choose to wirte their posts in a closed, centralized service which also has user-hostile behavior.

Medium offers the potential for an audience who will read your work. It’s dead simple to use. The “claps” economy at least offers a glimmer of hope you could be compensated for your work. And, for a lot of folks, it can offer a sense of community. And honestly, hosting your own blog, while cheap, is often an annoyance to maintain.

> Medium offers the potential for an audience who will read your work.

If you write good content and are consistent, it isn't that difficult to drive traffic to your own blog.

Blogging is easy with a good static site generator and netlify (free).

Re: Medium suspended our account and blocked access to all our published stories

#96
post #42

Earlier quoted context omitted.

> Maintaining a static site with a CDN costs less than 5$ a month. That's putting it mildly! I host a (small) static webpage on AWS S3 + CloudFront, and my monthly bill is 56 cents.

It would be free on netlify.com.

I'm always afraid that those free services start to change their policies and suddenly your site doesn't work without you knowing. The 60 cents for hosting it somewhere I have a business relationship with, rather than a simple ToS, are easily worth it.

Re: Medium suspended our account and blocked access to all our published stories

#97

Hey everyone, if you're looking for a fantastic blog engine, I want to tell you about Ghost: https://ghost.org I found Ghost while looking for a new blog engine for my company. My first instinct was to use Medium as well, but I ended up hitting a lot of issues because it was impossible for us to customize it (add custom javascript, charts, disable the lame "highlights", custom domain was not free, etc...). 1. Ghost i…

> The paid plan is a little pricy

It's literally the only problem with Ghost. Wonderful product but boy... how many people are going to pay $29/month or $228/year to host their personal blog? Yeah, there's some serious added value: managed upgrades, managed backups, DDoS protection, CDN setup, etc., and that's wonderful, but still... if you're basically just writing as a hobby, it's too much. I really hope they look into offering some kind of $5-10 hobbyist plan for low-traffic blogs.

Re: Medium suspended our account and blocked access to all our published stories

#98
post #84

Static site generator + static site hosting + JavaScript based comment system like disqus is a great combo. You can generate in a container off markdown using something like Hugo and host on S3. I’ve got free tier werker pulling my repo, building it, then deploying it to CloudFiles. All I do is commit the markdown changes to github.

If you are concerned about the privacy of your readers, using Disqus probably isn't such a good idea: https://replyable.com/2017/03/disqus-is-your-data-worth-trad...

Two alternatives are:

https://github.com/posativ/isso

and Discourse on a subdomain ($5/month for a Digital Ocean server).

Re: Medium suspended our account and blocked access to all our published stories

#99
post #48
post #42

Earlier quoted context omitted.

> Maintaining a static site with a CDN costs less than 5$ a month. That's putting it mildly! I host a (small) static webpage on AWS S3 + CloudFront, and my monthly bill is 56 cents.

Can you write a how to guide on this?

I use GatsbyJS, a static site generator, to create my blog and use Netlify for continuous deployment + hosting. Netlify also provides free CDN and SSL.

Re: Medium suspended our account and blocked access to all our published stories

#100

Hey everyone, if you're looking for a fantastic blog engine, I want to tell you about Ghost: https://ghost.org I found Ghost while looking for a new blog engine for my company. My first instinct was to use Medium as well, but I ended up hitting a lot of issues because it was impossible for us to customize it (add custom javascript, charts, disable the lame "highlights", custom domain was not free, etc...). 1. Ghost i…

I went through a bunch (including Ghost). Good product, but I eventually ended up using a static site with Netlify.

For the static site I used Middleman. It is one of the older generators, but if you're familiar with a Rails environment you can do everything you'll ever need.

Not for everyone, but super simple, extremely fast, and completely customizable. Netlify has also taken away all the pain. Simple build and deploy. Superfast DNS and CDN. LetsEncrypt out of the box. Worth a look.

That said, the missing piece from Medium isn't the editor/hosting -- it's is the syndication.

Post reply on HN