Earlier quoted context omitted.
Should, but sadly I have lost count how many feeds in my reader became dysfunctional because they were rewritten to be using nextjs (or the likes).
What is a good guide on how to implement basic RSS functionality?
Microfeatures I love in blogs and personal websites
191–200 of 444 posts
Re: Microfeatures I love in blogs and personal websites
#192These features are all sage advice for any blog in my opinion, and this blog is a good example of one that is easy to follow as a result. Regarding the Table of Contents feature, however, I believe this makes a big difference in larger blogs, but for medium sized or smaller blogs, it can be a distractor. I use Hugo as well for compositing my site, and find that using ample first level headings (e.g., # Heading name)…
Re: Microfeatures I love in blogs and personal websites
#193A feature that seems to have disappeared from a lot of blogs these days is date when a post was published. Sometimes date is required to put things into context and I can't understand why so many blogs these days don't have it.
Google punishes websites that don’t have recent content, no matter how good it is.
Re: Microfeatures I love in blogs and personal websites
#194Nice list! I like many of these "microfeatures" too. Some I have on my site ( https://evalapply.org ), some I don't because I don't want to require Javascript for blog functionality. I think I have a few others not in that list. This is my set of "microfeatures", which are all available in the post I linked below [1]. - All posts must have title, summary, dates (published, updated), one tag at least, and hot link to…
Re: Microfeatures I love in blogs and personal websites
#195I've been working on a blogging service myself (here's my blog on it https://lmno.lol/alvaro), focusing on minimalism, hopefully enabling the content to shine on any kind of device (you can read from your favorite terminal too).
You drag and drop your entire blog from a markdown file https://indieweb.social/@xenodium/112265481282475542 (feels more like keeping notes, which you happen to export as a blog).
Service hasn't officially launched. You can play with https://lmno.lol (ephemeral posts) without signing up. Reach out if you'd like to register a blog (invite at lmno.lol).
ps. ASCII art is not displaying properly on Android (known issue). So far, I can only fix by including a monospace font. I'd love to know if this is still possible to fix using system fonts.
Re: Microfeatures I love in blogs and personal websites
#196Earlier quoted context omitted.
> (╯°□°)╯︵ ┻━┻ > o_o > “quasi” emojis Welp, if you need me I'll be shuffling my weary bones into a casket.
Way back when, we used to call ASCII like ":)" smilies , didn't we? I'm so old I don't even remember clearly. x_x So I tied an onion to my belt, which was the style at the time...
I always thought that ~it's only called Champagne if it's from the Champagne region of France~ it's only called a smiley if it's smiling. But, according to https://en.wikipedia.org/wiki/Emoticon (and as confirmed by http://www.cs.cmu.edu/~sef/sefSmiley.htm), their progenitor Scott Fahlman gave :-( as a prototypical example, so what do I know?
Re: Microfeatures I love in blogs and personal websites
#197Recently, I added a dynamic chart that shows how frequently and how much I work on my website, similar to the GitHub contribution chart. Not the kind of features the author was mentioning, but fun regardless: https://navendu.me/about/#about-me
Re: Microfeatures I love in blogs and personal websites
#198https://github.com/Fingel/prism-remote/blob/main/prism-remot..." start="1" end="10" lang="javascript" >
Re: Microfeatures I love in blogs and personal websites
#199Good list, though here comes my Hacker News-style pesky comment: Justified text on a screen is a feature that makes my eyes and brain hurt. Ragged text is much easier to read. Uneven and beautiful, like a plant whose details you rest your eyes upon as you observe, rather than a uniform concrete structure where vision is lost. (╯°□°)╯︵ ┻━┻ ┬─┬ノ( º _ ºノ)
Agreed! I wrote a blog post about this a couple years back.[1] A few things I think are going on: - layout and hyphenation algorithms on the web are worse (or often disabled!) - the lines are often too long - the site's margins aren't as strong as with print design These factors combine to produce the mess you're describing. I've spent so much time reading justified text in print that I do like it in general. But I t…
In case you were complaining because you don't know why, rather than because you knew why but don't like it, it's LaTeX because it's Lamport + TeX; and it's actually not really TeX but TEΧ (that last letter is a chi), which, when typeset properly (see https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Te...), was meant specifically to show off TEΧ's layout abilities.
(In fact Lamport got into the spirit of it, and the real name is LATEΧ, again carefully typeset: https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/La... . The common stylization LaTeX is just a convenient ASCII representation.)
Re: Microfeatures I love in blogs and personal websites
#200I came to the comments expecting more pushback but I'm surprised. What happened to the simplicity of reading articles without status indicators, link popups, notes, conversations, ...? OK, table of contents, you're cool.
I also vote for turning plausible link targets into links, or at least giving them IDs so that they can be linked without cruft; and, ever so much, especially for posts in a group that are not consecutive, for links to the previous and next post in the group. I've seen some blogs that do backlinks but not forward links, which is very frustrating when they say something like "I'll finish discussing this topic in a further post when I have a chance" in a 2013 post, and now there's 11 years of archives to go through to find out whether they ever did ….