Forgot your password?
typodupeerror
Cloud

Google Turns Firebase Into Its Unified Platform For Mobile Developers (techcrunch.com) 11

An anonymous reader writes: Google has announced a plethora of new features to Firebase, its cloud services provider that mobile developers can use to power their apps. TechCrunch reports: "In its previous incarnation, Firebase was somewhat similar to Facebook's now-defunct Parse in that it offered a database service, user authentication features and hosting tools. In this new version, Firebase takes many of Google's existing developer tools, like Google Cloud Messaging, and combines them with new and existing Firebase services. With this update, Google is turning Firebase into a unified app platform for its now 470,000 developers on the service (up from 110,000 when it acquired Firebase)." The new Firebase features deeply integrated analytics services, allowing developers to track specific parts of their apps with fine-grained events. Firebase can build audience segments and allow developers to analyze their behavior in even more detail than before, and view how their advertising campaigns are performing. With these audience segments, developers can make remote configuration changes in apps and take advantage of Firebase's new notifications system. This feature is based on Google Cloud Messaging, which is now changing its name to Firebase Cloud Messaging. Google is offering all Firebase users free and unlimited notifications with support for iOS, Android and the Web. They're also integrating its Cloud Test Lab into Firebase for testing mobile apps on real hardware, renaming it the Firebase Test Lab. Other new features include crash reporting, the ability to create dynamic deep links into your app, Firebase Invites for allowing app users to share referral codes, Firebase App Indexing for bringing app content into Google Search, and integration with Google's AdWords and AdMob advertising platforms. Last but not least, Google is introducing new pricing plans for Firebase, including a new free plan, a fixed-rate plan, and a pay-as-you go plan.
Mars

NASA Is Already Studying What Sort of Person Is Best Suited For Mars (blastingnews.com) 144

MarkWhittington writes: The first crew to set forth to Mars are likely in Middle School or High School, but NASA is already delving into what criteria it should use to select the interplanetary explorers. That they should be physically fit and experts in their fields are a given. But the space agency is keen that the people who will set forth to Mars in 20 years or so should be of a particular psychological type. NASA has granted Johns Hopkins money to conduct a study into the problem.

Comment Run applications directly from flash ? (Score 1) 249

In embedded systems with small memory footprint we usually run code directly from flash.
What about doing it in personal computers as well (without the ATA interface of course) ?
This would free a lot of RAM and we still have the CPU cache to speed up the access.
What would be the required access time / transfer rate to start thinking of it ?

I am convinced that we don't need all that ram (640k is more than we will ever need ;-) ). Even all the constant data could be read directly from flash (we do that in embedded systems).

Of course. It would require changes in the hardware architecture and in the software programming. A change, which would be easier to do with an open source operating system...

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...