sebsauvage.net

Ce site n'est pas le site officiel.
C'est un blog automatisé qui réplique les articles automatiquement

Update

Updating database... Please wait.

Au détour du web...

Tuesday 22 January 2019 at 15:15

Game over. C'est bon j'aurai tout vu, maintenant je peux mourir.
(Permalink)

Source: https://framapiaf.org/system/media_attachments/files/002/221/018/original/a98832bfccfa24d8.png


Décodex: vérification de sources d'informations, pages Facebook et chaînes YouTube | Le Monde.fr

Tuesday 22 January 2019 at 14:21

Tiens je suis en retard: Je ne connaissais même pas ce service !
Il permet d'avoir des informations sur la fiabilité des informations d'un site.
(Permalink)

Source: https://www.lemonde.fr/verification/


Tchétchénie : les LGBT+ torturés à coups de bâtons à électrochocs - TÊTU

Tuesday 22 January 2019 at 13:57

Je pose ça là.  :-(((
(Permalink)

Source: https://tetu.com/2019/01/22/tchetchenie-lgbt-tortures-batons-electrochocs/


Plantage de JD-GUI avec Java 9

Tuesday 22 January 2019 at 09:21

Si JD-GUI ne démarre plus (sous Java 9 par exemple), avec le message d'erreur:
Exception in thread "main" java.lang.reflect.InaccessibleObjectException: Unable to make jdk.internal.loader.ClassLoaders$AppClassLoader(jdk.internal.loader.ClassLoaders$PlatformClassLoader,jdk.internal.loader.URLClassPath) accessible: module java.base does not "opens jdk.internal.loader" to unnamed module @5b87ed94

Il vous suffit de démarrer JD-GUI avec la ligne de commande suivante:
java --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens jdk.zipfs/jdk.nio.zipfs=ALL-UNNAMED -jar jd-gui-1.4.0.jar
(Permalink)

Source: https://sebsauvage.net/links/?2bQanA


Brève | Moins de six heures de sommeil par nuit est un cauchemar pour vos artères

Monday 21 January 2019 at 16:28

Uh ho...
(Permalink)

Source: https://www.futura-sciences.com/sante/breves/sommeil-moins-six-heures-sommeil-nuit-cauchemar-vos-arteres-339/


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

Monday 21 January 2019 at 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)

Source: https://www.cnil.fr/en/cnils-restricted-committee-imposes-financial-penalty-50-million-euros-against-google-llc


PROCJAM - Make Something That Makes Something

Monday 21 January 2019 at 15:33

Sous le coude: Un magazine sur la génération procédurale.
(Permalink)

Source: http://www.procjam.com/seeds/issues/3/


TLDR pages

Monday 21 January 2019 at 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)

Source: https://tldr.sh/


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

Monday 21 January 2019 at 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)

Source: https://it.slashdot.org/story/19/01/18/2333237/firmware-vulnerability-in-popular-wi-fi-chipset-affects-laptops-smartphones-routers-gaming-devices


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

Monday 21 January 2019 at 13:51

Woaouuu... c'est tellement cute !
Un Raspberry Pi Zero avec écran, le tout intégré dans une manette.
(Permalink)

Source: https://www.thingiverse.com/thing:3367104


Error happened ! 0 - SQLite3::exec(): database disk image is malformed In: /home/dotmanacac/dotmana/streisand/sebsauvage/index.php:286 http://www.dotmana.com/streisand/sebsauvage/?856 #0 [internal function]: exception_error_handler(2, 'SQLite3::exec()...', '/home/dotmanaca...', 286, Array) #1 /home/dotmanacac/dotmana/streisand/sebsauvage/index.php(286): SQLite3->exec('DELETE FROM upd...') #2 /home/dotmanacac/dotmana/streisand/sebsauvage/index.php(451): VroumVroum_Blog->log_update(true, '21 elements upd...') #3 /home/dotmanacac/dotmana/streisand/sebsauvage/index.php(792): VroumVroum_Blog->update() #4 {main}