Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Metro or .NET, why use any? (Score 2) 319

Development on Metro will allow apps to be sold in Microsoft's upcoming app store. Whether you personally like or respect it, there will be many millions of computer users on Windows 8 who will buy apps this way. .Net spans a huge range of computer languages, tools, and API's from both Microsoft and third parties. Many of the languages, tools and API's are free and open source. There is a ten year history of updates and compatibility that let developers trust Microsoft's ongoing commitment to .Net. .Net can be used to make several types of software, including command line utilities, Web sites, Web services, GUI apps, in-database logic, etc. When used properly, .Net facilitates dividing a large software project into modules that can be separately developed, maintained, and upgraded by multiple teams. The teams can coordinate and re-use each others' work, even if they use different programming languages.

The runtime prevents or intercepts many types of programming mistakes, while automatically adapting the software to run on different types of hardware. There are many options for caching, optimization and debugging, so that a .Net software infrastructure can be deployed in many different types of environments through configuration rather than by throwing away code.

A huge number of developers are available, along with consultants, books, training materials and so forth. The majority of all of these advantages are also available to open source developers, through the Mono project's re-implementation of .Net as free and open source. Developers with adequate skills to work on modules are easy to find, and less expensive than developers for some other types of software development.

You might prefer other approaches, but it's clear that for many shops, one can consider or even adopt .Net and still be in one's right mind.

Comment Re:FUD (Score 1) 319

I think that article submitters should be scorable, just as comments are. If you want to set your front page to show stories with a score of 0 or less, then you'd see this kind of article. If you move the slider towards the higher setting, you'd not see this kind of timewaster.

Comment Slashdot needs competent editors, not user surveys (Score 4, Insightful) 319

Slashdot just did a survey, that asked whether readers would recommend Slashdot to others. Here is a perfect example of why I answered No to that question, and would have picked Hell No if that option had been in the survey. An increase in job postings for .Net is newsworthy on a "news for nerds" site. Totally ignorant, misinformed, clueless, stupid, arrogant and worthless editorializing, in the article and the headline, is not at all news for nerds, nor is it stuff that matters. Not only is the commentary about Metro completely wrong, so is the "home for newbies" slant. The linked article clearly indicates that more than 70% of resume searches in .Net are for developers with at least four years of experience. Obviously it's impossible to have four years experience with Metro, but it is entirely possible to have been using .Net for a decade now. The article has no mention at all of Metro. The article also mentioned an utterly ignorant, untrue, trite fear of .Net developers: that their skills do not carry over to other platforms. I guess this means a lot of fearful .Net developer who have never heard of Java? Where does Slashdot get the editors to approve this kind of junk?

Government

Submission + - Predator Drone Virus Could be Military Monitoring (techzwn.com)

jjp9999 writes: The virus that hit Predator and Reaper UAVs could be an internal monitoring system employed by the military. According to security researcher Miles Fidelman there are vendors that sell security monitoring packages to the Defense Department which are ‘essentially rootkits that do, among other things, key logging.’ The virus is a keylogger that was found at pilot stations, and could be keeping tabs on keystrokes used by pilots to control the UAVs, found Wired’s Danger Room blog. Fidelman adds ‘I kind of wonder if the virus that folks are fighting is something that some other part of DoD deployed intentionally.’
Earth

Submission + - Who's Bankrolling the Climate-Change Deniers? 1

Hugh Pickens writes writes: "Bryan Walsh writes in Time Magazine that climate denialism exists in part because there has been a long-term, well-financed effort on the part of conservative groups and corporations to distort global-warming science. "The blows have been struck by a well-funded, highly complex and relatively coordinated denial machine," say sociologists Riley Dunlap and Aaron McCright. Fossil-fuel companies like Exxon and Peabody Energy — which obviously have a business interest in slowing any attempt to reduce carbon emissions — have combined with traditionally conservative corporate groups like the US Chamber of Commerce and conservative foundations like the Koch brothers' Americans for Prosperity, to raise doubts about the basic validity of what is, essentially, a settled scientific truth. The naysayers seem to be following the playbook written by the tobacco industry in its long, ongoing war against medical findings about the dangers of smoking. For both Big Oil and Big Smoke, that playbook is lethally simple: don't straight-up refute the science, just raise skepticism and insist that the findings are "unsettled" and that "more research" is necessary."
Java

Submission + - Java LINQ (github.com) 3

nicholas22 writes: "A Java library providing LINQ (Language INtegrated Query) has been developed, using a Scala-style programming library called lombok-pg, that supports features not found in standard JDK libraries, such as extension methods, yield coroutines and functions.

Examples (valid Java):
String[] names = new String[] { "james", "john", "john", "eddie" }.where(startsWith("j")).distinct();
char[] alphabet = new Character('A').to(new Character('Z')).unbox();

This Java code would take approximately 4x the number of lines of code."

Privacy

Submission + - FBI to launch nationwide facial recognition servic (nextgov.com) 1

hessian writes: "The FBI by mid-January will activate a nationwide facial recognition service in select states that will allow local police to identify unknown subjects in photos, bureau officials told Nextgov.

The federal government is embarking on a multiyear, $1 billion dollar overhaul of the FBI's existing fingerprint database to more quickly and accurately identify suspects, partly through applying other biometric markers, such as iris scans and voice recordings."

China

Submission + - slashdot blocked in china 2

tvlinux writes: I woke up this morning, and accessed /. I received a "connection reset". After living in China to a few years, I know what that means. Slashdot is being blocked by "Golden Shield". I am in ShenZhen, anybody else being blocked?
Slashdot is a great place to keep track of the latest technology advances. Google is some times throttled. Many other technical sites are blocked just because they are on a blog site.
Is China cutting it throat learning about new technology?
Windows

Submission + - Windows 8 to reduce memory footprint (msdn.com)

bheer writes: "Microsoft's Windows 8 blog has a good post about the work being done to reduce Windows 8's memory footprint. The OS will use multiple approaches to do this, including combining RAM pages, re-architecting old bits of code and adding new APIs for more granular memory management. Interestingly, it will also let services start on a trigger and stop when needed instead of running all the time."
Oracle

Submission + - Oracle to bring Dtrace on Linux

mvar writes: Dtrace co-author Adam Leventhal writes on his blog about Dtrace for Linux:

Yesterday (October 4, 2011) Oracle made the surprising announcement that they would be porting some key Solaris features, DTrace and Zones, to Oracle Enterprise Linux. As one of the original authors, the news about DTrace was particularly interesting to me, so I started digging.
Even among Oracle employees, there’s uncertainty about what was announced. Ed Screven gave us just a couple of bullet points in his keynote; Sergio Leunissen, the product manager for OEL, didn’t have further details in his OpenWorld talk beyond it being a beta of limited functionality; and the entire Solaris team seemed completely taken by surprise.
Leunissen stated that only the kernel components of DTrace are part of the port. It’s unclear whether that means just fbt or includes sdt and the related providers. It sounds certain, though, that it won’t pass the DTrace test suite which is the deciding criterion between a DTrace port and some sort of work in progress.
Wireless Networking

Submission + - Sprint Tells Investors it Needs More Cash (itworld.com)

itwbennett writes: "Sprint stocks tumbled Friday after the company's CFO told investors that it may be forced to seek more funds via capital markets or the company's credit line. This news comes just days after Sprint announced a make-or-break gamble to buy 30.5 million iPhones from Apple over the next four years, with no prospect of seeing profits on the deal until 2014."

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...