2034 private links
Histoire intéressante de la traque un bug CPU.
Du contenu technique Windows. Ma série d'articles sur ETW est sans prix. À suivre !
Ah, M$ avance dans la bonne direction. Y a plus qu'à corriger maintenant :)
Speech :
A repo for developers on Windows to file issues that impede their productivity, efficiency, and efficacy.
You’ve run your batch process with your scientific model, and after hours and hours it spit out a result. And the result is wrong. You suspect there’s a bug in the calculation, you’re not sure what it is, and the slow feedback cycle is making debugging even harder. Wouldn’t it be great if you could debug and speed up your program without having to spend days running it just to reproduce your problem? Now, I’m not a scientist, I’m a software engineer. But I did spend a year and a half working on scientific computing, and based on that experience I’d like to offer a potential solution to this cluster of problems: logging, and in particular a logging library I and my coworkers found very helpful. But before I get to the solution, it’s worth considering where these problems come from: the specific characteristics of scientific computing.
Ça, c'est super cool !
detect memory leak by LD_PRELOAD, without changing the target program - WuBingzheng/libleak
We found our hard to diagnose Python memory leak problem in numpy and numba using C/C++. It turned out that the numpy array resulting from the above operation was being passed to a numba generator compiled in "nopython" mode. This generator was not being iterated to completion, which caused the leak.
J'ai du m'en servir pour savoir quelle DLL manquait pour un EXE, c'est bien bien pratique.
Une version sans fil du connecteur ODB vendue avec une app pour gérer, diagnostiquer et réparer votre voiture.
<img src="logo.svg" onerror="this.src = 'logo.png';" alt="logo" width="140" height="140"/>
Si le navigateur ne comprend pas le SVG, il tombera sur l'image définie dans le onerror. Pratique et utilisable partout.
J'avais besoin de faire une mise à niveau depuis un Windows 7 prerelease. Pour changer le comportement de l'ISO, il suffit de modifier le fichier sources/cversion.ini puis de remplacer MinClient par 7000.0 (7100.0 étant le n° de version de Windows 7 prerealease).
Si la fonction mail() de PHP ne fonctionne pas et que dans /var/log/exim4/mainlog vous avez ce genre de message : Mailing to remote domains not supported, alors voici comme corriger :
$ dpkg-reconfigure exim4-config
Sélectionner "Distribution directe par SMTP (site Internet)" et laisser le reste par défaut.
Astuces pour remplacer le petit loquet de la nappe du clavier sur un ordinateur portable.
Astucieux :
Prennez la gaine d'un fil électrique, applatissez-la et essayez de la glisser entre la nappe du clavier et son connecteur. Allez-y doucement.
Java proprio est en conflit avec IPv6, il faut le désactiver :
sysctl net.ipv6.bindv6only=0
Solution : export VIDEO_FORMAT=PAL
Depuis février 2013, plus possible de synchroniser mon serveur local avec ceux de M$.
Voici comment palier à ce léger soucis :
- fermer le composant Update Services
- télécharger et installer la mise à jour kb2734608 (http://support.microsoft.com/kb/2734608) [et pour info, kb veut dire Knowledge Base, j'savais pas)
- démarrer le composant Update Services
- lancer la synchronisation
Et roule ma poule !