Welcome to SpellCoder Sign in | Join | Help

May 2006 - Posts

"The less effort you spend on spec, the less precise it will be. The more complete spec you want upfront, the more effort you will sacrifice on Requirements Definition phase. The sad fact is that The Spec WILL be changed. Developers will find conflicting Read More
0 Comments
Filed Under:
"Finally, he pointed out that there have been no significant advances in computer science for several decades. He's got some background in biology, and for years he tried to keep up with the field. Every couple of months he'd go over the new developments Read More
0 Comments
Filed Under:
"We could do the same with XML. Of course the line above isn't really a list, it's a tree, just like its XML-alternative. Don't let references to lists confuse you, it's just that lists that contain other lists and trees are effectively Read More
0 Comments
Filed Under:
Craig Andera discovered this nifty C# compiler feature "public enum Foo {   One,   Two,   Three, }"   This will also compile   "string[] s = new string[] {"hello","world",}; " Read More
0 Comments
Filed Under:
"Expression<Func<int, int>> expr = a => a + 3;Console.WriteLine(expr); // prints "a => Add(a, 3)"Func<int, int> func = expr.Compile(); // LCG's an MSIL method from the exprConsole.WriteLine(func(4)); // prints "7"" (Don Box)You Read More
0 Comments
Filed Under: ,
The Next Generation Data Access ?So Microsoft gave us the ObjectSpaces/WinFS "vision" (remember those); that went nowhere. Last year we got DLinq "vision" and now this ADO.Net entity framework vision. Yawn. Yet another ORM with XML descriptions and Read More
0 Comments
Filed Under:
This is just a marker to Microsoft RSS Simple Sharing Extension that I suspect I will be using soon. This specification allows a generic way to do synchronization of data openly on the Internet. Read More
This presentation is for Java programmer, but close enough "Methods can be added to classes at any point … even built in classes. "http://onestepback.org/articles/10things/ Read More
0 Comments
Filed Under:
Symbol is one of those Ruby concept that is hard to grok for C# programmers. It's a name for object (what ?)Read this good explanation about what a symbol is (because Ruby help file is useless on this topic)"You can’t ask for the size of a symbol. You Read More
0 Comments
Filed Under:
Read this  long and good article about Error Code vs Exceptions decade long war."Joel Spolsky had an interesting take on return-codes vs. exceptions and I agree with him: Return-codes vs Exceptions, part 2, part 3, and part 4." Read More
"One of the things that have bothered me the most since I got into the whole "Add database rollback to your unit tests" thing, is how much work it takes to make your test suite use this feature. I actually went and made a new binary of the NUnit Framework Read More
0 Comments
Filed Under:
"A lot of folks have asked me "What went wrong with Friendster? Why is MySpace any different?" I guess i never directly answered that question, even though i've addressed the causes in other talks. Still, i guess it would be helpful to piece some of it Read More
2 Comments
Filed Under:
" This time last year, a single word began a revolution in Web design. Coined and published on February 18, 2005, by May, the word “AJAX” was on everyone’s lips. It soon became the talk of the entire industry, and has revolutionized Web design as we Read More
http://code.google.com/apis/gdata/overview.html is interesting and it has a C# library. Read More
The next generation of Lego Mindstorms will have USB, Bluetooth, Ultrasound, sound, light and touch sensor, servo motors + open sourced firmware.All for the price of an XBOX (not XBOX 360)With open source firmware, we will soon no doubt see a wifi Read More
3 Comments
Filed Under:
LEGO Order Confirmation (NA) Dear DODY GUNAWINATA,  Thank you for placing your order with LEGO Shop At Home. This email is to confirm the details of your order. Ship To: DODY GUNAWINATA xxxxxxx xxx xx xxx xx Read More
1 Comments
Filed Under:
download the bits here or download it at pippo. Read More
1 Comments
Filed Under:
http://www.pspad.com/ is a cool freeware text editor that support FTP editing. Check out these screenshots. Read More
2 Comments
Filed Under:
Playing on the cutting edge is fun but you get cut a lot; on a daily basis.I am working with a team that use WinFx (on Indigo and Workflow) + Atlas for a mid size project (18 months long); It has been fun to have the opportunity to deal with these new Read More
0 Comments
Filed Under: