Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:No one at Apple listens to that Steve anymore (Score 5, Interesting) 330

Found some interesting quotes from Wozniak related to apple and jobs.

He gave up a lot of his wealth, and even potential wealth to spend more time doing things he thought were more rewarding in other ways. So when he asks people to give up their share of the pie it's not a do as I say not as I do thing.

Cloud

Submission + - Universal client for cloud drives (wordpress.com)

infernet writes: I was trying to find some kind of universal client for all those free cloud drive options. I've read this article (http://wp.me/pP1lJ-9o) and the amount of services offering free, small accounts is amazing. The only drawbacks are that I don't like the idea of running tens of sync agents on my computer and that most services include clients only for Windows or Mac (I run only Linux on my devices).

I wonder if someone is working on a project like this: a single client where you could put all your credentials, then you could remote synchronize all possible files on your computer with all those free services. Even more, you could let the software determine where to synchronize what, depending on features of the service provider (e.g. streaming, music player, photo viewer, etc.) and security (country of storage, redundancy, etc.).

Please post here your comments about this. I think it would be a great project if it does not exist.

Microsoft

Submission + - Microsoft Funded Startup Aims to Kill BitTorrent Traffic (torrentfreak.com) 3

TheGift73 writes: "The Russian based “Pirate Pay” startup is promising the entertainment industry a pirate-free future. With help from Microsoft, the developers have built a system that claims to track and shut down the distribution of copyrighted works on BitTorrent. Their first project, carried out in collaboration with Walt Disney Studios and Sony Pictures, successfully stopped tens of thousands of downloads.

Hollywood, software giants and the major music labels see BitTorrent as one of the largest threats to their business.

Billions in revenue are lost each year, they claim. But not for long if the Russian based startup “Pirate Pay” has its way. The company has developed a technology which allows them to attack existing BitTorrent swarms, making it impossible for people to share files."

Earth

Submission + - The Most Detailed 121-megapixel Image Of Earth Captured By Russian Satellite (gizmocrazed.com) 1

Diggester writes: The satellite, known as Elektro-L No.1, took this image from its stationary point over 35,000 kilometers above the Indian Ocean. This is the most detailed image of the Earth yet available to human beings, just because it captures the Earth in a single shot with 121-megapixels unlike NASA satellites, which usually use a collection of pictures from multiple flybys stitched together. The detail in the pic is just amazing, with everything visible so clearly.
Facebook

Submission + - Facebook Is Killing Text Messaging

An anonymous reader writes: We’ve heard many times and from multiple sources that text messaging is declining. There are multiple reasons for this (BlackBerry Messenger, Apple’s iMessage, and even WhatsApp), but the biggest one is Facebook (Messenger). Facebook is slowly but surely killing the text message. As a result, the social networking giant is eating into the traffic carriers receive from text messaging, and thus a huge chunk of their revenues.
Google

Submission + - Google Talks About Ubuntu Experience (ubuntuvibes.com)

dartttt writes: There was a very interesting session at UDS by Google developer Thomas Bushnell. He talked about how Ubuntu, its derivatives and Goobuntu (Google's customized Ubuntu based distro) are used by Google developers. He starts by saying 'Precise Rocks' and that many Google employees use Ubuntu including managers, software engineers, translators, people who wrote original Unix, people who have no clue about Unix etc. Many developers working on Chrome and Android use Ubuntu.

Ubuntu systems at Google are upgraded every LTS release. The entire process of upgrading can take as much as 4 months and it is also quite expensive as one reboot or a small change can cost them as much as 1 million dollars.

Comment Re:The thing is... (Score 1) 570

The whole application is not likely to be the problem but there may be certain bottlenecks that you just can't get around.

After profiling the app and attempting to make changes in Java, you can always write a native library and call it if performance is better.

No need to rewrite the whole application.

Comment Re:The thing is... (Score 1) 570

ngen has it's drawbacks. A lot of optimizations are better dun at run time. With JIT optimizations, the compiler can be more aggressive and then still have the ability to back out of optimizations if necessary.

ngen can help with load time but for constantly running instances, such as web applications, load time is irrelevant.

Comment Re:The thing is... (Score 1) 570

According to this, http://www.odinjobs.com/US_skill_statistics.html

Java developers are still in more demand.

I had other links but don't have time to find them now.

Java webapps haven't been slow for some time. A few years ago, after being a java developer since the mid 90's, I played around with PHP and have developed some sites with it. I did some informal benchmarking, using my custom java framework against a very simple PHP application that actually did less work. The java web app performed much better.

I haven't really looked at .net but I haven't had the need for it.

Slashdot Top Deals

WARNING TO ALL PERSONNEL: Firings will continue until morale improves.

Working...