Live data from Hacker News

Medium is not the home for your ideas

hulry.com

151–160 of 377 posts

Re: Medium is not the home for your ideas

#151
post #119

Folks looking for a Medium alternative, please checkout https://diff.blog . It's an aggregator of developer and engineering blogs I built an year back. It has been growing steadily since. The reason why I built this was to solve the problem of disoveralibilty of self hosted blogs. It's hard for bloggers with self hosted blogs to reach a big audience. So a lot of them end up moving to a platform like Medium which give…

This is awesome!!!

Thank you!

Re: Medium is not the home for your ideas

#152
post #67

Earlier quoted context omitted.

Add a free tiered CDN in front of that and you're certainly good to survive any spike in traffic.

You can also try one of the many providers that will host your static site for you for free, like GitHub Pages.

True, but the point of the article was to avoid centralized providers as you may inadvertently be shadowbanned. I have much more faith/trust in Github than Medium, but nonetheless it still suffers algorithmic approaches to content.

Re: Medium is not the home for your ideas

#153

Earlier quoted context omitted.

Pelican [1] works this way, and I love it for my blog/website. I write a post in markdown, commit and run a pelican-provided script that uploads the generated site to the hosting server. The script-running could be done with a hook. [1] https://blog.getpelican.com/

Um... No, it doesn't. > I write a post in markdown, commit and run a pelican-provided script that uploads the generated site to the hosting server. The script-running could be done with a hook. This is exactly what I don't want to deal with. Sure, I could use a ci service but this is a typical case of over-engineering a simple problem.

I use Pelican with hosting on Netlify.

On my end I write a new markdown post and push it to Github.

At that point Netlify takes over to rebuild and redeploy my site including the new post. It's pretty trivial to do.

https://github.com/jacquescorbytuech/Blog

https://www.jacquescorbytuech.com/

Re: Medium is not the home for your ideas

#154
post #152

Earlier quoted context omitted.

You can also try one of the many providers that will host your static site for you for free, like GitHub Pages.

True, but the point of the article was to avoid centralized providers as you may inadvertently be shadowbanned. I have much more faith/trust in Github than Medium, but nonetheless it still suffers algorithmic approaches to content.

GitHub is a merely a host, not a platform. You can switch off the former in an instant, but the latter locks you in.

Re: Medium is not the home for your ideas

#155

Earlier quoted context omitted.

Indeed. It seems shady until you realize why sites do this. Probably the only way to truly understand is to run a site with user generated content for a while. There will be people using your site that just need to go away. They're different from your typical pharmaceutical spammer because they genuinely think they're not doing anything wrong. If you tell them to stop posting affiliate links to timeshares, they'll pu…

Appreciate that perspective, makes sense. But it's still fundamentally injurious to the other person, and furthermore, in an uneven power dynamic. Also, your power doesn't automatically mean you're right. I wonder how to solve it. Maybe shadow banning is quite fair and necessary and the answer is for people to educate themselves about it and go to other places where it won't happen to them. #rollyourown These matters…

No, power - within your own platform - absolutely means that you're right - again, within your own platform.

Re: Medium is not the home for your ideas

#156
I stopped clicking on links which have medium.com domain. It will be a premium article. Medium is choosing anything under premium payment wall, without explicit consent from Author. We need an alternate to this platform

Re: Medium is not the home for your ideas

#157

"It’s always better to own your platform" - 100% i listen to some Joe Rogan's podcast when he got some interesting guests. i don't remember which one but Joe mentioned Twitter ban Zuby for a reply to someone with "OK, dude". i look up Zuby and yup. Twitter ban Zuby for saying "OK, dude" to someone. how the fuck is "OK, dude" hateful? Joe said Zuby is the nicest guy that he ever meet and Joe is right. they come for Zu…

> Twitter ban Zuby

No, they didn't.

https://twitter.com/ZubyMusic

Re: Medium is not the home for your ideas

#158
post #97

Earlier quoted context omitted.

> Ideally I wanted not so much a generator but rather something that is completely self-contained. Essentially add a markdown or html file, commit and move on. Could you explain what you mean here?

As I said, make it fully self-contained without relying on "builds" or any other mumbo-jumbo, the way you would with sphinx or hugo or whatever. Essentially add a new html or markdown file, put whatever you want in it, let's call it "something.md". Then add a link from your index page to "#/something.md" and not deal with builds or styling or whatever, simply commit and move on and have it take care of all the html.…

I searched for something similar. Considered Caddy and Nginx/Apache with markdown plugins, but wanted to be able to create and edit pages/files and made a small script with Flask instead.

Re: Medium is not the home for your ideas

#159
post #101
post #12

There's one thing I want to scream at every front-end developer out there: STOP OPENING POPUPS WHEN I'M SELECTING TEXT! Again: STOP OPENING POPUPS WHEN I'M SELECTING TEXT!

No, you should stop with your compulsive behavior of selecting text for no reason at all. Fix the cause, not the symptom.

Ah, the good ol' "you're holding it wrong" excuse. That doesn't work.
Post reply on HN