June 2006 Archives

Recent Dilbert and Doonesbury favorites

| | No TrackBacks

Recent Dilbert favorites

Recent Doonesbury favorites

Critical thinking

| | No TrackBacks

Critical thinking

Nearly everyone is in favor of critical thinking. This is evidence that the term is in danger of becoming meaningless. Skeptics should spearhead the effort to clarify what critical thinking is-and what it is not. The stakes are high.

Understanding dialing country code

| | No TrackBacks

I live in North America. I have no idea how phone dialing works anywhere else. Fortunately, there is a website that takes all the guessing out of it.

[How to dial anywhere in the world]

International Dialects of English Archive

| | No TrackBacks

[International Dialects of English Archive]

All recordings are in English, are of native speakers, and include both English language dialects and English spoken in the accents of other languages.

Cheat sheet roundup

| | No TrackBacks

[Cheat sheet roundup]

Cheat sheets for lots of developer topics:

  • Web Development
  • Databases / SQL
  • Language
  • Version Control

Zero: The Biography of a Dangerous Idea

| | No TrackBacks

RSI formula simplified

| | No TrackBacks

I've seen the RSI formula many times but never seen this algebraic simplification that makes the measure intuitive.

Substitute y = U / D
 
RSI = 100 - [100 / [ 1 + y] ]
RSI = 100 * [1 - 1 / [ 1 + y] ] (factor out 100)
RSI = 100 * [1 + y - 1] / [ 1 + y] (common denom of 1 + y)
RSI = 100 * y / [ 1 + y] (reduce)
RSI = 100 * [U / D] / [ 1 + U / D] (substitute y)
RSI = 100 * [U / D] / [ [D + U] / D] (common denom)
RSI = 100 * U / [D + U] (elim div by D)

esignallearning.com comments on this:

The RSI is a fairly simple formula, but is difficult to explain without pages of examples.

Clearly this is not so. RSI is the ratio of up-moves to the sum of all moves scaled onto the range 0 to 100. That's really simple to explain.

Best online brokers

| | No TrackBacks

Price watch website

| | No TrackBacks

Marshalling/interop

| | No TrackBacks

Stolen SideKick telephone

| | No TrackBacks

Stolen SideKick telephone recovered

Reporting software

| | No TrackBacks

Reporting software

Excerpted from another email group I follow -- can't remember where I saw this.

I suggest using SQL Server Reporting Services and authoring all you reports in RDL format. Then, if you don't like how SSRS is working, or don't like the licensing, you can pop over to FYIReporting and get their open-source version and is RDL compliant...

C5 generic collection library

| | No TrackBacks

C5 generic collection library
C5 is a library of generic collection classes for C# and other CLI languages, as found in Microsoft .Net version 2.0 and Mono version 1.2.

New York Hack

| | No TrackBacks

New York Hack
New York taxi driver's blog

CartoonRetro

| | No TrackBacks

CartoonRetro
Los Angeles cartoonist posts doodles with commentary

Reverse DOS code for ASP.NET

| | No TrackBacks

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.32-en

About this Archive

This page is an archive of entries from June 2006 listed from newest to oldest.

May 2006 is the previous archive.

July 2006 is the next archive.

Find recent content on the main index or look in the archives to find all content.