It is the mark of an educated mind to be able to entertain a thought without accepting it.
Aristotle (384 BC - 322 BC)
Try not to become a man of success but rather to become a man of value.
Albert Einstein (1879 - 1955)
A discovery is said to be an accident meeting a prepared mind.
Albert von Szent-Gyorgyi (1893 - 1986)
"Not everything that can be counted counts, and not everything that counts can be counted."
- Albert Einstein (1879-1955)
"In the End, we will remember not the words of our enemies, but the silence of our friends."
- Martin Luther King Jr. (1929-1968)
"Whether you think that you can, or that you can't, you are usually right."
- Henry Ford (1863-1947)
"A mathematician is a device for turning coffee into theorems."
- Paul Erdos (1913-1996)
"The power of accurate observation is frequently called cynicism by those who don't have it."
- George Bernard Shaw (1856-1950)
"Never interrupt your enemy when he is making a mistake."
- Napoleon Bonaparte (1769-1821)
"Talent does what it can; genius does what it must."
- Edward George Bulwer-Lytton (1803-1873)
"The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'."
"When you do the common things in life in an uncommon way, you will command the attention of the world."
- George Washington Carver (1864-1943)
"Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth."
- Sherlock Holmes (by Sir Arthur Conan Doyle, 1859-1930)
"Black holes are where God divided by zero."
- Steven Wright
"There is more stupidity than hydrogen in the universe, and it has a longer shelf life."
- Frank Zappa
"It is much more comfortable to be mad and know it, than to be sane and have one's doubts."
- G. B. Burgin
"Knowledge speaks, but wisdom listens."
- Jimi Hendrix
"Education is a progressive discovery of our own ignorance."
- Will Durant
"I have often regretted my speech, never my silence."
- Xenocrates (396-314 B.C.)
"If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens?"
- Seymour Cray (1925-1996), father of supercomputing
Friday, April 30, 2004
Wednesday, April 28, 2004
Friday, March 26, 2004
Every 10 seconds, somewhere on this earth, there is a woman giving birth to a child. She must be found and stopped.
I hate the country, all those animals walking around un-cooked.
I'd give a thousand dollars to be one of them there millionaires!
I'm gonna survive or die trying.
Imagination was given to man to compensate him for what he isn't, and a sense of humor to console him for what he is.
I hate the country, all those animals walking around un-cooked.
I'd give a thousand dollars to be one of them there millionaires!
I'm gonna survive or die trying.
Imagination was given to man to compensate him for what he isn't, and a sense of humor to console him for what he is.
Thursday, March 25, 2004
Wednesday, March 24, 2004
Thursday, March 18, 2004
Wednesday, March 17, 2004
Tuesday, March 16, 2004
Thursday, March 04, 2004
Wednesday, March 03, 2004
Gates on security
"There are a lot of different challenges out there," Gates noted.
"We've got to have the right tools. We've got to have the right
processes. The people who attack these systems are getting more and
more sophisticated. For every time we take a type of attack and
eliminate that as an opportunity, they move up to a whole new level.
And that's not an unending process. We can make it dramatically more
difficult, but we have to keep that in mind: This is a
measure-countermeasure type environment."
"There are a lot of different challenges out there," Gates noted.
"We've got to have the right tools. We've got to have the right
processes. The people who attack these systems are getting more and
more sophisticated. For every time we take a type of attack and
eliminate that as an opportunity, they move up to a whole new level.
And that's not an unending process. We can make it dramatically more
difficult, but we have to keep that in mind: This is a
measure-countermeasure type environment."
Tuesday, March 02, 2004
Was telling a firend about RSS the other day, and got stomped by a couple of questions really ....
but fact remins that RSS isnt going to get all that popular w/o a business model attached to it and how the business folks can attach a dollar value to it ....rss is going to be in developerland for time to come
but fact remins that RSS isnt going to get all that popular w/o a business model attached to it and how the business folks can attach a dollar value to it ....rss is going to be in developerland for time to come
Monday, March 01, 2004
Cyber Sabotage in the cold war era
Read about a CIA sponsored sabotage and how it hit a cyberia oil facility here
Read about a CIA sponsored sabotage and how it hit a cyberia oil facility here
Thursday, February 26, 2004
Came across some useful undocumented sproc
1)sp_MSforeachtable - it iterates through all the tables of the current DB
Eg.
sp_MSForEachTable 'exec sp_spaceused "?"' -- To get the spaces used by individual sprocs
EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?')" -- To reindex all the tables in the DB
2) And use sp_MSforeachdb to iterated through all the DBs
3) sp_MSdrop_object to drop any object by providing its id/ name etc
1)sp_MSforeachtable - it iterates through all the tables of the current DB
Eg.
sp_MSForEachTable 'exec sp_spaceused "?"' -- To get the spaces used by individual sprocs
EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?')" -- To reindex all the tables in the DB
2) And use sp_MSforeachdb to iterated through all the DBs
3) sp_MSdrop_object to drop any object by providing its id/ name etc
Subscribe to:
Posts (Atom)