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

 



Forgot your password?
typodupeerror
×

Comment Mod parent up (Score 1) 531

I too hate variable scoping in Javascript, even PHP is slightly better in that variables are local inside functions. There are other small annoyances too. But the biggest is: Javascript has been given monopoly on the client side for too long. I wonder how much better can the Web be if there were more competition on the client-side browser language.

Comment Unstable (Score 1) 278

$ grep kill ~/.bash_history | grep opera | tail -5

killall -9 opera

killall -USR2 opera

killall -9 opera

killall -9 -9 -9 opera

killall -9 opera

$ grep kill ~/.bash_history | grep opera | wc -l

175

I've used Opera for years since the 5.x days and have always loved it, but the past year it's generally becoming less stable and more annoying. It always seems to eat 100% cpu after some time, or crash at other times. Some builds are really terrible, stability- and performance-wise. Meanwhile Firefox is getting faster and faster and more stable and I'm finding myself opening Firefox more and more often.

However (unfortunately?), nothing comes close in handling lots of open tabs like Opera.

Comment updatable views? (Score 1) 286

Yeah I know it's planned to be in 8.4 and there are hacks to do it in the current version. But it's ironic that "the world's most advanced open source database" doesn't have this feature, which is supposedly pretty basic and crucial in a relational database system. While the "toy" database that everybody loves to hate, Access, has had this for what, centuries?

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...