Did somebody invent a play by #webmention #game like #indieweb chess? If not, I want to be the first one to implement it! Markup: p-chess-move - a move in some sort of a universally accepted notation. And a service you can mention so it’ll record the game and check rules.

#webmention #indieweb #chess #games
@jack @ParagA #bluesky sounds interesting. For “existing decentralized standard” see #IndieWeb specs https://spec.indieweb.org/ like W3C #Webmention, and community that actively federates with Twitter (like this reply from my site). Happy to discuss more!
#bluesky #IndieWeb #Webmention

Homebrew Website Club San Diego

“Link In Bio” is a slow knife

For a closed system, those kinds of open connections are deeply dangerous. If anyone on Instagram can just link to any old store on the web, how can Instagram — meaning Facebook, Instagram’s increasingly-overbearing owner — tightly control commerce on its platform? If Instagram users could post links willy-nilly, they might even be able to connect directly to their users, getting their email addresses or finding other ways to communicate with them. Links represent a threat to closed systems.

Anil Dash on the war on hyperlinks.

It may be presented as a cost-saving measure, or as a way of reducing the sharing of untrusted links. But it is a strategy, designed to keep people from the open web, the place where they can control how, and whether, someone makes money off of an audience. The web is where we can make sites that don’t abuse data in the ways that Facebook properties do.

#instagram #facebook #hyperlinks #hypertext #control #silos #indieweb #linking

Twitter's Project Bluesky

Hey, @jack, I’d like to nominate @aaronpk and @t to lead @bluesky, perhaps with an assist from @benwerd. They’ve got quite the head start with the #IndieWeb!

By the way, I posted this via my own website... how decentralized of me!

Twitter to decentralize… something

Check out @aaronpk's post about readers: https://aaronparecki.com/2018/04/20/46/indieweb-reader-my-new-home-on-the-internet

I've been using Monocle and really enjoying it! More on https://indieweb.org/reader

cc @Edw1nS1984

RSVP yes to https://www.eventbrite.com/e/indiewebcamp-london-2020-tickets-85763160923

IndieWeb Challenge Day 11

It’s Time to Get Personal

#indieweb #personal-website #ownership

Writing the API gateway for serious-business and Kittybox is a two-part job. I want that sweet, sweet React goodness but I can't leak my access token that can read arbitrary posts from my Micropub endpoint! so I have two layers:

  1. On the top, there is the frontend. It calls to an API gateway via fetch() to receive data (and pass access control checks with cookies - they'll be signed)
  2. API gateway has the token and, never revealing it to the client-side code, fetches posts from Kittybox.

The token is not revealed, my private posts are safe, my readers have client-side rendering, everyone is happy!

The spirit of #IndieWeb is constantly rewriting your site from scratch but being able to keep all your old posts because they are in a universal format! #ownyourdata

#IndieWeb #ownyourdata

“Link In Bio” is a slow knife

#indieweb #personal-website #ownership

Looks like my h-card and the main page are ready. I just need to write functions to fetch data from Micropub.

похоже, что я не одна в IndieWeb пишу на русском! @marinintim привет!

Looks like I’m not the only Russian speaker writing in my native language on the IndieWeb! Hi @marinintim

THIS IS IT. I’ve finished the h-entry React component. Looks beautiful, isn’t it? #React #nextjs #IndieWeb

#React #nextjs #IndieWeb

Success! Thanks to #nextjs I’m able to use #React to render my posts without losing ability to curl them. #indieweb #JSDR

It even looks pretty enough without JS; though Twemoji icons aren’t rendered.

#nextjs #React #indieweb #JSDR

So, I’ve started to learn Next.js and #React. It feels kinda interesting. I was able to start drafting a React component for rendering an h-entry. #indieweb