Live data from Hacker News

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

mastodon.xyz

41–50 of 255 posts

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

#41
post #14
post #9

A blanket statement like 'Medium is bad' does not have enough nuance. Medium is for profit centralized service. You are trading freedom for convenience and access to an audience. It is for you to decide if this tradeoff is profitable. For me, having Medium as the sole repository of my content does not seem like the right tradeoff. Maintaining a static site with a CDN costs less than 5$ a month. Having complete contro…

Why do you even need a CDN? GitHub will host static sites for free and updating is a git push. S3 will as well for pennies a month unless your site is huge.

I don't believe you can use HTTPS with a custom domain (a domain that doesn't end in github.io or amazonaws.com), with GitHub pages or S3.

Two free choices I'm aware of, for hosting at a URL that both future-proofs your choice of hosting provider and provides end-to-end encryption to site visitors, are the free CloudFlare plan in front of GitHub or S3 (or any other static hosting service), and the free hosting plan on Netlify.

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

#42
post #9

A blanket statement like 'Medium is bad' does not have enough nuance. Medium is for profit centralized service. You are trading freedom for convenience and access to an audience. It is for you to decide if this tradeoff is profitable. For me, having Medium as the sole repository of my content does not seem like the right tradeoff. Maintaining a static site with a CDN costs less than 5$ a month. Having complete contro…

> 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.

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

#43
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.

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

#44
post #9

A blanket statement like 'Medium is bad' does not have enough nuance. Medium is for profit centralized service. You are trading freedom for convenience and access to an audience. It is for you to decide if this tradeoff is profitable. For me, having Medium as the sole repository of my content does not seem like the right tradeoff. Maintaining a static site with a CDN costs less than 5$ a month. Having complete contro…

Static site plus Netlify for me. Publishing is drag-and-drop or a git push away. reminds me I need to write a blog post

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

#45
post #34
post #20

Earlier quoted context omitted.

> You are trading freedom for convenience and access to an audience. While this is certainly true, the understanding of platforms like Medium had been that they will not censor people for ideological reasons, or will do so only if the content is clearly illegal or disturbing. If they will freely censor people, there's not much point of their existence.

>the understanding of platforms like Medium had been that they will not censor people for ideological reasons They threw out their integrity as a publishing platform when they updated their ToS a month ago: https://news.ycombinator.com/item?id=16431403 Indeed, there is not much of a point to their existence when they throw this away, other than being a virtue signalling magazine with unpaid authors that doesn't even…

> more speech, not less

When speech can be automated, this turns into a question of who has the largest promotional bot army. True speech can be drowned out with an infinite array of conflicting lies.

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

#46

I never understood why people who can use self-hosted wordpress and domain names would decide to give up control and put content on Medium. The stories featured on the front page seem a bit of an ideological bubble (I doubt any conservative bloggers would get any traction there.) And the whole "log in to your email to log on" is IMO horrible design. I put Gmail in a separate browser to mitigate cookie tracking, havin…

That is a bit like saying "I never understood why people who can self-host video put it on YouTube". Most times your content will never reach a significant audience (if this is your goal), platforms like Medium/YouTube/Flickr/500px make discovery easier.

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

#47
post #22
post #14

Earlier quoted context omitted.

Why do you even need a CDN? GitHub will host static sites for free and updating is a git push. S3 will as well for pennies a month unless your site is huge.

There is some bandwidth limit, though, and with CDN your site could also get better response times, since they will serve content from a server with better proximity to visitors.

Does GitHub not push its static content from a traditional CDN, or something effectively simulating a CDN (just a lot of servers spread across the globe)? I don't know offhand, it'd be surprising if they don't given the scale in question.

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

#48
post #42
post #9

A blanket statement like 'Medium is bad' does not have enough nuance. Medium is for profit centralized service. You are trading freedom for convenience and access to an audience. It is for you to decide if this tradeoff is profitable. For me, having Medium as the sole repository of my content does not seem like the right tradeoff. Maintaining a static site with a CDN costs less than 5$ a month. Having complete contro…

> 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?

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

#49
post #20
post #9

A blanket statement like 'Medium is bad' does not have enough nuance. Medium is for profit centralized service. You are trading freedom for convenience and access to an audience. It is for you to decide if this tradeoff is profitable. For me, having Medium as the sole repository of my content does not seem like the right tradeoff. Maintaining a static site with a CDN costs less than 5$ a month. Having complete contro…

> You are trading freedom for convenience and access to an audience. While this is certainly true, the understanding of platforms like Medium had been that they will not censor people for ideological reasons, or will do so only if the content is clearly illegal or disturbing. If they will freely censor people, there's not much point of their existence.

Assuming a site like Medium is going to stand for freedom of speech is foolish. Of course they aren’t. They are for profit.

This silly mindset is way too common. Don’t trust for profit companies like Twitter, Reddit, YouTube, etc to be bastions of freedom of speech. They will do whatever is best for their shareholders.

Protecting freedom is why we need to keep it feasible and affordable to be able to host your own site.

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

#50
post #41
post #14

Earlier quoted context omitted.

Why do you even need a CDN? GitHub will host static sites for free and updating is a git push. S3 will as well for pennies a month unless your site is huge.

I don't believe you can use HTTPS with a custom domain (a domain that doesn't end in github.io or amazonaws.com), with GitHub pages or S3. Two free choices I'm aware of, for hosting at a URL that both future-proofs your choice of hosting provider and provides end-to-end encryption to site visitors, are the free CloudFlare plan in front of GitHub or S3 (or any other static hosting service), and the free hosting plan o…

[deleted]
Post reply on HN