Apicube


An IT start-up with offices in the US, France and Argentina believes it has the ability to forecast crowd movements (such as the clashes between hooligans and police in Paris on May 13 while the Paris-Saint-Germain football club celebrated its victory in the European football championship) based on data mining of social media what they call “media noise”.

Apicube’s manager Joel Rubino (@joelrubino) claims their software can analyse Twitter & Facebook traffic and pick up some trends than can give law enforcement advance warning (i.e., when rioters are still in the get-together phase – up to 24 hours before the event!), and also provide evidence for prosecution.

This looks promising – a 2013 police response to a 2013 crime issue.

Note that this is clearly an intel job, as the trigger for this analyse of “twitts” is the knowledge of the use by those groups of hooligans (I am clearly aware that they are not hooligans in the classical sense, and I use that term only for lack of a better one) of a certain code word (the transliterated Arabic slang word “Zbeul”). Without the initial knowledge of the language shortcuts used by this crowd, the data-mining is useless.

The main question would be: as this is all open-data and really specialized job, does it need to be done in-house (e.g., police buying the software, training officers and manning operation center) or simply outsourced? And why should Police/security services be the only customer?


Chroniques et Coup de pouce à une start-up : Apicube dans 01Business

PSG, Trocadéro, il suffisait de lire Twitter
Ce que le préfet de police n’avait pas vu, les analystes du « bruit numérique » pouvaient le voir. Bluffant
Le 16/05/2013 à 11:05
La démonstration de force est impressionnante et c’est justement ce que cherchait l’équipe d’APICUBE. Montrer finalement que l’on pouvait prévoir l’avenir, grâce à l’analyse du « bruit numérique » émis autour d’un évènement
« nos technologies nous permettent de suivre 1 ou 2 milliards de conversations numériques, toutes publiques évidemment, sur Twitter, Facebook, les blogs, l’ensemble des réseaux » explique Joel Robino, le patron d’Apicube sur BFMbusiness, « il faut savoir qu’aujourd’hui moins de 1% des données numériques créées sur la planète sont utilisées à des fins d’analyse, les outils les plus modernes permettent d’augmenter considérablement ces capacités »
En l’occurrence, en se mettant à l’écoute 24heures avant la cérémonie du Trocadéro, on pouvait absolument tout prévoir. En résumant, l’idée c’est de repérer quelques mots clés, et de les suivre.
L’expérience a été menée sur le réseau social Twitter. Dès le 12 mai, 24 heures avant les affrontements, on constate très clairement, un lien entre le mot PSG et le mot « Zbeul », « mot d’argot arabe signifiant bordel » explique Apicube. En affinant la recherche, Apicube écrit « les supporters qui prévoient leur déplacement au Trocadéro ne répondent pas à une logique de groupe. Il n’apparaît pas de leader. Il n’y a pas de conscience de groupe dans les twitts (…) l’amalgame entre fête et « bordel » donne des indications très claires d’éventuels débordements ». On va encore plus loin dans l’analyse « certains supporters pressentent des débordements au matin de l’évènement et le disent très clairement, d’autres commencent déjà à se mettre en scène en vue d’affrontements inévitables, avec Flash Ball, bombes lacrymogènes ».
Apicube est évidemment en mesure de mesurer la fréquence des twitts, la montée en puissance et même l’ambiance générale qui se dégage. En l’occurrence il se dégage que le « zbeul » sera intense et massif. Bref, tout était écrit, il suffisait de le lire
(…) Avec la démonstration d’Apicube, l’enjeu devient public et national. On change radicalement de dimension. La question même va se poser de savoir si le maintien de l’ordre par le Big data est légal. IBM travaille directement avec plusieurs grandes villes américaines sur des bases de données considérables pour « prévoir les crimes », en tout cas essayer d’en étudier la fréquence, la répétition, l’intensité.
Et nous, nous allons vivre différemment notre vie numérique. Les patrons d’Apicube sont sidérés de ce qu’ils ont pu lire sur Twitter, la façon dont des centaines de gamins écrivent en toutes lettres « je finis le boulot et je vais au troca casser du CRS » sans même se cacher derrière un pseudo. Nous allons tous vite comprendre que cette fois-ci, pour de bon, Big Brother is watching us. Pour le meilleur. Et pour le pîre

Sur le blog de Stéphane Soumier, l’animateur de Good Morning Business sur bfm business (if blocked at work, you can always use Google cache or read a Sccop.it cross-post)

Install Lubuntu 13.04 on Asus Eee PC 701 4G

Update on my previous post.

Same statement: Lubuntu 13.04 works out of the box. Download, create USB key (Unetbootin) and boot!

Tips:

How to transform 2xA5 scans in 1xA4

[DISCLAIMER] Does not work (yet). Some issues with the PATH. More to come.

Issue: You have scanned a A5 format book flat open on the A4 scanner bed. You therefore have a pdf book of landscape A4 pages, each containing 2xA5 pages side by side. How can you switch to a A4 format with one (book) pageper (pdf) page, and in portrait orientation?

  1. install LaTeX (texlive is the package available for ubuntu) latest version (TeX Live 2011)

    sudo apt-add-repository ppa:texlive-backports/ppa
    sudo apt-get update
    sudo apt-get install texlive

  2. install PDFjam

    sudo apt-get install pdfjam

  3. install pdftex

    sudo wget http://sarovar.org/frs/download.php/1292/pdftex-1.40.10.tar.bz2 ~/Downloads/
    sudo tar -xvf ~/Downloads/pdftex-1.40.10.tar.bz2
    sudo mkdir /usr/share/texmf/tex/latex/pdftex-1.40.10
    sudo mv ~/Downloads/pdftex-1.40.10/ usr/share/texmf/tex/latex/pdftex-1.40.10

  4. install eso-pic

    sudo wget http://mirror.ctan.org/macros/latex/contrib/eso-pic.zip ~/Downloads/
    sudo unzip -d ~/Downloads/contrib/eso-pic.zip

    sudo mkdir /usr/share/texmf/tex/latex/eso-pic
    sudo mv ~/Downloads/eso-pic/ usr/share/texmf/tex/latex/eso-pic/

  5. install eso-piceveryshi

    sudo wget http://mirror.ctan.org/macros/latex/contrib/ms.zip ~/Downloads/
    sudo unzip -d ~/Downloads/contrib/ms.zip
    sudo mkdir /usr/share/texmf/tex/latex/ms
    sudo mv ~/Downloads/ms/ usr/share/texmf/tex/latex/ms/

  6. install pdfpages

    sudo wget http://www.ctan.org/pkg/pdfpages ~/Downloads/
    sudo unzip -d ~/Downloads/contrib/pdfpages.zip
    sudo mkdir /usr/share/texmf/tex/latex/pdfpages
    sudo mv ~/Downloads/pdfpages/ usr/share/texmf/tex/latex/pdfpages/

  7. install pdfnup-gui (1.0.2)

    sudo wget http://qt-apps.org/CONTENT/content-files/134874-pdfnup-gui.tar.gz ~/Downloads/
    sudo tar -xvf ~/Downloads/134874-pdfnup-gui.tar.gz
    cd ~/Downloads/pdfnup-gui/
    ./configure
    make
    sudo make install

  8. Also add PATH

SKINTH

Eric Au (a.k.a. metropolicity on EDCForums) is a photographer. Of the fashion and wedding type, but « hell bent on making the most organized and easiest to use photo pack in the galaxy« . Initial results: The Light Side & The Dark Side (which has some analogy with the Combo Blackjack Battery Brick ). He went on with his skills with a sewing machine to develop beltkits, which are described (and, of course, superbly photographed -beats Goruck!), which he calls -and markets- as SKINTH.

It’s not all about Copy Rights

When you realize that people are paying, not for the music or the singer, but for the opportunity to be surrounded by thousands of other people who share an interest and have an excuse to enjoy themselves, then it doesn’t seem so insane.

They could honestly be paying $75 a ticket to watch paint dry, as long as there were thousands of other people getting really excited about watching the paint dry too. In pop music, particularly, it’s an event where the quality of the ‘merchandise’ is less important than the culture that surrounds it.

Amanda J in a comment to Every Concert Is A Hologram on MAKE

tPOD

Meet the tPOD1 – thermoelectric Power On Demand the powers LEDs or USB chargers from tean candles, or even campfire! [Kickstarter]