Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Ummmm.... (Score 1) 319

Very true. I sort of skipped over the security aspects to avoid any fights ;)

Java is pretty powerful, but that same power leads to both unnecessary weight and risks.

Although I'm not much of a Java fan- if someone told me to pick between javascript and java to live with forever and nothing else, I'd have to pick java though, but that's just it- trying to fit pegs in the wrong shape hole. Either way you don't get a good fit and I feel like in either case you're kind of just "trying to make it work for you" when you really should be using something else.

Comment Re:Ummmm.... (Score 5, Interesting) 319

Node.js is specifically for using javascript on the backend and has no real application on the front end- of course Javascript itself does though.
Java has servlets, servers, web applets, and desktop applications.

Both technologies can do both sides. Java is of course much more feature rich with more low-level operations.

I don't think it's really a true apples to apples comparison - they both have their place. Some people like writing end-to-end java, some people like writing end-to-end javascript. But at this point in time, java on the web is kind of dwindling because it is a sledgehammer when all you need is a regular hammer in most cases and javascript end to end is on the rise but there's probably a plateau somewhere because javascript is only so performant and has some limitations. Most of us though I think use the more honed tools for the right jobs even if it means we can't use the same language end-to-end.

Comment Re:Upside Down? (Score 1) 142

I'm not sure I see why you couldn't do a rotate of an image in one clock cycle since it's a precomputed 1:1 mapping of source address to destination address with no math involved (eg not like doing keystone correction or other manipulations). I can't imagine that taking tens of milliseconds?

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...