Headlines from verified news organisations in reverse-chronological order. Maintained by @aendra.com.
A feed for anyone who likes reading and books. Share what you're reading with us by using 💙📚 or #booksky in your posts. More #booksky feeds 👉🏻 booksky.club/list
Posts about all aspects of game development. Opt in with "game", followed by animation, art, audio, design, dev, jam, lighting, music, narrative, or writing. Opt out with #Private, #NoFeed, or #NoGameDev. Discuss at trezy.studio/discord. Support the feed at ko-fi.com/trezycodes.
See what's hot in art by human artists! Filters out AI/NFTs. Use #art to post. Pulls from a growing list of popular art related hashtags. Please Pin, Like and Share to help the feed get discovered!
Trending headlines from verified news organisations. Maintained by @aendra.com
home cooking, fermentation, homebrewing, pickling, baking, canning, preserving, delicious food and much more! 🍽️ run by @clarabelle.xyz - approving new chefs again starting in spring 2025!
Headlines from verified news organisations in reverse-chronological order. Maintained by @aendra.com.
Trending headlines from verified news organisations. Maintained by @aendra.com
All-inclusive, chronological video games feed. All gamers welcome. Anything related to gaming welcome. Anyone can use #gaming to include relevant posts.
Trending web dev topics on bsky. View the algorithm definition: https://www.graze.social/feeds/1702 Want to improve it? Post at @hipstsersmoothie.com
Links to adult sites from verified NSFW creators (onlyfans, fansly, manyvids, loyalfans, porn sites, fansites, sexting sites, clipsites, etc) NSFW - 18+ - MDNI Gender inclusive!
Splatoon feed is now Trending Splatoon Fan Art! Use #splatoonart to post. Excludes AI/NFTs, NSFW art, and model edits. Please Pin, Like and Share to help get the feed discovered! If you're looking for a general Splatoon feed try: https://bsky.app/profile/kellienicely.com/feed/aaaga2csdc6x4
[Snippet] RegExp (include-any)
A **case-insensitive "include-any"** Regular Expression custom node that checks the `text`, `embed`, and/or `facets[*]` fields. ## Purpose - Simplifies RegExp handling across multiple fields - Matches values even when casing varies - Makes the custom node reusable and developer-friendly ## Notes - Best used for detecting general terms regardless of case - Helpful for broad pattern matching (e.g., mentions, general keywords) ## Variants: case-insensitive - RegExp (include-any) — this one - [RegExp (exclude-all)](https://www.graze.social/app/custom-nodes/424/view) - [RegExp (exclude-any)](https://www.graze.social/app/custom-nodes/425/view) - [RegExp (include-all)](https://www.graze.social/app/custom-nodes/426/view) ### Variants: case-sensitive - [RegExp (include-any sensitive)](https://www.graze.social/app/custom-nodes/427/view) - [RegExp (exclude-all sensitive)](https://www.graze.social/app/custom-nodes/428/view) - [RegExp (exclude-any sensitive)](https://www.graze.social/app/custom-nodes/429/view) - [RegExp (include-all sensitive)](https://www.graze.social/app/custom-nodes/430/view) --- Feedback/support: [Graze Discord](https://discord.com/channels/1317961716532903976/1360009797004558728)
Word List
A blanket inclusion node that applies to basically anywhere that text can be found in a posts' data
Moderation Starterpack: Website Blocklist
Toggle to block and unblock websites. Mouseover the ⓘ next to each parameter for help and descriptions of blocklists. V1.0
PNW locations
I will be splitting this into regions eventually
[Snippet] RegExp (exclude-all)
A **case-insensitive "exclude-all"** Regular Expression custom node that runs checks across the `text`, `embed`, and `facets[*]` fields. ## Purpose - Centralises RegExp logic for easier maintenance - Filters out matches from all key fields containing text and URIs - Keeps the custom node lightweight and efficient ## Notes - Useful for global exclusions (e.g., spam terms, banned domains) ## Variants: case-insensitive - [RegExp (include-any)](https://www.graze.social/app/custom-nodes/423/view) - RegExp (exclude-all) — this one - [RegExp (exclude-any)](https://www.graze.social/app/custom-nodes/425/view) - [RegExp (include-all)](https://www.graze.social/app/custom-nodes/426/view) ### Variants: case-sensitive - [RegExp (include-any sensitive)](https://www.graze.social/app/custom-nodes/427/view) - [RegExp (exclude-all sensitive)](https://www.graze.social/app/custom-nodes/428/view) - [RegExp (exclude-any sensitive)](https://www.graze.social/app/custom-nodes/429/view) - [RegExp (include-all sensitive)](https://www.graze.social/app/custom-nodes/430/view) --- Feedback/support: [Graze Discord](https://discord.com/channels/1317961716532903976/1360009797004558728)
Include Regex List
Include posts if they contain any words or terms in your regex list. This custom node does a case-insensitive search for regex terms in text, hashtags, alt text, descriptions, and titles. Hidden tags coming soon.
restrict links
sorted by different categories this is just me collecting links, I plan to customize this heavily when used in a feed. some of these can be combined. this is a very rough draft
All Site References
The entity list domain node does not capture subdomains of the domain (website). This custom node allows you to define a domain and have it capture all subdomains anywhere in the post data. NOTE: there's an implicit \\b at the end of regex lists currently so this won't work entirely as expected yet
post parameters
control the length of a post, hashtags and tags
Furry Art
Selectively include or exclude groups of furry art related keywords. Searches text, alt text, hashtags, descriptions, and link titles. A number of keywords are provided. You can remove or modify any of these, or include your own.
reduce spammers
Intended to remove low quality hashtags and accounts that use conflicting or not applicable hashtags. originally used for nsfw feeds. also includes those that engage in follow farming
Include Word List
Include posts if they contain any words or terms in your word list. This custom node does a case-insensitive search for words in text, hashtags, alt text, descriptions, and titles. Hidden tags coming soon.