Stuff White People Like: A Definitive Guide to the Unique Taste of Millions
Really, the funniest book I have read this year. I pre-ordered the book, and I got it today. This is the first time I brought a book with no educational purpose.
There is so much things I read and say "Wow, it is really true!"
The book basically making all White people look like ones who tries to be unique and self-satisfy themselves by doing things that seems very authentic.
Obviously, I believe when he talking about white people, this should be what he meant(I forgot where I got it).
"White is not a skin color, White is a state of mind."
Hehe, I love white people.(Referring to the above quote)
The book title is a perfect oxymoron and a even better irony.
That book made me ask a question on yahoo answers:
"Does people's natural hair color always the same to their pubic hair color?"
I also learned UCLA means University of Caucasians Living among Asians.
I especially loving the part about piracy.
Advanced white people will also talk about how their constant downloading of music makes them an expert who can properly recommend bands to friends and co-workers, thus increasing revenues and exposure. So in fact, their “illegal” activities are the new lifeblood of the industry.
He also have a blog, Stuff White People Like(OMG same name as the book, and features 2/3 of the books content), which is the most popular blog hosted by Wordpress.com.
- 2 comments
- 76 reads
Secrets of Mental Math: The Mathemagician's Guide to Lightning Calculation and Amazing Math Tricks
I was bored. So I read it. Nice book. But there is a better one for people who knows a bit more than middle school math. I saw some nice puns(Magic "square" indeed... as in magic square that consist of perfect squares only). Def. recommend it for people who want to learn faster mental math. BTW I don't care about how fast one can evaluate basic functions mentally. I read so many books these days, going to post them like one per day. The author Arthur T. Benjamin wrote another book, Proofs that Really Count: The Art of Combinatorial Proof (Dolciani Mathematical Expositions). Which won a award from MAA. Going to check that out soon.
But before that...
Greedy algorithms here I come.
- Add new comment
- 60 reads
DAG Taxonomy
Posted July 5th, 2008 by MgcclI have decided to create a taxonomy database library based on direct acyclic graph(DAG). Like the tree taxonomy, except allow one node to have more than one direct parent node.
Like this structure, that can't be constructed from tree based taxonomy.
A hash table storing nodes. Indices are integers.
The node stores three sets of integers, the indices of direct parent nodes, the indices of direct child nodes, and the items.
The items are integers only, each item refers to the item wish to be classified. Those items can be thought as ids. When the database return items, those items can be used in a SQL query to request the content of items.
These are specs of the database, and all the possible operations:
- Return all items directly under a node.
- Return all items under a node or it's child nodes.
- Return relationship from node A to node B.(parent, child or neither)
- Return all items under a complex query. For example, items that are classified as part of node A but not node B
- Insertion of new node
- deletion of nodes
- Find the smallest graph that contains some specific nodes as it's child node. Useful when there are things having the same name but different meaning. So with this process, it can return stuff like Graph(Graph Theory) and Graph(Plotting Functions)
- Move a node from one place to another.(supply old parent and new parents, or supply a entirely new node)
- Save/Load the database to/from a file
- Normalization process of the database:
- If an node has an direct item that is also an direct item of any of it's child node. Remove the item from node.
- If an node has a direct parent node P1 and P2, if P1 is a child node of P2, then remove P2 from the direct parent node
- If an node has a direct child node C1 and C2, if C1 is a parent node of C2, then remove C2 from the direct parent node
- If nodes refer to nodes that doesn't exist, remove that reference
- Each time, insertion, alter, and deletion of nodes and items are operated, normalization operation starts, so the database is always normalized
In the end the database looks like this:
There will be a separated database handling converting integers ids into it's respectable names.
Slowly progressing. I only need to finish it by the time I start building a math problem database. C++ is hard.
- Mgccl's blog
- Add new comment
- 94 reads
Math problem in L: Change the WorLd
Posted July 3rd, 2008 by MgcclIn L: Change the WorLd, there was a geometry problem reveal some very important information and lead to the entire world's safety.
The problem itself isn't a big deal, it's just the message hidden in the answer of the problem. So here it goes.
I believe the Japanese just means "Find it".
The solution:
So guess I got pwned by a 10 years old.
- Mgccl's blog
- 2 comments
- 174 reads
Possible proof of Riemann hypothesis
Posted July 2nd, 2008 by MgcclA proof of Riemann hypothesis by Xian-Jin Li was posted on arxiv.
I believe it is quite possible he proved the Reimann hypothesis. Even though is possible he made a mistake somewhere in the paper.
Xian-Jin Li is a real mathematician who stated Li's criterion.
Let's see how this goes, can't wait.
At the same time, screw those Chinese dudes create mathematical propaganda in the Chinese community. For example, Chun-Xuan Jiang[蒋春暄] and his evil math papers(look at the ones about Fermat or Reimann). This person, along with countless other math noobs goes around many Chinese forums and post complete rubbish in very professional style, most of these noobs claim to "Prove/Disprove Reimann hypothesis and Fermat's last theorem in less than 10 lines" or show that "There is no such thing as the smallest positive integer". Jiang even get on a TV show and telling people no one can say he is wrong because he is in such a high math level, no one understand what he is doing. Now I have completely lost all my respect for any Chinese media. China should concentrate their resources on stopping these kind of crap before censorship, because more and more people actually believe crap like this, Jiang have published his own book(That's what he claimed). They are killing the future of China! I think Martin Huxley's reply to Jiang said it best.
but anyway...
I only cared about 5 problem in mathematics when I was a young age
Fermat's last theorem [Tackled]
Reimann hypothesis [Come on, Li, make the world proud]
Integer factorization in polynomial time [If there is a quantum computer]
Goldbach's conjecture
P versus NP
It I hope I can live to see all of those problem solved.
Update: Terence Tao said there is an error in the proof.
- Mgccl's blog
- Add new comment
- 507 reads










Recent comments
10 hours 8 min ago
11 hours 17 min ago
11 hours 58 min ago
18 hours 5 min ago
1 day 59 min ago
1 day 2 hours ago
1 day 2 hours ago
1 day 2 hours ago
1 day 18 hours ago
2 days 6 hours ago