Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Archive

The Rise (And Fall?) of Application Stores

Application stores are growing everywhere like mushrooms. While users have initially embraced application stores because of the ease they offer with application installation, developers have several complaints. Division of profits from paid application and ineffectiveness of the screening process are among the major issues. Are application stores the best distribution channel possible? Can they satisfy both developers and users?

Of OpenBSD 4.9, Linux and Licenses

When comparing the evolution in market share of Linux and OpenBSD, two operating systems that were born around the same time, a question comes to mind: why is there such a difference in market penetration? Linux, on one side of the spectrum, with a license that supposedly impairs commercial venues, has enticed companies and organizations to adopt and support it under varying commercial models, while the BSD derivatives (FreeBSD, OpenBSD and NetBSD), with a larger history and an allegedly more commercial friendly license haven't been as successful to gather a large installed base and widespread adoption.

Using a RISC Accelerator Chip to Speed up Smartphones

Startup chip design company Adapteva has announced the multicore Epiphany processor, which is designed to accelerate applications in servers and low-power devices such as smartphones and tablets. The RISC-based processor is scalable to thousands of cores on a single chip, and can sit alongside CPUs to provide real-time execution of diverse applications. The processor can accelerate tasks like hand gesture recognition, face matching or face tracking, but is not designed to be a full-fledged CPU.

Microsoft Drawbridge: OS Modularity

Microsoft has released new details on an experimental operating system concept named Drawbridge. In early March Microsoft researchers presented a paper entitled Rethinking the Library OS from the Top Down. The paper describes a new interaction between a user-level application and its OS. The paper can be found at the ACM Digital Library . It describes an ambitious plan to separate the traditional API parts of an OS from the underlying kernel of the OS. But a full analysis requires some background.

Jeff Johnson About to Fork rpm – Again

Like Britney Spears, Jeff Johnson did it again and decided to fork rpm once more. Following a week long outage of the main website, he announced on the Mandriva development mailing list the launch of rpm6.org, without giving much explanation. Without more information, some people speculate this was caused by an intrusive merge by a Mandriva coder without discussing beforehand, while some others speak of the heavy criticism due to the migration, which still causing issues after several months.

OpenBSD 4.9 Released

OpenBSD 4.9 release is ready, now with enabled NTFS by default (read-only), SMP kernels can now boot on machines with up to 64 cores, maximum allocation size for i386 bumped to 2G, added support for AES-NI instructions found in recent Intel processors, further improvements in suspend and resume and much more.

Review: Qubes OS Beta 1

"Qubes OS comes from an elegant concept: if you can isolate functional components within disposable containers, and you can separate those components that can be tainted through their interaction with the outside world from the core subsystems, you stand a good chance to preserve the integrity and security of the base Operating System at the possible expense of needing to jump through some hoops to move data around the system. All in all it sounds like a good proposition if it can be demonstrated to be practical." Read the full review.

Google Cuts Back Free Google Apps User Limit

In a move touted as one to "make Apps easier to adopt and manage", Google has announced that it will reduce the number of free users from 50 down to just 10 before businesses have to sign up for its paid service. This follows a previous reduction from 100 to 50. Google claims that existing users won't be affected, but we'll just have to wait and see how long that lasts. And if you don't want your whole life tracked and sold off to the highest bidder by Google's "free" and "open" technologies but would like access to actual free or low cost services there is a decent article here that shines some light on your options.

Microsoft Makes Portable Anti-Virus Tool Available

"Microsoft has released its free Microsoft Safety Scanner. This scans for and removes malware from Windows systems without requiring prior installation. According to AV-Test's Andreas Marx, the on-demand anti-virus scanner appears to be based on the Malicious Software Removal Tool (MSRT), but with the addition of a complete signature database. MSRT used a mini database of widely distributed threats and is distributed monthly via the automatic update function."

Open Source Programming Tools on the Rise

InfoWorld's Peter Wayner takes a look at 13 open source development projects making waves in the enterprise. From Git to Hadoop to build management tools, "even in the deepest corners of proprietary stacks, open source tools can be found, often dominating. The reason is clear: Open source licenses are designed to allow users to revise, fix, and extend their code. The barber or cop may not be familiar enough with code to contribute, but programmers sure know how to fiddle with their tools. The result is a fertile ecology of ideas and source code, fed by the enthusiasm of application developers who know how to 'scratch an itch'."

Systemd Update: Improved chroot, Boot Time Analysis

systemd, the new init system created by Lennart Poettering, has added a couple of interesting features. First, he has added support for chroot-style isolation capabilities, but instead of chroot he used the powerful per-process filesystem and PID namespaces supported by the Linux kernel. Second, he has added a new tool, systemd-analyze, which shows how much time took each service to start, so you can optimize your bootup time easily. It can even create simple bootchart-style graphs.