Wednesday, April 09, 2008
pull ids from html forms using the command line
print substr($i,7,length($i)-7)}' webformfile.html | uniq
Tuesday, April 08, 2008
Jorge - Banshee Alpha Hotness, music to your ears just pulled the latest code from source
new features
q adds to the play que
or drag and drop into the que
album art area
new look and feel
rhapsady supplies album art
music and video anything gstreamer supports it can play
uses last.fm
Rick - Gnome Do, launcher and beyond
Jim McQ - awk tricks/hacks
simple tasks all the time
awk options pattern action files
default action is print
ex. awk '{print substr($0,148,0)}' sometext.txt | sort | uniq -c | head -20 | sort -nr
awk 'substr($0,148,2) != " " && substr($0,148,2) != "VA" {print substr($0,148,0)}' sometext.txt | sort | uniq -c | head -20 | sort -nr
awk -F, '{print $24}'| head -20
Jay Wren - Boo as a Python-like language on Mono/.Net
missingmethod exists from ruby
optional parenthesis from ruby
block syntax from ruby and lambda from python
"as a duck" typing
can modify compiler to create domain specific languages
Aaron zenoss talk
Mark Ramm - TBD (Something cool/Pythonic)
google app engine + turbogears
Jim Glutting - scripting your system with PHP
Tuesday, January 29, 2008
rss feeds and blog reading
It allows you to subscribe to sites you are interested in reading so that instead of visiting every site you like to read you can read it all from one place. Web browsers (Firefox, Internet Explorer, Seamonkey, opera etc) and email clients(Thunderbird, outlook express etc) both support rss.
if you're interested in a more in depth explanation and instruction for certain programs check out the links below
http://rssexplained.blogspot.com/
Firefox:
http://www.as.ua.edu/etech/tutorials/web_tools/managing_web_feeds/firefox/howto.php
Internet Explorer
http://www.as.ua.edu/etech/tutorials/web_tools/managing_web_feeds/internet_explorer/howto.php
Thunderbird
http://kb.mozillazine.org/Thunderbird_:_FAQs_:_RSS_Basics
Outlook Express (not tested)
http://clibra.wordpress.com/2007/08/25/howto-read-rss-feeds-in-outlook-express/
Tuesday, October 09, 2007
Thursday, October 04, 2007
my blackburn design light issue OR a good customer service experience
Wednesday, June 27, 2007
Roast
ingredients:
1 (3-4 lb.) Chuck Roast
2 medium sized onions, chopped
5 large mushrooms quartered
6 red potatoes, quartered
3 carrots
½ cup of balsamic vinegar
¼ cup flour
Thyme
¼ cup vodka
1 green apple
4-5 cloves garlic
Dried onion
Olive oil
Salt and pepper
Place chuck roast in dutch oven. Coat in olive oil, salt and pepper. Cover and place in oven for 10 minutes at 425. While it is cooking, put onions and garlic in a pan and brown. Cut up carrots and throw them in the pan as well.
Take out Dutch oven and place carrots in. Put back in the oven for 10 more minutes.
Take back out and add everything else, starting with the vinegar and flour, then the other veggies. Put back in oven and reduce heat to 375. Cook for approximately 2 hours.
*this is is a modified recipe of one found on the Internet a few years back...I don't remember where :-
Wednesday, November 22, 2006
my current 2 cents on the Microsoft - Novell deal
It sounds a lot like while M$ may think some IP patents may be infringed upon they are likely infringing upon more patents Novell holds and do not want to end up on the loosing side of several patent lawsuits.
Hopefully this deal won't end up generating more lawsuits but rather generate a much more usable workplace. It'd be nice to be able to manage all the windows desktops from my Linux desktop and servers so I can make sure they are all getting properly backed-up, updated, current software installed and security settings in place. It would also be very beneficial to have the option to move some of our users to Linux desktops while using the same applications they currently do while enjoying the flexibility of the open source operating system.