Left the videos from the BusinessWeek Online site running in background.
In contrast to the MSNBC and WSJ sites, the videos came across as politically neutral, and not so much into the financial orthodoxy. Seemed aimed roughly at the interests of middle management.
Not getting a lot of insight, but also not as much propaganda.
After a news item took me to the Wall Street Journal site, I left the site up as it cycled through recent videos (while I was working on something else). I have not spent a lot of time listening to videos from Wall Street Journal, so had no overall opinion of the site.
In comparison to MSNBC, the voices were at a normal level, and the sound effects hinted at “we are tasteful and sophisticated”.
Recurring memes I could identify …
- Republicans are good, Democrats are bad.
- Government is always less efficient than business.
- Government – not business – is somehow responsible to the current economic face-plant.
- Not sure how to describe … the Wall Street variant of the New England mentality?
Not sure that the videos are representative of the written/print edition of the WSJ.
Has the WSJ changed since it was sold?
Went looking for video of the latest Apple product announcements, and ended up on the MSNBC site. After the Apple-related video played, I left the site up as it cycled through recent videos (I was working on some code while it ran). I quit watching TV news many years ago, never had much interest in the web equivalent, so had no particular opinion of MSNBC.
First impression: Why all the shouting? Kind of the equivalent of TYPING IN CAPITAL LETTERS ALL THE TIME!! Add the dramatic special effects noise. WITH BOLD AND UNDERLINE!! Did someone conclude that SHOUTING the news made it more believable? Noisy. Should change the name to the Shouting News Network (SNN).
Second: They sure do a lot of product placements disguised as news reports.
Third: How do they pick their “outside-expert” guys to supplement the usual talking-heads? Watching, I often could not figure out what criteria lead to their choices.
Fourth: There must be some company edict to use the words “monetize” and “free market” a lot. Did not seem to matter so much whether it made sense in context. Caused the “outside-experts” some grief, as they tried to come up with sensible responses to not-quite meaningful questions.
Kind of funny, in a really odd way. Don’t think I’ll be watching MSNBC regularly.
Should try the same experiment with the other news networks.
My father sent a link to an article in a hardware-oriented magazine – EDN (Electronic Design News) – about the upcoming Power7 CPU from IBM.
This is out of our fields, but interesting.
http://www.edn.com/article/CA6686259.html?nid=2435&rid=8150303
I liked the one comment: “the generally horrible code from the Microsoft world”.
My characteristically reserved response:
Yes, it is usually cute when hardware guys talk about software.
As I remember, the result came from the large number of branches found in “the generally horrible code from the Microsoft world that dominated tasks in those days”. Except this characteristic is common to most modern code, not just in “Microsoft world” code. It comes from complex behaviors – an increasing and increasingly common characteristic in contemporary code. Outside a small set of niche applications (with large number crunching), you are going to have a lot of branches. Branching limits the value of concurrent instruction dispatch, and speculative execution (as we might guess). Results pointed at more than ~3-way dispatch as on the wrong side of the “knee” of the curve.
I think the chip design offers a hint as to their expected application domain:
Each of the Power7’s cores has 12 execution units, including two each load/store and fixed-point, four double-precision floating-point, and a decimal floating-point unit. The core can dispatch six instructions per cycle.
With four floating-point execution units, my guess is that they are aiming at niche mass number-crunching applications, not general purpose applications. Combined with the large shared-cache, these should do well on problems that allow highly concurrent bulk number crunching. Might see a lot of these to run weather simulations (to predict Global Warming), and some sorts of large engineering design calculations/simulations.
As a general purpose CPU, my guess is that benchmarks (when and if they appear) will be unimpressive.
Add to this the fact that most big new web applications are moving (have moved, in fact) to a no-shared-memory model – lots of single-board nodes with 1 to 8 CPU sockets, no shared memory between processes, connected via ethernet to large-scale high-performance redundant datastores (specialized database/filesystems).
Which makes the really cool design aspects of the Power7 pretty much useless. This is not the sort of CPU that would ever see large-scale deployment in a web-service datacenter.
Too bad the writer of the article does not have a clue about software, but no surprise from a hardware magazine.
Oh wait! I take it all back! This CPU could be terrific at the more compute-intense computer games! Perhaps Microsoft will pick this up for the next XBox? Super high frame rates in MegaBlaster2010! … except highly concurrent shared memory applications are a real bitch to write, even worse to debug, so better make that MegaBlaster2012, or 2013, or 2015, or … (hey! they never did ship!?!).
… maybe not.