New comments feature
New comments feature
When you open a NSFW post, should it unblur?
Let’s say you click on a NSFW post on home tab, a community, etc, should it unblur the post? Currently you have to click the “show nsfw” button. If you open the post, it requires a second click. I’m thinking about making it so it unblurs when you open the post. The exception would be if someone direct links you to the post. The I will still require you click “show nsfw”. If you agree it should unblur, then what should happen when you return to home, the community, etc? Should it reapply the blur or remain unblured in the feed of multiple posts?
Crosspost with blorp?
T‑Mobile Launches ‘Edge Control’ and ‘T-Platform’: New Advanced Network Solutions That Redefine Mission-Critical Connectivity for Businesses
NSFW blur setting
A note about reviews
[Release] v1.9.24
v1.9.23 in production - feat: easter eggs, can you find them 👀 - fix: piefed community featured posts #191 [https://github.com/Blorp-Labs/blorp/pull/191] - feat: small post cards #188 [https://github.com/Blorp-Labs/blorp/pull/188] - feat: show user sidebar on mobile, closes #192 [https://github.com/Blorp-Labs/blorp/pull/192] - fix: piefed pagination #194 [https://github.com/Blorp-Labs/blorp/pull/194] v1.9.24 in beta - feat: add support for markdown superscript and subscript #196 [https://github.com/Blorp-Labs/blorp/pull/196] - feat: allow images to be pasted into markdown editor #197 [https://github.com/Blorp-Labs/blorp/pull/197] - feat: piefed post flairs #184 [https://github.com/Blorp-Labs/blorp/pull/184] - fix: storage garbage collection #199 [https://github.com/Blorp-Labs/blorp/pull/199] - refactor: improve blocking #205 [https://github.com/Blorp-Labs/blorp/pull/205] - refactor: shrink react query cache #210 [https://github.com/Blorp-Labs/blorp/pull/210] - feat: ultra compact posts #204 [https://github.com/Blorp-Labs/blorp/pull/204] - feat: add remove post as mod #208 [https://github.com/Blorp-Labs/blorp/pull/208]
[Proposal] Content Filtering
I’m working on a new filtering engine that I think will be like nothing you’ve seen yet. Basic overview: - There will be a list of filters you can browse - E.g. US Politics - You select the filter list(s) you are interested in - The filter list will receive updates. - Say a new political event happens and a new name floods the news. The list can be updated dynamically to include the new name without you having to do anything. For those of you that are tech savvy: - Filter lists will live on GitHub - You can fork an existing filter list. - You can create/host your own filter list for other Blorp users. - You can open pull requests for existing filter lists. - There will be some tools within Blorp to debug your filter list Other notes: - I don’t plan on letting you build these filter list from within the app. They are far too complex to edit easily within the app. - But that complexity means you can do far more than other apps - Block a post IF it mentions a US state (e.g. “Texas”) AND it mentions “shooting” - Block a post IF it mentions “ICE” AND it mentions (“detention” OR “deport”) - Block a post IF it’s by a specific list of users AND it mentions a specific word - The goal is to create more collaboration between users and make it easier to cut through all the noise on Lemmy and PieFed How are you currently using filtering in Blorp, Voyager, etc? - What type of content are you currently trying to block? - Are your filters very unique to you, or something that could be shared as a list?