Difference between revisions of "Movies"

From Fixme.ch
Jump to: navigation, search
(Created page with "L'idée de cette page est d'organiser des soirées films au Hackerspace. En particulier des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek. ...")
 
(Reportages)
 
(43 intermediate revisions by 8 users not shown)
Line 1: Line 1:
L'idée de cette page est d'organiser des soirées films au Hackerspace.
+
Voici une liste des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.
  
En particulier des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.
+
== Films ==
 +
* [http://mgnet.me/EsRm 2001: A Space Odyssey  ''2001:l'odyssée de l'espace'' (1968)] - http://www.imdb.com/title/tt0062622/
 +
* [http://mgnet.me/EsRk Tron (1982)] - http://www.imdb.com/title/tt0084827/
 +
* [http://mgnet.me/AQx0 Blade Runner (1982)] - http://www.imdb.com/title/tt0083658/
 +
* [http://mgnet.me/EsRD War Games (1983)] - http://www.imdb.com/title/tt0086567/
 +
* [http://mgnet.me/EsTE La belle et l'ordinateur (1984)] - http://french.imdb.com/title/tt0087197/
 +
* [http://mgnet.me/EsRF Short Circuit (1986)] - http://www.imdb.com/title/tt0091949/
 +
* [http://mgnet.me/EsT9 Sneakers (1992)] - http://www.imdb.com/title/tt0105435/
 +
* [http://mgnet.me/EsRG Hackers (1995)] - http://www.imdb.com/title/tt0113243/
 +
* [http://mgnet.me/EsRi The Net (1995)] - http://www.imdb.com/title/tt0113957/
 +
* [http://mgnet.me/EsRj Pi (1998)] - http://www.imdb.com/title/tt0138704/
 +
* [http://mgnet.me/EsTB 23 (1998)] - http://www.imdb.com/title/tt0126765/
 +
* [http://mgnet.me/EsTC Run Lola Run (1998)] - http://www.imdb.com/title/tt0130827/
 +
* [http://mgnet.me/EsRn Pirates of Silicon Valley ''Les Pirates de la Silicon Valley'' (1999)] - http://www.imdb.com/title/tt0168122/
 +
* [http://mgnet.me/EsTH The Matrix (1999)] - http://www.imdb.com/title/tt0133093/
 +
* [http://mgnet.me/EsT0 eXistenZ (1999)] - http://www.imdb.com/title/tt0120907/
 +
* [http://mgnet.me/EsRl Takedown ''Cybertr@que'' (2000)] - http://www.imdb.com/title/tt0159784/
 +
* [http://mgnet.me/EsRE Antitrust (2001)] - http://www.imdb.com/title/tt0218817/
 +
* [http://mgnet.me/EsTA Avalon (2001)] - http://www.imdb.com/title/tt0267287/
 +
* [http://mgnet.me/EsTD The Hitchhiker's Guide to the Galaxy (2005)] - http://www.imdb.com/title/tt0371724/
 +
* [http://mgnet.me/EsTF Die Hard 4.0 (2007)] - http://www.imdb.com/title/tt0337978/
  
Voici la liste des films proposé:
+
== Animés ==
 +
* Ghost In The Shell (1995) - http://www.imdb.com/title/tt0113568/
 +
* Akira (1988) - http://www.imdb.com/title/tt0094625/
 +
* A Scanner Darkly (2006) - http://www.imdb.com/title/tt0405296/
  
* [http://www.allocine.fr/film/fichefilm_gen_cfilm=51719.html War Games]
+
== Reportages ==
* Hackers2
+
* Citizenfour - [http://www.imdb.com/title/tt4044364/ imdb] - En 2013, Edward Snowden révèle des documents secret-défense en provenance de la NSA
* Les Pirates de la Silicon Valley
+
* The Internet's Own Boy: The Story of Aaron Swartz [http://www.youtube.com/watch?v=7ZBe1VFy0gc YouTube] - Documentaire réalisé par Brian Knappenberger en 2014
* Short Circuit
+
* Cyber Guérilla - Hackers, pirates et guerres secrètes - http://winsa.free.fr/wordpress/?p=737
* Hackers
+
* Les guerriers du WEB - http://www.zonexbe.com/news-web/121-docu-les-guerriers-du-web
* Pi
+
* Pir@tage sur FR4 (2011) - http://www.stream-tv.fr/reportage-tv/pirate-hacker-reportage/
* Tron
+
* FabLabs, imprimantes 3D et DIY (FR5): [http://blog.france5.fr/le-vinvinteur/2013/01/12/dossier-fablabs-imprimantes-3d-diy/ teaser] [http://www.dailymotion.com/video/xwpidw_le-vinvinteur-n-11-fablabs-nouvelle-revolution-industrielle_creation video]
* Cybert@que
+
* les dieux de l'informatique (strip tease) [http://www.youtube.com/watch?v=__aTZ9Ld0x4/ YouTube]
* l'odyssée de l'espace
+
* [http://mgnet.me/EPyl Une contre-histoire de l'Internet (2013)]: http://lesinternets.arte.tv/ [http://www.youtube.com/playlist?list=PLmfiCnVD2LL5tqAlXI73hfA6akRM6B-jj Videos in CC-BY-SA]
 +
* Qu'est ce qu'Internet (SciencePo): http://www.libertesnumeriques.net/evenements/bayart-internet-sciencespo
 +
 
 +
== Émission de TV ==
 +
* TSR - NOUVO - http://www.nouvo.ch/
 +
 
 +
== Podcasts ==
 +
* La Grotte Du Barbu http://www.lagrottedubarbu.com/ DIY
 +
* MAKE http://blog.makezine.com/podcast/
 +
 
 +
 
 +
== Sort ==
 +
One liner to sort the movies, if you have all the movies in a 'movies' file
 +
 
 +
    python -c "import re;print(''.join(sorted(open('movies').readlines(), key=lambda s: int(re.search('\((\d{4})\)', s).group(1)))))"
 +
 
 +
yep, that's ugly.
 +
 
 +
Or you can use [http://filebot.net Filebot] on any OS to sort and rename movies by scraping movie/series websites
 +
 
 +
== See also ==
 +
* [[podcasts]]

Latest revision as of 23:36, 8 August 2015

Voici une liste des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.

Films

Animés

Reportages

Émission de TV

Podcasts


Sort

One liner to sort the movies, if you have all the movies in a 'movies' file

   python -c "import re;print(.join(sorted(open('movies').readlines(), key=lambda s: int(re.search('\((\d{4})\)', s).group(1)))))"

yep, that's ugly.

Or you can use Filebot on any OS to sort and rename movies by scraping movie/series websites

See also