manton
manton

Nice write-up over at TechCrunch of the new Tapestry 1.1:

…one of the larger challenges of multi-feed aggregation apps like Tapestry is that you’re often confronted with duplicates as other users cross-post their updates to multiple services like Mastodon, Bluesky, and Micro.blog. […] The latest Tapestry update is now able to automatically filter out these duplicates, even when the posts are not written exactly the same.

|
Embed
Progress spinner
everson
everson

@manton is it possible with micro.blog iOS app to deeplink to a particular post? Would be cool to setup Tapestry to do that.

|
Embed
Progress spinner
In reply to
manton
manton

@everson Yes, there’s a URL scheme to open a post if you have the ID… I was going to look into whether this is accessible from Tapestry feeds.

|
Embed
Progress spinner
everson
everson

@manton Nice, thx. If the syntax is written somewhere I am happy to give it a go, but I couldn’t find it.

|
Embed
Progress spinner
everson
everson

@everson (or it just intercepts the web url? I didn’t think to try that haha :) )

|
Embed
Progress spinner
felipe
felipe

@manton Paso a darte un profundo agradecimiento, y a tu equipo por supuesto. ¿Por qué? Varias razones:

  1. ser parte de Indiweb (creo que con este post me basta)
  2. implementar POSSE para el micro blogging.
  3. Por permitir llevarlo a todos los idiomas.
  4. Por ser un “Twitter” muy barato.

¡Gracias… TOTALES! ;)

|
Embed
Progress spinner
manton
manton

@everson I’ll write up some documentation. It’s basically microblog://open/12345 where that’s the internal post ID in Micro.blog… So the thing I’m not sure about is whether that ID is accessible in Tapestry. I might need to add some more metadata to the feeds or API.

|
Embed
Progress spinner