Earlier quoted context omitted.
Yes, this a thousand times. One example, Dan Luu [1] gets this absolutely right . His blog would probably look similar on Lynx, or any text-only browser, yet is better than 99.99% of stuff "out there". [1] https://danluu.com/
He took it way too far. Long lines are unreadable and 50 more bytes of CSS would fix it. I humbly submit my own blog as being pretty darn readable without bloat. It’s responsive and simple. https://alanhogan.com Edit: Here’s a relevant article: The problem with new blogging platforms https://alanhogan.com/the-problem-with-new-blog-platforms
Medium is a poor choice for blogging
311–320 of 396 posts
Re: Medium is a poor choice for blogging
#312Re: Medium is a poor choice for blogging
#313Earlier quoted context omitted.
Dan Luu's blog is almost there, but personally I'd prefer if there was just a tiny bit of CSS that capped the width of the text. With full width paragraphs, it's not the most pleasant to read.
Stylus (not Stylish) can make sites like this readable enough if you visit them often enough to be worth a couple minutes to fix them. Here's a tiny bit of CSS: body { font-family: Arial, Helvetica, sans-serif; line-height: 1.45; background-color: #ededed; margin: auto; padding: 0.5rem; max-width: 80ch; } .pd { padding-bottom: initial; } One point in favor of ultra-minimalism is that it's easier to add a few styles t…
Should publication platforms be giving us two choices: their design and implementation; or raw text (HTML) we can style ourselves?
Re: Medium is a poor choice for blogging
#314Sometimes I read articles like this and think I'm past it. It's like the whole web has turned in to this pool of mud and no-one realises what it was like before. A blog is a text file on a screen. There's really no need to do it on a proprietary system, you can literally upload a text file to your own host, but if you can't be bothered, somewhere like GitHub Pages. You want an image? Here's a tag: If the idea is that…
Yes, this a thousand times. One example, Dan Luu [1] gets this absolutely right . His blog would probably look similar on Lynx, or any text-only browser, yet is better than 99.99% of stuff "out there". [1] https://danluu.com/
Re: Medium is a poor choice for blogging
#315Sometimes I read articles like this and think I'm past it. It's like the whole web has turned in to this pool of mud and no-one realises what it was like before. A blog is a text file on a screen. There's really no need to do it on a proprietary system, you can literally upload a text file to your own host, but if you can't be bothered, somewhere like GitHub Pages. You want an image? Here's a tag: If the idea is that…
The only javascript on any page is for the service worker that allows offline loading of pages.
Re: Medium is a poor choice for blogging
#316Earlier quoted context omitted.
Yes, this a thousand times. One example, Dan Luu [1] gets this absolutely right . His blog would probably look similar on Lynx, or any text-only browser, yet is better than 99.99% of stuff "out there". [1] https://danluu.com/
He took it way too far. Long lines are unreadable and 50 more bytes of CSS would fix it. I humbly submit my own blog as being pretty darn readable without bloat. It’s responsive and simple. https://alanhogan.com Edit: Here’s a relevant article: The problem with new blogging platforms https://alanhogan.com/the-problem-with-new-blog-platforms
If most websites were like this one, I could write a simple one-page CSS that formatted them the way I want - including fonts, colors, lines etc. As originally intended by this whole HTML thing.
Re: Medium is a poor choice for blogging
#317Earlier quoted context omitted.
Publish (on your) Own Site, Syndicate Elsewhere https://indieweb.org/POSSE
Thanks! This is what I had in mind.
Re: Medium is a poor choice for blogging
#318Earlier quoted context omitted.
Yes, this a thousand times. One example, Dan Luu [1] gets this absolutely right . His blog would probably look similar on Lynx, or any text-only browser, yet is better than 99.99% of stuff "out there". [1] https://danluu.com/
The total lack of styling makes it almost unreadable. Even if you resize the window to get a sane page width the lack of margins makes it uncomfortable to read.
Ironically, the "reading mode" thing that is becoming popular is essentially that - stripping the page of most of its custom styling, and then applying some sensible default style. It's like we went full circle, all the way back to pre-CSS times.
Re: Medium is a poor choice for blogging
#319If I wanted to let friends add their blogs or comments, I would enable a chroot sftp and link to a root page for them. I've taught teenagers to use sftp, so it can't be that difficult.
In summary, I suppose I agree that any heavy framework on some domain you do not own is less than ideal. If self hosting were not an option for whatever reason, I might use neocities [1] for nostalgic reasons. That would also be free to view for everyone.
[1] - https://neocities.org/
Re: Medium is a poor choice for blogging
#320Earlier quoted context omitted.
Reader mode is definitely a very important part of the modern web experience. A rather sad truth. I recently also found a Firefox extension [1] I'd been looking for a some time: a way to automatically enter reader mode on some URLs, such as medium.com. This makes browsing Medium much nicer. [1] https://addons.mozilla.org/en-US/firefox/addon/automatic-rea...
a way to automatically enter reader mode on some URLs, such as medium.com Safari has this built-in. Enter reader mode on a web page, then right-click on the reader icon and you can set every page in the domain to automatically display in reader mode. Safari isn't usually the first with new features, so it might be available in other browsers, as well.