arnebab auf twitter

Inhalt abgleichen
Aktualisiert: vor 12 Jahre 11 Wochen

ArneBab: what are the command history numbers?

Mi, 07/11/2012 - 13:39
ArneBab: what are the command history numbers?
Kategorien: Ich

ArneBab: nice! Until today I always muttered about ! in bash (broke my commits: hg ci -m "yihaa!"), and I only now understand why it’s cool :)

Mi, 07/11/2012 - 13:38
ArneBab: nice! Until today I always muttered about ! in bash (broke my commits: hg ci -m "yihaa!"), and I only now understand why it’s cool :)
Kategorien: Ich

ArneBab: @emacsrocks: might be interesting to you (part of a long standing plan of mine): http://t.co/2DxCTCEI

Mi, 07/11/2012 - 13:38
ArneBab: @emacsrocks: might be interesting to you (part of a long standing plan of mine): http://t.co/2DxCTCEI
Kategorien: Ich

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

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…

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

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 ...

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 ...

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

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

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

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

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

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

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.

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

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

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

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…

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

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
Inhalt abgleichen
Willkommen im Weltenwald!
((λ()'Dr.ArneBab))



Beliebte Inhalte

Draketo neu: Beiträge

Ein Würfel System

sn.1w6.org news