Chris Bee's Avatar

Chris Bee

@beeirl

165
Followers
45
Following
48
Posts
07.02.2024
Joined
Posts Following

Latest posts by Chris Bee @beeirl

Post image

"Yeah let me run it by my lawyer real quick"

19.12.2024 22:22 👍 1 🔁 0 💬 0 📌 0
Post image

Created a fun little free tool that lets you generate fake Instagram comments.
postfully.app/tools/instag...
#instagram

08.12.2024 12:35 👍 0 🔁 0 💬 0 📌 0

how do you guys handle concurrent bluesky access token refreshes in your storage provider of choice?

24.11.2024 23:15 👍 1 🔁 1 💬 1 📌 0

would be dope to get added :)

24.11.2024 23:53 👍 0 🔁 0 💬 0 📌 0

i am using mysql on planetscale and i currently just lock the row when a transaction is about to refresh the token to prevent other instances to do the same.

24.11.2024 23:16 👍 0 🔁 0 💬 0 📌 0

for example, when multiple independent actions are executed at the same time and the access token expires, each action will attempt to refresh using the same refresh token. since refresh tokens are single-use, only one refresh succeeds while others fail.

24.11.2024 23:15 👍 0 🔁 0 💬 1 📌 0

how do you guys handle concurrent bluesky access token refreshes in your storage provider of choice?

24.11.2024 23:15 👍 1 🔁 1 💬 1 📌 0

very true

24.11.2024 22:45 👍 0 🔁 0 💬 0 📌 0

think i might just launch a saas product in a super crowded but validated market to see if i can take a piece of the cake

24.11.2024 22:42 👍 0 🔁 0 💬 1 📌 0

tons of bluesky apps are popping up in my feed. seems like the gold rush has officially started? 🤔

22.11.2024 23:57 👍 0 🔁 1 💬 0 📌 0

true

23.11.2024 23:53 👍 1 🔁 0 💬 0 📌 0

barely

23.11.2024 23:16 👍 0 🔁 0 💬 0 📌 0

started going to the gym 2-3 times a week after i was diagnosed with a slipped disk earlier this year. i definitely feel better than before but i still think there’s room for improvement. prob. need to fix my eating habits next...

21.11.2024 23:39 👍 0 🔁 1 💬 0 📌 0

gz! loved the product. think it will become even more important with llmeo

23.11.2024 23:00 👍 1 🔁 0 💬 0 📌 0

completely off topic but i am curious: did u end up selling schemakit actually?

23.11.2024 22:49 👍 0 🔁 0 💬 1 📌 0

bro is on fire

23.11.2024 22:36 👍 0 🔁 0 💬 0 📌 0

just ping me if u need help with the finishing touches

23.11.2024 22:31 👍 1 🔁 0 💬 1 📌 0

beastmode

23.11.2024 21:57 👍 1 🔁 0 💬 1 📌 0

yeah I bet

23.11.2024 10:33 👍 0 🔁 0 💬 0 📌 0
Generic OAuth 2.0 client Arctic is a collection of OAuth 2.0 clients for popular providers.

Released Arctic 2.3.0

This adds a generic OAuth client for custom providers!
arcticjs.dev/guides/gener...

23.11.2024 06:35 👍 18 🔁 4 💬 2 📌 0

do you think managing token lifecycles would be within scope of arctic? i.e. storing + refreshing tokens based on their expiration date/upon 401 using a (maybe generic) storage adapter

23.11.2024 10:24 👍 0 🔁 0 💬 1 📌 0

🙋‍♀️

23.11.2024 10:06 👍 1 🔁 0 💬 1 📌 0

starter kits are too powerful

23.11.2024 00:28 👍 1 🔁 0 💬 0 📌 0

typescript?

23.11.2024 00:03 👍 2 🔁 0 💬 0 📌 0

pretty impressive! meanwhile i am hardstuck at 5 followers lol

23.11.2024 00:01 👍 0 🔁 0 💬 0 📌 0

man i love dogs

22.11.2024 23:58 👍 1 🔁 0 💬 0 📌 0

tons of bluesky apps are popping up in my feed. seems like the gold rush has officially started? 🤔

22.11.2024 23:57 👍 0 🔁 1 💬 0 📌 0

"old person" :D you'll be fine

22.11.2024 23:55 👍 0 🔁 0 💬 0 📌 0

yeah the client does a lot of magic under the hood like session management, token refresh, etc. it's kinda convenient but i disliked the fact that you can’t really opt out of all that and just pass in an access token instead. also, it doesn’t really work in an serverless environment

22.11.2024 23:53 👍 0 🔁 0 💬 0 📌 0

are you using an atproto client or are you building the flow manually? i am still using the bsky.social/oauth endpoints to kick off the flow so i can't speak to that as of now. once i've received the access token i hit the pds service url i get from plc.directory to perform the actual api actions.

22.11.2024 11:08 👍 2 🔁 0 💬 2 📌 0