Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
westnordost
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
westnordost
9d ago
As far as I know, yes. However, it was not quite adjacent but rather within the military base. https://www.openstreetmap.org/?mlat=27.10983&mlon=57.08475&z... After first looking at the map, I was quite surprised as
2.
▲
by
westnordost
3mo ago
It works offline, for one. A lot of datais kept persistently in a SQLite database.
3.
▲
by
westnordost
3mo ago
Well, sort of. That'd be very bluesky. What's closer, actually, would be a desktop version, or rather, a version for Linux mobile like postmarketOS (would run like a desktop app in a JVM, but for a mobile target, the layout and
4.
▲
by
westnordost
3mo ago
When you are out of quests in your area, check the overlays! (Button to the left of the menu)
5.
▲
by
westnordost
3mo ago
In my opinion, gamification that makes one addictive is very unethical. So, any measure that aims at keeping users engaged (as the duolingo icon for example) should be viewed cautiosly. Also, specifically with apps with which people provide
6.
▲
by
westnordost
3mo ago
In regards to your edit: Yes, this is exactly correct.
7.
▲
by
westnordost
1y ago
The bitmap approach you describe allows for immediate (i.e. O(1) ) lookup of region by coordinate, which is pretty neat. Space-efficiency-wise, a bitmap (+ index that maps color to country) might not be the most efficient data structure, th
8.
▲
by
westnordost
2y ago
Are you thinking of certain secondary libraries in particular?
9.
▲
by
westnordost
2y ago
You probably mean Compose Multiplatform? That is a fork, or rather, extension to Jetpack Compose, Google's declarative UI framework for Android. It uses Skia for rendering but has an the identical API to Jetpack Compose, hence from the
10.
▲
by
westnordost
3y ago
Regarding data mining tools for OpenStreetMap, there is also a tool with which one can use SPARQL syntax. This means that one could conflate data with wikidata or other data sources easily, too: QLever: https://qlever.cs.uni-frei
11.
▲
by
westnordost
4y ago
The most accessible general-purpose map app for end users (Android and iOS) is written in C/C++. This is pretty high on the cool and useful scale: https://organicmaps.app/ Both map renderers Tangram-ES and Maplibre-GL
12.
▲
by
westnordost
4y ago
Just for context, here is the current OSM data model in a nutshell: There are three data types - nodes, ways and relations. All of the three can have any number of "tags" (i.e. a map<string, string>), which define their sema
13.
▲
by
westnordost
5y ago
Where the SDK pulls its data from is not hardcoded. The SDK is just a library, used to render vector map tiles, usually in the MVT-format: https://docs.mapbox.com/vector-tiles/specification/ Most maps rendered wit
14.
▲
by
westnordost
5y ago
If it is true that Apple will soon drop OpenGL and only support Metal: Will the SDK also work on iOS and Mac then, i.e. has Metal support?
15.
▲
by
westnordost
5y ago
(Author here:) I got many emails about new patrons/sponsors yesterday and was astonished where this was all coming from, now I know! Thank you for posting this and thank you all for your support! This helps me a lot to find the time to
16.
▲
by
westnordost
5y ago
Doesn't it run in anbox?
17.
▲
by
westnordost
5y ago
(Author here:) I too wish there could be an iOS version one day and it is also theoretically possible to do this, i.e. share code between the iOS version and the native Android version. The issue is, that the intial effort to do this is eno