Density.io
61–70 of 189 posts
Re: Density.io
#62I'm seeing people talking about MAC address issues. But how does this device work exactly? Is every phone throwing around a mac address, even if it's not trying to connect to wifi? For example I have my phone set to use 3G expect on my home network. Would I count?
Re: Density.io
#63I'm seeing people talking about MAC address issues. But how does this device work exactly? Is every phone throwing around a mac address, even if it's not trying to connect to wifi? For example I have my phone set to use 3G expect on my home network. Would I count?
Re: Density.io
#64Earlier quoted context omitted.
What's the advantage to a constant MAC address anyway? There must be a reason for it, but my first reaction to this article was to see if I could change mine.
At the link level, your MAC is your unique address. First: You do not want a MAC collision. I have worked with hardware that sometimes picked a non-unique MAC and your life gets really weird and sucks away a lot of debugging time to find out why impossible things are happening. Continuing – It made ethernet easy to implement. They could have added some complicated address negotiation protocol and then handled address…
I can confirm. Working with a bunch of Chinese hardware with non-unique MAC addresses is painful. It was easier to buy new NICs with real serial numbers than to work out how to fix them.
Re: Density.io
#65Risky. MAC address tracking is definitely a legal 'grey area' at the moment. I can imagine mining/fingerprinting in this way could easily become illegal in the not-to-distant future. In the UK, City of London already banned the wifi-enabled bins that were tracking MAC addresses. It would be really easy to tie a name to MAC address (from point of purchase with a credit card), then see exactly where that person went vi…
http://www.cbc.ca/news/politics/csec-used-airport-wi-fi-to-t...
They used the wifi purchase at the airport to ID the user. They are likely already vacuuming up MAC addresses everywhere they can.
Re: Density.io
#66Re: Density.io
#67If they provided incentives to install an app/visit a website to register for rewards or be entered into a prize in return for allowing density.io to track you that would be acceptable.
Re: Density.io
#68Did I miss something with the video? It plays an interview between pg and Calacanis that's 2 hours long.
Re: Density.io
#69Re: Density.io
#70This idea is cool, but there are some issues with their privacy claim. They say they are hashing the MAC address (presumably on the device). However, they can't be salting the hash (else they wouldn't be able to match across different stores). Since there is no salt (or a fixed salt), it is trivial to de-anonymise a specific MAC address (just hash it and see if any server has it). Worse, there are only 46 bits that a…