Journaling on estrip is easy and free. sign up here

Tinypliny's Journal

tinypliny
My Podcast Link

01/06/2012 18:18 #55859

Sunset from home
Category: buffalo
Another view of gorgeousness*

image

01/01/2012 09:24 #55829

Whatever it takes.
Category: goals
That is going to be my philosophy this date onwards.

In the year 2000...
2012...

I will
  1. Work all year in pomodoros and squash as many tomatoes as I can.
  1. Publish. Publish. Publish
  1. Master R and Perl.
  1. Learn how to manipulate and code in Bioconductor
  1. Analyze and publish on least one public dataset in genetics.
  1. Transition into more genetics and bioinformatics.
  1. Write more science. Make future-oriented useful notes.
  1. Be more in contact with my family.
  1. Be less confused, Be more mentally organized
  1. Set priorities and stick with them regardless of what comes in between.
  1. Reach a better place and work on feeling less guilty

tinypliny - 01/02/12 15:19
Yeah, all of them are priorities. Equally important, without exceptions.
metalpeter - 01/01/12 10:35
Guess you put a space or extra enter in there.... Well I wish you luck with those...

12/24/2011 08:24 #55789

Merry Holidays!
Category: e:strip
For Paul, Matt and Terry. :-)

image

---
NB: (e:matthew), check out the illustrations here:
heidi - 12/24/11 16:00
Love it!
metalpeter - 12/24/11 09:21
That is pretty wild :)

12/23/2011 15:38 #55788

Off.
Category: goals
My new deadline is December 31. I am dead serious about this and want to finish it once and for all. Even if lake Erie burst into flames right now and it was a grand public spectacle, I wouldn't want to go see it more than I want to finish my dissertation writing.

So I am taking off the internets and (e:strip) till the next year.

All of you, happy holidays and behave yourselves.

cheerio,
TP

metalpeter - 12/24/11 09:20
So Is this Time to Say Happy New Year!?
paul - 12/23/11 17:43
Happy dissertation writing.

12/19/2011 21:13 #55775

Graphic details
Category: linux
rpm -qa *\nvidia\*  *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf


Hmmm.. that doesn't look so good


rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf



nouveau;cat /etc/X11/xorg.conf
abrt-addon-kerneloops-2.0.6-1.fc16.x86_64
kernel-3.1.4-1.fc16.x86_64
kernel-3.1.5-1.fc16.x86_64
kernel-3.1.5-2.fc16.x86_64
kernel-headers-3.1.5-2.fc16.x86_64
libreport-plugin-kerneloops-2.0.7-1.fc16.x86_64
texlive-l3kernel-2011-4.SVN_2966.svn24657.fc16.noarch
3.1.5-2.fc16.x86_64
nouveau 754554 0
ttm 61533 1 nouveau
drm_kms_helper 30277 2 i915,nouveau
drm 213647 7 i915,nouveau,ttm,drm_kms_helper
i2c_algo_bit 5572 2 i915,nouveau
i2c_core 28203 7 videodev,i2c_i801,i915,nouveau,drm_kms_helper,drm,i2c_algo_bit
mxm_wmi 1743 1 nouveau
video 12388 2 i915,nouveau
cat: /etc/X11/xorg.conf: No such file or directory

PS: I would like a decent lighter background code box for christmas.
With
  • Inconsolata monospace font
  • line-wrapping
  • syntax highlighting (even without syntax highlighting is fine really)
  • for perl and bash.
Thanks! :)
tinypliny - 12/19/11 23:20
Yes, it works for me too. Just posted that for reference. No particular reason. I guess I like having information about my hardware/software out in the internets! :))
uncutsaniflush - 12/19/11 22:10
Fedora doesn't use xorg.conf. because X is configured automagically during the boot process. For most users that just works.

I think you could make yourself a xorg.conf file if you want.