Feeds

#rss #feeds #subscriptions #syndication #indieweb #blogs #blogging #personal #publishing #blogrolls

I don’t have refs used in the IndieWeb Elixir yet but I’m in favor of shorter keys!

Meetable should redirect /tag to /tags

Resisting the feudal Internet

This is what happens when you accidentally feed incorrect post data to #Blogblaze and the h-entry template rendering fails. #webdevelopment #frontend #Deno #webdesign #IndieWeb

#Blogblaze #webdevelopment #frontend #Deno #webdesign #IndieWeb

Dark mode revisited

#css #colours #schemes #styles #switcher #toggle #light #dark #modes #indiewebcamp #styling #images #frontend #development #design

Catching up on a couple of the sessions I missed at IndieWebCamp West. All the videos are linked on the schedule page here.

For all of y’all who make Twitter threads, now you can do that and then publish it BACK to your site using a standard in publishing content on the Web: Micropub! https://twitter.com/threadreaderapp/status/1276635958708862976

Control of computing infrastructure

#100days 60 - Made a small but long overdue change to my site, so that it only sends me notifications about new webmentions. My notifications were filling up with duplicate mentions because of people sending them every time they build their site (which is totally fine)

Hm, advice is interesting. I want this to signify that it’s a tag of sorts; something that can be indexed (for a negative filter search of sorts). This is making me want to lean into something like this format:

<span class="p-content-category p-category">gore</span>
<span class="p-content-category p-category">blood</span>

Leaning into what we have for tagging already would allow us to build a common way of filtering things out (or in). This is something that would have to be pushed up into the Microformats spec, IMO.

Also, I took some time to see how our friends in ActivityPub took this: https://github.com/w3c/activitypub/issues/232, some important notes there regarding overloading. One downside is that they relied on Mastodon to be the defacto representative of AP, in Microformats; the format is the leader!

#weird #webring #indieweb #personal #websites #design #whimsical #fun #delight #personality

The Whimsical Web

A collection of truly personal sites.

This site is meant to showcase how a more personal web could look like, and hopefully give you some inspiration to make your own corner of the web a bit weirder.

Of course Cassie’s site is included!

#indieweb #personal #websites #design #whimsical #fun #delight #personality

As soon as I confirm that Webmentions work well with Lighthouse, I think I’m going to draft my backfill of content from my old Twitter account and Instagram

sad that IndieWeb summit isn't happening this year, but enjoying catching up on all the recordings from the online event over the weekend! Thanks to everyone for the great discussions and the organisers for making the content available.

Aether: A Personal Board For Inspiration

I recently had a chat with a couple of friends about style; it inspired me to take a project off the back-burner and turn it into code.

The more time I read and check things, the more I realize that protocols are only half of the problem. Heh, we need people working on really solid content creation tools that can match or rival what we see out there. It’s easy to publish text or an image. Video gets a bit tricky and even more dynamic content like polling, RSVPs or protected content gets more difficult.

But those are just touching the surface. I’m starting to see why the idea of being able to push a “component” of information is very attractive - by design, it can provide the necessary means for rendering things if it’s not yet supported and perhaps give users a chance to choose if they’d want to see it anyway. This is part of my hope as I begin toying with the mobile client I have in mind to be a companion to Lwa. By default, none of the post types outside of a note would be supported. It’d have to ask a Microsub server for information / tools / data on how to render it. This adds complexity to the server but it makes clients very thin.

#indieweb #thoughts #social web

So it’s both Lighthouse not sending the callback when it’s successful and Koype not waiting until the Webmention callback is called to then update the syndication result. Both are fine and easy to fix.

Interesting. It doesn’t look like Lighthouse is actually sending out Webmentions. Ugh.