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

 



Forgot your password?
typodupeerror
×

Comment Re: Hard to believe (Score 2) 166

No, it isn't, and it never has been. You utterly fail to understand the 'integration' issue with IE.

yes, it is: http://en.wikipedia.org/wiki/S...
you fail to understand the single point of failure issues with ms components in general, not just ie. ie is just an example of having such vulnerable crap open to external access.

granted, i don't know if this still exists in windows 8. i very much guess so, but i don't really care. if you use windows, you should.

Comment Re:Hard to believe (Score 1) 166

> "We needed a plan to make it easy for Web developers to build compatible sites regardless of which browser they develop first for."

Can you even IMAGINE Microsoft saying that 15 years ago?

yes. it's old. ms has been lying and spreading bs and fud since day one. an egregious and sick example of their cynicism in this area is "compatibility mode".

Comment Re:New jobs will be created. (Score 1) 266

gorgeous.

however, given just an expected output there will be lots of conforming inputs. you still need to figure out which of those randomly generated functions not only produces the same output by chance, but actually conveys the expected operation. in short, you would have to run the test for all possible inputs.

that's for a single unit test. imagining integration test just gave me a shudder :)

Comment Re:New jobs will be created. (Score 1) 266

the demand of functionality however is also getting more. did you expect anyone to ask you to do elgamal encryption on a cell phone browser back in the day?

there will be always problems to be solved. the trivial stuff you can give to 'key punchers'. or robots, for that matter, once we have created the right tools. i don't think we have. article is bs (if it is even remotely related to the summary. didn't bother to read)

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

you can, just don't expect it to be widely adopted. plus your niche shouldn't have security and usability concerns.

also, be aware that applet support isn't likely to last much longer. several plugins aren't supported anymore on the desktop, and there aren't any at all for mobile devices or tablets. since java 1.7ish even running signed privileged applets on supported browsers on desktop is a pain. in short: maintaining applet support is problematic and nobody seems to bother anymore, specially since there is no benefit: js can now handle most of what applets did in the browser in the past, right out of the box and better.

there still are a few very specific usecases for applets like, for example, to access smartcard readers from a webapp. but even then, applet maintenance and deployment is hardly optimal and you'd probably will end up ditching the whole idea and lookig for a workaround.

and of course you don't have to learn "every language out there" if you don't want. however, if you want to do stuff for the web today (that's what applets were for) you simply won't get away without learning js. it's not optional.

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

My point is, node.js might itself be fine, but when the software that relies on it is so badly broken as this,

very true for the "npm" constellation, and possibly for the particular projects/products you have experienced. but this just reflects that it's a new platform and a hyperactive ecosystem. sure it has it's fair share of hipster crap, but just keep looking, there's quite solid stuff too. and there is a lot you can do with pure node.

besides, running java applications on linux has sufferd the very same problems for years (hell, it still does sometimes!), even when java was more mature back then than node is now. and you sure will remember what a complete dependency nightmare java was before maven was adopted.

The amateurish approach to the software using it taints it.

well, i'd say just avoid that software and ... it's my impression that you are overestimating what "professional" means nowadays. :-)

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

this is not about applets, which have been dead for years already. it's about javascript as back-end platform.

but TFA (without reading it) is pure nonsense. back-end js (= node.js/io.js) is very interesting but far from competing with java. java's installed base is simply too big to even speak of that, and the paradigm shift is also considerable: node.js is based on monothreading and non-blocking io, a completely different model. it's also very new technology just emerging. but still a very interesting architecture. it's also much more fun and exciting. :)

i guess we have about 4-5 years of fun ahead until node gets it's share of certifications and "experts" and best practice bullshit, and until someone comes up with some moronic idea like java's generics (yes, 1.5 already signalled java's decadence and oracle had nothing to do with it (imagine!)) and everything starts to rot and turns to yet another boring, stupid, ugly cobol, sorry, i meant java. industry never had a heart. but we irredent coders do!

Comment Re:This can help (Score 1) 343

i actually meant better as in designed for collaboration from the start.

which is what was asked for. and it's pretty obvious that these users *need* to start doing things differently.

*troll mode*

someone might also consider a plus to get rid of the load of superflous and bloated crap that ms has piled for years on top of basic table, text and graphic processing, which is what people usually needs. but then someone might have some very bizarre use case (*) and want to call that 'features', then it's clearly not for him.

* i routinely have to refuse to accept documents, prompting the source to reformat them, get rid of incompatible crap or provide them as html or plain text or even pdf or else get lost. they get it, i usually only have to ask once. of course, this depends on being in a work environment where the focus is on communication and content and where you can reasonably expect your collaborators to not act like psychotic monkeys in microsoftofficeland and produce content that can be also shared outside of that zoo, ymmv.

Comment Re:This can help (Score 2, Informative) 343

doesn't solve concurrent edits = you have no single source of information = you can't just pick the last.

i don't think their problem is solvable just with tools. they need to understand collaborative workflow: you either block or are prepared to merge often. i don't know of any such tool that doesn't require a minimum of training and thought. i've heard microsoft claims to have such thing in office 365. and i wouldn't recommend ms to my worst enemy but since it looks like they are on the hook anyway they may as well get raped to the end, won't hurt that much more.

another radical alternative is google docs. yes, sheesh, but better than office.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...