this post was submitted on 10 Jul 2024
165 points (98.8% liked)
Open Source
31165 readers
293 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Same, i tried Grayjay today and i was surprised about how well and reliably it worked. Does someone know why?
My guess (and it's only a guess, I haven't looked at the source code) is that the scraping is being done on a server end that they can update without having to push an app update.
edit: my guess was wrong, I found where the source code is and they do the parsing locally - however it's a plugin that I assume gets loaded in on app start so they can still update it without having to publish a new apk. this is the fix
interestingly although Grayjay itself is proprietary this plugin is Affero GPL licensed.
Woah, thanks for the insight!