Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:FIFY (Score 1) 183

Agreed. I think code is _much_ easier to read, understand and work with if it's always the exact same syntax, tabbing/spacing/commas, etc(I suppose the fact that almost every software project has style guidelines lends credence to this). For this sort of stuff, especially harder (ORM generated or handwritten) queries, I use a very niche program named sqlinform that does an amazing job at putting queries into "your" style. When I do cleanups, the queries usually go from indecipherable to easily understandable. It by default uc'd the keywords, which I never did before but now I find it quite a bit easier to work with.

I'm not affiliated with the software/author, but I'm continually impressed how just how bizarre this software's functions are, yet how useful it is.

Comment Re:Choose: Referential Integrity or Partitioning (Score 1) 95

They're also still missing 99% of the subquery optimizations they had in the 6.0 Alpha codebase and 99% of the other improvements. When they went sun they started worrying too much about BC and improvements slowed down substantially. In my opinion, if you want less buggy software on a faster release model, you need to not give priority to BC. But then you lose the support contracts, which is all sun cares about.

Comment Re:Performance boost? (Score 1) 405

Unless it's some extreme niche where the shaved cycles really pay off over some time, it seems like a gigantic waste of time for 5%-15% here and there. When you use precompiled, you're already looking at diminishing returns WRT compiling performance, but when you're spending your time compiling everything for that extra 3%, it seems pretty ridiculous. A fraction of that time could be spent flipping burgers to get enough dough to secure yourself a nice SSD which would make totally irrelevant any 1%-5% boosts. In fact, you might even get to finish up on the computer earlier, and go have some beers with your newfound supply of money and time.

Comment Re:fragmentation? (Score 1) 196

(Originally replied to wrong poster, now modified to prevent "This exact comment has already been posted. Try to be more original... ")
It's extremely unfair to link to the print version of that article. Anand put an immense amount of time into that (and everything before it!) and scarred quite a few bridges to bring it to light for his readers - there are very, very few reviewers out there that would do that for their readerbase. The least you could do is offer him and his site _some_ respect.

Comment Re:fragmentation? (Score 2, Insightful) 196

It's extremely unfair to link to the print version of that article. Anand put an immense amount of time into that (and everything before it!) and scarred quite a few bridges to bring it to light for his readers - there are very, very few reviewers out there that would do that for their readerbase. The least you could do is offer him and his site _some_ respect.

Comment Re:But its the future (Score 1) 196

I can see how you would draw that conclusion alone on just the numbers, but I think you failed to take into account that hard drives are selling at much faster rates than they did during the times of HDDs, and those rates are accelerating. Since volume is ramping up considerably, manf have insane incentives to increase there economies of scales at commenserate rates, thus lowering the costs.

If you don't believe it, use your same reasoning for SIMMs vs. DIMMs. Then try it against DIMMs vs. DDR1, then DDR2. I picked up two 2GB SODIMM DDR2 modules yesterday for $20/piece.

Comment Re:of course it means something numbnuts (Score 1) 300

Heh, yeah, I guess I forgot about that. It's such a habit now to hit Escape immediately when I see the username and password box that I don't even think about it any more. That right there makes it one of the most inconvenient sites I have to visit. At least they do just about everything else right.

Comment Re:of course it means something numbnuts (Score 2, Informative) 300

I've been using Linux on the desktop since '01, and I can for certain that around 2004 or was when I could visit random sites and have them work without any issues. There are two that I know of that "require" a browser/OS combo, but they let you carry on any way - at your own risk. Of course, they work fine. One is HR Block when filing taxes, the other is CitiCard's virtual/temporary CC# generator webapp.

Education

Go For a Masters, Or Not? 834

mx12 writes "I'm currently an undergrad in computer engineering and have been thinking about getting my masters. I have a year left in school. Most of my professors seem to think that getting a masters is a great idea, but I wanted to hear from people out in the working world. Is a masters in computer engineering better than two years of experience at a company?"

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...