Live data from Hacker News

Viewing profile — nativeforks

nativeforks

HN member
Joined
Tue, Apr 15, 2025, 10:15 AM UTC
HN karma
386
Public activity
82 items

About nativeforks

Android Developer | FOSS Advocate | Technical Writer. @MubarakNative

- https://github.com/MubarakNative

Recent public activity

  1. comment
    Comment #48707234

    I've been using 1.1.1.1 for performance rather than privacy. Maybe I should revisit that decision after reading this.

  2. comment
    Comment #48707182

    The browser-first approach is a bigger deal than it sounds. Every time I've looked at reverse engineering, I got stuck somewhere between "install this ancient compiler" and "patch …

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #46655341

    Exactly, you got it

  8. comment
    Comment #46631664

    >Maybe look into dual licensing. No, no, not at all as a FOSS developer. > I’m planning a non-intrusive in-app prompt to remind users about donations something subtle, because many…

  9. comment
    Comment #46627284

    Thanks! I feel the same there’s a lot of room for small, focused utility apps that do one thing well without ads, trackers, or dark patterns. That’s largely the motivation behind t…

  10. comment
    Comment #46627231

    Thanks for the suggestion, that’s a fair point. I currently rely on a couple of mainstream platforms mainly to keep things simple, but I do see the value in more open and permissio…

  11. comment
    Comment #46627159

    >Have you had any luck using vector maps? I already done much research about it (the same as you've mentioned here) related to OSM vector maps. See:( https://github.com/CompassMB/M…

  12. comment
    Comment #46627076

    Yep, if it were close to the power line, it might cause accuracy loss, but you can obviously easily find the compass accuracy in the top app bar, and if it goes 'very low', the ale…

  13. comment
  14. comment
    Comment #46617924

    The reason I included that note is that, as an open-source developer, I’ve seen many projects that weren’t actively maintained get picked up by bad actors as they modify the code a…

  15. comment
    Comment #46617784

    Yep, I’m aware that many FOSS projects use in-app payments, but for MBCompass, I want to keep it free on every platform, regardless of the audience. Without funding or community co…

  16. comment
    Comment #46617591

    > but I wonder how accurate the compass is MBCompass uses sensor fusion for accuracy, combining sensor data from the accelerometer, gyroscope, and magnetometer. It is one of the mo…

  17. comment
    Comment #46616939

    Thank you so much that really means a lot! Beyond donating, the best way to support MBCompass is simply spreading the word. That helps more people discover it, contribute to it, an…

  18. comment
    Comment #46616252

    Thank you, that really means a lot. Consistency has been important to me, whether it’s shipping regular releases with real improvements ( https://github.com/CompassMB/MBCompass/rel…

  19. comment
    Comment #46615835

    TBH, that’s a great idea! It’s actually on my roadmap for MBCompass, something like waypoint tracking, where you can mark a location and get a directional arrow to it. Appreciate t…

  20. comment
    Comment #46615425

    Exactly! That’s exactly the philosophy behind MBCompass keeping the core functionality focused and lightweight, without unnecessary frameworks or bloat. People are often surprised …

  21. comment
    Comment #46615355

    That’s great to hear! Glad it’s helping with everyday use cases like that.

  22. comment
    Comment #46615343

    Thanks! MBCompass will stay fully FOSS and free. Donations are extremely rare (tbh, I've not received a single one), especially from the Foss Android community, but they’re still v…

  23. comment
    Comment #46615259

    As part of the MBCompass v2 proposal, I’m working on: - Waypoint tracking (with GPX import/export support) - GPS speedometer - Offline maps with offline POI search using GeoPackage…

  24. comment
    Comment #46615142

    Good question! “Offline-friendly” mainly refers to the core compass and sensor features, which work fully offline. For maps, it’s a bit different users initially see an online base…

  25. comment
    Comment #46615074

    Thanks! Currently, MBCompass can show both magnetic north using Android’s sensor fusion and true north (based on WGS84 geodetic coordinates). Adding a magnetic compensation map sou…