Unpoly is pretty good and complete. What I don't like is loading page specific JS/CSS via javascript. Turbolinks manages that for me and turbolink still executes inline JS.
Turbolinks falls short in providing a "framework" in how to use third party libraries - how to initialize them and how to tear them down. I finally glued together a mini-framework with hints from stack overflow, but Unpoly and their concept of compilers[1] is much more consistent.
Great work. This should be extended to podcasts and images would be nice as well. At the end, maybe there is no way anymore to get non-technical people interested into these technologies if they can get their news from a preinstalled "news-app" and "podcasts" from spotify.
I myself just wrote a little script to turn youtube channels, playlists and searches into video feeds that I can subscribe to in my podcast player. I love rss.
Illustrations would definitely help, you’re right. It’s in our issues list, and I have some ideas about simple ways to address that. Issues list is on Github incidentally https://github.com/genmon/aboutfeeds
Podcast: I’m not close enough to this world to know. Has podcasting answered the discovery question by centralising directories, or are podcasts still discovered “in the wild”?
I think it's because they are useful tools that a lot of webdevs see and can see themselves reasonably implementing by themselves. (Like todo lists & habit trackers)
Thanks also for using the Yak Shaving - for one, I got curious what was first, the term or the Ren & Stimpy episode illustrating the term and second, I found a description of most of my modus operandi.
This is a well designed product. I really like it.
The last days I was working on my personal wiki/notetaking/knowledge management because it was bugging me, that everything needs a subscription and offered too much or not enough[1].
The biggest problem I have is finding/discovering my notes or snippets, especially if its scattered across services. For public notes it's easy, using `site:domain.com searchterm` in a search engine. For private notes/services it's harder.
Especially the discovery feature is quite important for me, to randomly find notes I forgot about (at the end, all notes are work in progress).
[1] It's based on Markdown Files in a Dropbox folder hooked into Pico Flatfile CMS, I pay for webhosting anyway and dropbox is still free. Else I would use Nextcloud to replace it. Sublime Text on desktop and Drafts o iA writer are doin g exactly what I need
oh wow, that's quite a setup you have. I found myself collecting a lot of private & public notes, and that makes it hard to find things quickly, I plan to work on that problem next. I'm thinking of a faster typeahead than the one the iOS app currently has plus some sort of categorization based on the note text (maybe using topic extraction).
Topic extraction is a very good idea (for public notes) using something like this: https://www.textrazor.com/ ?
(I knew I bookmarked this page, but couldn't find it and had to use google :D and 5 iterations of search terms to find it again - I need to improve that...)
htmx looks like the perfect thing between UnpolyJS and AlpineJS. In Unpoly I miss the optional clientside templating which htmx seems to support as extension. AlpineJS lacks the http stuff (headers, requests). Really exciting times for using old school html without downloading 5000 js files via npm.
Tumblr is imho still the best blogging platform. Wonderful posting experience on mobile. Great API. Actively development. Great inspiration (scroll through vintage photos, art, music, funny stuff and nudes on one dashboard). The only thing that sucks is that public blogs are hidden behind that cookie consent wall.
For that I built my blog with php and just query their API. Works well!
I still lament the days before Tumblr got rid of RSS feed imports. I know why that happened (spam), but it was so nice to be able to help build kind of a curated feed of activity from all over.
But I agree that Tumblr remains a gem. I’m glad Automattic bought it and agreed to continue to support its staff and development.
Turbolinks falls short in providing a "framework" in how to use third party libraries - how to initialize them and how to tear them down. I finally glued together a mini-framework with hints from stack overflow, but Unpoly and their concept of compilers[1] is much more consistent.
[1] https://unpoly.com/up.compiler