I am curious when this short-lived moment was suppose to be? From the article: "There was a promising short lived moment where smaller, topic-oriented blog networks like Svbtle (amongst others) started appearing, but even those seem to have gone by the wayside and are increasingly being replaced by Medium." Back in 2002 I co-founded a blogging company. At that time we were competing with the likes of Blogger.com and…
I was referring less to general blogging companies like Typepad/Blogger - IMO those are pretty similar to Medium in functionality but minus the community aspect (blogs only linked to one-another by intentional choice, versus Medium where everything is aggregated and quasi-curated by the application). When Svbtle first came out it seemed to cater to almost purely tech audiences and allowed new authors on a limited bas…
Is Self Hosted Blogging Dead?
91–100 of 199 posts
Re: Is Self Hosted Blogging Dead?
#92Re: Is Self Hosted Blogging Dead?
#93I don't follow the author's complaints about terms and conditions. I suppose language like "we can change these terms any time and your use of the site constitutes acceptance" sounds ominous at a naive level, but what's the alternative? It would amount to some form of preventing users from using the site until they click "agree", and then doing that again every time the T&Cs change, right?
Terms of Service shouldn't change often enough that this should ever be an issue.
Re: Is Self Hosted Blogging Dead?
#94It's amazing that the web, which was really originally built primarily as a distributed publishing platform, has gotten so damn complicated to publish to. Right now I've got my own self hosted platform, running Wordpress on a Digital Ocean droplet. The constant security updates for Wordpress are a nightmare, and it seems I have to hack both my theme and my post code every time I want to make a slightly interactive po…
> Right now I've got my own self hosted platform, running Wordpress on a Digital Ocean droplet. The constant security updates for Wordpress are a nightmare, and it seems I have to hack both my theme and my post code every time I want to make a slightly interactive post. Never mind that there doesn't seem to be a decent way to preview posts on mobile. I came to the conclusion that sometimes hand crafting HTML tags for…
(This might just be due to WP having generations of cruft though - for me the hard part was always figuring out which arcane PHP method I needed to hook, and how WP wanted me to hook it, in order to add something to this or that part of the page.)
Re: Is Self Hosted Blogging Dead?
#95It's amazing that the web, which was really originally built primarily as a distributed publishing platform, has gotten so damn complicated to publish to. Right now I've got my own self hosted platform, running Wordpress on a Digital Ocean droplet. The constant security updates for Wordpress are a nightmare, and it seems I have to hack both my theme and my post code every time I want to make a slightly interactive po…
Another problem is why we at all need to rely on any third-party hosting services while we have our own computers connected to the Internet. In this regard, I have high hopes for content-addressable distributed systems. Currently, IPFS [1] looks most promising to me. It's easy to publish a static website to it [2], and public gateways are available to make the site accessible to readers who do not run their own nodes…
Re: Is Self Hosted Blogging Dead?
#96honest question, how did Medium become so dominant for all blog posting so quickly ? The design is no doubt beautiful but there is nothing special. Curious why so many bloggers magically decided to publish there all of a sudden. I see tons of tech posts there now.
But medium timed things right and opened up to masses sooner. People signed up in droves. 'svtble' stayed elitist for many more months, but were medium forced their hands, but it was already too late.
Re: Is Self Hosted Blogging Dead?
#97Re: Is Self Hosted Blogging Dead?
#98I use and highly recommend hexo.io with it's S3 deployment plugin. It's as good as Jekyll but easier to modify and theme if you come from a web dev background as it's written in NodeJS rather than Ruby.
What's the generation speed like with Hexo? I'm using Hugo but I'm not really enjoying Go templates so I'm curious as to how Hexo performs.
Re: Is Self Hosted Blogging Dead?
#99Earlier quoted context omitted.
"Static site generators are not a good answer for non-engineers, especially if customizations are necessary." Could be. Content and templates could be hosted on S3. Unfortunately I haven't found a good admin GUI for a static site generator yet. I use Jekyll myself and as a developer that's great, not something I would recommend to normal users though. Which is a shame because most users (or small businesses) don't re…
I recently launched Static Website Manager ( https://www.staticwebsitemanager.com ) which aims bring static sites to a non-technical market. Would love to chat more if you have questions.
Re: Is Self Hosted Blogging Dead?
#100Earlier quoted context omitted.
I've been wondering this, too, and design/ease-of-use aside, the biggest argument I've heard (and observed) is the network effect. Even trivial Medium posts get at least a handful of favorites and 1-2 comments. A built-in audience is likely an easy sell for the majority of folks.
I guess that makes sense, but there are certainly other platforms with an "audience", like Tumblr, etc?