It’s like an IndieWeb thing probably!

Building on the Micro.blog books API

I hooked up my bookmarks from Notion to automatically post to my site via micropub. The micropub standard makes this really easy. And Known lets you subscribe to just the content of your choice - so if you want just my posts, or just my links, you can get that.

PHPUnit’s HTML code coverage reports don’t play nicely with GitHub pages “main branch /docs folder” by default, as they store CSS, JS and icon assets in folders prefixed with underscores.

Here’s a little bash script to run tests with code coverage enabled, then move the assets around:

rm -rf docs/coverage/
XDEBUG_MODE=coverage  ./vendor/bin/phpunit tests --coverage-filter src --coverage-html docs/coverage
mv docs/coverage/_css docs/coverage/phpunit_css
mv docs/coverage/_icons docs/coverage/phpunit_icons
mv docs/coverage/_js docs/coverage/phpunit_js
grep -rl _css docs/coverage | xargs sed -i "" -e 's/_css/phpunit_css/g'
grep -rl _icons docs/coverage | xargs sed -i "" -e 's/_icons/phpunit_icons/g'
grep -rl _js docs/coverage | xargs sed -i "" -e 's/_js/phpunit_js/g'

That allows you to use GitHub pages to show code coverage reports as well as docs, as I’m doing for taproot/indieauth.

I think IndieWeb is an example of Nested-I and Ubuntu Rationality as per Free, Fair and Alive.

Not unrelatedly, Jack Jamieson’s dissertation on the IndieWeb is called Independent Together: Building and Maintaining Values in a Distributed Web Infrastructure.

Also on:

social.coop

Replied to https://adhoc.systems/replies/indieforum (adhoc.systems)
Yea that looks like a cool site! I hope it catches on, but we also have IndieNews and Indieweb.xyz and those have never really had huge usage.
Yea I think showing the replies inline makes it more interesting than just an aggregator to me. I hope it might stimulate some blogchains (https://doubleloop.net/2020/04/05/blogchains-and-hyperconversations/)

I kicked one off, if you’re interested! – https://www.indieforums.net/threads/c1c36e81a755848c.html

Hometown says on its wiki: "Also, if Hometown is going to be a universal reader, you’re going to need better control over organizing your feeds." That’s really interesting – same as the social reader idea in IndieWeb presumably. (I’ve imagined before a social reader in the Mastodon/TweetDeck style.)

https://github.com/hometown-fork/hometown/wiki/Exclusive-lists

Also on:

social.coop

When did you join the IndieWeb?

Using Tailwind CSS with Microformats 2

#tailwind #css #microformats

150

The fact that so many people publish their thoughts and share knowledge, is something I’ve always loved about the web. Whether it is practical stuff about how to solve a coding issue or some kind of opinion… everyone’s brain is wired differently. It may resonate, it may not, that’s also fine.

#blogging #writing #sharing #blogs #indieweb #personal #publishing

Webmention and Twitter

Replied to Frustrerende WordPress plugin by Frank Meeuwsen (diggingthedigital.com)
De Indieweb bouwstenen zijn een mooie verzameling onderdelen om extra functionaliteit aan je blog toe te voegen. Helaas werkt één van de plugins niet altijd naar behoren zoals ik vanochtend weer merkte. Ik heb op mijn telefoon een Shortcut waarmee ik websites kan liken. Dit is vergelijkbaar met de...
I’ve had that same problem before, and never really reached a solution. I think you’re right – it is likely that it can’t parse the information it needs properly from the page you liked.

One way to dig in to it could be to see if that same URL, when pasted in to the ‘URL’ section when creating a post manually in WordPress (not via Micropub), gets the correct values picked up. That could point whether it is specifically a parsing issue or a Micropub issue.

Building a webmention receiver

#webmention #indieweb
Excited for the IndieWebCamp pop-up session Webmentions Beyond Webmention.io in a bit.
🔖 Bookmarked The Memex Method. When your commonplace book is a public… | by Cory Doctorow | May, 2021 | Medium https://doctorow.medium.com/the-memex-method-238c71f2fb46
#writing #blogging #IndieWeb #memory

Webmention on Micro.blog demo

fluffy rambles: Save the date!

🔖 Bookmarked Federated Bookshelf Proof of Concept – Interdependent Thoughts https://www.zylstra.org/blog/2021/05/federated-bookshelf-proof-of-concept/

Keeping an eye on this work with federated bookshelves. Only a matter of time before we have good IndieWeb-friendly alternatives to Goodreads, and I want Micro.blog to be a part of that.

@JamieTanna @fiinixdesign @hdv Try any platform (social or otherwise) that will let you add a public link to the webpage you're responding to, then use a service for sending them manually. Tumblr, WordPress, etc. should work, though may not be pretty.
https://indieweb.org/Webmention#Manual_Webmentions