semantic bufo search find-bufo.com
bufo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tune(bot): exclude "deal with it" from matching

comes off as insensitive in most contexts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
bot/src/config.zig
··· 25 25 .cooldown_scale_factor = parseU32(getenv("COOLDOWN_SCALE_FACTOR"), 400), 26 26 .length_multiplier = parseU32(getenv("LENGTH_MULTIPLIER"), 6), 27 27 .max_posts_per_hour = parseU32(getenv("MAX_POSTS_PER_HOUR"), 3), 28 - .exclude_patterns = getenv("EXCLUDE_PATTERNS") orelse "what-have-you-done,what-have-i-done,sad,crying,cant-take,knife,what-are-you-doing-with-that,\\brip\\b,fire,ventilator,carnage,riot,grenade,pitchfork,sobbing,breakdown,meltdown,panic,pleading,cry,call-for-help", 28 + .exclude_patterns = getenv("EXCLUDE_PATTERNS") orelse "what-have-you-done,what-have-i-done,sad,crying,cant-take,knife,what-are-you-doing-with-that,\\brip\\b,fire,ventilator,carnage,riot,grenade,pitchfork,sobbing,breakdown,meltdown,panic,pleading,cry,call-for-help,deal-with-it", 29 29 .stats_port = parseU16(getenv("STATS_PORT"), 8080), 30 30 .backend_url = getenv("BACKEND_URL") orelse "https://find-bufo.com", 31 31 };