Viewing profile — ajifurai
ajifurai
HN member- Joined
- Sun, Oct 16, 2022, 10:28 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About ajifurai
No profile information was provided.
Recent public activity
-
comment
Comment #47759604
On my Pixel 9 Pro Fold (Android 16) and Oppo Find X3 Pro (Android 13), when I opened a photo in the Google Photos app and selected Share → Bluetooth, the GPS location was stripped.…
-
comment
Comment #47752616
In my testing, when sharing from apps that use MediaStore like Google Photos or Fossify Gallery (using a `content://media/` URI), the GPS location was stripped even via Bluetooth. …
-
comment
Comment #46095677
Original commit: https://github.com/SuperAuguste/zigbook/commit/8cc9edd35b3e3...
-
comment
Comment #45899594
Actually, TypeScript's `Promise.all` can handle different types too. const [a, b] = await Promise.all([fetchA(), fetchB()]); // => a: A, b: B