Lwatson
Check me out on the web at DotNetNuke.
Working with computers since the early days of the Commodore Vic 20. Spent 12+ years toiling away in a small computer store learning just about everything there was to know about personal computers and computer networks. Taught computer graphics for a local technical school. Was a troubleshooter/installer for an international POS manufacturer/integrator. System administrator for a local hospital groups contracted operations for a large commercial health insurer. Finally am now the CTO for a sma...
Larry Osterman - The toughest technical problem that Larry faced
Sep 13, 2005 at 12:23 PMThe tricks were getting serial communications to occur between the aim and the C64 on the modem. But we needed to leave enough of the modem intact to allow it to sense a ring and pick up the phone. Then we had to impose the Voice synth output onto the phone line via a hand wound transformer (8 ohm to 300 ohm if I recall correctly)
I remembered I hand crafted the rom firmware in in a cartridge that we wire wrapped together to read the AIMs data and craft a weather report. You could call the thing from anywhere and get the weather up to the minute. BP, Rainfall, Wind Speed and direction, We even had cloud cover sensors with trends. It was pretty cool. Of course I farged the wire wrap job and forgot to reverse the pin connections initially. So I just bent all the firmware roms pins up 180 degrees and inserted the chip into the socket upside down and mirrored. Worked like a charm.
I can say that Database apps in .NET are a hell of alot easier now.
I'll bet Larry has seen some seriously kludged stuff like that as well...
Brian Jones - New Office file formats announced
Jun 03, 2005 at 5:05 AMActually that page points to the Old Office 2003 XML FAQ. Anything about the new stuff has yet to be made fully public. If we assume that things stay more or less the same, then My original assertion remains. Most anything we chose to write in .NET may use Microsoft Patented Code. If the application is running on windows it may use Microsoft Patented Code. Thats is all....
Brian Jones - New Office file formats announced
Jun 02, 2005 at 1:09 PMBut can't that be said of any application that is written in .NET and runs on Windows anything?
Brian Jones - New Office file formats announced
Jun 02, 2005 at 9:16 AMFinally a format that I can leverage directly without COM control of an installed OFFICE application. Our Grid control will finally be able to write to an Excel file directly. Our letter managers will be able to do the document creation from Word teemplates without having to COM interop on word thus avoiding all the mess that is Com interop with version differences and different default conditions in one installation over another and what not...
Kudos Microsoft for finally listening...
Let the countdown begin....
T minus 1.5 years and counting.... sigh....
Tony Goodhew - The path to Orcas, (future Visual Studio), studying the market research
Apr 16, 2005 at 6:04 AMBy an large the new stuff coming in the next VS and perhaps the one to come after that on the surface appear to be pointed at coding style rather than methodology. Doing things with generics or partial classes rather than learning a whole new language and api. The framework is still there, there is just some new stuff along with it. Some if the NEW stuff is really compiler tricks (ie Partial Classes) not really new paragigms for development. Really now the .Net framework and the C# language is approaching 5 years in the wild now. I hardly think that its been radically changing overnight.
Jim Gray - A talk with THE SQL Guru and Architect
Mar 21, 2005 at 10:54 AMA fascinating listen though. I definately downloaded it just to watch it again...
Michael Connolly and Jim Horne - Talking about MSN Spaces
Dec 03, 2004 at 9:30 AM.
Larry Osterman - His one interaction with Bill Gates (over DOS networking stack)
Nov 06, 2004 at 3:42 PMI'll have to keep that in mind since I am now the grizzlebeard of the bunch and often muse about past goings on 'In The Day'
I agree that being shipped with the system would be a giant step in the right direction. I agree that a fresh winxp build takes 3 or 4 trips to the update site to bring in-line with 20+megs of patches before even getting to the runtime. That said the benefits of Managed code development over C++ talking to COM or even MFC are just far to great to be ignored on the basis of ( If it aint in the box I won't use it ). Simply put its just another requirement to have this on your machine to run that. Is it a pain in the posterior? Absolutely. Is it worth that pain? The answer is once again Absolutely.
Being upset about 60k being used up back then for something like a network stack, read as (Your are saying that My lotus spreadsheet wont load up any more because I can now get a file from that machine over there?, without getting out of my seat) Guess what? Everybody would just continue to get up out of their seat and go and get the files via the good old sneaker net. Anyone who thinks otherwise never had to futz around with memory managers on a real mode dos env just to get some stupid game to run for little Joey, or do the same thing just to get some bloated beyond usability spreadsheet to load up for Joey's Dad...
Gavin Bierman - Microsoft Research in UK works on database query language
Sep 24, 2004 at 5:58 AMOne thing that is needed in these samples is the source for the Northwind.dll this way a person could presumably create a BHIS.dll or some other database accessor dll paterned after the northwind.dll and experiment with Cw in a data collection that had some meaning to the person rather than the Oft used and now tiring Northwind... ( There just is not enough data there to make anything experimental be of much use to the PHB's of the world ).
Boyd Multerer - What would you show a fellow developer in Xbox Live's source code?
Aug 13, 2004 at 6:21 PMFor my own development I wrote our own display grid that we use all over the place in our development efforts. I wrote it initially so that I could get around some of the limitations inherant in the standard data grid that shipped with the .Net env. (Like getting mouse events on a cell without cumbersome tricks) It has since grown into a small lightening fast, feature rich grid control with all sorts of user options (Programatic and manual) It can easily handle half a million rows and is still responsive when that full. It has taken me over 1 year to write it on and off but I can say its now pretty powerful. I am pretty proud of that baby. Another thing I wrote is a thing we call claims explorer. Its used by our clients to display correlated day level detail about claims activity, authorizations for that activity, and eligibility and capitation (think of capitation as Dues for membership, in the commercial sector that would be your premiums paid every month, in the public health sector thats the kick in that the governing body pays for a member usually also monthly). The tool is pretty powerfull showing all manner of detail graphically. With day level detail is easy to find descrepencies between payments and claims being paid, Authorizations for service and services rendered, or eligibility and services rendered. These things happen more often than anyone cares to admit, and are costing the healthcare system Gobs of money anually. Of course our grid is used in this thing also.
See more comments…