Earlier quoted context omitted.
I agree. Many years ago I was really happy with medium as a reader. And the feed algorithm was decent enough. By no means the perfect content but for the most part it pushed forward things I was interested in. However, the monetization model turned medium(originally a decent blogging platform) into tumblr and it was a race to the bottom from that point. Any website that asks you to register in order to read a blog po…
> this is still a terrible thing to do. What’s the alternative, assuming the blogger doesn’t want to give everything away for free?
Medium is not the home for your ideas
211–220 of 377 posts
Re: Medium is not the home for your ideas
#212Earlier quoted context omitted.
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/
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…
If you wanted to you could run the build process locally and commit the output HTML and CSS files to the repo, and the build process wouldn't even be necessary. You'd just need to copy the output files to a server using a git commit hook.
Re: Medium is not the home for your ideas
#213Earlier quoted context omitted.
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/
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…
Re: Medium is not the home for your ideas
#214Earlier quoted context omitted.
Does hackernews act like publisher and doesn't want the responsibilities that come with it? Yes - they do act like publisher. There is even editorial guide called "guidelines". They will remove things they don't want. https://news.ycombinator.com/newsguidelines.html And no - hackernews should not bear the responsibility for whatever we decide to write here, unless it's unlawful. But I agree on "own your own platform"…
Does that mean we should be writing comments on own platform, and just put links here instead of commenting on HN?
But if you have something substantial to say and want to put the effort, then write a blog post, build your own brand and own it.
Re: Medium is not the home for your ideas
#215I'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.
So even if a node.js solution would be the best solution, you would still not want to use it? Why?
Anyway, I'd recommend to write a static site generator yourself. It isn't very difficult, you get exactly what you need, and you never get stuck because someone abandoned their project or doesn't want to fix the bugs you reported.
Re: Medium is not the home for your ideas
#216Earlier quoted context omitted.
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.
Not a static site generator (if that's what you mean), but I personally went with Grav: https://getgrav.org/ . It's a small CMS written in modern PHP where the content is defined and managed via markdown files (so no need for a database). You have a bunch of themes and plugins directly installable through the admin interface and the documentation is good.
Re: Medium is not the home for your ideas
#217"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…
> the cancel culture in the West is destroying people from speaking freely All of the pundits complaining about “cancel culture” are themselves constantly demanding that various things be “canceled” (fired, taken off the air, defunded, boycotted, deported, imprisoned, ...). Not in every case, but as a general rule, “cancel culture has gone too far” is a hypocritical euphemism for “I don’t like it when people call out…
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...
Re: Medium is not the home for your ideas
#218There's something dishonest about your profile appearing normal only to yourself, while the rest of the world is getting a 404. If you're suspended, fine, but tell the user, but why the need to hide this from them?
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…
Re: Medium is not the home for your ideas
#219Re: Medium is not the home for your ideas
#220Another thing I would echo here is that you don't necessarily need a CMS / WYSIWYG editor to run a great blog. A tiny script that dynamically compiles your markdown flavour of choice and has a nginx reverse proxy in front of it will be able to survive a reddit frontpage hit on a $5/mo vps, and it will be dead simple to set up. If you're looking to move off Medium, give it a try. If anyone is interested I'm happy to s…