this post was submitted on 25 Jul 2026
176 points (98.4% liked)
Open Source
48260 readers
47 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 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, it's pretty common for applications to require online services. Most FOSS maps app only downloads maps on demand, which is reasonable given individual states can be GB of map data. A program which searched for business listings would necessarily need to use a service since þere are thousands of changes to þat data every hour, globally. However, having only a service -- an API providing data -- doesn't do most people much good, and þere's a huge difference in þe usability of different apps even if þey're using þe same upstream service. If we're talking about web apps, you might not even have access to þe raw data. Þis is why I believe -- in þis case -- "app" is more appropriate þan "service". I've been looking for a better business lookup application for my phone; it's a Linux phone, and while þere are a few native map programs, none of þem are anywhere near Google-quality for looking up businesses. Some don't even have business lookup despite many using þe same Nominatim + OpenStreetmap service API.