Vous ne savez pas quel prénom donner à votre enfant? Une seule solution: le Générateur de prénoms (originaux)! Il vous suggérera des magnifiques prénoms comme «Andalase» et «Yanthanic» (masculins) ou «Pénémire» et «Coséphnée» (féminin).
Archives de l’auteur : Fab
Quel chargeur pour la tablette Nexus 10?
J’ai chargé ma tablette avec le chargeur fourni et un chargeur de téléphone (Samsung Galaxy Spica). Pour passer de de 32% à 100%, il a fallu:
- 4h10 avec le chargeur fourni (2A)
- 9h40 avec le chargeur de téléphone (0.5A)
Avec mon téléphone, ça a l’air d’être la même chose.
Greffon Anki: «Stats: Expected number of cards»
J’ai écrit un petit greffon pour Anki qui affiche le nombre de carte attendues. Ce nombre est calculé en utilisant la fréquence de chaque carte. Ainsi une carte avec une fréquence de 4 jours vaut pour 0.25 carte/jour.
Ça s’appelle « Stats: Expected number of cards ».
Un patch est aussi disponible pour Ankidroid 2, mais je ne sais pas si il sera accepté.
Mise à jour de mes paquets Anki de japonais, passage à Anki 2
J’ai mis à jour mes paquets Anki, qui sont maintenant au format Anki 2: : +210 mots et +50 kanjis.
Grâce au nouveau format, les données Anki prennent significativement moins de place. Mon paquet de vocabulaire passe de 3.6Mo à 715ko. Bravo à Damien Elmes (et aux autres éventuels contributeurs d’Anki) pour cette amélioration.
Migration Anki 2: un succès
J’ai migré depuis peu à Anki 2 et surtout Ankidroid 2. Concernant ce dernier, j’ai noté les améliorations suivantes:
- l’interface est plus belle
- les crashs réguliers à la fermeture ont disparus
- le logiciel est plus rapide, notamment la recherche de cartes
Je regrette qu’il y ait un peu moins de statistiques, mais dans l’ensemble c’est du super boulot.
Je n’ai pas encore profité des nouveautés fonctionnelles de Anki, comme la hiérarchisation des paquets, mais ça viendra.
Anki 2: Script d’export texte / text export script
Voici un simple script Anki2 d’export texte de paquet en ligne de commande que j’ai écrit.
Utilisation: export.py NOM_PROFILE NOM_PAQUET out.txt
Here is a simple text export Anki2 script to be used on command line.
Usage: export.py PROFILE_NAME DECK_NAME out.txt
Nexus 10: good stuff and disappointments
After a few days of use, I can say that the Nexus 10 is quite a nice device. I was a little bit disappointed that:
- I struggled so much to login the first time using my Google account (mandatory to use the tablet). After many attempts, I could login using the browser interface (and not the native interface)
- During these attempts, I tried to change the keyboard layout, and I found myself stuck in the keyboard configuration because the button 「back」is not present at this stage (what a stupid bug). I had to reboot to try again.
- Transferring files using MTP (official way using USB) or FTP (limited by the wi-fi bandwidth) is super slow. Using ADB gave a descent 5Mo/s, but come on, using a debugging tool for such a thing is a shame
- Charging the battery takes forever if you are using the device (I even wonder if it is charging at all).
- The autonomy is not impressive
- No cover is present in the package (my EEE-PC had one for a smaller price)
- I had a complete freeze after starting Chrome once (I barely use it), and I am not the only one
- These random reboots, grrrr (lost some work)
- Sometimes, the automatic time sync get wrong by exactly 10 minutes, and the only solution is to disable it
- Some apps look really ugly on a tablet
Now the good points:
- Android 4 is really nice to use, not perfect, but really nice
- Always very responsive, it doesn’t feel like a computer or a phone but like a physical object. It always reacts immediately. That is so great not to have to wait (well, excepted for network comm). On my (fast) PC, if I start Kate, I have to wait a few seconds (wait for a text-editor to start!?). On my Android phone, switching from an app to another is sometimes slow because of the lack of memory.
- Even Firefox is fast (on my phone its start-up is slow)
- Does not come with crap like Facebook or trial apps you will never use
- The screen looks sooo great
- Voice search is fun (even if it doesn’t always work well)
- Using voice recognition (not) to type is also fun
I was a little bit sceptic at first, but I may become one of those who use their computer once in a while. Well, I will still need it to edit my Anki packets, type long emails, edit Openstreetmap, order and edit my photo, write code and things like that, but I have to admit that for the rest (browsing and reading, listening to music, endless watching pointless streaming video) the concept is fantastic (thanks Steve).
Cygwin, xorg et clavier bépo
Sous Windows, on peut demander à xorg de supporter les claviers français et bépo en le démarrant comme ceci:
/usr/bin/startxwin -- -xkblayout fr -xkbmodel pc105 -xkbvariant "fr,bepo"
Par contre, l’option -xkboptions grp:alt_shift_toggle » ne m’a pas permise de basculer de l’un à l’autre, alors j’ai créé les alias suivants:
alias bepo='setxkbmap -layout "fr" -variant bepo' alias fr='setxkbmap -layout "fr" -variant oss'
Nexus 10: file transfert is a pain
I just bought a Nexus 10, and I realized that transferring file from Linux is now a pain.
Edit 2: With Ubuntu 13.04, MTP started working with transfer rates between 15 and 20Mo/s.
Amarok notifications are broken
What a disappointment. Amarok tracks notifications are inconsistent depending on the sound back-end: with some of them, the event « new track » is sent twice, and their clients have to deal with it with ugly hack..