Domain: codebetter.com
Stories and comments across the archive that link to codebetter.com.
Comments · 14
-
Answer: read slashdot for long enough
See: Working Effectively with Legacy Code book review (2008) for a book of that title by Michael Feathers (PDF article) on that very topic.
There is even a summary of key points at Programmers @ StackExchange. Hundreds if not thousands of programmer's blogs address this very topic.
You're welcome. Now get back to work.
-
Re:LINQ does not sound like craziness
I use LINQ almost exclusively in two ways...
Sorry to tell you this, but LINQ has run almost to the end of its short life. Turns out the ADO.NET folks are going to kill it off. They like EntityFramework better.
LINQ was good at a few things, and a LINQ to Objects/SharePoint/etc. that was fully matured would have been nice. But, it won't get there now.
-
Re:Where did they get these numbers?
The Inquirer has an article about this.
Is it a commercial success? We shall see. The ME II tag looks like it's beginning to stick. Another new client OS in 2009 makes the comparison even more pointed. Testimonials like these can't help vista.
-
Re:Where did they get these numbers?
The Inquirer has an article about this.
Is it a commercial success? We shall see. The ME II tag looks like it's beginning to stick. Another new client OS in 2009 makes the comparison even more pointed. Testimonials like these can't help vista.
-
Failed Miserably on Test-Driven Development
Check out Microsoft Takes it on the Chin Over Test-Driven Development. For comparison, check out Wikipedia on Test-Driven Development. This is particularly ironic given the recent Slashdot article about Microsoft adopting Scrum, one of the agile methodologies which, along with Extreme Programming, is instrumental in promoting Test-Driven Development as a core software engineering practice. I've also got a very brief article on my blog about the Qualities of an Ideal Test.
-
Re:Necessary evil...
Nevermind sites like Hotmail, which deliver purposedly broken CSS if the browser detected is Opera - making the page look funny or disabling functionality like purging of the spam mail folder.
As evil as MS is to Opera on ghey sites like Hotmail, they are even worse to Firefox. ASP.NET still recognizes FF as a down-level browser, but not Opera. And if you go to the recommended site in your Machine.Config to actually update it, the site has said "this file is currently under development" forever.
-
Re:PDF is A-OKAcrobat is slow for one reason. Creeping featuritis. Nothing else, it is horrifically bloated. 7 is an improvement, but not muby. On the upside there are ways to speed Adobe Reader up without losing virtually any usability. XPDF and GhostVue seem to load them up pretty quick as well.
On the other hand OpenOffice 2.0 will (the beta already does) support making any file (ppt, doc, etc) into a multipage pdf or a swf file (slides advance with each click.
-
Re:If only it was as good as Mozilla.
The tiny google search box on the top right is nowhere near big enough.
Then make it bigger!http://codebetter.com/blogs/darrell.norton/archiv
e /2004/09/29/27160.aspx -
Re:works well
There's a windows program for the windows reader that lets you turn off all kinds of goodies...
You do not need a program for that - just move everything, but Search.api and Search5.api out of plug_ins folder into optional folder and enjoy pure reader ;-) More info can be found here and plug in descriptions here. -
Re:I'll get it now
Bloated programs use more system memory.
There is a way to "shrink" Reader's memory usage. There was/is a recepe to make Reader 6 load faster. And though 7.0 is not very slow to start up, the same recepe is still useful to follow as most of plug-ins are not needed for each and every document you read. I found that keeping only EWH32.api, HLS.api, IA32.api, Search.api, and Search5.api in plug_ins gives me all the functionality I ever wanted from the Reader, yet keeps almost 30M of other stuff out of automatic preloading. -
Re:you can get acrobat reader 7 to load fast
This also applies to Acrobat Reader 7 - Instructions here.
-
Re:Acrobat Reader
Thankfully, Acrobat is not a monolithic piece of crap. All the stuff that takes so long to run is extra plugins, and they can be disabled. There are even programs to do it automatically, but this is something that I would trust doing manually over some program. I mean, if I somehow mess up Acrobat removing some plugins, I reinstall Acrobat. If the program messes up the system, is loaded with spyware or whatever, then the whole OS might have to go.
-
Speed up Firefox THE RIGHT WAY
Actually you'd be better off using this other article called Speed up Firefox the right way. The hack you linked to is not appropiate for everybody, and can even degrade performance.
-
Speeding up Firefox the right way
This has been popping up on del.icio.us/popular for a while now:
Speeding up Firefox the right way.
This page contains detailed tips about getting the fastest firefox experience, customized to different speed computers and network connections.