302 private links
Sometimes lawful evil depending on circumstances; often a true neutral though.
But yet a lawful neutral thanks to Internet :D
(en) : A bug in Windows 7 precludes user from rebooting or stopping computers
er...LOL ?
[fiction] From C code with a lot of bugs to Rust with improvments
Récap en français du Warrior du Dimanche.
But the question seems uneccessary : yes RSS give content for free, but you can truncate the content and only give an overview. If you want to make money with it, install a paywall...
(via Warrior Du Dimanche)
Great metaphores :)
git merge-base branch1 branch2 will find the common ancestor commit of two branches.
Tip : check that only one commit is applied out of each command
git log branch1..common
git log branch2..common
- Cherry-pick the fix commit in a new branch (based on a common ancestor of the 2 branches) which will be then merged into them.
- Partial fix will be the same technique but the merge will be reverted in the feature branch before merging the feature branch in the master (see this)
Priority order :
- Importance
- transition
- !important
- animation
- normal rules
- Origin
- Website
- User
- Browser
- Specificity
- inline (within a style HTML property)
- id
- class | attribute | pseudo-class
- type | pseudo-element
- Position --> Order of the rules (rules defined later are first applied)
(shared by aeris on Twitter)
Easy to understand ^^'
whooops
Dans Windows 10, lorsque vous cherchez des fichiers présents sur votre ordinateur, le système fait appel aux serveurs de Bing. Donc lorsque Bing est en panne, vous ne pouvez plus rien retrouver sur votre poste. Comment a-t-on pu en arriver là ?
[fast-translate in english]
When you search for files on your computer with Windows 10, the system requests bing's servers. So when bing's servers are down, you can't search for anything on your PC. How did it come to this ?
(shared by @clochix on Twitter)