302 private links
Print the duration of each video passed as argument
#!/bin/bash
for video in "$@"
do
duration=$(mediainfo "$video" |grep "Duration" |head -n 1 |cut -d':' -f 2)
echo "$duration ― $video"
done
Need the mediainfo command (install with apt)
Les applications sur ordiphone siphonnent illégalement les données des utilisateurs. Notamment Tinder, Grindr,
(via Sebsauvage)
Quicknotes :
Five 9s : 99.999% uptime [where are they now ?, AN]
Avoid loss of capabilities
Robustness is declining
Productivity is declining [not sure about that..., AN]
The argument that software is advancing is obviously false
Techonology, by itself, will degrade
We must simplify by itself, at every level:
- the hardware
- the OS
- the libraries
- the application code
- the communication systems (e.g. internet)
- how we compile
- how we debug
- how we distribute
- how people interface with software
Surviving as a developper : removing complexity is the right short-term play, even if it doesn't seem so.
Some shortcuts with netrw
A list of designed cheasheets
Interactive cheatsheet with remise, working directory, index, local repository and remote repository columns
(from sebsauvage)
Maintenant, on sait !
Note: À utiliser →
Ctrl + U : supprimer avant le curseur jusqu’au début de la ligne
Ctrl + K : supprimer depuis le curseur jusqu’à la fin de la ligne (Killing)
Ctrl + W : supprimer avant le curseur jusqu’au début de la chaîne
Alt + D : supprimer depuis le curseur jusqu’à la fin de la chaîne
An ode for RSS
Peut être utile un jour