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

 



Forgot your password?
typodupeerror
×

Comment Sorry, but the Chrome model makes sense (Score 2) 683

- A Browser is more adaptable, in general more up to date with new technologies and probably easier to develop/maintain by focusing on smaller steadier releases.

If you accept this then you should also accept:

- With frequent releases, you don't want regular users to be constantly be hassled with updating their browser / add ons and flashing a new version number in their face, especially when there isn't much difference between versions.

And in general, the version number of a browser is just confusing and irrelevant to regular users.

Comment Re:5 FINAL??? (Score 2) 282

If you use the compatibility reporter plugin they will all run regardless of the version of Firefox. Then you can flag them as compatible or incompatible which notifys the author and prompts them to either make them compatible or flag them as compatible with the new version.

https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter

Comment Not quite as snappy (Score 1) 450

I have been forced to do my development on a virtual machine at work. I can compare the performance well because my home and work machine are almost identical spec except for the virtualized bit. Note they both have an SSD and quad core.

Performance is pretty good, but not good enough to make the switch worth it IMO. At home I never wait for trivial action to complete, like opening an application. At work however, sometimes the machine will lock up for a few seconds, which is enough to distract me. The feeling of, hmm its stuck, when is it going to complete, will usually drive me to check my mail/rss which makes focusing harder.

Comment Mistakes? (Score 2) 394

I very rarely see programming mistakes. There seems to be 2 kinds of programmers.

- Those who care about what they do and try hard.
- Those who don't care about what they do and don't try hard

The later write terrible code, but it is just because they are either lazy or aren't suited to the profession and can't get enthused. Very rarely do you see someone who cares about there work make a big mistake (and if so they are probably just starting out).

Comment .NET is doing great (Score 1) 342

Microsoft is now doing a great job with .NET which ties computers to their platforms. They have released the new ASP.NET MVC framework which finally provides a way to use the nice underbelly of .NET without using ASP.NET, which is an abomination.

Then there are things like WPF and VS 2010 which are great positive steps.

So peg this as a positive one.

Science

Submission + - Avoiding GM Foods? You're Overly Fussy - Monsanto (postpeakpublishing.com)

blackbeak writes: The BBC today characterized those who avoid GM foods as overly fussy, the very same day that the Wall Street Journal announced picky eating may be recognized in the 2013 DSM as a psychiatric disorder. The DSM item refers to something completely different, though I'm sure many will confuse the two. Of course, this was not done without subterfuge; the author, Professor Jonathan Jones in no way indicates his close ties to Monsanto. Point by point Jones regurgitates the same pro-GM arguments debunked numerous times all over the net for years, while serving up some stale half facts too.

Comment Re:We're going the wrong direction (Score 1) 253

I think you are missing an element. Black boxes as you say should be more reliable and have less bugs and security issues than code written by a random programmer. Take for example Hibernate. It is used by probably more than a 100,000 apps/websites. Only really obscure bugs are going to go unnoticed. Writing all your SQL by hand however is only used by one application and there is a greater potential for bugs/security issues to exist.

Comment Re:Frameworks (Score 1) 623

Very true.

I find the one place that what you say doesn't hold true anymore is in frontend work. When your HTML is 3 times the amount it should be, and your javascript is horribly inefficient, it may not run to an acceptable standard on someone with a slow network connection, on a 8 year old PC running IE6. In many cases you can't afford to be sloppy.

Slashdot Top Deals

We gave you an atomic bomb, what do you want, mermaids? -- I. I. Rabi to the Atomic Energy Commission

Working...