skywayradio.com

Google
 

Tech | Email | About This Site

Metafilter

  1. Words like mother-blank!
  2. Bigger and Russianer
  3. Honey, where's the remote?
  4. Don't be 3dvil
  5. Magnum Photos' two newest nominees

Yahoo News

  1. Bush Hails G-8 summit's work on climate change
  2. Iran tests missiles in Persian Gulf, Hormouz
  3. Senate to pass bill overhauling eavesdropping rules
  4. Wildfire near Sacramento burns dozens of homes
  5. General says Iraqi security forces still need help

 


The World

  1. Alex at Gawker
  2. Reddit
  3. NY Times
  4. The Guardian
  5. DeadSpin
  6. Bloomberg
  7. Wikipedia
  8. Cursor
  9. Reason
  10. Salon
  11. New Scientist
  12. Smithsonian
  13. Media Matters

 


Blogs

  1. James Wolcott
  2. Sadly No

 


Media

  1. hulu
  2. TidalTV
  3. Netflix
  4. Democracy Now!
  5. Olberman
  6. MIT World
  7. CNN
  8. CBC News
  9. Yahoo News
  10. Google
  11. YouTube
  12. Book TV
  13. C-SPAN
  14. Book Notes
  15. NOW
  16. Frontline
  17. Open Culture

 


Music and Talk

  1. 770 Radio K
  2. KEXP Seattle Archive
  3. Last.fm
  4. Air America
  5. Princeton
  6. WMBR Cambridge
  7. WFMU NYC
  8. KZSU Stanford
  9. KGNU Boulder
  10. KPFA
  11. KDHX
  12. BBC Radio 1

 

Radio Directories

  1. Singing Fish
  2. Webby Winners
  3. radio-locator
  4. Groove Guide
  5. Google

 

Minneapolis Minnesota

  1. MNSPEAK.com
  2. City of Lakes
  3. Star-Tribune
  4. City Pages

 

France

  1. Yahoo! Actualites
  2. News

 

Netherlands

  1. Newspapers

Adobe Reader v9 is to be avoided

You don't have to believe me.

 

Faster page loads

June 16, 2008

For faster loading pages, use hyperlinks with a trailing slash

 

Technical Pages

May 27, 2008

Public access to the technical pages of the site has been secured. There were just too many copyright issues to deal with, and I don't have the time to sort them all out. My apologies to those of you who were relying on those pages. Note that 99% of the information is available at other locations.

 

Software bugs redux

Moody's awarded incorrect AAA ratings to billions of dollars worth of a complex debt product due to a bug in its computer models.

 

NY Times hand codes their HTML

Pleasantly surprised to learn that the NY Times hand codes the HTML in their web site...

"It's our preference to use a text editor, like HomeSite, TextPad or TextMate, to "hand code" everything, rather than to use a wysiwyg (what you see is what you get) HTML and CSS authoring program, like Dreamweaver. We just find it yields better and faster results."

HTML pages on this site are also hand coded. I find auto-generated HTML is much too messy.

My wife, who also hand codes HTML pages, once took a web design class where her grade was marked down because she refused to use the crappy wysiwyg editor the instructor was pushing. Too bad this article was not around then for her to use as evidence to bolster her argument.

 

Coachella

The Coachella Valley Music and Arts festival looks like fun

 

Literate Programming

Literate programming seeks to elevate documentation to a level of importance equal to that of the code...

"In literate programming the emphasis is reversed. Instead of writing code containing documentation, the literate programmer writes documentation containing code. No longer does the English commentary injected into a program have to be hidden in comment delimiters at the top of the file, or under procedure headings, or at the end of lines. Instead, it is wrenched into the daylight and made the main focus. The "program" then becomes primarily a document directed at humans, with the code being herded between "code delimiters" from where it can be extracted and shuffled out sideways to the language system by literate programming tools."

 

Culture

The 2008 Minneapolis-St. Paul Film Festival is in full swing, curated by the inestimable Al Milgrom.

 

El Meson

Good eats if you are in southwest Minneapolis, El Meson.

 

Follow along

From Metafilter, for those wanting to follow along here's a list of some finance/econ (we)blogs, in no particular order :

 

Unconscious Commands

Commands lodged in muscle memory:

  • Execute script file; keep executing even if I log off; write both stdout and stderr to the same log file...

    nohup sh ./linklist.sh > linklist.log 2>&1 &

  • Find files matching criteria and view time stamps of those files...

    find . -name Minnes\*.log -print -exec ls -l {} \;

 

WCM Fixes

Here are some IWWCM fixes that apparently, you are ill-advised to ignore.

 

Augustus Ceaser

Someone I know reading The Lives of the Twelve Caesers. Augustus Caeser had some good project management mantras...

Hasten slowly

...and...

That is done fast enough, which is done well enough.

 

Web page testing tool

You can use the WBox HTTP testing tool to stress test servers and apps...

% wbox http://localhost clients 4
WBOX localhost (127.0.0.1) port 80
0. 200 OK    9939 bytes    14 ms
0. 200 OK    9939 bytes    22 ms
...

...or obtain splitted timing information...

% wbox digg.com timesplit 1
WBOX digg.com (64.191.203.30) port 80
0. 200 OK    44134 bytes    1326 ms 
       [0] 0-4095 -> 728 ms
       [1] 4096-8191 -> 254 ms
       [2] 8192-12287 -> 16 ms
       [3] 12288-16383 -> 17 ms

 

Signal vs. Noise

Scientific research conducted by Walker Reading Technologies, a small Minnesota startup that has been studying our ability to read for the last ten years, has concluded that the natural field of focus for our eyes is circular, so our eyes view the printed page as if we are peering through a straw.

Here is an example...

beforeafter1.jpg

This site believes in a lot of white space and blockquotes too. Might have to expand formatting even more...

 

Mainsoft

Using Mainsoft's Visual MainWin, .NET developers can deploy ASP.NET applications as pure JSR 168 portlets.

 

SOA - Integrating disparate systems

Judith Myerson with a long and useful series on working with Web services in enterprise-wide SOAS. SOA is an antidote to your enterprise application integration woes.

 

IBM Cloudscape vs. Apache Derby

IBM contributed the IBM Cloudscape database technology to the Apache Software Foundation as Apache Derby while at the same time announcing the IBM Cloudscape Version 10 database. Derby can be downloaded from the Apache Incubator page.

The IBM Cloudscape database is still available, in binary format from IBM developerWorks.

Differences between IBM Cloudscape and Apache Derby are that IBM Cloudscape has:

  • A graphical installation wizard that lets you optionally select add-on IBM Cloudscape functional components like the ones detailed in this list. It is very well suited for developer workstation deployments.

  • The DB2 Universal JDBC driver, commonly referred to as the Java Common Client (JCC). This JCC driver is available for download from the IBM Cloudscape Web site.

  • The IBM DB2 Plug-In for Eclipse (available as a free download from the IBM developerWorks Web site).

 

Must to have

IBM Toolbar

 

Misc

More programming snafus, this time an attempt to reproduce spreadsheets using Web 2.0 becomes a death march...

...Francis Wheen with a concise and excellent summary of the top 10 modern delusions...

...Turns out phone and other type chargers are not the energy drains that some would have us believe...

 

lsof

A paen to lsof.