1 / 11

Lifehacking

Lifehacking. Patrick Haller patrick@haller.ws CPLUG 2006 August. Danny O'brien at ET con 2004-02-11 “ Life Hacks: Tech Secrets of Over-prolific Alpha Geeks ”. Linus, JWZ, Nathan Torkington, Guido van Rossum, Eric Raymond, Simon Cozens, etc. Commonalities Shells everywhere

gilles
Download Presentation

Lifehacking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lifehacking Patrick Haller patrick@haller.ws CPLUG 2006 August

  2. Danny O'brien at ET con 2004-02-11 “Life Hacks: Tech Secrets of Over-prolific Alpha Geeks” Linus, JWZ, Nathan Torkington, Guido van Rossum, Eric Raymond, Simon Cozens, etc.

  3. Commonalities Shells everywhere Text everywhere No complex apps, just complex scripts Helping themselves when needed

  4. 43Folders.com Lifehacker.com lifehack.org lifehacks.it I LifeHacks sono piccole soluzioni ai problemi quotidiani.

  5. What is Lifehacking NOT?

  6. Input ---> Processing ---> Output | | Storage Precursors to Automation: Standardization Centralization Crutches

  7. Input ---> Processing ---> Output | | Storage Batch Processing Scheduling interrupts cron and at

  8. Input ---> Processing ---> Output | | Storage Store files, email, im, web history, etc. Search becomes really important Lots use Google, others grep, beagle.

  9. Input ---> Processing ---> Output | | Storage Good Question!

  10. 00 */2 * * * ${HOME}/.rss2email/r2e run 2>&1 | error_filter.pl rss2email 01 * * * * feedz0r run 55 22 * * 1-5 us-put-call.pl 30 20 * * 1-5 us-equities.pl 00 23 * * 1-5 us-yield.pl 00 12 * * * weather.pl 00 13 * * 1 nag get a date 00 13 * * 0 nag do yer laundry 00 13 * * 1 nag check the generator 00 14 * * 1 nag burn home to cd 45 21 * * * run-days 2006-05-18 14 nag take out the trash by 7 55 12 * * * run-days 2006-05-08 14 nag run payroll 00 06 * * * glsa-check.cron 00 00 * * 1 crontab -l > ${HOME}/.crontab 00 00 * * 1 atjobs.pl > ${HOME}/.atjobs 05 00 * * 1 archive-scripts-configs.sh raq0-scripts-configs.tar.asc 00 00 * * 4 backup-to-box-net.pl test box0-scripts-configs.tar.asc 00 00 * * 4 backup-to-box-net.pl test raq0-scripts-configs.tar.asc 00 00 * * 2 globex-futures-list.pl |sort > ${HOME}/share/futures/globex.dat # nag me on their birthday 00 14 24 04 * nag birthday mom 00 14 05 03 * nag birthday dad 00 14 04 04 * nag birthday joanne 00 14 04 11 * nag birthday tom bursey 00 14 18 09 * nag birthday jen lawlin

More Related