Earlier quoted context omitted.
Maybe overlapping regions would be a fix?
I believe so yes. An inertia system or overlapping system are two ways to describe the same thing :).
Telegram publishes users' locations online
111–120 of 241 posts
Re: Telegram publishes users' locations online
#112Telegram has so many anti features and dark patterns that I really wish it was less popular. I honestly use WhatsApp over Telegram because at least I know WhatsApp is insecure while people sometimes act like Telegram is a secure platform.
I’ve heard other folks say WhatsApp is insecure. Do you (or anyone else) have specific examples or concerns?
Re: Telegram publishes users' locations online
#113Earlier quoted context omitted.
I believe so yes. An inertia system or overlapping system are two ways to describe the same thing :).
Huh? Not the way I understood it. Inertia implies the world is divided into cells numbered 1 to N, and people don’t move from X to X + 1 unless they report, say 5, consecutive times from X + 1. Overlapping systems remap the cells 1,2,3 to 1; 2,3,4 to 2 and so on. So if someone oscillated between new no. 1 and new no. 2, you’d still have no of knowing whether they were in old style cells no 2 or 3.
Re: Telegram publishes users' locations online
#114The ability to find user locations via triangulation is overlooked in a lot of products - it's easy to not think twice when showing a user the distance between themselves and someone else. In my own products I fix this by aggressively rounding/adding noise before the distance calculation is performed, and then rounding again afterwards, or quantizing into ranges (e.g. '0-10 miles'). Other solutions can be storing loc…
Quantizing is much safer. Adding random noise is useless because one can just average multiple samples. If you want to be extra safe, quantize the user's lat/lon before computing the distance, and then quantize the distance again. (Quantizing only the distance can theoretically allow an attacker to travel in one direction until they see the transition from one bucket to the other which would tell them exactly when th…
Re: Telegram publishes users' locations online
#115It's a shame that people still use Telegram when Signal is so much better, and has better credentials all around.
Re: Telegram publishes users' locations online
#116Earlier quoted context omitted.
With enough data points you'd easily figure out that offset. Just overlay each data point with map data and decide whether the location makes sense. (i.e. you're unlikely to most of the time be in the middle of a lake, farm field etc)
Offset as function of user and location?
Re: Telegram publishes users' locations online
#117Earlier quoted context omitted.
I believe so yes. An inertia system or overlapping system are two ways to describe the same thing :).
Huh? Not the way I understood it. Inertia implies the world is divided into cells numbered 1 to N, and people don’t move from X to X + 1 unless they report, say 5, consecutive times from X + 1. Overlapping systems remap the cells 1,2,3 to 1; 2,3,4 to 2 and so on. So if someone oscillated between new no. 1 and new no. 2, you’d still have no of knowing whether they were in old style cells no 2 or 3.
Hmm yeah I meant overlapping cells then, not inertia based ones.
Re: Telegram publishes users' locations online
#118It's a shame that people still use Telegram when Signal is so much better, and has better credentials all around.
Signal is terrible. I use the app still, but it’s horribly buggy. The disappearing messages, a hallmark feature, is fundamentally broken in some way that I can’t fully comprehend. Totally unreliable. Telegram is better in every way... except security.
(I haven't used the disappearing messages feature, though, so I can't speak to any possible bugs there.)
Re: Telegram publishes users' locations online
#119It's a shame that people still use Telegram when Signal is so much better, and has better credentials all around.
Signal has a terrible terrible ux - most people don’t care as much as the HN-er when it comes to security - they want a chat app that just works and is feature rich
Re: Telegram publishes users' locations online
#120It's a shame that people still use Telegram when Signal is so much better, and has better credentials all around.