Also, I always felt uncomfortable when reading a Medium post. It was always much more than a clear text that what I am interested.
Why ElementaryOS Left Medium
21–30 of 136 posts
Re: Why ElementaryOS Left Medium
#22My problem with Jekyll (or other static generators) is that it's not as straightforward as anything with a web gui, like wordpress or ghost (or medium or tumblr or...). You still need to handle things manually (e.g. the yaml front matter), the preview is not "out of the box", different plugins/extensions may add unpredictable behaviour, you need to setup a build/deploy pipeline, etc. - the experience is just not stre…
Re: Why ElementaryOS Left Medium
#23Re: Why ElementaryOS Left Medium
#24Every time I follow a link to Medium they seem to get more and more pushy. I shy away from clicking on links there anymore, so news like this is welcome. I must say I don't get what unique value proposition Medium think they have that allows them to treat both publishers and readers like crap.
My take is that they had a unique value proposition at the beginning: "YouTube for text: audience and authors all at the same place, with recommendations and unified comment platform". But then it became apparent that they will not magically become profitable or bought, so they started with the crap.
Re: Why ElementaryOS Left Medium
#25I don't like the direction where the Web is currently heading. Shutting down open APIs, forcing users to use the one and only official app (Facebook Messenger, Instagram, Reddit's starting to do so more and more), ubiquitous tracking, aggressive ad targeting and so on.
How can we - users, programmers, hackers - fight this?
Re: Why ElementaryOS Left Medium
#26Nice. I did the same exact thing last week with one of my own blogs. But I was disappointed a little with some quirks with Jekyll. For example, I really needed to list blog posts in categories separately. Turns out there's no built-in way to do that with Jekyll, so I had to find a third-party plug-in to do that. Then there were some changes didn't trigger a rebuild with the local development server running, which I (…
I'd definitely recommend checking out Hugo too.
Re: Why ElementaryOS Left Medium
#27My problem with Jekyll (or other static generators) is that it's not as straightforward as anything with a web gui, like wordpress or ghost (or medium or tumblr or...). You still need to handle things manually (e.g. the yaml front matter), the preview is not "out of the box", different plugins/extensions may add unpredictable behaviour, you need to setup a build/deploy pipeline, etc. - the experience is just not stre…
Re: Why ElementaryOS Left Medium
#28Every time I follow a link to Medium they seem to get more and more pushy. I shy away from clicking on links there anymore, so news like this is welcome. I must say I don't get what unique value proposition Medium think they have that allows them to treat both publishers and readers like crap.
> I must say I don't get what unique value proposition Medium think they have that allows them to treat both publishers and readers like crap. My take is that they had a unique value proposition at the beginning: "YouTube for text: audience and authors all at the same place, with recommendations and unified comment platform". But then it became apparent that they will not magically become profitable or bought, so the…
Re: Why ElementaryOS Left Medium
#29I know I'm going to be downvoted for this but I'll give it a try :-)
Can we please-please have a native dark theme for Hacker News? Without plugins, browser specific hacks or other gimmicks, just a simple "Light|Dark" option.
Re: Why ElementaryOS Left Medium
#30My problem with Jekyll (or other static generators) is that it's not as straightforward as anything with a web gui, like wordpress or ghost (or medium or tumblr or...). You still need to handle things manually (e.g. the yaml front matter), the preview is not "out of the box", different plugins/extensions may add unpredictable behaviour, you need to setup a build/deploy pipeline, etc. - the experience is just not stre…
That's why i finally settled for a Flat File CMS [1], in my case Grav [2]. Like with hugo you get total control. And with most of them you get a single web interface to administrate the site, manage extensions and write blog entries. And you still have the possibility to git push everything on the dev server and git pull on prod, without managing a database. It's a dream.
They are not without problems though. You need to host your php site somewhere. Sometimes it's necessary to dive into php to fix some problems and creating something unique still takes some web skills (in contrary to wordpress for example).