Viewing profile — westnordost
westnordost
HN member- Joined
- Sat, Jun 19, 2021, 7:03 AM UTC
- HN karma
- 24
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About westnordost
No profile information was provided.
Recent public activity
-
comment
Comment #48821417
It works offline, for one. A lot of datais kept persistently in a SQLite database.
-
comment
Comment #48821406
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…
-
comment
Comment #48821336
When you are out of quests in your area, check the overlays! (Button to the left of the menu)
-
comment
Comment #48821295
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 cauti…
-
comment
Comment #48821047
In regards to your edit: Yes, this is exactly correct.
-
comment
Comment #44179419
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…
-
comment
Comment #40434166
Are you thinking of certain secondary libraries in particular?
-
comment
Comment #40434128
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 …
-
comment
Comment #39131874
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 source…
-
comment
Comment #33041478
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…
-
comment
Comment #31716481
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 m…
-
comment
Comment #27606910
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/spec…
-
comment
Comment #27606773
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?
-
comment
Comment #27558682
(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 fo…
-
comment
Comment #27558479
Doesn't it run in anbox?
-
comment
Comment #27558460
(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 ver…