The Internet With A Human Face
idlewords.com
The Internet With A Human Face
1–10 of 66 posts
Re: The Internet With A Human Face
#2Re: The Internet With A Human Face
#3Re: The Internet With A Human Face
#4Re: The Internet With A Human Face
#5Although I disagree with the idea of regulating how long behavioral data is saved. Not all behavioral data is sensitive. Rather we should consider fully disclosing to users either how long their data will be saved or what data has been collected on them or both. Any other regulations may be too burdensome to the startup.
=== Examples ===
His suggestion that all behavioral data be deleted after a certain period of time means every little piece of data collected must also have a timestamp. Inflating databases and costing money.
A program must be written that seeks out timestamped data ready to expire and delete it.
If the deleted data is connected with other pieces of data or reports elsewhere we're going to run into complex problems.
These obligations must be handed down from company to company during acquisitions. A company selling data about to expire will get acquired for a lot less than a company with fresh data. This may in turn cause a series of unforseen consequences in the acquisition market.
=== Solution ===
Rather than controlling and manipulating what can and cannot be done, it may be best to just create transparent policies and let the free market converse its way towards a compromise.
Re: The Internet With A Human Face
#6Re: The Internet With A Human Face
#7"There was an ad for the new Pixies album. This was the one ad that was well targeted; I love the Pixies. I got the torrent right away. "
Re: The Internet With A Human Face
#8The formatting of this article itself is something worth studying. It's brilliantly seductive to read and read all of it. The pictures/slides by each paragraph were like rewards, continually luring me to the next paragraph. For the first time in a long time. I read every single word. Not skimmed. Although I disagree with the idea of regulating how long behavioral data is saved. Not all behavioral data is sensitive. R…
Moreover, how useful is it to see when data was collected? You pretty much need that to be able to model user behavior over time.
If the deleted data breaks a report, that's in line with what the user wanted--failing that, you should've used a proper design pattern to transparently fill in the gaps.
Let's not pretend that this would actually be anything other than a minor annoyance.
EDIT:
A program must be written that seeks out timestamped data ready to expire and delete it."
Here, let me help, after one second on Stack Overflow:
DELETE FROM Table WHERE DATEADD(year, 2, CreateDate)
There's your program. Anybody want to show how to do this in Cassandra or Mongo? Might as well put that NoSQL map/reduce to work...Re: The Internet With A Human Face
#9The formatting of this article itself is something worth studying. It's brilliantly seductive to read and read all of it. The pictures/slides by each paragraph were like rewards, continually luring me to the next paragraph. For the first time in a long time. I read every single word. Not skimmed. Although I disagree with the idea of regulating how long behavioral data is saved. Not all behavioral data is sensitive. R…
Re: The Internet With A Human Face
#10Still reading the talk, but as an aside wanted to point out that the way the transcript is formatted with the words alongside the slides is probably the best way I've seen a talk presented in text form on the internet.