See from the notification settings if this notification is categorized under some head. And if the category is not catch all, you may disable notification for that category. Otherwise blocking all notification or switching to alternative app would be the last option.
- 2 Posts
- 14 Comments
dipak@lemmy.mlOPto DeGoogle Yourself@lemmy.ml•Using OsmAnd~ navigation from Google Maps Web search1·2 years agoSo 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.
dipak@lemmy.mlOPto DeGoogle Yourself@lemmy.ml•Using OsmAnd~ navigation from Google Maps Web search3·2 years agoI 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?
dipak@lemmy.mlto Privacy@lemmy.ml•Adversarial images on clothing to combat AI facial recognition without covering the face121·2 years agoGood 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.
Check their business offerings, the higher bandwidth plans from ISPs usually ship with a public static ip.
dipak@lemmy.mlto GrapheneOS [Unofficial]@lemmy.ml•GrapheneOS Now Supports a Duress Reset PIN and MoreEnglish1·2 years agoUse 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.
dipak@lemmy.mlto Selfhosted@lemmy.world•Has anyone checked out this ipv6rs service yet?English6·2 years agoFrom 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
dipak@lemmy.mlto F-Droid@lemmy.ml•Overview of F-Droid apps published with Reproducible Builds · GitLabEnglish2·2 years agoFew 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.
dipak@lemmy.mlto Selfhosted@lemmy.world•How are you making services remotely accessible?English61·2 years agoJust 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.
dipak@lemmy.mlOPto Selfhosted@lemmy.world•[Question] Self hosted setup for monitoring Self-hosted services?English1·2 years agoI’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. :))
dipak@lemmy.mlto Privacy@lemmy.ml•Cops can force suspect to unlock phone with thumbprint, US court rules13·2 years agoNot 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
dipak@lemmy.mlto Android@lemmy.world•Switching back to Android (GrapheneOS), anything cool I've been missing out on?English2·2 years agoSimple 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.
+1 for recommending Fossify over ‘SimpleApps’
Extending the reply for ‘Sandboxed Play Store … F-Droid … Aurora Store’ -
- 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.
- 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.
- 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.
GOS does allow taking screenshots, but they come out to be an empty black image.