Live data from Hacker News

Medium is not the home for your ideas

hulry.com

241–250 of 377 posts

Re: Medium is not the home for your ideas

#241

Earlier quoted context omitted.

Yep. The desire to 'cancel' sentiments and people they don't like, or at least not grant them particular platforms is the societal default, not some kind of modern exception. Transpeople have been 'cancelled' from all sorts of opportunities since time immemorial without a single person outraged at Zuby's short term Twitter suspension being prepared to defend them to the death...

A yes, the good old "other people have been treated worse in the past so it's ok to treat that person badly now" argument.

No it's the good old "if you're arguing that modern Western 'cancel culture' where accusations of insulting certain minorities might get you 'cancelled' from certain private platforms is more chilling to free speech than any other form of 'cancel culture' including those where being certain minorities got you blackballed from everything or even imprisoned or killed, you're not channelling Evelyn Hall so much as expressing which forms of freedom of expression you are most concerned with protecting' argument.

Especially in the case of the many pundits on the cancel culture complaint bandwagon who are quite open about which people and forms of expression they wish to silence instead.

Re: Medium is not the home for your ideas

#242

I've been yelling about this for years, but please start & own your own blog. Use webflow, ghost or whatever you like, but wordpress is good enough for most people. HN audience can likely handle their own, but if ease-of-setup is an issue - I created StartABlog.com to help people do this (and we'll actually set up your site for you for free - https://startablog.com/start ). Own your platform. Own your content. Own yo…

What's the best static site generator that meets the following requirements: a) Doesn't use node.js. b) Has built-in syntax highlighting for C#, SQL, PowerShell and Rust at a minimum. c) Is also good at "photo journals" or galleries. I played around with Hugo, but the themes were ugly and it was very weak at managing pictures associated with an entry instead of the entire site.

For the photo journal, I can recommend you this Jekyll theme https://github.com/maxvoltar/photo-stream

Re: Medium is not the home for your ideas

#244

Earlier quoted context omitted.

Trivial? Totally. Self-contained? Absolutely no. Say Microsoft decides to kill github pages. OK, fine, next. Now picture Netlify changing some policy, adding some pricing or killing off a service which you need(unlikely but not entirely impossible). You have to setup the whole thing all over again with someone else, be it circleci, jenkins, gitlab, etc. Though in different contexts, I've been in similar situations an…

You're overestimating Netlify's build tooling. It literally just spins up a virtual machine with Node on it, clones your repo, and does an `npm install && npm build`. When that finishes it copies the output directory to a server to host. Moving to a different host is a case of finding something that will let you do the `npm install && npm build` bit, which practically every modern hosting company does these days. Net…

Which brings us back to my original question: Why????? Why bother doing all that and relying on third party tooling, regardless of how simple it is to run a command? If this is what I wanted, I could write a 5 line shell script on a raspberry pi which can do just that.

I DON'T want to do either of that. Add a file, push it and know everything has worked.

Re: Medium is not the home for your ideas

#245

I've been yelling about this for years, but please start & own your own blog. Use webflow, ghost or whatever you like, but wordpress is good enough for most people. HN audience can likely handle their own, but if ease-of-setup is an issue - I created StartABlog.com to help people do this (and we'll actually set up your site for you for free - https://startablog.com/start ). Own your platform. Own your content. Own yo…

What's the best static site generator that meets the following requirements: a) Doesn't use node.js. b) Has built-in syntax highlighting for C#, SQL, PowerShell and Rust at a minimum. c) Is also good at "photo journals" or galleries. I played around with Hugo, but the themes were ugly and it was very weak at managing pictures associated with an entry instead of the entire site.

Who do you want to avoid node.js?

It's dependencies are too big?

It cannot be hosted by cheap webhost?

It's not secure ?

Re: Medium is not the home for your ideas

#246

Something that wasn't mentioned is that there is a reading cap for Medium articles if the user doesn't pay. Something that is frustrating is finding some technical documentation for a project on Medium and being hit with "you hit your reading cap of 5 stories..." and having to open up an incognito window. That is dumb. I shouldn't have to pay money to get around a pay wall for a project's technical documentation.

When you write an article on Medium you can choose whether to put it behind the paywall and monetize it, or make it available to everyone for free and not monetize it. That feels like a pretty good capability to me really.

Re: Medium is not the home for your ideas

#247

Unless you are in HR and need to participate in the circle jerk why both with medium? You might as well use literally any other platform including blogger. No one is reading anyways. Medium used to have interesting content once upon a time. They are a player in that industry like all is a player in internet access.

Same reason people put up with YouTube's nonsense. It is where the money is at. I agree with this post for the average blogger, but if your end game is to build a career off of writing I, medium kinda becomes a necessary evil.

Re: Medium is not the home for your ideas

#248

I've been yelling about this for years, but please start & own your own blog. Use webflow, ghost or whatever you like, but wordpress is good enough for most people. HN audience can likely handle their own, but if ease-of-setup is an issue - I created StartABlog.com to help people do this (and we'll actually set up your site for you for free - https://startablog.com/start ). Own your platform. Own your content. Own yo…

Another easy solution, both for hosting and ownership, is using a static site generator/editor. I like desktop-based visual WYSIWYG tools so i use Publii[0] (example[1], though i really need to write something more :-P or at least move some older articles i had in now-defunct blogs that were hosted by others). I'm not a big fan of the program though (i dislike how it is based on Electron while not even taking advanta…

I love Publii! Best combination of a WYSIWYG editor and static site gen. Beautiful themes and built in publishing for github pages, netlify, AWS S3, etc.

Re: Medium is not the home for your ideas

#249
Another reason: today I clicked on a Netflix Engineering blog post I saw on LinkedIn. Medium blocked me from reading and said I had to subscribe because I had read too many articles.

Netflix has the skill and money to operate its own blog without Medium putting up a paywall over its content.

Re: Medium is not the home for your ideas

#250

Even though Medium reinstated my profile, I stopped publishing on the platform and moved to my blog again. There's some history re-writing going on here. The tweet from Medium about unblocking his account was in July 2018 - the author replied with 'Happens. No worries. Thanks for resolving the issue guys', so they clearly weren't too bothered about this at the time. They then went on to post over ten further articles…

Just to clear the air here. The posts that you are talking about were either for company blogs, or casual "I don't care if they live or die" kind of posts.

At around the same time, I started working on a small blogging platform of my own but gave up and started using SSGs like Gatsby, Jekyll, etc.

More on the move here: https://hulry.com/back-to-wordpress/

Hope this clears things up. :)

Post reply on HN