mathematics computer science

n=24

Database Education

a: Oracle 11g ~
b: Mammalian Cell

What: I studied cell biology/chemistry in college. Mammalian cells are complicated systems with many sub components and many ,many detailed sub-systems. I was reminded of this when learning the Oracle 10g and 11G. This database is a complicated, highly evolved system, with many subsystems that insure the survival of information the way a cell assures the survival of the DNA in the nucleus.

Useful?
Writer: mattyflynn
LCC: QA
Where: Reference Link Has Evaporated
Date: Oct 7 2009 3:35 AM


Bytes On A Computer

a: Computer bytes ~
b: standard light switch

What: Think of a standard light switch; the circuit can have two states. It's either closed with electricity flowing trough it or open so no charge can flow. Each byte that makes up a number stored in a computer is ultimately nothing more than a series of tiny electrical switches, with on (closed) and off (open) values. The computer interprets a series of other consecutive on/off values into something interesting for us humans, such as a letter or a number. If the tiny little switch=0, it's off If the tiny little switch=1, it's on

Useful?
Writer: Timothy Boronczyk
LCC: QA
Where:
Date: Nov 30 2009 3:01 PM


Data Conversion For Data Warehousing

a: Transferring and formatting data into a data warehouse ~
b: Origami

What: There sure is a lot of jargon in this field. Here' my summary of converting data from an operational database to a data warehouse. It goes something like this: Operational data are stored in OLTP software which consists of typical 2 dimensional relational tables. These work well for rapid and constant transactions: updates, insertions and deletions. To build a data warehouse, it's best to have data in a form in which it can be queried and displayed in a multitude of dimensions, which is the objective of having a data warehouse. Thus the conceptual model of the Rubiks cubes. But this is a conceptual model that helps humans visualize several dimensions, the data itself never "exists" in 3 dimensions. Data for a data warehouse are converted into and stored in a form which an OLAP tool can analyze it in a multitude of dimensions. This is the function of the star schema. It is a particular type of relational table structure in which 2 dimensional tables can be analyzed as if they were related to each other in a multitude of dimensions. A visualization crutch for this process might be the conversion that occurs with Origami, in which a 2-d object, a piece of paper, is converted into a 3-d object by systematic folding.

Useful?
Writer: mattyflynn
LCC: QA
Where: Reference Link Has Evaporated
Date: May 15 2010 2:16 AM


Bash Shell Environment Variables

a: Inheritance of environmental variables ~
b: DNA inheritance

What: "Like DNA, inheritance goes in one direction, from parent to child." This analogy is on page 814 of the 4th edition.

Useful?
Writer: Ellie Quigley
LCC: QA
Where:
Date: May 19 2010 7:20 AM


Ambiguous Data

a: Ambiguous data ~
b: Pointillist Rorschach test

What: Once upon a time, I worked on an novel assay format that involved an antibody binding that changed the electrical current through a well. It looked great at time 0. However, the chemistry was so unstable that the linearity of the assay dropped after it sat around for about 30 minutes. An electronic device measured the change in several electoral parameters every 5 seconds for 16 wells. At the end of a 5 minute assay, about 3000 data points were generated for a single linear curve. People trying to make sense of the numbers saw what they wanted in the data. Some saw a line, some didn't. Once, I think I saw a picture of the Virgin Mary Riding a donkey to Bethlehem. But mostly it was an ambiguous mess.

Useful?
Writer: mattyflynn
LCC: QA
Where:
Date: May 21 2010 12:31 AM


Xml

a: Xml ~
b: a Euro for the Internet

What: "XML is like a Euro for the Internet. If users (people) don't have to spend time and effort converting their data (money) from one format (currency) to another when they move between computer systems (countries), everything will move faster and easier. The Internet economy will heat up, and the cost of doing business on the Internet will go down."

Useful?
Writer: LucretiaGermanica
LCC: QA
Where:
Date: Jun 8 2010 9:30 AM


Xml

a: Xml ~
b: Cardboard

What: "Self Describing - Cardboard like XML can have information printed on is. "Contains one TV and cables. Made in Japan". Likewise XML has element and attribute names to describe the contents of the package, the data. Cardboard like XML is a self describing material." The article has more.

Useful?
Writer: LucretiaGermanica
LCC: QA
Where:
Date: Jun 8 2010 9:34 AM


Unix Personality

a: Unix ~
b: A Mirror

What: "The truth is that UNIX is like a mirror, it reflects without distortion the personality of the people who write applications for it. Because UNIX has been around for almost 16 years now, its no surprise that a lot of variety has shown up in the way the user interface is handled by applications programmers. "

Useful?
Writer: M. David Rook
LCC: QA
Where: Reference Link Has Evaporated
Date: Jun 12 2010 7:41 AM


Unix

a: Unix ~
b: driving clutch

What: "UNIX is like driving clutch instead of automatic...very fast, very powerful, stable on the curves... but the learning curve is steep."

Useful?
Writer: Not Stated
LCC: QA
Where:
Date: Jun 12 2010 7:41 AM


Pixel

a: A pixel ~
b: piece of tile in a mosaic

What: "In a digital image, a pixel translates to a tiny square that makes up the image. If you look at an image very closely, a pixel is like a piece of tile in a mosaic."

Useful?
Writer: Not Stated
LCC: QA
Where:
Date: Jul 19 2010 2:12 AM


Google Search Bot

a: The google search bot ~
b: A Yenta

What: I set up a database website and made it searchable by the major search engine bots. All the ip hits and page calls were recorded in MySQL. There are several bots that searched the whole database. The Google-bot is very thorough. It pokes its nose into every nook and cranny and page call possible in the database. It even started searching the database beyond what I wanted indexed. Sorta like a Yenta, getting into all the parts of my site even through I didn't want it to, a Yenta-bot if you will. Compared to the Google-bot, the Yahoo bot is like an alcoholic father who shows up every other week and falls asleep on the couch.

Useful?
Writer: LucretiaGermanica
LCC: QA
Where:
Date: Aug 10 2010 6:46 AM


Denigrating Euclidean Geometry

a: Denigrating euclidean geometry ~
b: disparaging your home

What: "He who despises Euclidean Geometry is like a man who, reutrning from foreign parts, disparages his home." I think this guy is one to something. Euclidean Geometry, more specifically geometric proofs, are the basis for logical English ,mathematical logic and spacial reasoning.

Useful?
Writer: - H.G. Forder
LCC: QA
Where: Reference Link Has Evaporated
Date: Aug 13 2010 4:07 AM


Oracle Tablespace

a: The tablespace ~
b: The Queen Bee of the Oracle Hive

What: Within the Oracle instance, the database files have the complexity and order of a beehive. The tablespace is like The Queen Bee of the Oracle Hive. The tablespace is the Queen Bee and the *.dbf files are her DNA. The worker bees in the instance, the background processes and memory structures have but one purpose; they provide for the access, maintenance and preservation of the *.dbf files. The DNA of the database.

Useful?
Writer: mattyflynn
LCC: QA
Where:
Date: Oct 11 2010 1:17 AM


Computer Models

a: Model in the hands of an inept analyst ~
b: toddler with a machine gun

What: "Different models reflect different thinking on the part of the designer/analyst. What's really important is the analyst - not the model. A smart analyst with a simple model can work wonders. A powerful model in the hands of an inept analyst is like a toddler with a machine gun."...This page has a nice list of the limits of computer modeling, in this case it's about forest management, but the listed rules are applicable to any kind of computer modeling.

Useful?
Writer: Not Stated
LCC: QA
Where:
Date: Jan 26 2011 2:01 AM


Learning Logic Is Like Learning Statistics

a: Learning logic ~
b: learning statistics

What: "Premise: Learning logic is like learning statistics. Premise: You can't learn statistics by cramming; you have to study it consistently. Conclusion: You probably can't learn logic by cramming; you have to study it consistently." Maybe. This page is a discussion of reasoning by analogy.

Useful?
Writer: Vickie Christensen
LCC: QA
Where:
Date: Oct 30 2011 10:44 AM


A Table Without The Primary Key

a: A table without the primary key ~
b: an orphan child

What: "Every table in your database should have a primary key. A table without the primary key is like an orphan child without the support of parents or a youth without a spouse. You never know what you are missing!"

Useful?
Writer: Shantanu
LCC: QA
Where:
Date: Dec 16 2011 7:11 PM


Primary Key Is Like A Father In House

a: Primary key ~
b: a father in house

What: "a primary key is like a father in house, like only one but there may be a lot of childs just like columns." This is good. If there are children in a house, there must be a father. If there are rows in a table they must have a primary key, otherwise they are orphan rows.

Useful?
Writer: Ashis Kumar Jena
LCC: QA
Where:
Date: Dec 16 2011 7:15 PM


Primary Key

a: Primary key ~
b: social secruity number

What: In fact, the social security number is a primary key. By definition a primary key uniquely identifies a record in a database. This idea was necessary before electronic databases so as to keep track of individuals and their personal information. There are many unique identifiers that most people should be familiar with: license plates, finger prints and retinal scans all convey uniqueness.

Useful?
Writer: LucretiaGermanica
LCC: QA
Where: Reference Link Has Evaporated
Date: Dec 16 2011 7:53 PM


A Primary-key Is Like A License Plate

a: A primary key ~
b: the license plate on a car

What: "A primary-key is like the license plate on a car. It uniquely identifies a record."

Useful?
Writer: Not Stated
LCC: QA
Where:
Date: Dec 16 2011 7:28 PM


Primary Keys As Fingerprints

a: Primary key ~
b: fingerprint

What: "Primary Keys are like fingerprints: there are no two human beings with identical fingerprints."

Useful?
Writer: Not Stated
LCC: QA
Where: Reference Link Has Evaporated
Date: Dec 16 2011 7:32 PM


Primary And Foreign Keys Are Like A Parent - Child

a: Primary and foreign key ~
b: a Parent - Child relationship

What: "The basic rule of thumb is that Primary and Foreign keys are like a Parent - Child relationship. The Child stores the Parent's id. This way each Parent can have multiple Children. It can get a WHOLE lot more complicated, but this will give you a very good starting approach to most of your database solutions."

Useful?
Writer: Michael Rodrigues
LCC: QA
Where:
Date: Dec 16 2011 7:36 PM


The Wordpress Car

a: Wordpress ~
b: popular sports car

What: "Word Press is like a popular sports car: It is by far the most-often used installed blogging platform on the planet. A huge community helps support you if you decide to use it, but it's not intended for the Web novice. You need to either gain expertise or hire someone with that expertise. Otherwise, you end up in a ditch."

Useful?
Writer: Not Stated
LCC: QA
Where: Reference Link Has Evaporated
Date: Feb 29 2012 2:18 PM


Xsl Temmplate

a: Xsl template ~
b: a function in other programming languages

What: An xsl template can be compared to a programming function. It is a way of organizing XML styling code so that it is readable and easy to understand. The pharase "" means call the template called type and do the formatting that this templates contains. Once this is understood, and you have experience with using functions in other languages, this part of xsl become easier to work with and apply.

Useful?
Writer: LucretiaMia
LCC: QA
Where:
Date: Jun 3 2012 11:17 PM


Further Awya May Have More Interference

a: Numa latency ~
b: talking with neighbors

What: Some are close some are far. The ones furthest away will have slower interactions because of distance. See the link for further explanation.

Useful?
Writer: Jeff Squyres
LCC: QA
Where:
Date: May 14 2013 6:03 PM



Green Venn Diagram


METAMIA is a free database of analogy and metaphor. Anyone can contribute or search. The subject matter can be anything. Science is popular, but poetry is encouraged. The goal is to integrate our fluid muses with the stark literalism of a relational database. Metamia is like a girdle for your muses, a cognitive girdle.



Browse Analogies by Library of Congress Catagory: