Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ajifurai
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
36 ms
·
1.
▲
by
ajifurai
5mo ago
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. What app did you share from? https://i.imgur.com
2.
▲
by
ajifurai
5mo ago
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. This seems to be the default behavior from An
3.
▲
by
ajifurai
10mo ago
Original commit: https://github.com/SuperAuguste/zigbook/commit/8cc9edd35b3e3...
4.
▲
by
ajifurai
10mo ago
Actually, TypeScript's `Promise.all` can handle different types too. const [a, b] = await Promise.all([fetchA(), fetchB()]); // => a: A, b: B