<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[elias diab]]></title>
  
  <link href="http://eliasdiab.net/blog/" />
  <updated>2012-01-28T11:51:57+00:00</updated>
  <id>http://eliasdiab.net/blog/</id>
  <author>
    <name><![CDATA[diab]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/diabsblog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="diabsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
    <title type="html"><![CDATA[In the era of internet censorship]]></title>
    <link href="http://eliasdiab.net/blog/2012/01/28/in-the-era-of-censorship/" />
    <updated>2012-01-28T08:51:00+00:00</updated>
    <id>http://eliasdiab.net/blog/2012/01/28/in-the-era-of-censorship</id>
    <content type="html"><![CDATA[<h3>Where are we?</h3>

<p>It&#8217;s been ten days since the internet experienced its first massive protest against SOPA and PIPA. A protest, that all major internet sites took part, either by going black (e.g. Wikipedia), either by informing the masses about what is about to happen (e.g. Google). This succeeded in blocking, at least for now, SOPA and PIPA.</p>

<p>The next day, FBI took down MegaUpload, the biggest file sharing site, arresting the people running the site. A move, whose timing was seen by many as a response to the protest for SOPA and PIPA. See what a Harvard professor has to say about that:</p>

<iframe width="640" height="480" src="http://www.youtube.com/embed/ZmhoYX7EdXo" frameborder="0" allowfullscreen></iframe>


<p>And now it&#8217;s time to fight against ACTA.</p>

<h3>What is ACTA?</h3>

<p>Two days ago, in Tokyo, 22 member states of the EU (UK, Austria, Belgium, Bulgaria, Czech Republic, Denmark, Finland, France, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxemburg, Malta, Poland, Portugal, Romania, Slovenia, Spain and Sweden), signed in Tokyo the international treaty known as ACTA (Anti-Counterfeiting Trade Agreement). Five more members of the EU (Cyprus, Germany, Estonia Netherlands and Slovakia) are expected to sign up soon. Don&#8217;t think that this is just an EU matter, Australia, Canada, Japan, South Korea, Morocco, New Zealand, Singapore and the US have already signed ACTA.</p>

<iframe width="640" height="360" src="http://www.youtube.com/embed/N8Xg_C2YmG0" frameborder="0" allowfullscreen></iframe>


<p> The EU ACTA chief has <a href="http://activepolitic.com:82/News/2012-01-26d/EU_ACTA_chief_resigns_in_disgust_over_disrespect_at_citizens.html">resigned</a>, saying:</p>

<blockquote><p>&#8220;This agreement might have major consequences on citizens&#8217; lives, and still, everything is being done to prevent the European Parliament from having its say in this matter. That is why today, as I release this report for which I was in charge, I want to send a strong signal and alert the public opinion about this unacceptable situation. I will not take part in this masquerade.&#8221;</p></blockquote>

<h3>The times they are a changing</h3>

<p> Yesteday twitter <a href="http://blog.twitter.com/2012/01/tweets-still-must-flow.html">announced</a> that tweets could be censored based on local laws. Giving a very convincing paradigm:</p>

<blockquote><p>&#8220;for historical or cultural reasons, restrict certain types of content, such as France or Germany, which ban pro-Nazi content.&#8221;</p></blockquote>

<p> Just imagine the importance of this medium in the uprising in Egyptm and other similar cases, and what would have happened if that &#8220;censor by country&#8221; policy existed by that time.</p>

<p> My greatest fear is that the internet as we know it will stop existing. It&#8217;s gone too far as the only trully global free medium and now it&#8217;s time to stop. However, it&#8217;s the only time that the geeks <em>can</em> (and <em>will</em>) prevent it. The internet can and should stay free. And when all these protests fail, or just similar treaties finally pass in the name of prevention of child pornography or terrorism, we should fix the internet. Copying from a <a href="http://www.reddit.com/r/technology/comments/old7e/sopa_is_back_it_has_not_been_shelved_and_its/c3i9fqe">comment</a> I found on reddit:</p>

<blockquote><p>&#8220;The entertainment industry has finally caught up with technology. They understand how it works. It took them 15 years, but they know what DNS is. They are going to exploit a fundamental problem with the way DNS is centralized and there is nothing that can be done to stop it. They have found an error in the very architecture of the Internet. The solution, from a free speech standpoint is not to fight it politically. The solution is the fix the error.&#8221;</p>

<p>&#8220;We must move to a decentralized system of DNS. It is not impossible. It requires some new thinking and a re-architecture of some web services, but it must be done if we want the Internet, as we know it today, to exist in 5 or 10 years.&#8221;</p></blockquote>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Auto update wordpress without ftp connection]]></title>
    <link href="http://eliasdiab.net/blog/2012/01/07/auto-update-wordpress-without-ftp-connection/" />
    <updated>2012-01-07T19:53:49+00:00</updated>
    <id>http://eliasdiab.net/blog/2012/01/07/auto-update-wordpress-without-ftp-connection</id>
    <content type="html"><![CDATA[<p>Moving my installation away from a hosting plan to a VPS was the reason to
mess around with Wordpress&#8217; files permissions. What really bugged me was the
fact that the auto update was not working, it was asking for FTP connection
details.</p>

<p>The problem was caused because the web server user has no permissions
on your wordpress installation dir. First, find the web server user, assuming
you use apache2:</p>

<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>root@yourdomain:~# ps aux | grep <span class="s1">&#39;apache2&#39;</span>
</span></code></pre></td></tr></table></div></figure>


<p></p>

<p>in my case the web server&#8217;s username is <strong>www-data</strong>, but other usernames exist (e.g. <strong>nobody</strong>). </p>

<p>Check the ownership of your wordpress dir directory:</p>

<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>root@yourdomain:~# ls -l wordpress_dir/
</span></code></pre></td></tr></table></div></figure>


<p>and add the web server user&#8217;s owneship to that directory:</p>

<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>root@yourdomain:~# chown -R www-data wordpress_dir/
</span></code></pre></td></tr></table></div></figure>


<p>Now, your auto update should be working.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[In the verge of the age of "psychohistory"]]></title>
    <link href="http://eliasdiab.net/blog/2011/10/11/in-the-verge-of-the-age-of-psychohistory/" />
    <updated>2011-10-11T13:20:47+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/10/11/in-the-verge-of-the-age-of-psychohistory</id>
    <content type="html"><![CDATA[<p><em><em>&#8220;</em>Psychohistory is a fictional science in Isaac Asimov&#8217;s Foundation universe
which combines history, sociology, and mathematical statistics to make general
predictions about the future behavior of very large groups of people&#8221;</em></p>

<p>This is the definition of psychohistory, according to <a href="http://en.wikipedia.org/wiki/Psychohistory_(fictional)">Wikipedia</a>. The two
fundamental axioms are:</p>

<ul>
<li><p>the number of people to whom it was being applied should be large enough
for a statistical treatment of them to be valid.</p></li>
<li><p>humanity should not know the results of the application of psychohistory
before the results were achieved</p></li>
</ul>


<p>Nowadays, <a href="http://en.wikipedia.org/wiki/Big_data">big data</a> provided from the internet (searches, tweets, facebook
updates, financial markets, blog posts) enable us to predict with high
probability when and where a political/financial crisis or revolution will
emerge.</p>

<p>Uprisings lately are organised almost solely via what we call &#8220;social media&#8221;.
Some examples: Iran, Greece, Arab spring, UK riots. People cheer that they are
now free. Internet has given them the tools to free themselves from the
&#8220;controlled&#8221; traditional media. I believe exactly the opposite. You really
believe that this enormous amount of data and of all of these paradigms is
left alone on the internet to be forgotten? Now, everyone who wants to know,
has the ability to know. Not only what happened but most importantly what
<em>will</em> happen.</p>

<p>First things first: the fight for privacy over the internet is over.
Additionally, no one cares about you as an individual and it&#8217;s high time you
realised that. It&#8217;s time to start concerning on how all this amount of data
will be used. Personalised ads, personalised searches and recommendation
systems are part of our ordinary life. What will be next?</p>

<p>Personally, I&#8217;m pessimistic towards which direction it will be used and with
what intensions. One extreme example is the &#8220;pre-crime detection&#8221; (cc
<em><a href="http://en.wikipedia.org/wiki/The_Minority_Report">Minority Report</a> by Philip K. Dick</em>) system called <em><a href="http://epic.org/privacy/fastproject/">FAST</a></em> (Future
Attribute Screening Technology) that is being developed by <a href="http://www.dhs.gov/index.shtm">U.S. Department of
Homeland Security</a> which will use data mining algorithms taking into
account attributes like ethnicity, gender, breathing, and heart rate to
“<em>detect cues indicative of mal-intent</em>”.</p>

<p>Soon enough, the next thing you&#8217;ll find yourself fighting for, will be your
genomic sequence.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[How and where we live]]></title>
    <link href="http://eliasdiab.net/blog/2011/09/16/how-and-where-we-live/" />
    <updated>2011-09-16T19:52:40+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/09/16/how-and-where-we-live</id>
    <content type="html"><![CDATA[<p><a href="http://eliasdiab.net/uploads/7billion.png"><img src="http://eliasdiab.net/uploads/7billion.png" alt="" /></a></p>

<p><a href="http://ngm.nationalgeographic.com/7-billion">Seven billion</a>, a special year-long series from National Geographic, will
cover several issues related with global population that in 2011 will surpass
7 billion. An infographic about <a href="http://ngm.nationalgeographic.com/2011/03/age-of-man/map-interactive">where and how we live</a> is already
available. Although the accuracy and the data labelling aren&#8217;t the best
possible I find this map rather interesting.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Data analysis, an overview for the masses]]></title>
    <link href="http://eliasdiab.net/blog/2011/09/14/data-analysis-an-overview-for-the-masses/" />
    <updated>2011-09-14T17:18:21+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/09/14/data-analysis-an-overview-for-the-masses</id>
    <content type="html"><![CDATA[<p>An <a href="http://www.businessweek.com/magazine/data-analytics-crunching-the-">article</a>, published some days ago in Businessweek, by Ashlee Vance, is
trying to describe in simple words some of the uses of data mining. With some
examples that catch the eye, such that of predicting a crime based on a
certain behaviour (<em>Minority Report</em> reference) or customer analytics (market-
basket analysis) that Wal-Mart and other stores use, the story of the creation
of Hadoop in 2006 and how companies took advantage of this technology.</p>

<blockquote><p>Now a second wave of startups is finding ways to use cheap but powerful
servers to analyze new categories of data such as blog posts, videos, photos,
tweets, DNA sequences, and medical images. “The old days were about asking,
‘What is the biggest, smallest, and average?’ ” says Michael Olson, CEO of
startup Cloudera. “Today it’s, ‘What do you like? Who do you know?’ It’s
answering these complex questions.”</p></blockquote>

<p>Most of what you&#8217;d like to say to your friends about data mining but you
couldn&#8217;t find the correct sequence of words to do so.</p>

<p>[<a href="http://www.businessweek.com/magazine/data-analytics-crunching-the-">Data Analytics: Crunching the Future</a>]</p>

<p>future-09082011.html</p>

<p>future-09082011_page_4.html</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[A briefing on Big Data this week (+a video)]]></title>
    <link href="http://eliasdiab.net/blog/2011/08/27/a-briefing-on-big-data-this-week-a-video/" />
    <updated>2011-08-27T11:59:50+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/08/27/a-briefing-on-big-data-this-week-a-video</id>
    <content type="html"><![CDATA[<p>The 17th KDD (Knowledge Discovery and Data Mining) conference by ACM, took
place in San Diego earlier this week. And what a few decades ago would seem
like something that scientists should care about, data mining today plays a
crucial role in practically everything, from computing to biology and natural
sciences to sales companies.</p>

<blockquote><p>&#8220;Businesses and industry are increasingly interested in leveraging the data
they capture through business processes,&#8221; says <a href="http://www.research.ibm.com/dar/ca-page.html">Chid Apte</a>, director of
analytics research at IBM and chair of the conference. In particular, he
points to health care, social media, and anything that takes place on the Web.</p></blockquote>

<p>Wherever data can be found in large amounts data mining is essential. But data
isn&#8217;t always in a nice organised form, for example the web isn&#8217;t in that form
either (will it ever be?), which makes things more complicated.</p>

<blockquote><p>Today&#8217;s data, however, doesn&#8217;t take the familiar form of the database. &#8220;The
information&#8217;s not coming at you in a clean tabular form,&#8221; Apte says. &#8220;It&#8217;s
coming at you in a network form.&#8221; Often it arrives in a graph, he
explains—such as those used by social media. These graphs often record not
only the complex connections between nodes but also other types of information
in a diversity of formats, such as the videos, images, and comments that
people post on social networks.</p></blockquote>

<p>[<a href="https://www.technologyreview.com/computing/38397/?p1=A1">Technology review</a>]</p>

<p>At the same time, IBM builds the biggest data drive ever: 120 petabytes. Can
you imagine how big this is? And think about it, in 5 years time it won&#8217;t look
that big at all.</p>

<blockquote><p>120 petabytes of storage is an insane amount, eight times larger than the 15
PB arrays already out there, and they already had to deal with address space
issues. In IBM’s huge array, tracking the location and calling data for its
files takes up fully 2 PB of its own space. You’d need a next-generation file
index just to index the index!</p></blockquote>

<p>[<a href="http://techcrunch.com/2011/08/26/ibm-assembles-record-120-petabyte-">Techcrunch</a>]</p>

<p>Especially with the growth of the internet, where the information exchange
became so easy, fast and universal, and for the days to come, data mining will
be the central point (and I hope not a bottleneck) in any aspect of man&#8217;s
progress where information will be on top of knowledge.</p>

<p>storage-array/</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[UK riots on twitter]]></title>
    <link href="http://eliasdiab.net/blog/2011/08/26/uk-riots-twitter/" />
    <updated>2011-08-26T14:29:00+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/08/26/uk-riots-twitter</id>
    <content type="html"><![CDATA[<p><a href="http://eliasdiab.net/uploads/riots-twitter.png"><img src="http://eliasdiab.net/uploads/riots-twitter.png" alt="" /></a></p>

<p>An <a href="http://www.guardian.co.uk/uk/interactive/2011/aug/24/riots-twitter-">interactive visualisation</a> by the Guardian, using areas as keywords on
twitter, while riot events were taking place.</p>

<p>(riots-twitter)</p>

<p>traffic-interactive?intcmp=239</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Steve Jobs resigns, the end of an era]]></title>
    <link href="http://eliasdiab.net/blog/2011/08/25/steve-jobs-resigns-the-end-of-an-era/" />
    <updated>2011-08-25T13:18:21+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/08/25/steve-jobs-resigns-the-end-of-an-era</id>
    <content type="html"><![CDATA[<p>From founding Apple in 1976 and releasing &#8220;Apple II&#8221; computing, to the iPad
and his resignation as CEO from the most valuable company in the world in
2011. Either you like it or not, Steve Jobs shaped computing as we know it
today like no one else did. He offered us the PC, the iPod defining the
portable mp3s, iPhone which changed mobiles forever after its release, and
lately the tablet PC, iPad which is changing the way we use computers.</p>

<p>Here is a video about Steve and his achievements:</p>

<blockquote><p>I have always said if there ever came a day when I could no longer meet my
duties and expectations as Apple’s CEO, I would be the first to let you know.
Unfortunately, that day has come.</p></blockquote>

<p>[<a href="https://www.apple.com/pr/library/2011/08/24Letter-from-Steve-Jobs.html">Steve&#8217;s letter</a>]</p>

<p>(steve&#8217;s letter)</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Is the future of education solely in the Web?]]></title>
    <link href="http://eliasdiab.net/blog/2011/08/18/is-the-future-of-education-solely-in-the-web/" />
    <updated>2011-08-18T17:37:40+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/08/18/is-the-future-of-education-solely-in-the-web</id>
    <content type="html"><![CDATA[<p>Recently, the announcement for a free online course in <a href="http://ai-class.com/">AI</a> from
Stanford received more than (last estimate) 85,000 student sign-ups and high
media coverage and I can see three reasons for that. Firstly because of the
topic, AI sounds futuristic. Secondly, because of the professors teaching it,
<a href="https://secure.wikimedia.org/wikipedia/en/wiki/Peter_Norvig">Peter Norvig</a> &amp; <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Sebastian_Thrun">Sebastian Thurn</a> who are leading men in the field and
lastly, because it&#8217;s a first experiment if a class experience can be brought
to the web. And for this last reason we will argue in this post.</p>

<p>The difference for that particular class is that it is closer to a class in
the old-fashioned way, taken online: it consists of two online lectures a
week, digital discussions and a weekly piece of homework that must be
completed in order for all online students to pass and at the end you receive
a &#8221;<em>statement of accomplishment</em>&#8221; that will include information on how well a
student did in the course. Stanford Engineering already offers <a href="http://see.stanford.edu/see/courses.aspx">13 courses</a>
for free (you can download the teaching material), MIT since 2007 with
<a href="http://ocw.mit.edu/index.htm">OpenCourseWare </a>aims at putting all of its educational materials online
for free and many more institutions have gone that way.</p>

<p>Today, with top universities in the US requiring extremely high tuition fees
and UK tripling its tuition fees (£9000/year for undergraduate studies), the
question arising is whether the internet can be the medium for university-
level education in the (near) future, for free. As Thurn told the Times <em>“The
vision is: Change the world by bringing education to places that can’t be
reached today”</em>. And I totally agree with Thurn, it is wonderful to aim for
free universal education to everyone, and internet is the only way to achieve
it.</p>

<p>However, there are a few assets that I cannot see how they can be taken into
the web. The most important, from a student point of  view, is how the
environment a university offers can be replaced . There is a study group
formed for ai-class on <a href="http://www.reddit.com/r/aiclass">reddit</a>, but is this enough for a university class?
Can the interaction between students be limited to an internet forum? Can a
conversation with a professor after a lecture be replaced in any way? I can
see how an online lecture can help, I&#8217;m watching many myself, but only for 101
courses, what about more advanced, graduate topics?</p>

<p>And let&#8217;s also think about universities apart from their educational mission,
as research institutions, where student&#8217;s tuition fees is the main source of
their revenue. Will research be their sole purpose in the future, depending
only in external funding?</p>

<p>In my opinion, this is a good initiative to bring knowledge to everyone.
However, for the reasons stated above and additionally because people - both
students and employers - will always seek for a quality stamp, the certificate
that an institution offers, makes it difficult to transfer the existing
education system to the web. Nevertheless, I can see these problems been
tackled in the next few years in one way or another but other problems
arising: if you can get a free course from top professors in a field why
bother doing anything less than that? Will the education get centralized when
the opposite is the goal? The future will tell.</p>

<p>[photo via <a href="https://www.nytimes.com/2011/08/16/science/16stanford.html?_r=1">nytimes</a>]</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[IBM to unveil first working cognitive chips]]></title>
    <link href="http://eliasdiab.net/blog/2011/08/18/ibm-to-unveil-first-working-cognitive-chips/" />
    <updated>2011-08-18T10:00:18+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/08/18/ibm-to-unveil-first-working-cognitive-chips</id>
    <content type="html"><![CDATA[<p>IBM alongside with four universities (Cornell, Columbia, Merced, Madison) and
Defense Advanced Research Projects Agency have created, and will unveil today,
an experimental chip that is based in human brain&#8217;s architecture.</p>

<blockquote><p>IBM’s so-called cognitive computing chips could one day simulate and emulate
the brain’s ability to sense, perceive, interact and recognize — all tasks
that humans can currently do much better than computers can.</p></blockquote>

<p>“This is the seed for a new generation of computers, using a combination of
supercomputing, neuroscience, and nanotechnology,” Modha (principal
investigator of the DARPA project, called Synapse) said in an interview with
VentureBeat. ”The computers we have today are more like calculators. We want
to make something like the brain. It is a sharp departure from the past.”</p>

<blockquote><p>[<a href="http://venturebeat.com/2011/08/17/ibm-cognitive-computing-chips/"></a><a href="http://venturebeat.com/2011/08/17/ibm-cognitive-computing-chips/">VentureBeat</a>]<a href="http://eliasdiab.net/uploads/long-distancenetworkofbrain1.png"><img src="http://eliasdiab.net/uploads/long-distancenetworkofbrain1.png" title="long-distancenetworkofbrain1" alt="" /></a></p></blockquote>

<p>This semiconductor is modeled completely different from the <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Von_Neumann_architecture" title="von neumann">Von Neumann
architecture</a> , where memory and processor are linked via bus  - a
bottleneck (<em>Von Neumann bottleneck</em>) on the amount of data transfered, in
numerous ways. It is based on tracking relationships between events and in a
sense have it&#8217;s own cognition: learn  and improve through experience, use
feedback loops to learn from the outcome, generalize and create hypotheses.</p>

<blockquote><p>“The goal is not to replace today’s computers. It’s to really take the road
less traveled and build new generation of computers with a totally new
approach to problems in business and science and government,” Modha says. “If
today’s computers are left brained, rational and sequential then cognitive
computing is intuitive and right-brained and slow, but the two together can
become the future of our civilization’s computing stack.”</p></blockquote>

<p>more: [<a href="http://gigaom.com/2011/08/17/for-our-sensor-heavy-future-ibm-cooks-up-a-new-silicon-brain/">GigaOM</a>], [<a href="http://www.kurzweilai.net/ibm-unveils-cognitive-computing-chips-combining-digital-neurons-and-synapses">Kurzweil</a>]</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[How algorithms shape our world]]></title>
    <link href="http://eliasdiab.net/blog/2011/07/29/how-algorithms-shape-our-world/" />
    <updated>2011-07-29T15:16:10+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/07/29/how-algorithms-shape-our-world</id>
    <content type="html"><![CDATA[<p>A TED talk by Kevin Slavin</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Google+ has already failed]]></title>
    <link href="http://eliasdiab.net/blog/2011/06/28/google-has-already-failed/" />
    <updated>2011-06-28T15:13:50+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/06/28/google-has-already-failed</id>
    <content type="html"><![CDATA[<p>Today, Google announced its new service: <a href="https://plus.google.com/">Google+</a> (google plus). It
consists of 5 components:</p>

<ul>
<li><p><strong>Circles</strong>: Have your friends divided in groups. Something like “aspects”
in <a href="http://joindiaspora.com">diaspora</a>, but with a better name.</p></li>
<li><p><strong>Hangouts</strong>: A group video chat. Or something more, which I didn’t get.</p></li>
<li><p><strong>Instant upload</strong>: Uploading images from your phone on the fly. Pretty
much I got that.</p></li>
<li><p><strong>Sparks</strong>: Something like search, I guess trying to personalise <em>more</em>
your search results. Or something else, which again, I didn’t get.</p></li>
<li><p><strong>Huddle</strong>: A group chat. The second thing which I believe I got.</p></li>
</ul>


<p>The web went crazy, it’s a trending topic and everyone is trying to get an
invite. Personally, I didn’t really get it. To be honest, I didn’t try much to
get it. But that’s the point.</p>

<p>No, it’s not 2009 and this post is not about Google Wave, it’s something else,
something new…</p>

<p>Google is making a move into social web after several major failures such as
Google Wave, Buzz, even the recently announced +1 (they really do believe in
the “plus” sign, don’t they?). Let’s think about the risk of that move. It’s
the move that will get Google into the social web or stay out forever. And in
my opinion, it’s under my lowest expectations about Google’s social approach.
The approach that will pretty much define the company’s future.</p>

<p>Maybe it provides better sharing options and friends management than facebook
with “circles” (don’t you think that facebook is working on something
equivalent or can’t do so in no more than a week time?), maybe you won’t need
skype’s group chat or <a href="http://tinychat.com">tinychat</a> with “hangouts” or almost any IM for group
chat because of “huddle”. However, I can see no motivation for the common user
to ditch her ease in all these services and go with Google+. There is no gap
on the social web that Google+ is targeting to fill. As a consequence, there
is no space for it.</p>

<p><img src="http://imgs.xkcd.com/comics/googleplus.png" alt="" /></p>

<p>What is the most important, it’s not obvious how it works. I never got
confused on anything on facebook. Even my aunt is on facebook.</p>

<p>For example, Google+ imports all your data from Google Profiles. Do you really
know what Google Profiles are? And the best part: there is a Buzz tab in your
Google+ profile page.</p>

<p>Google is trying to catch up with Facebook in a wrong way, trying to copy what
is already done in a way that has set what is easy (as a UI) for the masses on
the web.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Project Cascade by NYT]]></title>
    <link href="http://eliasdiab.net/blog/2011/04/25/project-cascade-by-nyt/" />
    <updated>2011-04-25T15:07:57+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/04/25/project-cascade-by-nyt</id>
    <content type="html"><![CDATA[<p>25 April 2011</p>

<p>Cascade is a visualisation tool, using Processing and MongoDB, about how users
talk (especially in twitter) about certain articles. Or as they describe it:</p>

<p>&#8220;Cascade allows for precise analysis of the structures which underly sharing
activity on the web.</p>

<p>This first-of-its-kind tool links browsing behavior on a site to sharing
activity to construct a detailed picture of how information propagates through
the social media space. While initially applied to New York Times stories and
information, the tool and its underlying logic may be applied to any publisher
or brand interested in understanding how its messages are shared.&#8221;</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Changing education paradigms ]]></title>
    <link href="http://eliasdiab.net/blog/2011/04/12/changing-education-paradigms/" />
    <updated>2011-04-12T15:05:38+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/04/12/changing-education-paradigms</id>
    <content type="html"><![CDATA[<p>Sir Ken Robinson on changing the education paradigms. Also, see his opinion on
how schools kill creativity.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Statistical significance ]]></title>
    <link href="http://eliasdiab.net/blog/2011/04/09/statistical-significance/" />
    <updated>2011-04-09T15:03:48+01:00</updated>
    <id>http://eliasdiab.net/blog/2011/04/09/statistical-significance</id>
    <content type="html"><![CDATA[<p><img src="http://imgs.xkcd.com/comics/significant.png" alt="" /></p>

<p><a href="http://xkcd.com/882/">XKCD</a> about statistical significance. Great resume for <a href="http://www.newyorker.com/reporting/2010/12/13/101213fa_fact_lehrer">this great
article</a> from New yorker.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Bookmarking is dead]]></title>
    <link href="http://eliasdiab.net/blog/2011/01/12/bookmarking-is-dead/" />
    <updated>2011-01-12T15:00:51+00:00</updated>
    <id>http://eliasdiab.net/blog/2011/01/12/bookmarking-is-dead</id>
    <content type="html"><![CDATA[<p>Some months ago, when I dropped Firefox for Chrome, the biggest disadvantage
in my everyday use was that there wasn’t (and still isn’t) a real extension
for del.icio.us bookmarks. However, I settled down for other extensions that
would fill somehow the gap. As I continued to use Chrome, I figured out that I
didn’t use delicious as much as I did and I had no real problem with that. And
by that I mean that I wasn’t bookmarking at all.</p>

<p>Last month, with all the rumors that yahoo was going to shut down del.icio.us
and the web going crazy, many alternatives came up and I found myself
considering what I was going to do. I tried Xmarks, but that helps when you
want to have many machines with your bookmarks synced, I tried historio.us,
but to get some great functionality you had to pay etc. So, for a second time,
I faced a challenge about by bookmarks and I practically did nothing. Then I
realised that I was spending more time thinking about bookmarking than
actually using it.</p>

<p>I’m the kind of person, like most of you, that won’t look after the first and
maybe sometimes the second page of the google search results. I’ll try to do a
better query, use the right place to search (and del.icio.us is a great place
to search) to find what I’m looking for. I can’t remember if I did that search
before and if I did, if I had saved the bookmark.</p>

<p>That’s why I think there is no more time for bookmarks, but I’m glad for all
of you continuing to use bookmark sites such as del.icio.us, you are giving me
exceptional search results.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Programming fonts]]></title>
    <link href="http://eliasdiab.net/blog/2011/01/10/programming-fonts/" />
    <updated>2011-01-10T14:53:17+00:00</updated>
    <id>http://eliasdiab.net/blog/2011/01/10/programming-fonts</id>
    <content type="html"><![CDATA[<p>I found some time to ask myself if I was happy with the font I was using for
programming. That was Monaco (without the anti-alias option). It is a neat
monospace font that served me well for over a year and a half, since I bought
my mac. However, I was jealous of the Windows font Consolas, which I believed
was the most descent one, although I couldn’t even stand trying to install it
on my mac. That’s why I searched a bit more and came up with the OpenType font
Inconsolata, which I’m currently using.</p>

<p>“It is a monospace font, designed for code listings and the like, in print”</p>

<p>Monaco:</p>

<p><img src="http://eliasdiab.net/uploads/monaco1.png" alt="" /></p>

<p>Inconsolata:</p>

<p><img src="http://eliasdiab.net/uploads/inconsolata1.png" alt="" /></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[2010 - a revision]]></title>
    <link href="http://eliasdiab.net/blog/2011/01/09/2010-a-revision/" />
    <updated>2011-01-09T14:50:44+00:00</updated>
    <id>http://eliasdiab.net/blog/2011/01/09/2010-a-revision</id>
    <content type="html"><![CDATA[<ul>
<li><p>the first dawn of 2010 found me in my car, and i wasn’t driving.</p></li>
<li><p>friends leaving, in every possible way.</p></li>
<li><p>the dream journey to NYC as the end of an era.</p></li>
<li><p>the relief when i handed the exam paper for my last unit and walked out.</p></li>
<li><p>the phone call informing me that it was over.</p></li>
<li><p>the applications, the deadlines, the statements, the acceptances and the
rejections.</p></li>
<li><p>awarded my degree while i was food poisoned and I did celebrate in
hospital.</p></li>
<li><p>the endless summer.</p></li>
<li><p>the road trip in peloponnese.</p></li>
<li><p>my last night in Patras.</p></li>
<li><p>my first day in Bristol.</p></li>
<li><p>the loneliness and frustration in coding like never before.</p></li>
<li><p>the best night of my life.</p></li>
<li><p>the days we spent stuck in London.</p></li>
<li><p>the feeling getting back in Patras.</p></li>
<li><p>meeting someone who says that heaven can wait.</p></li>
</ul>

]]></content>
  </entry>
  
</feed>

