Wednesday, January 20, 2010
Wednesday, December 30, 2009
Tuesday, July 21, 2009
A fundamental truth
It is what it is - see also: It was what it was
As a consequence, it will be what it will be.
It is what it is - see also: It was what it was
As a consequence, it will be what it will be.
Wednesday, May 27, 2009
Wednesday, March 04, 2009
The answer to "what makes something/someone be ..." is looking for symptoms, not causes; the answer to "what makes something/someone do ..." is looking for causes, not symptoms. For example, the answer to "what makes someone retarded" could be "low frustration tolerance" as opposed to "hitting your head against a wall too many times". The latter could indicate an initially high frustration tolerance, which then gradually lowered. For other symptoms, such as a tendency to acquiesce to the expectations and desires of others, see Switzky/Greenspan, "What is Mental Retardation?" [Google Book].
Tuesday, February 24, 2009
Probability
The conditional probability P(x|y) is the probability of some event x given the occurrence of some other event y.
The marginal probability P(x) is the unconditional probability of some event x.
Bayes' theorem states that P(x|y)*P(y) = P(y|x)*P(x) = P(x ∩ y).
See the wikipedia article for details.
See also: Sklar's Theorem about copulas, as well as the wikipedia article. A copula combines the marginal, univariate distributions of a multivariate distribution into that multivariate distribution.
The conditional probability P(x|y) is the probability of some event x given the occurrence of some other event y.
The marginal probability P(x) is the unconditional probability of some event x.
Bayes' theorem states that P(x|y)*P(y) = P(y|x)*P(x) = P(x ∩ y).
See the wikipedia article for details.
See also: Sklar's Theorem about copulas, as well as the wikipedia article. A copula combines the marginal, univariate distributions of a multivariate distribution into that multivariate distribution.
Saturday, February 21, 2009
Monday, January 12, 2009
CWE-609
Double-Checked Locking - a common weakness, enumerated. The complete list can be accessed here.
Double-Checked Locking - a common weakness, enumerated. The complete list can be accessed here.
Monday, December 29, 2008
Gas Tax
According to wikipedia,
fuel taxes in Germany are €0.4704 per litre for ultra-low sulphur Diesel and €0.6545 per litre for conventional unleaded petrol, plus Value Added Tax (19%) on the fuel itself and the Fuel Tax.
1 US gallon happens to equal 3.78541178 litres. With an exchange rate of 1 Euro = 1.3949 U.S. dollars, this results in a fuel tax (not including the V.A.T.) of $2.4838(3943) / $3.4559(373) per gallon for diesel/unleaded fuel.
According to wikipedia,
fuel taxes in Germany are €0.4704 per litre for ultra-low sulphur Diesel and €0.6545 per litre for conventional unleaded petrol, plus Value Added Tax (19%) on the fuel itself and the Fuel Tax.
1 US gallon happens to equal 3.78541178 litres. With an exchange rate of 1 Euro = 1.3949 U.S. dollars, this results in a fuel tax (not including the V.A.T.) of $2.4838(3943) / $3.4559(373) per gallon for diesel/unleaded fuel.
Tuesday, December 23, 2008
Monday, December 22, 2008
FICA tax
The FICA tax is the Federal Insurance Contributions Act tax. It is a payroll tax, funding Social Security and Medicare. More details can be found in this wikipedia article.
The FICA tax is the Federal Insurance Contributions Act tax. It is a payroll tax, funding Social Security and Medicare. More details can be found in this wikipedia article.
Tuesday, November 18, 2008
Strong typing
Another nail in the coffin of the weak typist. According to Coding Horror, typing is a core programming discipline. With weak typing skills, a possible recourse might be to use weakly typed languages, or to devote more time to planning before embarking on the next hunting and pecking expedition.
Another nail in the coffin of the weak typist. According to Coding Horror, typing is a core programming discipline. With weak typing skills, a possible recourse might be to use weakly typed languages, or to devote more time to planning before embarking on the next hunting and pecking expedition.
The formula for the amortization schedule payment mentioned in the annual percentage rate wikipedia article is derived in the amortization calculator wikipedia article.
Wednesday, November 12, 2008
Premature optimization and its relation to evil is discussed in a wikipedia article on optimization. Premature optimization may result in traversing many local extrema that turn out to be unacceptable, before reaching the global extremum (or an acceptable local extremum, or running out of time). What is being optimized is the time to execute a program, while neglecting the time it takes to develop it.
Wednesday, November 05, 2008
According to Paul Graham, The distinguishing feature of nasty little problems is that you don't learn anything from them. ... Working on nasty little problems makes you stupid. And this, in turn, makes you more qualified to work on more nasty little problems, resulting in an infinite regression.
Wednesday, October 29, 2008
Thursday, October 23, 2008
According to Alan Greenspan, there could be
a flaw in the model that I perceived is the critical functioning structure that defines how the world works.Would this be self-interest, which guarantees the best possible outcome?
Monday, October 20, 2008
The sentence What you are will show in what you do appears in "The Education of the Wage-earners" by Thomas Davidson (1840-1900). This is a quote commonly attributed to Thomas Alva Edison (1847-1931).
The Development of Thomas Davidson's Religious and Social Thought
The Development of Thomas Davidson's Religious and Social Thought
Thursday, September 18, 2008
The acronym RTC can stand for Resolution Trust Corporation. Touch-typists do not have to resort to the use of acronyms, of course.
Thursday, September 11, 2008
Wednesday, June 18, 2008
This article by Randall Hyde discusses the benefits of optimization, if performed at the right time.
Saturday, June 14, 2008
Wednesday, May 21, 2008
Productivity
A good way to magnify productivity differences between software developers is to have them work on the same set of files. Slower developers will have to continually merge changes made by faster developers until being able to commit their changes (without breaking any tests, assuming there are tests that go beyond successfully compiling and linking and a policy that requires to have tests pass before committing changes). Ultimately, their tasks will have to be reassigned to faster developers, or they will never be completed.
A good way to magnify productivity differences between software developers is to have them work on the same set of files. Slower developers will have to continually merge changes made by faster developers until being able to commit their changes (without breaking any tests, assuming there are tests that go beyond successfully compiling and linking and a policy that requires to have tests pass before committing changes). Ultimately, their tasks will have to be reassigned to faster developers, or they will never be completed.
Wednesday, April 16, 2008
Tuesday, April 08, 2008
In SMILES, the '/' and '\' symbols are to be interpreted relative to the atom, not the double bond. X/Y(/Z)=R means that X is below the line Y=R and Z is above it. See the OpenSMILES specification for details.
Friday, March 07, 2008
The Lennard-Jones potential in its various forms is described in a Wikipedia article. The truncation of the potential at large distances by a simple chop and lift operation is described, but there is no mention of splines to avoid discontinuous first derivatives, or of any special treatment at small distances. The canonical form of the potential is 4ε*[(σ/r)12 - (σ/r)6]; an alternate form is D*[(R/r)12 - 2*(R/r)6)]. The first one uses the distance at which the potential is zero (σ), the second uses the distance at which the potential is minimal (R). ε and D are the well depth in both cases.
Monday, March 03, 2008
Tuesday, February 26, 2008
Wednesday, February 20, 2008
Is avoiding procrastination a different form of procrastination? Procrastination assigns higher priority to tasks that you want to do (but don't need to do) than to tasks that you need to do (but don't want to do), and acts accordingly. Is it possible to want to do things that you need to do? The want pulls more than the need pushes, and the want wins. I prefer walking downhill to running uphill.
Creating complex solutions to simple problems can provide the foundation for the production of more complex problems which may not have simple solutions. Productivity is proportional to the number of problems solved, inversely proportional to the effort to solve a problem, and inversely proportional to the number of problems created by the solution. This could be related to the measure twice, cut once concept.
Tuesday, February 12, 2008
What does it mean for an application user interface to be "responsive" while some task is being executed? It means that the application is still able to process input events, i.e. to react to user input. Depending on the task being executed, some input events may be ignored (for example, by disabling the part of the UI responsible for launching the task, until the task is complete and another one can be submitted). Some input events must not be ignored (for example, being able to close the application, or to interrupt the task).
Thursday, February 07, 2008
Wednesday, February 06, 2008
Friday, October 19, 2007
Wednesday, December 27, 2006
Friday, December 22, 2006
Creative-Reactive Balance
reflects the degree of balance between the creative dimensions and the reactive dimensions. The percentile score here gives you a sense of how you compare to other managers with respect to the amount of energy you put into reactive versus creative behavior. It also suggests the degree to which your leadership, relationships and goal oriented behavior is coming out of a creative or reactive orientation. It suggests the degree to which your self concept and inner motivation comes from within or are determined by external expectations, rules, or conditions.
Reference
Wednesday, December 20, 2006
Tuesday, December 19, 2006
Thursday, December 14, 2006
Wednesday, December 13, 2006
Tuesday, December 12, 2006
Thursday, December 07, 2006
Wednesday, December 06, 2006
Tuesday, December 05, 2006
Saturday, December 02, 2006
Sunday, November 26, 2006
Tuesday, November 21, 2006
The RNA Modification Database, University of Utah
In general, the symbol "N" is preferred for modified nucleosides of unknown structure ...
In general, the symbol "N" is preferred for modified nucleosides of unknown structure ...
Friday, November 17, 2006
Tuesday, November 14, 2006
Monday, November 13, 2006
Sunday, November 12, 2006
Wednesday, November 08, 2006
Tuesday, October 31, 2006
Monday, October 30, 2006
Doctors Ponder Fixing Heart Defect - Forbes.com: "In the late 1990s, cardiologists started aggressively sealing PFOs in stroke survivors, in hopes of lowering their risk for further strokes. They threaded tiny implants into the heart through a hole in the groin, pulling them against the PFO's flap to seal it shut.
Then some implant recipients started reporting an odd side effect: Their migraine headaches went away. Subsequent research suggested at least 40 percent of people who suffer a severe type of migraine - the kind that comes with an 'aura' or visual disturbance - have fairly large PFOs."
Then some implant recipients started reporting an odd side effect: Their migraine headaches went away. Subsequent research suggested at least 40 percent of people who suffer a severe type of migraine - the kind that comes with an 'aura' or visual disturbance - have fairly large PFOs."
Wednesday, October 18, 2006
Saturday, October 14, 2006
Aviation Formulary V1.43: "Aviation Formulary V1.43".
See also: Great Circle Mapper.
See also: Great Circle Mapper.
Friday, October 13, 2006
Saturday, September 30, 2006
Friday, September 08, 2006
Thursday, September 07, 2006
Wednesday, September 06, 2006
Saturday, August 26, 2006
The cranky user: Your language usage matters - an article about dialog boxes and the confusion they can cause.
Friday, August 25, 2006
Thursday, August 24, 2006
Friday, August 18, 2006
Wednesday, August 16, 2006
Creating Passionate Users: Mediocrity by "areas of improvement": "By focusing on 'areas of improvement', we're putting a square peg in a round hole. What do we end up with? A crappy, rounded off peg who meets the minimum thresholds at the expense of their most kick-ass attributes."
Friday, August 04, 2006
Saturday, July 22, 2006
Thursday, July 20, 2006
Sunday, July 09, 2006
Tuesday, June 20, 2006
Thursday, April 27, 2006
Saturday, April 08, 2006
Testing legacy code
As the old Chinese saying goes, a journey of a thousand miles begins with a single step.
As the old Chinese saying goes, a journey of a thousand miles begins with a single step.
Friday, April 07, 2006
Sunday, March 26, 2006
Subscribe to:
Posts (Atom)

