Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Wait... (Score 1) 255

This is my anecdotal experience with a company that built a software product. The majority of engineers were men. The product owners (those that had final say) were not engineers but business majors. They had more influence as to the product result than the engineering team did. Just because engineering isn't 50/50 doesn't mean that women are not adding to technology development.

Comment Re:Don't overlook the easy (Score 1) 172

I agree. When I started off I did two things wrong that ended costing me a lot of experience. I didn't start off simple enough, and I didn't seek help when I really needed it. You need experience planning your program and going large at all will make planning difficult. If you do a larger project break it out into smaller projects, proof of concept each feature separately. When you feel you have a grasp on the pieces then try to put it together. You will find things you thought were simple take a long time.

Comment Re:Market saturation (Score 1) 333

I thought when I was at the apple store it was higher. Guess I was wrong. Thanks pointing out. $100 for a $10 - $20 battery is still crazy expensive. The idea remains. Replacing the battery replacement cost is 20% of the device. This makes for a strong motivator to buy the latest and greatest. Going elsewhere isn't for the average consumer. They don't want to think about it or take risk and a non-apple repair facility.

Comment Re:English? (Score 1) 230

Also, you must have spent no time using C. In C you know exactly what you're working with. It's a simple model where you're working closer to physical memory. PHP likes to "magic" everything. The only thing C like about it is how you call functions, and even with that, you had to add headers to get any functionality, so you still knew where things were coming from. With PHP you have a vast library of functions on the global scope.

Comment Re:English? (Score 1) 230

Php (Personal Home Pages) is already something it was never intended to be. It's the "hey thats a nice feature, let me add a crappy implementation of it" language. If you mean "turn PHP into something never inteded to be" as turning it into something not absolutely horrible to work with then OK. Anything they do is going to be better than PHP. You would have to try really hard to make it worse.

Comment Re:Firefox is the most unstable program in common (Score 1) 207

I keep many, many tabs open all the time in osx and windows and have no issues. Are you sure you don't have a problematic plugin.

On ubuntu, on my home machine, I find firefox unusable even after much tweaking.

I also notice that chrome handles bad javascript much better than firefox. Other than that I think firefox is a fine browser.

I'm sure most of the security exploits have to do plugins. Its a common trade off, lock it down and make it more secure or open it up and make it potentially more usable.

Slashdot Top Deals

"Engineering without management is art." -- Jeff Johnson

Working...