Office mail war!
Oooh, the drama. I can't wait for the Google response. :)
Tinypliny's Journal
My Podcast Link
07/30/2011 08:08 #54820
Let's start a war!Category: i-tech
07/29/2011 21:18 #54817
Music.Category: music
I haven't been listening to enough lately... and I haven't been discovering any radically different artists lately. My average discovery rate usually hovers around 10-20 new artists every month but the last several months have been musical cesspits, more or less.
I can't stand any vocals in my music nowadays because it ruins the background concentration value. Heavy metal is ruled out for a while (except instrumental versions). Familiar selections of classical music have been getting an inordinate amount of playtime. Maybe it's time to delve into neoclassical and re-interpretations. I wonder if anyone has re-interpreted Chopin, my absolute favourite in romantic piano.
Or classical ballet. For example, I don't think I have ever heard the complete works of Leó Delibes and Ludwig Minkus before or any of their contemporaries who shaped the music of the ballet.
I can't stand any vocals in my music nowadays because it ruins the background concentration value. Heavy metal is ruled out for a while (except instrumental versions). Familiar selections of classical music have been getting an inordinate amount of playtime. Maybe it's time to delve into neoclassical and re-interpretations. I wonder if anyone has re-interpreted Chopin, my absolute favourite in romantic piano.
Or classical ballet. For example, I don't think I have ever heard the complete works of Leó Delibes and Ludwig Minkus before or any of their contemporaries who shaped the music of the ballet.
metalpeter - 07/30/11 18:53
This reminds me I want to make a video of me singing death Metal... What I would do is say something nice like Keith is walking on the grass.... Then growl it..... Then go looking on the sunny side of life.... and then growl that.... The type of music that gets on my nerves is where you here some pretty voice and your like awesome then growl .......
This reminds me I want to make a video of me singing death Metal... What I would do is say something nice like Keith is walking on the grass.... Then growl it..... Then go looking on the sunny side of life.... and then growl that.... The type of music that gets on my nerves is where you here some pretty voice and your like awesome then growl .......
07/29/2011 18:23 #54816
Keithsayer.Category: e:strip
I could totally see why everyone is fascinated with snapping pics of our bike-boom-boxing resident 7 footer.
But I don't get this (e:Paul)-Paranoia-look(TM). What is that about?!
But I don't get this (e:Paul)-Paranoia-look(TM). What is that about?!
paul - 07/30/11 09:51
I fixed the issue. Now if the original is under 800px it does not resample the image before upload.
I fixed the issue. Now if the original is under 800px it does not resample the image before upload.
paul - 07/29/11 18:34
Did you crop or resize those to begin with.
Did you crop or resize those to begin with.
metalpeter - 07/29/11 18:26
That First picture is perfect to be an animated Character ....
That First picture is perfect to be an animated Character ....
07/29/2011 17:03 #54813
Google Music Beta. Buy-it-Now for $14.99.Category: the odes
07/29/2011 14:46 #54811
Compiling RTL8191SEvB Drivers on Fedora15Category: linux
DID IT!
Many thanks go out to (e:Paul) and Andy Grimm from the Fedora Project who messaged me a few days back to say that RTL8191SEvB does work with Fedora15 and offered to help.
For those of you who are stuck with this odd-man-out driver from Realtek: RTL8191SEvB and are ruing the loss of your wireless networks on Fedora15, here's the step by step guide.
1. Download the RTL8191SE driver from Get both RTL8192SE and RTL8191SE-VA2 if you are doubtful of what to get.
2. Extract it to its own directory. Navigate to that directory using the terminal.
3. Try running the make command once you are in the directory:
4. You will see this message:
5. Note the number in bold: 2.6.38.6-26.rc1.fc15.x86_64. Append it behind the words "kernel-devel-" and key in this command in the terminal:
6. Now in the terminal again, key in:
This will be followed by a ton of output and jargon mumbo-jumbo from the terminal. Once the cacophony quiets down type:
7. Reboot! Rejoice! Your wireless should be back.
I have finally realized that in the linux world, THIS all you need - a possibility of someone helping you out from the doldrums. If I wanted to go the roses-are-red/sky-is-blue-ad-nauseum rehash-famous-quotes route, I would say:
Making linux work = 78% dare-devilry + 22% possibility of help.
Many thanks go out to (e:Paul) and Andy Grimm from the Fedora Project who messaged me a few days back to say that RTL8191SEvB does work with Fedora15 and offered to help.
For those of you who are stuck with this odd-man-out driver from Realtek: RTL8191SEvB and are ruing the loss of your wireless networks on Fedora15, here's the step by step guide.
1. Download the RTL8191SE driver from Get both RTL8192SE and RTL8191SE-VA2 if you are doubtful of what to get.
2. Extract it to its own directory. Navigate to that directory using the terminal.
cd /directory_you_extracted_the_RTL8191SEvB_driver
3. Try running the make command once you are in the directory:
make
4. You will see this message:
make -C /lib/modules/2.6.38.6-26.rc1.fc15.x86_64/build M=~/Downloads/rtl_92ce_92se_92de_linux_mac80211_0003.0620.2011 modules
make: *** /lib/modules/2.6.38.6-26.rc1.fc15.x86_64/build: No such file or directory. Stop.
make: *** [all] Error 2
5. Note the number in bold: 2.6.38.6-26.rc1.fc15.x86_64. Append it behind the words "kernel-devel-" and key in this command in the terminal:
This will install the tools you need to compile the kernel.sudo yum install kernel-devel-2.6.38.6-26.rc1.fc15.x86_64
6. Now in the terminal again, key in:
make
This will be followed by a ton of output and jargon mumbo-jumbo from the terminal. Once the cacophony quiets down type:
sudo make install
7. Reboot! Rejoice! Your wireless should be back.
I have finally realized that in the linux world, THIS all you need - a possibility of someone helping you out from the doldrums. If I wanted to go the roses-are-red/sky-is-blue-ad-nauseum rehash-famous-quotes route, I would say:
Making linux work = 78% dare-devilry + 22% possibility of help.
tinypliny - 07/29/11 15:03
Well... you don't have to do the number matching and compiling and "running the installer" is really double-clicking and sitting bag with a bag of popcorn. I am not defending windows, I am just saying, its a lot less involved. :)
Well... you don't have to do the number matching and compiling and "running the installer" is really double-clicking and sitting bag with a bag of popcorn. I am not defending windows, I am just saying, its a lot less involved. :)
paul - 07/29/11 14:50
If you think about that, its not so crazy complicated. Download the sourcecode for the driver, compile, reboot. On windows you would have to download the installer, run the installer, enable driver, reboot too.
If you think about that, its not so crazy complicated. Download the sourcecode for the driver, compile, reboot. On windows you would have to download the installer, run the installer, enable driver, reboot too.
Funny!