goeo- / cbsky.app

see bsky.app (like fxtwitter but bsky and doesn't accommodate for space bar heaters)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cbsky.app (see bsky)

bsky implemented embeds, but

  • they also implemented a "ask other apps not to show my skeets to logged out users, and don't show it to them on the official app" feature, which makes it not work for those users
  • it doesn't work with links with dids currently (this is trivial to fix, but kinda funny that they prefer the type of link that can break)

and some of my friends still don't have a bsky account (and i get not wanting to do it until public federation, jack dorsey and all).

i see a funny skeet (that is fully public information, as explained in https://blueskyweb.zendesk.com/hc/en-us/articles/15835264007693-Data-Privacy). i want to show it to my friends. i post on discord.

image

no embed. the friend clicks it.

image

sign in required?! but all the data is public!

OR

i put a c before bsky in the link before sending it

image

friend clicks it

image

and it redirects to nice frontend they can use to view the public information.

implementation detail

cbsky.app never authenticates with anything. it only relies on com.atproto lexicons, and only talks to PDSes. the images are linked directly as a PDS com.atproto.sync.getBlob call, so mirroring or relying on the bsky cdn is not required.

the "Discourage apps from showing my account to logged-out users Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private. Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." option is too much explanation necessary for a privacy feature, and it WILL cause confusion. some of the intent behind cbsky.app is to remind people that their bsky data is public, and this option really only adds a funny tag to your profile record.

About

see bsky.app (like fxtwitter but bsky and doesn't accommodate for space bar heaters)


Languages

Language:Python 79.5%Language:HTML 20.5%