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.
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
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:
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
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
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.
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
I’m using webmention.io to handle webmentions currently, so it should handle this? :3 I don’t know, still haven’t gotten around to actually showing webmentions
I got a weird idea of React-based IndieWeb components. With next.js they will be server-side rendered, JS;DR won't be a problem.