How the blog broke the web (2017)
stackingthebricks.com
How the blog broke the web (2017)
1–10 of 120 posts
Re: How the blog broke the web (2017)
#2Re: How the blog broke the web (2017)
#3> Here’s the crux of the problem: When something is easy, people will do more of it.
writing up whatever daily musing into a short-form article is much easier than carefully organizing and categorizing an entire library of work, so there will be more of that around. Writing a 140 character update on your social feed is even easier, so there will be more of that.
The old web hasn't totally disappeared, by the way. It's just much harder to find in a sea of other content that has grown much faster. And blogs are only a small part of that. SEO advertising clickbait spam sites are drowning out a lot of content on the web, because they are extremely low effort and there's money to be made in them.
Re: How the blog broke the web (2017)
#4Re: How the blog broke the web (2017)
#5I have a client who's web site is a series of pages within folders, no database, no scripting, html pages only. It's a complete joy to work on. Problems are rare and easily resolved, I look forward to updating it. I can't help thinking more small and medium sized web sites should be setup like this.
Re: How the blog broke the web (2017)
#6Re: How the blog broke the web (2017)
#7I have a client who's web site is a series of pages within folders, no database, no scripting, html pages only. It's a complete joy to work on. Problems are rare and easily resolved, I look forward to updating it. I can't help thinking more small and medium sized web sites should be setup like this.
This with added markdown support is basically how blot.im works and it’s what got me actually working on a site (albeit in blog ish format). Not affiliated just a happy customer.
Re: How the blog broke the web (2017)
#8Re: How the blog broke the web (2017)
#9Same goes for ReadTheDocs, Sphinx, Jekyll, Hugo, or any number of static site generators that power the infinite libraries of documentation, reference material, and personal sites on the web.
What the author is bemoaning is the loss of the eclectic, bespoke, personal-style of homepage that existed in the early web. These sites still exist of course, they're just a much smaller percentage of the content. What the author fails to consider is that this diminished position has nothing to do with the tools, and everything to do with the population of people who were coming online in the early 2000s.
The strangeness and lovable oddities of the early web were a function of the people who populated it. The generic, least common denominator status quo of the now is similarly defined because everyone is online, and so the content distribution reflects that.
Everyone's Eternal September comes at some point, for the author it was October 2001. Internet is full, AOL users go home.
Re: How the blog broke the web (2017)
#10I have a client who's web site is a series of pages within folders, no database, no scripting, html pages only. It's a complete joy to work on. Problems are rare and easily resolved, I look forward to updating it. I can't help thinking more small and medium sized web sites should be setup like this.
Unless every page is entirely unique, a web site consisting of raw HTML pages has a lot of repetition / redundancy, and coordinated updates become repetitive, too. Authoring, too.
The upside, of course, is that there's literally nothing to go wrong in the pipeline, because there is none beside the upload operation.
I can imagine that sites like https://ciechanow.ski where every page appears custom-made could be managed like that.