In case you don’t read my Twitter: I’ve decided to stop syndicating my posts there for a while. I think it simply becomes annoying for me to handle. I’ll use it to read, and maybe to reply sometimes, but I’m gonna shitpost on my own website like a proper #IndieWeb adopter.

Роскомпозор замедляет твиттер? а зачем нужен твиттер если есть собственный блог, в который можно постить как в твиттер только лучше? #IndieWeb #ownyourdata

#IndieWeb #ownyourdata

My serverless, headless, Micropub-powered, personal website

#serverless #cms #architect #micropub #indieweb #personal

Looking forward to the IndieWeb Microsub API pop-up session in a couple weeks. Micro.blog already supports Microsub but there’s more we could do.

fluffy rambles: Current goings-on

Intentionally Positive

Answering your questions

This is a useful script from @aaronpk to export data from Foursquare and (optionally) import it into a blog via Micropub. It should work with Micro.blog. Just having all the data exported is great too.

How to export your complete Foursquare checkin history

Today I finished up a tool that you can use to export your complete history from Foursquare and publish the checkins to your website!
#foursquare #swarm #micropub #ownyourswarm #checkins #ownyourdata #indieweb

Diana Ashktorab

This is my new favourite indie web site (super performant and responsive too).

#indieweb #homepage #website #responsive #html #css #frontend #development

ReCoil

#coil #monetisation #micropayments #crypto #scams #scamming #ponzi #grifters #blockchain

fluffy rambles: Private, friends-only, IndieWeb stuff

After today's IndieWebCamp popup session, I built a way to create unlisted posts on my site that require a secret key in the URL in order to view.

Since all my URLs are more or less sequential, I needed a way to be able to add something to the URL that is unguessable. It was a relatively easy thing to add!

Try viewing this post without the secret string at the end to see the feature in action: https://aaronparecki.com/2021/06/26/9/MXJEJKW

New #indieweb libraries: taproot/micropub-adapter and taproot/indieauth!

Finally put the finishing touches on these two closely-related libraries, which make it very easy to add Micropub and IndieAuth support to any PHP app which uses PSR-7.

Feedback appreciated, either as replies, GH issues, or at indieweb.org/discuss

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.

Reminder that it's #HomebrewWebsiteClub Nottingham tomorrow! I hope to see you there at 1730 for some website stuff! https://events.indieweb.org/2021/06/homebrew-website-club-nottingham-pqX9qzmGWbHp

#homebrew-website-club
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