Live data from Hacker News

Medium is not the home for your ideas

hulry.com

11–20 of 377 posts

Re: Medium is not the home for your ideas

#11

Another reason I host my own articles is that Medium is very heavy to load. Yes their design is great, but it's something that is achievable with a very small amount of CSS. This might not matter for a lot of people but I don't like how slow their platform is.

Yeah, I emailed Sijmen Mulder to have my blog listed on his excellent text-only blog list: https://sjmulder.nl/en/textonly.html

They all load almost instantly.

Re: Medium is not the home for your ideas

#13

Kirby and other similar PHP based flat file CMS software is super easy to run. If I were to get back into making sites for people, I'd just use Kirby, Bulma/Tailwind, and Alpine.js. It can run on shared hosts like Siteground, Lithium, Green Geeks, Hostgator, as well as VPS platforms like Digital Ocean. The admin interface for making new posts is great, separating it from static site generators. It uses a modified Mar…

I run a site on Grav, which appears to be very similar to Kirby but FOSS, with plenty of free themes and plugins (though the base installation is pretty complete). It's super easy to install compared to WordPress, and I've never had luck getting NodeJS-based software like Ghost to work and then stay working for a long time. For a personal blog it has all the features you would need, while being pretty simple.

But, software like Grav and presumably also Kirby are very much not easy to run for 'normal' people. They would need to secure hosting without getting overwhelmed with the technical details or all the upselling that providers try to do, then install the software which is 'easy' but not 'click this button and you're done' easy, and of course also deal with domains and DNS etc. A hosted solution - even if you have to pay for it - is the only practical solution for normal people.

That said, for the type of people that read HN I would highly recommend Grav. Installation is easy, it has a nice web-based interface for administration and writing posts, it is fast, and it is not the latest trendy static site generator. It is a boring PHP application that will probably keep working for 20 years with no changes required - but is still actively maintained and will be for the foreseeable future.

Re: Medium is not the home for your ideas

#14
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!

but the a/b test says you keep doing it and stay on the site longer so you must love it

Re: Medium is not the home for your ideas

#15

Kirby and other similar PHP based flat file CMS software is super easy to run. If I were to get back into making sites for people, I'd just use Kirby, Bulma/Tailwind, and Alpine.js. It can run on shared hosts like Siteground, Lithium, Green Geeks, Hostgator, as well as VPS platforms like Digital Ocean. The admin interface for making new posts is great, separating it from static site generators. It uses a modified Mar…

Thank you! I had no idea. I'm sold on it, I have a few articles I wanted to get rid of anyway on Medium and post.

This is amazing. I didn't want to really do HTML5 and create a new html file per post.

Re: Medium is not the home for your ideas

#16
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 your voice. Use everything else as distribution methods - not core dependencies.

Re: Medium is not the home for your ideas

#17
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!

Redirect your screams at the marketing department. There's no front-end developer in existence who wakes up in the morning and wants to do this.

Re: Medium is not the home for your ideas

#18

Kirby and other similar PHP based flat file CMS software is super easy to run. If I were to get back into making sites for people, I'd just use Kirby, Bulma/Tailwind, and Alpine.js. It can run on shared hosts like Siteground, Lithium, Green Geeks, Hostgator, as well as VPS platforms like Digital Ocean. The admin interface for making new posts is great, separating it from static site generators. It uses a modified Mar…

Is the entry to barrier to new trendy static site generators relatively higher? Or how does this approach differ from them? Having never tried options like hugo I've always wanted to know about them directly from people who've used those.

Re: Medium is not the home for your ideas

#19
post #7

It's telling that Medium stopped allowing custom domains. Their brand over yours, and no way of cleanly migrating elsewhere when they start log-in walls etc. (Of course their brand is now kinda poisoned by "log-in wall" and lots of low-quality "think-pieces", so you don't really want to be associated with theirs - which was somewhat different when Medium started)

I don't know, was it? From the beginning everything on Medium seemed to be written by folks who styled themselves as "thought leaders," but clearly weren't

Re: Medium is not the home for your ideas

#20

Another reason I host my own articles is that Medium is very heavy to load. Yes their design is great, but it's something that is achievable with a very small amount of CSS. This might not matter for a lot of people but I don't like how slow their platform is.

yea, it's actually surprising how heavy it is given it's all to provide a veneer of minimalism and simplicity. I run qutebrowser on musl, which is as you might guess not the most stable web experience, but one funny side effect is it makes me acutely aware of what sites are simple and what ones do too much. the three worst sites, that consistently 100% of the time freeze the tab they're opened in, are reddit wapo and medium
Post reply on HN