Quote
“It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years.”
– JOHN VON NEUMANN, c. 1940
A live site is never finished. This one is no exception. Look back for blog updates, information updates and perhaps even more.
I will add new blogs as time permits and when I find information that I think may be of value.
public class Program1
{
public static void Main()
{
Console.WriteLine("Hello World.");
Console.ReadKey();
}
}
“It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years.”
– JOHN VON NEUMANN, c. 1940