<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Miron's Weblog &#187; Social Networks</title>
	<atom:link href="http://hyper.to/blog/link/category/the-new-web/social-networks/feed/" rel="self" type="application/rss+xml" />
	<link>http://hyper.to/blog</link>
	<description>Fast Forward</description>
	<lastBuildDate>Thu, 03 May 2012 05:13:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>USENIX Security Conference 2011</title>
		<link>http://hyper.to/blog/link/usenix-sec-2011/</link>
		<comments>http://hyper.to/blog/link/usenix-sec-2011/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 17:22:51 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=339</guid>
		<description><![CDATA[<p>I am attending the <a href="https://db.usenix.org/events/sec11/tech/">USENIX security conference</a> this week.  Sessions are available online.  Here are my notes from sessions that I found interesting (<strong>bold for extra</strong>):</p>
<p><em>Network Security in the Medium Term: 2061–2561 AD</em>, Charles Stross</p>
<p>Stross is one of my favorite science fiction authors.  The main direction of the talk was the future political importance of information security.  This is due to the intrusiveness of future information breaches once lifelogging, bioinformatics and other very intimate technologies are adopted.</p>
<p><em>Fast and Precise Sanitizer Analysis with BEK</em>, Pieter Hooimeijer, et al</p>
<ul>
<li> Compared different HTML sanitizers using an automated harness.  Sanitizers from MS included (4), as well as new implementations (3).</li>
<li> Four of these were equivalent.</li>
<li> <strong>Only one</strong> protected against all the examples from the XSS Cheat Sheet</li>
</ul>
<p><strong><em>Toward Secure Embedded Web Interfaces</em>, Baptiste Gourdin, et al</strong></p>
<ul>
<li> 50 security vulnerabilities reported to CERT</li>
<li> All manufacturers had vulnerabilities (XSS, CSRf, &#8230;)</li>
<li> Author proposes WebDroid security distribution for embedded web interfaces (framework as &#8220;firewall&#8221;)</li>
</ul>
<p><strong><em>Comprehensive Experimental Analyses of Automotive Attack Surfaces</em>, Stephen Checkoway, et al<br />
</strong>
<ul>
<li> Cars have an instrument bus</li>
<li> access to the bus gives complete control</li>
<li> can disable breaks, engine, even while in motion</li>
<li> attack surface:
<ul>
<li> bus extends to media ports and charging</li>
<li> bluetooth</li>
<li> remote keyless entry</li>
<li> wifi</li>
<li> digital radio</li>
<li> telematics: automated crash reporting / roadside assistance</li>
</ul>
</li>
<li> completely compromised by author: bluetooth, media ports, more
<ul>
<li> crafted cdrom (iso-9660, wma)</li>
<li> strcpy in bluetooth stack &#8211; craft trojan in android</li>
<li> bruteforce pin for pairing (hours)</li>
<li> undetectable to users</li>
<li> telematics compromise through cellular interface</li>
</ul>
</li>
<li> compromise is silent and attacks can be triggered later</li>
</ul>
<p><strong><em>Privacy in the Age of Augmented Reality</em>, Alessandro Acquisti, et al</strong></p>
<ul>
<li> De-identified faces matched to identified (FB, &#8230;)</li>
<li> 10% of FB profiles are pseudonymous</li>
<li> Experiments:
<ul>
<li> Unidentified: dating site photos</li>
<li> Identified: FB profiles</li>
<li> Only match to highest ranked matched from matching algorithm:</li>
<li> 10% success rate for re-identification</li>
<li> Against pittpatt (<strong>acquired by google</strong>)</li>
<li> 30% success</li>
<li> Predicting SSN from DOB, etc.</li>
<li> 5 digits matched in four attempts</li>
<li> iPhone app for real-time re-identification</li>
</ul>
</li>
<li> <strong>PPI &#8211; personally predictable information</strong></li>
</ul>
<p><em>Secure In-Band Wireless Pairing</em>, Shyamnath Gollakota, et al</p>
<ul>
<li> Authors present a method for secure wireless pairing</li>
<li> No secondary channel (display, keyboard, infrared, &#8230;)</li>
<li> secure against MITM</li>
<li> Tamper evident message</li>
<li> cannot be altered, hidden, prevented without being detected</li>
<li> patterns of silence based on hash of message</li>
<li> sync pattern longer than any collision</li>
</ul>
<p><em>TRESOR Runs Encryption Securely Outside RAM</em>, Tilo Müller and Felix C. Freiling:</p>
<ul>
<li> Prevents cold book attack</li>
<li> Uses AES-NI instruction set</li>
</ul>
<p><strong><em>A Study of Android Application Security</em>, William Enck, et al</strong></p>
<ul>
<li> Decompiled and statically analyzed 21 millions lines of free Android apps</li>
<li> Pervasive misuse of private info and bad security practices</li>
<li> High market penetration of ad networks</li>
</ul>
<p><strong><em>Permission Re-Delegation: Attacks and Defenses</em>, Adrienne Porter Felt, et al</strong></p>
<ul>
<li> I call this &#8220;cross app request forgery&#8221; <img src='http://hyper.to/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li> A large fraction of apps mistakenly expose sensitive functionality through intents</li>
<li> Malicious apps can abuse this</li>
<li> For example, turn on BT, Wifi, GPS</li>
<li> Suggests a way to mitigate through dynamic privilege reduction</li>
</ul>
<p><strong><em>Telex: Anticensorship in the Network Infrastructure</em>, Eric Wustrow, et al</strong></p>
<ul>
<li>Telex converts innocuous, unblocked websites into proxies, without their explicit collaboration</li>
<li>Trigger routing to a proxy while accessing an &#8220;innocent&#8221; web site by putting a special nonce in the TLS negotiation</li>
<li>Could be used to bypass state censorship</li>
<li>To be deployed by ISPs on routers</li>
<li><strong>Idea:</strong> consider deploying on web servers</li>
</ul>
<p><strong><em>Three Researchers, Five Conjectures: An Empirical Analysis of TOM-Skype Censorship and Surveillance</em>, Jeffrey Knockel, et al</strong></p>
<ul>
<li>Detailed analysis of Chinese censorship through the compromised version of Skype used in China (with Skype&#8217;s cooperation)</li>
<li>Application uses a list of keywords to flag conversations for surveillance</li>
<li>Keywords triggering surveillance include mostly political and location words</li>
<li>Conjectures by authors include:<br />
&#8220;Censorship is effective, despite attempts to evade it.&#8221; ,<br />
&#8220;Censored memes spread differently than uncensored memes.&#8221;,<br />
&#8220;Keyword based censorship is more effective when the censored keywords are unknown and on-line activity is, or is believed to be, under constant surveillance.”,<br />
“The types of keywords censored in peer-to-peer communications are fundamentally different than the types of keywords censored in client-server communications.”,<br />
“Neologisms are an effective technique in evading keyword based censorship, but censors frequently learn of their existence.”
  </li>
<li>Complete lists with translations of the censorship and surveillance keywords for TOM-Skype are available at http://cs.unm.edu/~jeffk/tom-skype/
  </li>
</ul>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/usenix-sec-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving your Android Contact List to a New Phone</title>
		<link>http://hyper.to/blog/link/moving-your-android-contact-list-to-a-new-phone/</link>
		<comments>http://hyper.to/blog/link/moving-your-android-contact-list-to-a-new-phone/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 04:31:25 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=326</guid>
		<description><![CDATA[<p>This is a somewhat technical article and assumes knowledge of Android and Linux.</p>
<p>Just got a Nexus S, and had some issues moving my contact list from my old phone.  So I decided to write this up.</p>
<p>You have two options:</p>
<p>* If you come from a ROM that allows export to SD, just use Import/Export to USB storage, copy the file over, then import it</p>
<p>* Option #2 would have been to use Titanium Backup.  However, it doesn&#8217;t seem to work right for restoring on the Nexus S (yet).</p>
<p>* Otherwise, you can copy the contacts2.db file.  Of course, you have to root your target phone first.  Then copy the db file to the sdcard.</p>
<p>As root, do (assuming standard layout):</p>
<p><code><br />
cd /data/data/com.android.providers.contacts/databases<br />
rm contacts2.db<br />
cat /sdcard/contacts2.db > contacts2.db<br />
chmod 660 contacts2.db<br />
ls -l .. # see who owns this directory<br />
chown <userid> contats2.db<br />
</userid></code><br />
You might have to restart your phone for the contacts to be re-read.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/moving-your-android-contact-list-to-a-new-phone/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Atomically Precise Fabrication</title>
		<link>http://hyper.to/blog/link/atomically-precise-fabrication/</link>
		<comments>http://hyper.to/blog/link/atomically-precise-fabrication/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 06:56:38 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Nanotech]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=320</guid>
		<description><![CDATA[<p><a href="http://www.zyvexlabs.com/">Zyvex</a> can now <a href="http://www.physorg.com/news/2010-10-atom-proper.html">build atomically precise 3-D structures</a> from silicon.  That&#8217;s a nano equivalent to the <a href="http://www.makerbot.com/">MakerBot</a>.</p>
<p>Arbitrary structures can be used to build templates and tools that can further build other tools, bootstrapping a new industry.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/atomically-precise-fabrication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eben Moglen&#8217;s Talk &#8211; Freedom in the Cloud</title>
		<link>http://hyper.to/blog/link/eben-moglens-talk-freedom-in-the-cloud/</link>
		<comments>http://hyper.to/blog/link/eben-moglens-talk-freedom-in-the-cloud/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 04:41:42 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[The New Web]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=219</guid>
		<description><![CDATA[<p>A very <a href="http://www.softwarefreedom.org/news/2010/feb/10/highlights-eben-moglens-freedom-cloud-talk/">insightful talk</a> about how we lost our freedom and how to regain it</p>
<p>You can also read the full transcript linked from there.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/eben-moglens-talk-freedom-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motivation and Background for the User Controlled Web</title>
		<link>http://hyper.to/blog/link/motivation_user_controlled_web/</link>
		<comments>http://hyper.to/blog/link/motivation_user_controlled_web/#comments</comments>
		<pubDate>Sat, 22 May 2010 21:53:17 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[The New Web]]></category>
		<category><![CDATA[User Controlled]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=208</guid>
		<description><![CDATA[<p>Here are some background pointers:</p>
<p>A <a href="http://groups.fsf.org/wiki/Group:GNU_Social/Project_Comparison">list of projects in this space</a>.  The Diaspora project is listed under &#8220;deployable on commodity webhosting&#8221;.  I was under the impression that they are actually more of a p2p application.</p>
<p>A <a href="http://groups.fsf.org/wiki/Group:GNU_Social/Ideas">set of ideas</a> for this space on the GNU Social wiki.</p>
<p>Adriana Lukas <a href="http://themineproject.org/about/">talks about the user-controlled web</a> and the mine project.   (She coins a fun acronym: Relationships on Individuals&#8217; Own Terms - <a href="http://www.marketriot.org/">RIOT</a>. )</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYGD5SIC" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://blip.tv/play/AYGD5SIC" allowfullscreen="true"></embed></object></p>
<p>There seems to be quite a bit of activity with 20-30 projects, but the efforts are fragmented.  Different projects have different goals and approaches.  Some focus on a piece of the user experience and others focus on technology.  For example, the <a href="http://themineproject.org/about/">Mine! project</a> is a technology piece focused on rich sharing of data (including links, photos) with strong user control.  <a href="http://onesocialweb.org/">OneSocialWeb</a> is focused on messaging.  With <a href="http://elgg.org/">Elgg</a> you can create social networks &#8211; but it&#8217;s not really user controlled.</p>
<p>Diversity is great, but one or two well-thought out efforts need to win.   Critical mass is a must in order to win in this space.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/motivation_user_controlled_web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DNA not Patentable</title>
		<link>http://hyper.to/blog/link/dna-not-patentable/</link>
		<comments>http://hyper.to/blog/link/dna-not-patentable/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 07:24:49 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=187</guid>
		<description><![CDATA[<p><a href="http://scienceblogs.com/geneticfuture/2010/03/jaw-dropping_verdict_against_m.php">Sanity prevails</a> in federal court!  News at 11.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/dna-not-patentable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brain Preservation Tech Prize</title>
		<link>http://hyper.to/blog/link/brain-preservation-tech-prize/</link>
		<comments>http://hyper.to/blog/link/brain-preservation-tech-prize/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 07:25:27 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Brain]]></category>
		<category><![CDATA[cryonics]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/link/brain-preservation-tech-prize/</guid>
		<description><![CDATA[<p>As a Cryonics member, I became interested in a new initiative to fixate the brain in a plastic medium: <a href="http://brainpreservation.org">brainpreservation.org</a></p>
<p>Would be excellent to have a high fidelity preservation procedure that doesn&#8217;t require maintenance (such as liquid nitrogen in the case of Cryonics).</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/brain-preservation-tech-prize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quantified Self: CMS50 Oximeter</title>
		<link>http://hyper.to/blog/link/quantified-self-cms50-oxymeter/</link>
		<comments>http://hyper.to/blog/link/quantified-self-cms50-oxymeter/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:23:18 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[bio]]></category>
		<category><![CDATA[quantified self]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=162</guid>
		<description><![CDATA[<p>After attending a couple of <a href="http://www.meetup.com/quantifiedself/">Quantified Self</a> meetups, I was inspired to quantify various aspects of myself and my life.  For example, I was wondering if I am breathing well while I sleep, since I have been waking up tired on occasion.</p>
<p>I bought the Contec CMS50-F oximeter from <a href="http://www.semedicalsupply.com/cms-50f.htm">here</a>.</p>
<p>The software that comes with the CMS50 could be more reliable and user-friendly, and only runs on Windows.  I ended up spending a day  reverse engineering the USB protocol and writing a Python program to acquire and graph the data.  The <a href="http://gitorious.org/quantself/qschart">software is on Gitorious</a>.</p>
<p>Here are some of the charts you can get:</p>

<a href='http://hyper.to/blog/link/quantified-self-cms50-oxymeter/oximeter-review2/' title='Oximeter Review'><img width="150" height="150" src="http://hyper.to/blog/wp-content/uploads/2010/02/oximeter-review2-150x150.png" class="attachment-thumbnail" alt="Oximeter Review" title="Oximeter Review" /></a>
<a href='http://hyper.to/blog/link/quantified-self-cms50-oxymeter/realtime/' title='realtime'><img width="150" height="150" src="http://hyper.to/blog/wp-content/uploads/2010/02/realtime-150x150.png" class="attachment-thumbnail" alt="realtime" title="realtime" /></a>
<a href='http://hyper.to/blog/link/quantified-self-cms50-oxymeter/cms50/' title='cms50'><img width="150" height="150" src="http://hyper.to/blog/wp-content/uploads/2010/02/cms50-150x150.jpg" class="attachment-thumbnail" alt="cms50" title="cms50" /></a>

]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/quantified-self-cms50-oxymeter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blue Brain Project Documentary &#8211; Year 1</title>
		<link>http://hyper.to/blog/link/blue-brain-documentary-year-1/</link>
		<comments>http://hyper.to/blog/link/blue-brain-documentary-year-1/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 07:12:16 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[bio]]></category>
		<category><![CDATA[Brain]]></category>
		<category><![CDATA[brain emulation]]></category>
		<category><![CDATA[life extension]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=156</guid>
		<description><![CDATA[<p>Noah Hutton&#8217;s company Couple 3 Films has released <a href="http://thebeautifulbrain.com/2010/02/bluebrain-film-preview/">year 1 of a 10 year documentary project</a> documenting the Blue Brain project.  The project includes Henry Markham&#8217;s work on reverse engineering the brain, scaling up from rodents to humans by 2010.</p>
<p>The work is funded by the Swiss government.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/blue-brain-documentary-year-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>$3000 Whole Genome Sequencing Cost</title>
		<link>http://hyper.to/blog/link/3000-sequencing/</link>
		<comments>http://hyper.to/blog/link/3000-sequencing/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:23:05 +0000</pubDate>
		<dc:creator>miron</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[bio]]></category>
		<category><![CDATA[genomics]]></category>
		<category><![CDATA[life extension]]></category>

		<guid isPermaLink="false">http://hyper.to/blog/?p=153</guid>
		<description><![CDATA[<p>Life Technologies<a href="http://www.genomeweb.com//node/932184"> announces $3,000 marginal cost</a> (later this year) for sequencing complete human genomes.  This is after Illumina <a href="http://gettinggeneticsdone.blogspot.com/2010/01/illumina-10000-genome-sequence-with.html">announced the same</a> for $10,000 (now).  So a $1,000 genome early next year?</p>
<p>Here comes personalized medicine.</p>
]]></description>
		<wfw:commentRss>http://hyper.to/blog/link/3000-sequencing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

