Joho the Blog
|
|
|
October 02, 2003
Shelley Powers in an email points us to Sheila Lennon who points us to a Nieman Foundation report, an anthology of the well-known and the well-loved writing about blogging and journalism. It's a big PDF, and from the table of contents it seems fabulous. Posted
by D. Weinberger at October 2, 2003 08:49 AM
TrackBackListed below are links to weblogs that reference Nieman Foundation Bloggy Journalism Book:
» Weblog和新闻媒体文章汇编 from CNBlog: Blog on Blog Tracked on January 25, 2005 06:30 PM |
Comments
This back and forth is an important concept to understand in C programming, especially on the Mac's RISC architecture. Almost every variable you work with can be represented in 32 bits of memory: thirty-two 1s and 0s define the data that a simple variable can hold. There are exceptions, like on the new 64-bit G5s and in the 128-bit world of AltiVec
Posted by: Jeremy | January 13, 2004 09:48 AM
Earlier I mentioned that variables can live in two different places. We're going to examine these two places one at a time, and we're going to start on the more familiar ground, which is called the Stack. Understanding the stack helps us understand the way programs run, and also helps us understand scope a little better.
Posted by: kredit | January 23, 2004 12:02 PM