Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
United States

An Anonymous US Law Enforcement Officer Claims US Wouldn't Arrest Julian Assange 399

McGruber writes "The Washington Post reports that 'Federal prosecutors have not filed a sealed indictment against WikiLeaks founder Julian Assange, despite persistent rumors that a nearly three-year grand jury investigation into him and his organization had secretly led to charges, according to senior law enforcement sources. ... "Nothing has occurred so far," said one law enforcement official with knowledge of the case. "If Assange came to the U.S. today, he would not be arrested. But I can't predict what's going to happen. He might be in six months." The law enforcement official providing this assurance chose to remain anonymous.'"
Internet Explorer

Google Ends Internet Explorer 9 Support In Google Apps 199

An anonymous reader writes "Google has announced it is discontinuing support for Internet Explorer 9 in Google Apps, including its Business, Education, and Government editions. Google says it has stopped all testing and engineering work related to IE9, given that IE11 was released on October 17 along with Windows 8.1. This means that IE9 users who access Gmail and other Google Apps services will be notified 'within the next few weeks' that they need to upgrade to a more modern browser. Google says this will either happen through an in-product notification message or an interstitial page."

Comment Source control (best) or Offline Files (okay) (Score 1) 238

You have programmers. You have multiple projects. They might be working offline. For this, you really need a Distributed Source Control system such as git or mercurial. I personally recommend mercurial as it's got good Windows tools (TortoiseHg and HgScc for Visual Studio integration). You can put your "pure" repository on your share, then have the programmers push to it -- or, better yet, have an "incoming" for each project to which anyone can push, then a "pure" to which only project leads have write access and into which they can push approved versions.

If, for some reason, you simply can't run source control, Windows offers Offline Files functionality that can sync individual folders if you set them up correctly. What this means is that you need to ditch this "shared drive" concept and set up your file shares correctly -- by which I mean having multiple shares, one for each project. Users then connect to the share in question and choose to make it offline, or you create drive maps and enforce offline files using group policy.

Social Networks

Canadian Hotel Sues Guest For $95K Over Bad Review, Bed Bugs 432

An anonymous reader writes "A guest at at Quebec hotel was bitten by bed bugs, brought some down to the front desk and asked for new room. While the fully booked hotel offers to get him another room in a different hotel, he stays out the night then leaves — telling people at the hotel — some of whom also check out. When he wrote about it on Trip Advisor, the hotel demanded he take it down and when he did they sued him for $95,000."
Facebook

Internet.org: Altruistic, Or the Ultimate In Cynicism? 174

Nerval's Lobster writes with one take on an effort to "make Internet access available to the two-thirds of the world who are not yet connected": "In conjunction with a variety of partners (including Nokia, Opera, Qualcomm and Samsung), Facebook is launching Internet.org, which will try to make Internet access more affordable to more people. The partnership will also work on ways to lower the amount of data necessary to power most apps and Internet experiences, which could help people in areas with poor connectivity access online services, and devise incentives for businesses and manufacturers to offer customers more affordable access. Why would Facebook and its partners want to connect another 5 billion people to the Internet? Sure, there are altruistic reasons — people online can access information that will improve or even save their lives. But for Facebook, more people online equals more ad revenue, which equals more profit. Social networking in the developed world is reaching a saturation point, with a significant percentage of the population already on one (or more) social networks; only by expanding into developing nations can Facebook and its ilk maintain the growth rates that Wall Street demands. In a similar vein, building devices and services accessible via weaker Internet connections would open up a whole new customer base for the app developers and manufacturers of the world. In theory, Internet.org plans on enlisting a variety of nonprofits and 'experts' to help in its effort; but the initial announcement only lists for-profit companies among its constituency. NGOs, academics and the aforementioned experts will apparently arrive 'over time.' So is this effort really charitable, or a cynical attempt to break into new markets?"

Comment Re:From the ashes into the fire? (Score 4, Informative) 253

Actually, as the people who found the first RT jailbreak noticed, the only thing keeping Windows RT from running ARM compiled applications (which you can create in Visual Studio, even!) is a policy that mandates that only Microsoft-signed executables can run outside of the WinRT environment. If Microsoft removed that restriction by changing a single registry key, all of that compatibility would suddenly appear. In fact, .NET apps distributed in PE form and compiled for Any CPU would be able to run without being recompiled at all.

Comment Re:Sounds good, But! (Score 3, Informative) 341

Yes. Turn off Secure Boot in the UEFI firmware menu (accessed through Advanced Startup), then boot off the USB Linux boot device of your choice. I expect a modern distribution of Linux will have drivers for most of the hardware inside the Pro. Alternatively, run it in Hyper-V (or VMware, or VirtualBox, or the hypervisor of your choice), since it's an x86 Windows 8 device with hardware virtualization support.

Only the RT has the "permanently locked" Secure Boot setting. The Pro is a full-fledged i5 device that can run Linux just fine.

Cloud

Dropbox Wants To Replace Your Hard Disk 445

Barence writes "Dropbox has kicked off its first developer conference with the stated goal of replacing the hard disk. 'We are replacing the hard drive,' said Dropbox CEO Drew Houston. 'I don't mean that you're going to unscrew your MacBook and find a Dropbox inside, but the spiritual successor to the hard drive is what we're launching.' The new Dropbox Platform includes tools for developers that will allow them to use Dropbox to sync app data between devices. The company's new APIs will also make it easier for app developers to include plugins that save to Dropbox, or choose files stored in the service for use within apps."
Technology

Ask Slashdot: Neurofeedback At Home, Is It Possible? 68

New submitter sker writes "Mind hackers, self-help junkies, even regular people have heard wild promises of the power of neurofeedback — namely the process of watching a visual representation of your own brain's activity to influence what your brain is doing. Folks are using it to cure ADHD, PTSD, or even to supposedly improve mindfulness meditation. Previously the sole domain of costly hospital and research equipment, the necessary EEG equipment is making its way into the home. From newagey Deepak Chopra-endorsed kits to the for-engineers-only OpenEEG project, the options are rapidly getting unwieldy for curious bystanders to make sense of. Have you had experience with EEG or neurofeedback at home? Do you have advice?"

Comment Re:Actually: Why are these needed? (Score 3, Informative) 405

No. Windows handles DST rules in the registry, so it's perfectly capable of date-dependent DST rule handling. The article discusses those recommendations as a way to avoid problems caused by issues with Outlook and Exchange 2003, both of which have their own unique ways of handling TZ changes (basically, they fail to store TZ information with dates, so TZ changes screw up the display of appointments). The problems were largely addressed in Outlook and Exchange 2007 and completely fixed in the 2010 versions, which keep the appointments in GMT-plus-offset format.

There's legitimate complaints you can have with the way Windows handles TZ changes -- personally, I'm not a fan of having to install TZ patches from Windows Update and I really dislike how Windows keeps the RTC in local time instead of GMT -- but don't blame it for the failings of antiquated and soon unsupported Office programs.

Comment Re:Hyper-V or vSphere. (Score 1) 191

Honestly, I've not found that to be the case. In most cases, you can disable the integration drivers in the guest, then move the VM to the new virtualization platform and start it back up. You may need to do a startup repair or in-place upgrade on an older version of Windows; Windows 7 (2008 R2) and 8 (2012), however, are fairly resilient.

The smoothest way to do it, though, if you've got the time, is to use the new platform's P2V tool to create a new virtualized VM based on the old one. This is how I've moved guests from Virtual Iron and Oracle VM to Hyper-V. In general, I'd say this is probably the smoothest way to move a VM running any OS to any other hypervisor, as it gives you a backup copy on the old hypervisor if needed and ensures that any special drivers are injected for the first startup.

Security

Saudi Arabian Telecom Pitches to Moxie Marlinspike 128

An anonymous reader sent in this excerpt from Moxie Marlinspike's weblog: "Last week I was contacted by an agent of Mobily, one of two telecoms operating in Saudi Arabia, about a surveillance project that they're working on in that country. Having published two reasonably popular MITM tools, it's not uncommon for me to get emails requesting that I help people with their interception projects. I typically don't respond, but this one (an email titled 'Solution for monitoring encrypted data on telecom') caught my eye. ... The requirements are the ability to both monitor and block mobile data communication, and apparently they already have blocking setup. ... When they eventually asked me for a price quote, and I indicated that I wasn't interested in the job for privacy reasons, they responded with this: ' I know that already and I have same thoughts like you freedom and respecting privacy, actually Saudi has a big terrorist problem and they are misusing these services for spreading terrorism and contacting and spreading their cause that's why I took this and I seek your help. If you are not interested than maybe you are on indirectly helping those who curb the freedom with their brutal activities.'"
AI

The New AI: Where Neuroscience and Artificial Intelligence Meet 209

An anonymous reader writes "We're seeing a new revolution in artificial intelligence known as deep learning: algorithms modeled after the brain have made amazing strides and have been consistently winning both industrial and academic data competitions with minimal effort. 'Basically, it involves building neural networks — networks that mimic the behavior of the human brain. Much like the brain, these multi-layered computer networks can gather information and react to it. They can build up an understanding of what objects look or sound like. In an effort to recreate human vision, for example, you might build a basic layer of artificial neurons that can detect simple things like the edges of a particular shape. The next layer could then piece together these edges to identify the larger shape, and then the shapes could be strung together to understand an object. The key here is that the software does all this on its own — a big advantage over older AI models, which required engineers to massage the visual or auditory data so that it could be digested by the machine-learning algorithm.' Are we ready to blur the line between hardware and wetware?"

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...