rafael
@rafael.my
380 followers 26 following 92 posts
software developer
Posts Media Videos Starter Packs
rafael.my
It was my alt, hopefully, that's not too underwhelming of a conclusion.
rafael.my
Honestly, I don't know what to tell you at this point. Maybe you just give it a day and try again?
rafael.my
We admit it is not an ideal solution, but there is a balance between developing the protocol vs providing user-facing features, and it doesn't always make sense waiting for the perfect solution to exist on-protocol before doing the features.
rafael.my
In that case, if you are using a different appview, that appview needs to implement the bookmarks endpoints as well, and it needs to store your bookmarks. Later, once the protocol supports private data, it is their responsibility to allow you to migrate over.
rafael.my
It should be in the same place. Your app might not be updated yet.
rafael.my
On the left sidebar
rafael.my
The bluesky appview service is storing the data for now.
rafael.my
Yeah, my best advice right now would be to sign off of the migration tool, sign in again, import again, and then check the Saved posts tab again.

Also, please double-check that the app is up-to-date on your phone.
rafael.my
Correct. More info on this thread bsky.app/profile/josh...
joshuajfriedman.com
My understanding is that your saved posts are private data, for now handled off-protocol (because ATProto doesn't yet have a private layer). Once ATProto can handle private data, saved posts can be brought back on-protocol.

(Caveat: T&S can access saved posts when investigating TOS violations)
rafael.my
So only bulk importing is not working? That's weird. Do you have programming knowledge, can you check the console for errors, etc?

When you start the bookmark import, do you see progress update messages happening at the bottom? Like "Reading batch 1", "Creating bookmark 1", etc?
rafael.my
Can you save an individual post and see if it appears on the Saved posts page?
rafael.my
Yes, we tried to communicate those aspects in the pull requests:
1. github.com/bluesky-soci...
2. github.com/bluesky-soci...
rafael.my
Are you on web or using a mobile app? It sounds like you are not using the updated version yet.
rafael.my
What issue did you have?
rafael.my
On the left sidebar, there is a "Saved" item.
rafael.my
On the left side bar there should be a "Saved" menu entry. Or try bsky.app/saved.
bsky.app
rafael.my
rafael @rafael.my · Sep 2
@pfrazee.com You do realize "gatinha" means both a little kitten and a cute girl/woman, right?

I remember you telling me your "gatinha" scratched your butt (full phrase in Portuguese), and I didn't know if it was TMI or not.
rafael.my
rafael @rafael.my · Jul 11
How do you feed them?
rafael.my
rafael @rafael.my · Jun 13
But please stop if you find yourself being transitive in the morning.
rafael.my
rafael @rafael.my · Jun 10
I see. I particularly find that very confusing (what if there are more siblings and children involved?). That mode is not being planned currently, but thanks for hte suggestion
rafael.my
rafael @rafael.my · Jun 10
Yeah, I understand the problem, but not yet the idea for the solution. Where would Jerry's post go in the linear view? If it goes under dame's, how to differentiate that it is a reply to Eric vs a reply to dame? I don't see a clear way to indicate that in linear view.
rafael.my
rafael @rafael.my · Jun 10
Hmm you'd have to draw that for me haha, it doesn't seem much linear if I'm getting it right
rafael.my
rafael @rafael.my · Jun 10
The configuration of threaded vs linear that currently exists will still be there. This is what threaded mode looks like, linear mode should be mostly unchanged.
rafael.my
rafael @rafael.my · May 20
Tokens are just string values. The difference from arbitrary strings is that tokens are namespaced so you avoid collisions with apps that want to extend the schema. In some cases, we use arbitrary strings in knownValues instead of tokens when we don’t want to leave that field open for extension.