×
Science

Submission + - Scientists Selectively Shut Off Mice's Ability to Sense Cold (gizmag.com)

Zothecula writes: How many times have you been shivering on a winter day, and wished that you were capable of simply not feeling the cold? Well, that’s just what scientists at the University of Southern California have done to a group of lab mice – they disabled the animals’ ability to sense cold, while leaving their ability to sense heat and touch intact. It is hoped that the research could lead to more effective pain medications for humans.
Cellphones

Submission + - Tizen not as Open Source, drops EFL to merge with Bada 1

DustyMutant writes: Due to lack of a public roadmap and basic schedule it was uncertain for fans of Tizen whether Bada featurephone operating system takes center stage for Samsung's Tizen as the popular rumors say. With the final 2.0 release important milestone of the merge has been finalized. Bada's "Open Services Platform" frameworks (APIs and implementation) have been merged into Tizen, thus forming a hybrid of HTML5 runtime environment and Bada advanced featurephone application layer, all siting on top of Linux Kernel and system libraries. What worries is that it happened silently without prior discussion or at least announcement what may be unexpected because Tizen is promoted as a project under umbrella and maintenance of the Linux Foundation, employer of Linus Torvalds.

Visiting Tizen 2 and Bada 2 platform web documentation is enough to notice that Tizen 2 native developer experience evolved into what was known as the Bada advanced featurephone OS. For a quick comparison, a simple screenshot has been published.

Moreover Enlightenment Foundation Libraries (EFL) developers have been advertising strong Samsung's support for years. Now this support has been basically dropped in the middle of the changes that form Tizen 2.0.

Is there a chance for Tizen to become a real Linux operating system we all know, capable of running existing free software, not just HTML pages and Bada apps? There is IF the community takes over areas where Linux Foundation is passive. While there is no official support for these third-party frameworks, according to the explanation on the Tizen SDK page:

Tizen applications for mobile devices can be developed without relying on an official Tizen IDE as long as the application complies with Tizen packaging rules.

Still, is this declaration enough to gain trust in the community? Just before the release, Carsten Haitzler aka rasterman, Samsung's Principal Engineer working on Tizen and EFL guru in one person, showed some signs of irritation (an excerpt from an Tizen IRC log, original typos corrected):

tizen is not meego or maemo, it is not related
i've been working on this os now for like over 4 years
i have spent years saying "release ports to existing products"
no action, years saying what you say, i don't bother anymore
what will happen — will happen
i have no chance to change it because at least [in] samsung all decisions are top-down
ie. some executive with zero connection/knowledge of OSS is going to decide all the technical details
as i mentioned tizen is SLP [Samsung Linux Platform], SLP is a continuation of Limo
Limo is something that existed alongside and/or before maemo did
it has been in competition internally, no ball was picked up, it's a separate ball
it was renamed to tizen and put under a [Linux Foundation] banner and Intel then joined in
Intel has pushed for things to be much more open and to use OBS [Open Build System] and much infra that was used before for meego
[..]
tizen uses enlightenment and efl, thus why its then "zero porting" :)
that doesn't mean you will be able to use efl in apps you port/write
i do this for my own amusement, YOU may be stuck with a phone that is locked down and that doesn't allow installation of native apps at all

Shortly after that rasterman shared his look at the openess of the Linux Foundation-backed project in more depth to fight some misinformation:

Tizen, and what is in it (technically), is controlled by/decided on by the TSG [Technical Steering Group]. The TSG is a committee of executives (Samsung and Intel — you can read up on it — Imad and JD). They decide what will happen, and that's how it works. It's a top-down thing with VP's in charge. How and what they decide is up to them entirely. I have no idea what they will decide, when or where. Well officially I don't. What I may, or may not know is simply rumour and not for me to disclose, as decisions are made by the executives in charge (as above) as they see fit (which is not here in public, like on these mailing lists, IRC etc.). This (Tizen) is not like open source projects (let's say like E/EFL, Qt, GTK+, Xorg, Linux Kernel etc.), where I, or any developer, is free to talk about plans for the future and work being done, (or for that matter even knows or can find out). I understand that you are coming from that perspective, and thus logically asking those questions here, expecting answers like you would with pretty much any OSS project, but Tizen is not like that.

On the day of the release once the secret has been disclosed, rasterman concluded the reason for frustration on the Tizen IRC channel to the fellow engineers:

jooncheol Open Services Platform !!!
jooncheol bada !!
jooncheol hmm
jooncheol bada ...
jooncheol omg
Stskeeps looks like a good compromise, EFL on the inside, OSP on outside
raster hehe
* Stskeeps envisions raster being taken away in a white straightjacket to the funnyfarm
raster they did that years ago
raster i then escaped
raster and wrote a wm
raster and trust me
raster its not efl on the inside
raster efl is nothing mroe than a glorified wrapper around windows and then a simple surface compositor
Stskeeps sorry to hear that
raster everything else above that is not efl
raster so u may want to reserve judgment until u've seen it all

In addition to governance and technical aspects it becomes clear that Tizen's licensing model looks complicated at the moment. Tizen is presented as an open source and standards-based operating system with popular media praising its openness when compared to Android. However Tizen's SDK contains a mix of open and closed components released together under a non-open-source Samsung's licence.

What's typical in open projects driven by corporations, a number of components internally developed by Samsung such as calendar, task manager or music player are however released under the Flora License which is most likely incompatible with requirements of the Open Source Initiative. Next releases will hopefully resolve the issues to avoid irrelevance.

Android

Submission + - Why doesn't Android support Linux filesystems for removable storage? 1

Pale Dot writes: After weeks of struggle I finally figured out a way for the apps on my rooted Android tablet to recognize an SD card I had formatted as Ext4 but with the default journaling option turned off. The problem at first was getting the SD card to mount at all (technically this was the "external" SD card as the tablet also has a built-in "internal" SD card). Apparently, the Android automount facility, the evil-sounding vold daemon, does not support any filesystem besides Microsoft's VFAT. From various online sources, I learned that the CyanogenMod Linux 3.x kernel itself does support mounting Ext4, at least via the terminal "mount -t ext4" command.

A second problem soon cropped up. Apps, such as VLC and the AardDict offline dictionary, that rely on some sort of automagic scanning of the device storage space would not index the media and database files I copied to the SD card. It turns out that the simple solution, or the "hack" as it stands, is to mount the SD card under the directory created for the internal VFAT-formatted SD card, i.e. as "/storage/sdcard0/extsd" rather than the more direct "/storage/sdcard1". This works probably because subdirectories inherit the file permissions of the parent.

As part of my Google (re)search into the problem, I came upon this Google+ post by an Android developer curiously named Dianne Hackborn about the design decision not to support anything besides the Redmond-certified filesystem: "The external storage when on a SD card is FAT. Period. You are just going to cause yourself a mess if you try to do otherwise. The basic semantics of how external storage is used relies on it being fat — no permissions, case insensitive, etc."

So, is Google right about not supporting Ext2/3/4 for removable flash media, even if the base system itself often uses one of these Linux-native filesystems? Supposed issues about the frequent media access needed by a journalised filesystem don't apply to Ext2, which has no journal, or Ext4, which has an "-O ^has_journal" (no journal) formatting option. Perplexing still is that my tablet is advertised as having support for yet another Microsoft-patented invention, the ExFat filesystem. Unfortunately, there's still no way for a non-rooted Android tablet or smartphone to mount an SD card formatted as Ext2 or Ext4.
Google

Submission + - Google Glass Opened Up To "Creative Individuals" (ibtimes.co.uk)

DavidGilbert99 writes: "Google has opened up pre-orders for its much south-after Google Glass headset to "creative individuals" calling on them to tell the company why they deserve one by saying what they would use it for. Accompanying the announcement is a new video of the interface, being shown off in a variety of settings such ranging from hot-air ballooning to downhill skiing and everything in between..."
IOS

Submission + - Real Racing 3 was built with Apple's *next* iPhone in mind (redbull.co.uk)

An anonymous reader writes: Real Racing 3's international release is just days away, and in the run up, Firemonkey's development director sat down to explain just what it takesto make such a graphically intensive game for mobile. Each car takes a month to make and render, but the team are still planning to add more in DLC, as well as more real world tracks to race on. He also takes the time to discuss futureproofing and how they build the game to support Apple's next, unreleased iPhone and iPad. "It'll also be ready for new hardware that we anticipate being released in the future," he says.
Google

Submission + - Google Reports Account Hijacking Down 99.7% (darkreading.com)

CowboyRobot writes: "Google's security team reported that the number of compromised Gmail accounts dropped 99.7% since 2011. Their solution is to conduct a risk analysis of more than 120 variables every single time a user checks email to make sure the sign-in is genuine. Any flags then prompt the user with a security question."
Hardware Hacking

Submission + - The Patents That Threaten 3-D Printing (wired.com)

An anonymous reader writes: We've watched patents slow down the smartphone and tablet markets. We've seen patent claims thrown against Linux, Android, and countless other software projects. Now, as 3-D printing becomes more capable and more affordable, it seems a number of patents threaten to do the same to the hobbyist and tinkerer crowd. Wired has highlighted some of the most dangerous ones, including: a patent on soluble print materials that support a structure while it's being printed; a ridiculously broad patent on distributed rapid prototyping, which could affect "every 3-D printing service that has launched in the past few years"; and an 18-year-old patent on 3-D printing using a powder and a binding material, held by MIT.
Math

Submission + - Hands on with TI's Color-Screen TI-84 Plus (cemetech.net)

KermMartian writes: "The TI-84 Plus C Silver Edition isn't the first color-screen graphing calculator, or even TI's first color calculator, but it's a refresh of a 17-year-old line that many have mocked as antiquated and overpriced. From an advanced review model, the math features look familiar, solid, and augmented with some new goodies, while programming looks about on par with its siblings. The requisite teardown uncovers the new battery, Flash, ASIC/CPU, and LCD used in the device. Although there are some qualms about its speed and very gentle hardware upgrades beyond the screen, it looks to be an indication that TI will continue this inveterate line for years to come."
Network

Submission + - You Can Navigate Between Any Two Websites In 19 Clicks or Fewer (smithsonianmag.com)

An anonymous reader writes: A study done by a Hungarian physicist found that of the billions of websites and over a trillion objects on the web, any given two are separated by no more than 19 clicks. 'Distributed across the entire web, though, are a minority of pages—search engines, indexes and aggregators—that are very highly connected and can be used to move from area of the web to another. These nodes serve as the "Kevin Bacons" of the web, allowing users to navigate from most areas to most others in less than 19 clicks. Barabási credits this “small world” of the web to human nature—the fact that we tend to group into communities, whether in real life or the virtual world. The pages of the web aren’t linked randomly, he says: They’re organized in an interconnected hierarchy of organizational themes, including region, country and subject area. Interestingly, this means that no matter how large the web grows, the same interconnectedness will rule.'

Submission + - NASA researching LENR (aka cold fusion) and they are not alone. (phys.org)

Moabz writes: There have been quite a few news reports about LENR lately. Unlike the drama about the Rossi e-cat, there seems to be a revival in legitimate scientific research into this area. University of Missouri is running a 5.5 million USD research project, and scientists at other institutes like Purdue, NASA, MIT, SRI, NRL are all looking into it.

A couple of days ago the Nuclear Energy Institute was talking about it on their facebook page and the American Nuclear Society posted a similar story on their "nuclear cafe". The University of Missouri will host a cold fusion conference in July this year and the topic will also be discussed in a talk at the upcoming "Nuclear & Emerging Technologies for Space (NETS-2013) organized by the ANS starting coming Monday.

Communications

Submission + - Drones still face major communications challenges getting onto US airspace (networkworld.com)

coondoggie writes: "Communications and effective system control are still big challenges unmanned aircraft developers are facing if they want unfettered access to US airspace. Those were just a couple of the conclusions described in a recent Government Accountability Office report on the status of unmanned aircraft and the national airspace. The bottom line for now seems to be that while research and development efforts are under way to mitigate obstacles to safe and routine integration of unmanned aircraft into the national airspace, these efforts cannot be completed and validated without safety, reliability, and performance standards, which have not yet been developed because of data limitations"
Censorship

Submission + - Swedish Pirate Party Threatened To Stop Hosting The Pirate Bay (piratetimes.net)

BetterThanCaesar writes: The Swedish Pirate Party and their ISP Serious Tubes have received a letter from "The Rights Alliance" (formerly Antipiratbyrån, The Swedish Anti-Piracy Bureau), demanding they cease supplying Internet access to The Pirate Bay. Referring to the final sentence on the four Pirate Bay profiles, they threaten with legal action if access is not removed by February 26. On her blog, party leader Anna Troberg calls the letter "extortion", pointing out that (translated from Swedish) "[i]t is not illegal to provide The Pirate Bay with Internet access. There is no list of illegal sites that ISPs cannot provide access to."

Submission + - Supreme Court Approves Search Warrants Issued by Dogs (reason.com)

Entropy98 writes: "Today the U.S. Supreme Court unanimously ruled that "a court can presume" an alert by a drug-sniffing dog provides probable cause for a search.

The Supreme Court has not yet issued a ruling in Florida v. Jardines, the other drug dog case it heard last October. Jardines raises the question of whether police need a warrant to use a drug-sniffing dog at the doorstep of a home.

The police can now search anyone anywhere as long as their dog "alerts". Soon coming to your front door as well."

Science

Submission + - Researchers Say Temporary Tattoos Could Enable Electronic Telepathy (txchnologist.com)

MatthewVD writes: "Noninvasive means of controlling machines via the mind, in the form of stick-on electronics that look like temporary tattoos, could soon enable people to talk over smartphones with only their minds, according to Todd Coleman at the University of California, San Diego. It's become increasingly viable to control devices, such as robotic arms, with brainwaves, but it still requires invasive implants. The new devices can detect signals linked with brain waves through the skin — though with less accuracy. The possibilities are almost limitless."
Java

Submission + - Apple Hit By Hackers Who Targeted Facebook (reuters.com)

snydeq writes: "Apple was recently attacked by hackers who infected the Macintosh computers of some employees, the company said on Tuesday in an unprecedented disclosure that described the widest known cyber attacks against Apple-made computers to date, Reuters reports. 'The same software, which infected Macs by exploiting a flaw in a version of Oracle Corp's Java software used as a plug-in on Web browsers, was used to launch attacks against Facebook, which the social network disclosed on Friday. ... A person briefed on the investigation into the attacks said that hundreds of companies, including defense contractors, had been infected with the same malicious software, or malware. The attacks mark the highest-profile cyber attacks to date on businesses running Mac computers.'"
Blackberry

Submission + - BlackBerry Vulnerability Could Allow Access to Enterprise Server (threatpost.com)

Trailrunner7 writes: A vulnerability exists in some components of BlackBerry mobile devices that could grant attackers access to instances of the company’s Enterprise Server (BES), according to Research in Motion (RIM), which issued an alert and released a patch for the vulnerability last week via its Knowledge Base support site. BES, the software implicated by the vulnerability, helps companies deploy BlackBerry devices.

The high severity advisory involves the way the phone views Tagged Image File Format (TIFF) files, specifically the way the phone’s Mobile Data System Connection Service and Messaging Agent processes and renders the images.

An attacker could rig a TIFF image with malware and get a user to either view the image via a specially crafted website or send it to the user via email or instant message. The last two exploit vectors could make it so the user wouldn’t have to click the link or image, or view the email or instant message, for the attack to prove successful. Once executed, an attacker could access and execute code on Blackberry’s Enterprise Server

NASA

Submission + - NASA Loses Contact with Space Station Over Software Update (cbslocal.com)

kodiaktau writes: Reports early Tuesday morning say that a software update to the Space Station caused a communication blackout with Houston control. Remediation of the update has allowed the astronauts limited communication every 90 minutes or so. It is expected that the issue will be resolved today.
Microsoft

Submission + - Microsoft At The Crossroads: Evolve or Divide (infoworld.com)

snydeq writes: "As PC prospects decline, Microsoft has been moving toward a hybrid, cross-platform future with an eye toward opportunities in the server closet and the cloud. But the question remains, How might Microsoft evolve to get there? 'It's tempting to say the past five years has seen Microsoft's desktop-centric strategy slowly give way to a pell-mell free-for-all made up of equal parts desktop, server, mobile hardware and software, cloud services, and auxiliary systems like the Xbox. Truth is, intention has always been present. It's only now, thanks to major upheavals in consumer tech and the cloud, that Microsoft's broad-spectrum plays are becoming more evident and critical. ... What may be new for Microsoft is the need to better cohere its strategy around an ever-widening array of services and technologies, especially as the breadth of competition it faces widens. Most of all, if there ever comes a time to stop being a consumer-oriented company, Microsoft shouldn't flinch. A future where Microsoft doesn't make hardware or end-user programs seems remote, but there was a time when IBM abandoning its PC business seemed jarring, too.' And if Microsoft can't quite cohere its strategy, the best means to this end may be to divide."
Japan

Submission + - Sensors pick up North Korean radioactivity (nature.com)

gbrumfiel writes: "A global network of sensors has picked up faint traces of radioactive gas that probably seeped from last week's underground nuclear test by North Korea. The detection of xenon-133 in Japan and Russia provide further evidence of the nuclear nature of the test, but offer no hint as to the type of weapon used. Atmospheric modelling by the Central Institute for Meteorology and Geodynamics in Vienna shows that the gas likely seeped from North Korea's test site on 15 February, three days after the original test. That indicates that the test was well sealed deep underground."
Cellphones

Submission + - Tizen 2.0 Magnolia SDK and Source Code Release (tizen.org)

jrepin writes: "Tizen 2.0 source code and SDK are now available. This release includes enhanced Web framework that provides state-of-the-art HTML5/W3C API support, and Web UI framework (including full-screen and multi-window support), Additional Tizen device APIs, such as Bluetooth and NFC support, and access to the device’s calendar, call history, and messaging subsystems are now available. Web Runtime framework supports new configuration elements for specifying the required features and privileges, and providing the basic runtime environment for NPRuntime plugins. Native framework supports full-featured application development and providing a variety of features such as background applications, IP Push, and TTS (Text-To-Speech)"

Slashdot Top Deals