Earlier quoted context omitted.
> and I still consume all of my podcasts via RSS feeds. Considering that a podcast is an RSS feed, it's not like there's any other option. People using fancy modern podcast apps might not be interacting with the RSS feed directly, but the software they're using certainly is.
The world's most popular podcast is the Joe Rogan Experience. Which part of Spotify is using an RSS feed for that?
Microfeatures I love in blogs and personal websites
331–340 of 444 posts
Re: Microfeatures I love in blogs and personal websites
#332Earlier quoted context omitted.
WHOA! This is shocking ignorance for an HN user. RSS still exists for most of the web if you can be bothered to use it. It just isn't in your face anymore. I consume a lot of content through RSS to this day. You also don't need to look at those email adverts if you can be bothered to use real email apps. It's your choice to soak yourself in the dumbed down garbage interfaces.
They are not ignorant just for holding a different opinion. My entire reading system is built on RSS but I don’t think it’s an invalid take to say that RSS is a thing of the past, or at the very least that the train has left the station. Every month I have some feed just randomly die because nobody paid attention or cares anymore. It’s pretty unfortunate. Browsers should never have backed off exposing it, IMO.
No, but this isn't a contest of opinions. The claim that RSS unsupported, no longer in widespread use, and/or is merely a remnant of a previous era is factually incorrect.
> don’t think it’s an invalid take to say that RSS is a thing of the past
Sorry, but it's an invalid take. I don't know what sites you're using that stopped offering RSS, but I have hundreds of blogs, podcasts, and aggregators, along with my favorite subrreddits, YouTube channels, etc. all subscribed via RSS, and the only time anything "dies" is when a blog or podcast changes its URL.
Re: Microfeatures I love in blogs and personal websites
#333Earlier quoted context omitted.
What's a good example of an Iceberg Article?
That link is, itself, an I iceberg article. Click on the “body” link in the footer to see the full expansion… "Network Slug", which I sometimes discuss on HN, is also an iceberg article: https://www.kozubik.com/pub/NetworkSlug/tip.html
Is it essential to the format to open all secondary parts at once? Otherwise that would be a great use case for the details/summary tag, which also would come with affordances that indicate that there is more information available.
Re: Microfeatures I love in blogs and personal websites
#334Earlier quoted context omitted.
I might cop a lot of hate for saying this, but it's been 10 years, it's time to stop mourning RSS and move on. I loved RSS, I sorely miss the protocol based internet rather than the web based internet we have now. I miss when my emails didn't have adverts pretending to be emails at the top of my inbox. Advertising was a lot less prevalent when applications had protocols and you could simply move to a different client…
It still exists, even if it is not used as much these days. I have email without advertisements. Some web sites will have RSS, and you can add it to your own if you want to do. (Although I think Hina-Di is better in some ways) Other protocols also are still used, even if not as commonly. (I use IRC and NNTP, too.)
Re: Microfeatures I love in blogs and personal websites
#335Earlier quoted context omitted.
Regarding scrollbars, it’s user-hostile if the user can’t control it according to their preference.
What can't you do on a scrollbar today that you could 10/20/30 years ago?
For additional aspects and details I refer you to these threads: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
Re: Microfeatures I love in blogs and personal websites
#336Re: Microfeatures I love in blogs and personal websites
#337The microfeature I like is when posts have the full date. Blog authors want their content to be evergreen so they try to exclude it. Context is essential for me to interpret the perspective, especially for technical content. I end up having to go to the internet archive to see an estimate of when they wrote it anyway.
Re: Microfeatures I love in blogs and personal websites
#338Earlier quoted context omitted.
That link is, itself, an I iceberg article. Click on the “body” link in the footer to see the full expansion… "Network Slug", which I sometimes discuss on HN, is also an iceberg article: https://www.kozubik.com/pub/NetworkSlug/tip.html
It is an interesting format, but a bit hard to discover. If it would not have been for your comment, it would not have occurred to me, that there is a second level which enriches the overall topic. Is it essential to the format to open all secondary parts at once? Otherwise that would be a great use case for the details/summary tag, which also would come with affordances that indicate that there is more information a…
Theoretically, if enough people began writing in this form it would then become obvious by virtue of familiarity ...
Re: Microfeatures I love in blogs and personal websites
#339For example, when you're showing a before and after, and want to highlight what changed. For example, I use it in the docs for: https://www.neilvandyke.org/racket/progedit/
The is one of the many features supported by Racket's Scribble, which is used to generate the online and print books for the Racket ecosystem. https://docs.racket-lang.org/scribble/ (Which I also used for API docs embedded inline in the code of various Racket packages I wrote.)
Re: Microfeatures I love in blogs and personal websites
#340Earlier quoted context omitted.
I think progress bars are a logical consequence of the user-hostile shrinking of the scrollbar. Unusable, narrow things which are often hidden by default, and rarely have a visible elevator (or thumb) anymore. Of course, scrollbars are often entirely useless in pages which insist on loading content piecemeal -- another user hostile pattern.
Obvious solution is obvious: restore the fucking scrollbar. I suspect a strong driver of scrollbar deprecation is the overwhelming dominance of small-screen touch-based mobile devices. An active scrollbar, that is, one which not only shows page scroll depth, but controls it via touch, is one more UI element to generate annoying behaviours given the already perilous state of touch-based UIs. (The inability to correctl…