degoogle DeGoogle Yourself Using OsmAnd~ navigation from Google Maps Web search
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    2 months ago 100%

    So far I haven't done anything apart from Share from Google Maps Web and Open with OsmAnd~. I have not faced such errorneous behaviour. Proabably because I have never shared a pin, and always shared places which I have found through Google Maps.

    I will try more with pins and custom locations, and let you know.

    1
  • degoogle DeGoogle Yourself Using OsmAnd~ navigation from Google Maps Web search
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    2 months ago 100%

    I usually open the Google Maps Web in an incognito window. But I'd definitely try the App you recommended.

    Just a quick question, if you happen to know the App workings - Does this App clears the data of web-view on close? Or the Search history persists over the usage? Apart from the android app data clear option, is there any internal auto-clear option?

    3
  • degoogle
    DeGoogle Yourself dipak 2 months ago 100%
    Using OsmAnd~ navigation from Google Maps Web search

    Hi folks, I recently migrated to GrapheneOS and am happy with all the open-source, privacy centric apps except for navigation. In my region, OSM has limited mapping data for places, businesses, and landmarks. I contribute whenever I can, but often I can't find the place I need and have to rely on someone else using Google Maps for navigation. I tried using Google Maps in the browser, but live navigation isn't available. I used to pre-plan routes on Google Maps on my PC, get the coordinates, and input them into OSM. However, that process was very tedious. Today, I learned that I can use the "Share Place" feature of Google Maps Web. Among the share options - I can use OsmAnd~ to directly open that place in the OsmAnd~ navigation app. I was about to give in and install the Google Maps app, but then I stumbled upon this feature. Many of you might already know of this feature, but I didn't, and I'm really happy that such feature exists. Nevertheless, I'd still request OSM users to keep contributing places. So that we would not even have to rely on the browser based Google Maps. Not exactly a DeGoogle guide, but I believe it might help transitioning.

    45
    12
    privacy Privacy Adversarial images on clothing to combat AI facial recognition without covering the face
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    2 months ago 92%

    Good for privacy! But I really doubt it would work for all recognition systems.

    Some funny pitfalls that may occur - Self driving cars would prefer to hit that person if had to make a choice between him and some other human. And, there is possibility that the Street mapping cars would not blur his face for the lack of detection.

    11
  • india India is there an ISP which provides public IP?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    3 months ago 100%

    Check their business offerings, the higher bandwidth plans from ISPs usually ship with a public static ip.

    2
  • grapheneos GrapheneOS [Unofficial] GrapheneOS Now Supports a Duress Reset PIN and More
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    4 months ago 100%

    Use the duress pin feature along with Phone Lock app, which disables biometric login for next unlock on sudden gyro movement shock. Thus, enteing into pin/password only mode, where duress feature can be used easily.

    1
  • selfhosted Selfhosted Has anyone checked out this ipv6rs service yet?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    From IPv6.rs FAQs I get the impression that they only provide IPv6 route through their tunnel. I think self-hosting something only reachable via IPv6 would cause you trouble accessing it in IPv4 only networks - which are still far more common compared to IPv6.

    Hurricane Electric provides such IPv6 over IPv4 tunnel facility with /48 block routed to your network. I've only used this service for testing my IPv6 knowledge, so performance-wise I'm not sure how good it is. Thus, if IPv6.rs provides a significant performance over the HE-TunnelBroker, then I'd suggest you go with IPv6.rs given a decent price for the service.

    If you are considering a simple to set-up tunnel utility for your self-hosting applications, I'd suggest you consider other tunneling options which have both IPv4 and IPv6 capabilities. Some widely used ones are Cloudflare Tunnel and Ngrok. You may also use Tailscale to connect both server and client via VPN. Using Cloudflare or Ngrok would involve some privacy concerns, as they can see the traffic passing through the tunnels in plain text.

    E: better words substitution

    6
  • fdroid F-Droid Overview of F-Droid apps published with Reproducible Builds · GitLab
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    Few things which makes achieving reproducible/deterministic builds hard are - timestamps of generated/compiled files, continuously updating versions of build tools(+support libraries), output binary difference compiled across different OS.

    We can use docker based build system for this, but it would require very carefully configured Dockerfile to keep the build tools+libraries on specific version. And if we do a pre-built Docker Image, then the Reproducibility of that Docker Image has to be proven first. It is indeed a difficult task, but not an impossible one. With F-Droid providing a sound framework for reproducible build generation, I believe we would have majority of large Android Apps reproducible in next few years.

    2
  • selfhosted Selfhosted How are you making services remotely accessible?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 85%

    Just a reminder that even though the tunnel itself is encrypted, the whole connection is not E2E encrypted between your remote client and the server. Cloudflare as a CDN/PoP provider can see the traffic in plaintext.

    In all other aspects, this is a great solution, as we even get to use the edge caching(over top of all others mentioned above) facility - which further reduces the requests to origin server.

    5
  • selfhosted Selfhosted [Question] Self hosted setup for monitoring Self-hosted services?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    I'm a web-app developer myself. So I don't mind configuring things if needed. I can opt to configure if it meets my goals better. I'd check out nagios. :))

    1
  • selfhosted
    Selfhosted dipak 5 months ago 96%
    [Question] Self hosted setup for monitoring Self-hosted services?

    Hi all. I just set-up my first self-hosting server with NextCloud, Immich and a VPN server. I was wondering if there is a tool or layer of tools which would help me monitor my server and the services including running stats, resource usage stats, system logs, access logs, etc? I read that Grafana Loki along with Prometheus could possibly help me with this. I just wanted to ask that - should I explore these two tools or do we have some other and better(suiting to my needs) tools? Please recommend Open Source tools only. Preferably Docker, or Linux based otherwise. Thank you :))

    51
    18
    privacy Privacy Cops can force suspect to unlock phone with thumbprint, US court rules
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    Not as part of core GrapheneOS, but an app called "Private Lock" can detect sudden force via accelerometer and disable the fingerprint based unlocking for next unlock.

    But yeah, an erase passcode feature with opening a decoy profile would be a great feature to have.

    E: grammar

    13
  • android Android Switching back to Android (GrapheneOS), anything cool I've been missing out on?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    Simple Mobile Tools the company behind Simple Apps has been bought by ZipoApps. The repo is no longer maintained by original developers, and it is speculated that ZipoApps would soon introduce advertisements in the Simple Apps.

    A fork of SimpleApps is continued as Fossify Apps.

    3
  • anticorporate Anti-Corporate Movement Getting an old phone with postmarket OS might be the way to go.
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    By "general purpose OS" I meant "an OS or OSes which are capable to provide features so that the phone can reasonably used as a daily driver". Similar to bare-bone AOSP. I didn't stress on a single OS. Sorry, that was not clarified in my response.

    Regarding the other parts, the issue is not about the jailbreak or unlock of bootloader - it is already being done. And it is getting increasingly easy for those phones which stop getting updates. I was stressing the fact that even after such unlock, the harder part is to avail/install a workable OS on such a phone, and even harder is to develop such. A lot of reverse engineering needed in such efforts.

    Yeah, if we can get the device unlocked, get the full hardware specifications with datasheets and firmware code, and source code of the drivers then we might have a shot.

    Sorry, I was not on the same ideological page as you on Anti-Corporate Movement. I'm new here, and wasn't fully aware of the goal of community. So, my reply was along the lines of technical issues of the approach.

    2
  • anticorporate Anti-Corporate Movement Getting an old phone with postmarket OS might be the way to go.
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    5 months ago 100%

    I think one should also take into factor that not only software(at OS level), but the hardware(including GSM base-band) is being continuously deprecated in favor of newer and faster(?) hardware. Eg. 5G is pushed aggressively at the cost of lower speeds of 4G and broken connectivity of 3G.

    Despite this, if someone is ready to work with a deliberately throttled network, then there is full ecosystem of apps and services which continuously target newer OS versions, in order to get access to better, faster, more secure libraries and OS APIs. If the case is not about smartphones, then the dumb phones don't need any OS upgrade to continue working. A caution here is - those phones would not be secure to vulnerabilities found afterwards.

    Similar situation prevails in Computers as well(stopping OS upgrades and associated browsers/apps stops working after some years on that OS) but the lifespan of a computer is longer than that of a phone.

    Regarding custom OS -- getting the latest version of Android work on older phone hardware is already tedious task. It requires rewriting the malfunctioning drivers to be compatible with the new OS APIs. The hardware vendors add to the misery and don't release workable documentations on how to approach writing drivers for a different OS. Now, multiply this effort for all sorts of different hardware made by different vendors! I believe a general purpose phone OS which would support such a large variety of phone hardware would be a humongous task.

    E: After reading the petition -- I think for the sake of not wasting a decently working hardware we can have some sort of jailbreak. But without a proper working replacement OS after the jailbreak, the situation would not change much. And, if one can provide such reliable OS, it is a potential company idea right there!

    4
  • privacy Privacy ELI5: GrapheneOS questions
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDI
    dipak
    6 months ago 100%

    +1 for recommending Fossify over 'SimpleApps'

    Extending the reply for 'Sandboxed Play Store .. F-Droid .. Aurora Store' -

    1. In case of Sandboxed Play Store - we'd need to login via a Google account in order to be able to download apps. Also, when we allow network access to the Play Store, it may send device info, app downloaded, updated etc related telemetry to Google. Also expect the promoted apps/games ads in the Play Store home screen.
    2. In case of Aurora Store - we can use it via Anonymous User or we can supply our own Google Account. Aurora Store just uses the credentials to download apps from Google Play, but other telemetry is limited compared to Play Store.
    3. In case of F-Droid store - It mostly hosts open-source Apps. And has cautions whenever an app uses proprieray libraries, code or needs access to specific network(eg - Telegram FOSS needs Telegram Servers access to function) in order to work.

    I'd recommend you have both - F-Droid and Aurora Store. If you need to access the Play Store subscriptions, then you'd need to install Play Store as well.

    4