Hmmm, this blog entry is not about the book of the same title. I won’t mention Skulls and Bones, and the Masons, and Common Cause, and Illuminati, Fight Club, weather club, The AA, Triads and Mafias. What is the problem?????
Monthly Archives: September 2010
Mail Order Wife
Homosexual realties aside, the mention of baseball, the toasting and drinking of beer, by a group of cooperating men, brings back a sense of normalcy… I felt comforted by the fact that the women and all that she represented was gone. In the circle of men there was a sense of closure, feelings of trust, camaraderie, accomplishment, clarity, safety and merriment.
Does this symbolize the success of America in defending the American ways and the forced return of ugly Chinese people and their culture to their homeland of Burma? The Americans united to rid the country of foreign devils’ evil and unrighteous influences.
Fedora 13 Broken Menu Bar
I found the instruction on this page helpful in trying to get many applications working (eclipse, gimp, etc) in fedora 13. I performed a
drunken poste
I’m drunk.
I just took my prescription pills. One of these pills is a soft-gel that I found to work the best when I chew it before swallowing (probly works better in the upper digestive system than lower). Maybe someday, we’ll have nutrition pills that require chewing like real food. And we’ll just chew on pills for sustenance.
Anyways, I wanted to post something I was discussing with a really good friend last night. The models and algorithms that we were interested in require analysis and optimization in these properties:
- Latency and Throughput (Needs to respond fast enough, and supply solutions fast continuously)
- Relevance. (This is often ignored because most of the time designers of algorithms will not deviate with from the problem)
- Performance. (Actual performance in the sense of accuracy, coverage, generalizability, stability and robustness, and min-max properties, etc.)
- Cost: how much is it goina cost to apply an algorithm satisfying the above three types of specifications. This should also include implementation cost. Something like TCO, possibly minus the O at some point. 😦
- Long term performance: What it will do in the long term. This includes every thing else that is more global than what is required to satisfy the above four and contain things like environmental issues, game theoretic problems, and the likes.
This may seem completely out of context to everybody, but that one friend who’s email system suddenly all barfed, here they are. the properties that I want to keep track of.
goina drink more now. wanted to get that down on electrons before I pass out.
Documentaries and Boardwalk Empire
I did not know about Bhopal
omg, I did not know about Bhopal. Apparently, a pesticide company Union Carbide India Limited had a plant in Bhopal India, a city located smack dab in the middle of India. The pesticide company had an accident December of 1984, killing more than 8000 people with in one week, and up to 16k people in the following time, 550k injuries, 38k severe, 4k permanent. The release hurt so many people because it was high temperature, high pressure gas released into atmosphere which covered the entire city. It also killed a lot of trees within the first week.
Apologies
I feel that I want to write in my blog following my last post apologizing to Jewish people who suffered greatly from Holocaust. I don’t mean to suggest that malice towards the Jewish people during the Holocaust was an inconvenient side effect of failure in communication.
memories of 911
I just watched a documentary called “Loose Change 9/11” The movie claims that many of the things about the 9-11 attack on the United States seem to be faked by a certain group of Industrialists who are lead by the Bush family. The movie claims that explosives were used to stage the various crashes and tower… It claims to find evidence of very powerful state of the art military grade explosives through out the towers, and shows shots of explosions happening on several floors as the tower falls to that floor.
Naive Bloomier Filter
I’ve been playing with the Naive implementation of the Bloomier Filter recently. The Bloomier Filter is just a stack of several Bloom Filters on each level. (Well the Naive version described in the first few pages of the paper is any ways) Is it me or is it that I just realized that there is a huge savings that can be had by allocating the second layer to have size FPR*N where FPR is the guaranteed False Positive Rate and N is the total number of items we inserted. So, but how small is the set of items that may make it to the next layer? Well, the expected value can be calculated as FPR*N. I guess if I am smarter, I would go ahead and calculate the variance of this RV, and compute how much variance to the overall expected false positives I add by making this second layer just a fraction of the first layer….