Neues aus der Welt

ArneBab: that’s quite cool! I need to remember that. Thanks!

arnebab auf twitter - Mi, 07/11/2012 - 13:37
ArneBab: that’s quite cool! I need to remember that. Thanks!
Kategorien: Ich

ArneBab: glad to :) I switched to it, when my experimental kmail2 broke badly and I decided that I always want a backup. Now I use wanderlust more…

arnebab auf twitter - Mi, 07/11/2012 - 13:37
ArneBab: glad to :) I switched to it, when my experimental kmail2 broke badly and I decided that I always want a backup. Now I use wanderlust more…
Kategorien: Ich

ArneBab: RT @tuxitop: I also use sudo !! a lot when I forget to write sudo for the first time

arnebab auf twitter - Mi, 07/11/2012 - 13:35
ArneBab: RT @tuxitop: I also use sudo !! a lot when I forget to write sudo for the first time
Kategorien: Ich

ArneBab: RT @mjjzf Or cd !* –this runs a new command with path used in previous command. Take ls /home/ - if next command is cd !* it will inter ...

arnebab auf twitter - Mi, 07/11/2012 - 13:34
ArneBab: RT @mjjzf Or cd !* –this runs a new command with path used in previous command. Take ls /home/ - if next command is cd !* it will inter ...
Kategorien: Ich

ArneBab: RT @grdryn @arnebab @tius if you do #ls:p it will print the last ls command rather than running it (if you're not sure if it's exactly w ...

arnebab auf twitter - Mi, 07/11/2012 - 13:33
ArneBab: RT @grdryn @arnebab @tius if you do #ls:p it will print the last ls command rather than running it (if you're not sure if it's exactly w ...
Kategorien: Ich

ArneBab: (defun show-apps (s) (let ((name (symbol-name s))) (if (string-starts-with name "app-") (message name)))) ; list app-* #emacs

arnebab auf twitter - Mi, 07/11/2012 - 13:32
ArneBab: (defun show-apps (s) (let ((name (symbol-name s))) (if (string-starts-with name "app-") (message name)))) ; list app-* #emacs
Kategorien: Ich

ArneBab: RT @glynmoody #Canada's PM Stephen Harper faces revolt by scientists - http://t.co/fHziWpYV about time, too #science

arnebab auf twitter - Mi, 07/11/2012 - 09:42
ArneBab: RT @glynmoody #Canada's PM Stephen Harper faces revolt by scientists - http://t.co/fHziWpYV about time, too #science
Kategorien: Ich

ArneBab: RT @glynmoody The Basic Science Of #ClimateChange Is Undeniable - http://t.co/UDufBpMQ good summary, lots of graphs

arnebab auf twitter - Mi, 07/11/2012 - 09:40
ArneBab: RT @glynmoody The Basic Science Of #ClimateChange Is Undeniable - http://t.co/UDufBpMQ good summary, lots of graphs
Kategorien: Ich

ArneBab: RT @glynmoody What Happens If File Sharing Can Also Be Prosecuted As #Trademark Infringement? - http://t.co/uacbz7Bp ouch #ACTA #copyright

arnebab auf twitter - Mi, 07/11/2012 - 09:39
ArneBab: RT @glynmoody What Happens If File Sharing Can Also Be Prosecuted As #Trademark Infringement? - http://t.co/uacbz7Bp ouch #ACTA #copyright
Kategorien: Ich

ArneBab: RT @rms Apple disregards environmental standards http://t.co/K495Akiq

arnebab auf twitter - Mi, 07/11/2012 - 09:38
ArneBab: RT @rms Apple disregards environmental standards http://t.co/K495Akiq
Kategorien: Ich

ArneBab: RT @mmn "When we originally tore down the Retina MacBook Pro, we could not separate the battery from the upper case." http://t.co/oujIBxJB

arnebab auf twitter - Mi, 07/11/2012 - 09:37
ArneBab: RT @mmn "When we originally tore down the Retina MacBook Pro, we could not separate the battery from the upper case." http://t.co/oujIBxJB
Kategorien: Ich

ArneBab: for the blocking on mail retrieval I switched to just fetchmail and procmail. emacs wanderlust and kmail then both just read the maildir.

arnebab auf twitter - Mi, 07/11/2012 - 09:35
ArneBab: for the blocking on mail retrieval I switched to just fetchmail and procmail. emacs wanderlust and kmail then both just read the maildir.
Kategorien: Ich

ArneBab: #ls ⇒ Bash: Repeats the last command beginning with ls — I learn something new every day. Via eshell → http://t.co/dhw4I5in ☺ #gnu #emacs

arnebab auf twitter - Mi, 07/11/2012 - 08:50
ArneBab: #ls ⇒ Bash: Repeats the last command beginning with ls — I learn something new every day. Via eshell → http://t.co/dhw4I5in ☺ #gnu #emacs
Kategorien: Ich

ArneBab: RT @rms Mother arrested in Arizona http://t.co/7NrHpKHT

arnebab auf twitter - Di, 07/10/2012 - 08:55
ArneBab: RT @rms Mother arrested in Arizona http://t.co/7NrHpKHT
Kategorien: Ich

ArneBab: RT @SamatJain: The Dreams of the MeeGo Diaspora. Great article on the history of MeeGo http://t.co/gieR06rC #Linux

arnebab auf twitter - Di, 07/10/2012 - 08:33
ArneBab: RT @SamatJain: The Dreams of the MeeGo Diaspora. Great article on the history of MeeGo http://t.co/gieR06rC #Linux
Kategorien: Ich

ArneBab: I think I should write an article on using pickle as a generic function cache for python… I just decorate the functions with @cached…

arnebab auf twitter - Di, 07/10/2012 - 08:25
ArneBab: I think I should write an article on using pickle as a generic function cache for python… I just decorate the functions with @cached…
Kategorien: Ich

ArneBab: (1): python -m cProfile -s time ./script.py (2): caching function results and reducing the cache size with class-to-named-tuples decorators

arnebab auf twitter - Di, 07/10/2012 - 08:22
ArneBab: (1): python -m cProfile -s time ./script.py (2): caching function results and reducing the cache size with class-to-named-tuples decorators
Kategorien: Ich

ArneBab: I did not need real speed but reduced startup time. I already have heavy caching in there which changes algorithms from O(N²) to O(1) :)

arnebab auf twitter - Di, 07/10/2012 - 08:21
ArneBab: I did not need real speed but reduced startup time. I already have heavy caching in there which changes algorithms from O(N²) to O(1) :)
Kategorien: Ich

ArneBab: RT @mlinksva: Russian #Wikipedia is on strike today against a short notice COPA(?)/SOPA hybrid(?) like bill http://t.co/yAVQOf4S via htt ...

arnebab auf twitter - Di, 07/10/2012 - 08:17
ArneBab: RT @mlinksva: Russian #Wikipedia is on strike today against a short notice COPA(?)/SOPA hybrid(?) like bill http://t.co/yAVQOf4S via htt ...
Kategorien: Ich

ArneBab: „Es wird geklärt, ob Künstler ihre Musiktitel auch unter einem Pseudonym veröffentlichen dürfen“. #Gema ist dagegen… http://t.co/MOM16rfC

arnebab auf twitter - Mo, 07/09/2012 - 16:52
ArneBab: „Es wird geklärt, ob Künstler ihre Musiktitel auch unter einem Pseudonym veröffentlichen dürfen“. #Gema ist dagegen… http://t.co/MOM16rfC
Kategorien: Ich
Inhalt abgleichen
Willkommen im Weltenwald!
((λ()'Dr.ArneBab))



Beliebte Inhalte

Draketo neu: Beiträge

Ein Würfel System

sn.1w6.org news