Sky Feeds
banner
skyfeed.xyz
Sky Feeds
@skyfeed.xyz
A collection of custom feeds to enhance your Bluesky experience ⛅

Source code with all queries/algorithms: https://skyfeed.xyz/queries
yes, the easiest way is to add a second regex block after the first one and tick the "invert" checkbox for the second one. it will remove all posts that match the second regex
July 30, 2023 at 12:04 AM
just a regex with \b@handle should work
July 30, 2023 at 12:02 AM
it should be working in the official app, check if your " content language" settings maybe filter out some posts. also if it doesn't work you can configure your default "Following" feed to not show replies in settings if you're using the most recent official app
July 10, 2023 at 10:21 PM
not yet
July 5, 2023 at 5:33 PM
performance, it's not possible to build an efficient index for every single possible regex, so the engine always has to check every single post for a regex match. when you use a single user or list input it's less posts to search so the limit could be higher (iirc 10 days atm)
July 4, 2023 at 5:56 PM
the list input always uses the maximum timeframe available. should be back to 7 days now!
July 3, 2023 at 10:28 PM
right now all feeds are limited to 24 hours for performance reasons (there's a lot of activity right now), but should be back to 7 days soon
July 3, 2023 at 9:59 PM
yeah that looks good
July 3, 2023 at 5:35 PM
you can check the status page to see if it's just your feed: https://status.skyfeed.xyz/
SkyFeed Status – updown.io
status.skyfeed.xyz
July 3, 2023 at 3:16 PM
Should be back online now! new deployment gone wrong
July 3, 2023 at 3:16 PM
It should be picked up if you get enough likes
July 3, 2023 at 11:13 AM
After pasting the link in the bsky.app text box it should show a button for adding the embed
July 3, 2023 at 10:54 AM
I just switched to a new query engine powered by Rust which is a lot more efficient, but does not support lookaheads and lookbehinds because they are slow. it should be possible to rewrite your regex to work without them, let me know if you need help with that
July 2, 2023 at 4:16 PM