Sky Feeds's Avatar

Sky Feeds

@skyfeed.xyz.bsky.social

A collection of custom feeds to enhance your Bluesky experience ⛅ Source code with all queries/algorithms: https://skyfeed.xyz/queries

8,083 Followers  |  2 Following  |  50 Posts  |  Joined: 20.05.2023  |  2.2536

Latest posts by skyfeed.xyz on Bluesky

All SkyFeed feeds are now back online, thanks for your patience! The feed generator backend is now serving 120 feed requests/second :O

New posts might still be a bit delayed, please reply to this post if your feed is having other issues.

07.02.2024 13:04 — 👍 334    🔁 52    💬 185    📌 8

Hey SkyFeed users, new posts won't appear in your feeds for the next 1 to 3 hours because I switched the indexer to the new federated bsky.network BGS, and it still needs to catch up on the last three days' worth of posts, likes and so on! Thanks for your patience.

07.11.2023 18:43 — 👍 808    🔁 174    💬 46    📌 20

✨ The 𝙇𝙞𝙨𝙩 𝘼𝙧𝙘𝙝𝙞𝙩𝙚𝙘𝙩 is now live on skyfeed.app ✨

You can use it to create lists based on RegEx matching display names, handles and the full profile description.

This feature is still highly experimental, so please be careful and report any issues and bugs you might encounter here in this thread!

06.11.2023 20:59 — 👍 87    🔁 28    💬 15    📌 10

Update: Everything is back online!

28.10.2023 15:20 — 👍 47    🔁 9    💬 7    📌 1

✨ SkyFeed v0.9.0 ✨

• The sidebar is now collapsible and shows a list of trending hashtags
• You can now create multiple workspaces/decks and quickly switch between them
• Full hashtag support with feeds for every existing hashtag (sorted by New, Hot, Rising, Top or Random)

→ skyfeed.app

26.10.2023 18:22 — 👍 58    🔁 32    💬 5    📌 4

✨ New personalized Feed: Liked by Follows ✨

It contains posts liked in the last 10 hours by users you follow. However, the more posts someone has liked, the less their likes are worth. So the feed might highlight interesting posts by users who don't use Bluesky that much yet :)

10.10.2023 15:46 — 👍 87    🔁 44    💬 6    📌 10

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

30.07.2023 00:04 — 👍 4    🔁 1    💬 1    📌 0

just a regex with \b@handle should work

30.07.2023 00:02 — 👍 2    🔁 0    💬 0    📌 0

🛠️ Builder Update 🛠️

• RegEx search now supports alt text and links
• Remove by reply/repost count
• Remove list of users
• Stash+Pop blocks for more advanced feeds
• Remove duplicates
• List Input: set timeframe
• Debug info: result counts
• Performance optimizations!

Try it on https://skyfeed.app

16.07.2023 20:51 — 👍 89    🔁 26    💬 15    📌 5

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

10.07.2023 22:21 — 👍 0    🔁 0    💬 1    📌 0
Preview
GitHub - skyfeed-dev/query-engine: Query Engine used by custom feeds created using the SkyFeed Build... Query Engine used by custom feeds created using the SkyFeed Builder - GitHub - skyfeed-dev/query-engine: Query Engine used by custom feeds created using the SkyFeed Builder

The SkyFeed Builder query engine is now open-source 🛠️ Written in Rust and powers all of the 645+ feeds you already published! The engine has been pretty reliable, the recent outages were caused by the custom caching proxy.

https://github.com/skyfeed-dev/query-engine

05.07.2023 17:53 — 👍 64    🔁 22    💬 4    📌 2

not yet

05.07.2023 17:33 — 👍 0    🔁 0    💬 0    📌 0

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)

04.07.2023 17:56 — 👍 2    🔁 0    💬 2    📌 0
SkyFeed Status – updown.io

SkyFeed Status Page: https://status.skyfeed.xyz/

If this is the only post you see in a custom feed, SkyFeed is down. If I'm not asleep, it should be back online in about 15 minutes!

03.07.2023 22:33 — 👍 346    🔁 33    💬 33    📌 19

the list input always uses the maximum timeframe available. should be back to 7 days now!

03.07.2023 22:28 — 👍 3    🔁 0    💬 2    📌 0

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

03.07.2023 21:59 — 👍 3    🔁 0    💬 2    📌 1

yeah that looks good

03.07.2023 17:35 — 👍 2    🔁 0    💬 1    📌 0
SkyFeed Status – updown.io

you can check the status page to see if it's just your feed: https://status.skyfeed.xyz/

03.07.2023 15:16 — 👍 1    🔁 0    💬 0    📌 0

Should be back online now! new deployment gone wrong

03.07.2023 15:16 — 👍 1    🔁 0    💬 2    📌 0

It should be picked up if you get enough likes

03.07.2023 11:13 — 👍 1    🔁 0    💬 1    📌 0

After pasting the link in the bsky.app text box it should show a button for adding the embed

03.07.2023 10:54 — 👍 0    🔁 0    💬 1    📌 0

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

02.07.2023 16:16 — 👍 2    🔁 0    💬 2    📌 0

Hey everyone, the bsky firehose (API) is still catching up after the outage, so you might not see new posts on SkyFeed feeds for the next few hours. In other news, a rewritten version of the SkyFeed query engine in Rust is almost ready, so big performance improvements coming early next week!

01.07.2023 22:42 — 👍 37    🔁 8    💬 5    📌 2
SkyFeed Builder UI, configured with a "What's Hot Classic" Feed, input entire network, remove replies, remove posts with less than 12 likes, sort by creation date

SkyFeed Builder UI, configured with a "What's Hot Classic" Feed, input entire network, remove replies, remove posts with less than 12 likes, sort by creation date

🛠️ Builder Update 🛠️

You can now filter by like count and remove non-hellthread posts using the "Remove" block!

More improvements: show query timings, detect if name is too long, better error messages, mobile support, unpublish feeds, explain RegEx block, list picker

Try it on https://skyfeed.app

24.06.2023 18:14 — 👍 44    🔁 13    💬 7    📌 3
screenshot of the SkyFeed Builder UI. left side contains the configuration for the feed (like display name) and a visual block-based editor. right side contains a preview of the feed. The example feed filters for all posts on the network using the science emoji and ranks them with the What's Hot (Hacker News) algorithm.

screenshot of the SkyFeed Builder UI. left side contains the configuration for the feed (like display name) and a visual block-based editor. right side contains a preview of the feed. The example feed filters for all posts on the network using the science emoji and ranks them with the What's Hot (Hacker News) algorithm.

🛠️ Introducing the SkyFeed Builder 🛠️

Easily build powerful custom feeds using simple blocks and a full preview of the feed. When you're ready, you can publish the feed on your account for anyone to use, even in the official app!

Available now on https://skyfeed.app/

23.06.2023 18:01 — 👍 320    🔁 132    💬 44    📌 67
Screenshot of the new SkyFeed Builder, running in debug mode

Screenshot of the new SkyFeed Builder, running in debug mode

Coming soon: Build powerful custom feeds directly in the SkyFeed app 🛠️ These feeds can be published on your personal account and used by anyone, even in the official app!

15.06.2023 20:34 — 👍 184    🔁 68    💬 20    📌 20
Preview
GitHub - skyfeed-dev/indexer: ATProto/Bluesky Indexer powered by SurrealDB. ATProto/Bluesky Indexer powered by SurrealDB. Contribute to skyfeed-dev/indexer development by creating an account on GitHub.

All @skyfeed.xyz queries/algorithms are now open-source: https://skyfeed.xyz/queries

You can run them yourself with an instance of the SkyFeed Indexer (https://github.com/skyfeed-dev/indexer). Algorithmic transparency is important, especially for more complex feeds like "Discover".

12.06.2023 17:34 — 👍 13    🔁 5    💬 2    📌 0

Unfortunately it's hard to detect the location, one approach could be to check the profile of who posted something for country flags, but that's not really reliable.

12.06.2023 17:22 — 👍 0    🔁 0    💬 1    📌 0

hmm weird, does that still happen?

12.06.2023 17:20 — 👍 0    🔁 0    💬 1    📌 0

yeah I could do that, maybe just include them by default in the main feed

12.06.2023 17:19 — 👍 0    🔁 0    💬 0    📌 0

@skyfeed.xyz is following 2 prominent accounts