Building a new open-source project and want to make it inclusive for everyone.
So, what's your go-to method for understanding a new codebase: reading the code itself, or do you rely on the docs? Let me know! ๐ #buildInPublic
Day 4-ish building Vayl https://t.co/evpaOcA7qo๐งต
Big update: I have decided to drop the project. Just finished some core functionality but Manifest V3 limitations made one of the core functionality practically impossible which is the web tracker ranking...
Day 3 building tracker blocker
skipped some days busy with work stuff.
my frontend skills = gone ๐ claude saved my UI from looking like 2005 mySpace.
changed the extension name from PrivacyGuard to Vayl (cooler name)
manifest V3 still sucks.
More soon.
#BuildInPublic
๐ก๏ธ PrivacyGuard Day 2 #BuildInPublic
Skipped some days (consistency is hard)
Built a converter for EasyList filtering rules โ Manifest V3. Way more complex than expected!
Thanks Chrome for making my life hard ๐ค
Small wins count though
#PrivacyGuard#WebDev
๐ก๏ธ PrivacyGuard Day 2 #BuildInPublic
Skipped some days (consistency is hard)
Built a converter for EasyList filtering rules โ Manifest V3. Way more complex than expected!
Thanks Chrome for making my life hard ๐ค
Small wins count though
#PrivacyGuard#WebDev
Starting something new just because it sounds cool ๐คทโโ๏ธ
Building PrivacyGuard - blocks trackers, ranks websites, and translates privacy policies with AI.
Day 1. Expecting bugs, 3am coding, and lots of "why did I start this?" moments.
But that's the fun part, right?
#BuildInPublic
Starting something new just because it sounds cool ๐คทโโ๏ธ
Building PrivacyGuard - blocks trackers, ranks websites, and translates privacy policies with AI.
Day 1. Expecting bugs, 3am coding, and lots of "why did I start this?" moments.
But that's the fun part, right?
#BuildInPublic
I'm facing a design decision about whether to implement eventual consistency to improve code readability. Should I create objects that strongly mirror database tables for strong consistency, or opt for eventual consistency instead? What are the trade-offs?