Wednesday, June 11, 2008

CBS has placed some of its classic TV shows such as Star Trek, Hawaii Five-O, MacGyver online for our viewing pleasure.

posted by Aaron Fischer on Wednesday, June 11, 2008 6:43:40 AM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Tuesday, June 03, 2008

Microsoft gave us a new toy to play with to help us scale better.

“Velocity” is a distributed in-memory application cache platform for developing scalable, available, and high-performance applications. Using “Velocity,” applications can store any serializable CLR object without concern for where the object gets stored because data is cached across multiple computers. “Velocity” allows copies of data to be stored across the cache cluster, protecting data against failures. It can be configured to run as a service accessed over the network or can be run embedded with the distributed application. “Velocity” includes an ASP.NET session provider object enabling storage of ASP.NET session objects in the distributed cache without having to write to databases, which increases the performance and scalability of ASP.NET applications.

Down load the CTP

Project Velocity’s team blog

posted by Aaron Fischer on Tuesday, June 03, 2008 9:24:43 AM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Monday, June 02, 2008

brief demo of WCF using Twitter’s REST API Programming Twitter with WCF 3.5

by Dariusz.

posted by Aaron Fischer on Monday, June 02, 2008 2:05:07 PM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Thursday, May 29, 2008

You can now run a sysinternal tool off any computer just by visiting http://live.sysinternals.com/ pretty cool.  For more details on the sysinternal tools check out http://technet.microsoft.com/sysinternals.

posted by Aaron Fischer on Thursday, May 29, 2008 6:10:39 AM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Wednesday, May 28, 2008

In the bay area there have been a couple well noted ATM scams lately Lunardi and Arco.  We should all take note ATM systems are not safe.atm2

Could you tell the above ATM has a card reader?  Read the full article at ATM Scam.  Or ATM Skimming

 

Perhaps it's time to start entering our banks again.

posted by Aaron Fischer on Wednesday, May 28, 2008 5:24:07 AM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Tuesday, May 27, 2008

It seems that we developers have a new hobby Arm Chair Architecture, and this time poor Twitter seems to be our target.

Jeff started with Twitter: Service vs. Platform,

Followed by Dare's  Some Thoughts on Twitter's Availability Problems,

And then.. Robert Should Services Charge Super Users.

Finally all this noise  provoked the definitive source to opine on the issue Twittering About Architecture

 

This reminds me of our little Fizsbusz issues of the past.  Many developers ready to offer solutions for problems they don't fully understand.  Remember it's computer science.  If your first response isn't a question your doing it wrong.

ps its great to see Dare blogging again!

posted by Aaron Fischer on Tuesday, May 27, 2008 5:14:58 PM (Pacific Standard Time, UTC-08:00)   #    Comments [0]

Moody's Investor Service, which already has egg on its face for all those great ratings it gave to subprime-backed mortgage bonds, has a new problem to deal with. It reported that a computer coding error may have led to some debt products receiving a higher rating than they should have received.broker universe

That is going to be a hard mistake to live down.  How much fault would you say that kind of error was for our current liquidly crisis?

posted by Aaron Fischer on Tuesday, May 27, 2008 4:51:21 PM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Monday, May 12, 2008

I was happily watching Tipping the Rift when, I started the next episode I received the following message.

"your netflix account has been used to watch movies instantly from 4 different computers"

image

DRM is never cool.  Netflix tech support says this was caused by AVG(free?)  8 and the way they are setting up a virtual registry for Internet explorer.  One more check on the no more AVG list, I guess.

posted by Aaron Fischer on Monday, May 12, 2008 7:23:26 PM (Pacific Standard Time, UTC-08:00)   #    Comments [0]
 Wednesday, May 07, 2008

According to Ruters and the WSJ Microsoft has been putting out gentle feelers out for a Facebook acquisition.  If MS did buy Facebook would the loyal Facebook users stay or go some where else?  MySpace wasn't adversely affected when News Corps acquired them.

posted by Aaron Fischer on Wednesday, May 07, 2008 10:09:43 AM (Pacific Standard Time, UTC-08:00)   #    Comments [1]
 Sunday, April 27, 2008

So far I have found two examples of a stand alone strategy for Silverlight.

Silverlight: Running standalone full trust applications

How to make Silverlight be AiR?

Both pretty much use the same method by employing MSHTA with an *.hta file.(also achieving full trust for the application)

The trouble is these solutions are not a cross platform answer, and I don't see the benefit this would bring over a WPF click once app or an xbap application.  At least its possible.  Maybe Microsoft will find it beneficial to provide an attractive offline mode for Silverlight apps.

posted by Aaron Fischer on Sunday, April 27, 2008 2:43:34 PM (Pacific Standard Time, UTC-08:00)   #    Comments [3]