PROJET AUTOBLOG


Liens en vrac de sebsauvage

Site original : Liens en vrac de sebsauvage

⇐ retour index

The CNIL’s restricted committee imposes a financial penalty of 50 Million euros against GOOGLE LLC | CNIL

lundi 21 janvier 2019 à 15:59
Ah tiens ? La CNIL inflige une amende 50 millions d'euros à Google pour non-respect du RGPD ???
EDIT: https://www.laquadrature.net/2019/01/21/premiere-sanction-contre-google-suite-a-nos-plaintes-collectives/
EDIT: https://www.numerama.com/politique/457848-surprise-google-tente-dinvalider-la-sanction-financiere-infligee-par-la-cnil.html
(Permalink)

PROCJAM - Make Something That Makes Something

lundi 21 janvier 2019 à 15:33
Sous le coude: Un magazine sur la génération procédurale.
(Permalink)

TLDR pages

lundi 21 janvier 2019 à 14:43
Aujourd'hui j'ai découvert tldr (faites: sudo apt install tldr). C'est marrant. Par exemple faites: tldr tar. Ça donne ceci:  
(EDIT: il y a aussi https://cheat.sh , par exemple https://cheat.sh/tar )

tar
Archiving utility.
Often combined with a compression method, such as gzip or bzip.

- Create an archive from files:
  tar cf {{target.tar}} {{file1 file2 file3}}

- Create a gzipped archive:
  tar czf {{target.tar.gz}} {{file1 file2 file3}}

- Extract an archive in a target folder:
  tar xf {{source.tar}} -C {{folder}}

- Extract a gzipped archive in the current directory:
  tar xzf {{source.tar.gz}}

- Extract a bzipped archive in the current directory:
  tar xjf {{source.tar.bz2}}

- Create a compressed archive, using archive suffix to determine the compression program:
  tar caf {{target.tar.xz}} {{file1 file2 file3}}

- List the contents of a tar file:
  tar tvf {{source.tar}}

- Extract files matching a pattern:
  tar xf {{source.tar}} --wildcards {{"*.html"}}
(Permalink)

Firmware Vulnerability In Popular Wi-Fi Chipset Affects Laptops, Smartphones, Routers, Gaming Devices - Slashdot

lundi 21 janvier 2019 à 14:17
J'ai pas lu les détails, mais cette faille sur certains chipset WiFi a l'air très très moche. Et présente dans des ordinateurs, smartphones, XBox One, Playstation 4, Chromebooks, Microsoft Surface...
(Permalink)

NanoPiBoy: Tiny Raspberry pi based retro gaming handheld console by TheF00 - Thingiverse

lundi 21 janvier 2019 à 13:51
Woaouuu... c'est tellement cute !
Un Raspberry Pi Zero avec écran, le tout intégré dans une manette.
(Permalink)