Showing headlines posted by Scott_Ruecker

« Previous ( 1 ... 483 484 485 486 487 488 489 490 491 492 493 ... 1244 ) Next »

Firefox's oldest friend dumps it for Google Chromium

Flock — the so-called social web browser — has dumped its traditional Firefox core in favor of Chromium, the open source incarnation of Google's Chrome browser. CEO Shawn Hardin calls Flock 3 — released today as a public beta — the first major browser other than Chrome to use a Chromium base, and in making the switch, the Silicon Valley outfit is dumping nearly six years of history. The Flock dev team began building browsers from a Mozilla base in late 2004, which predates the arrival of Firefox 1.0. Before going to work on their eponymous social browser, the team helped develop Netscape 8.x, the first AOL Netscape browser based on Firefox.

Spotlight on Linux: Linux Mint 9

Linux Mint is another distribution that seems designed for new users, although many seasoned users find it as handy as anyone. Linux Mint takes Ubuntu and makes it usable by adding drivers and codecs and adjusting the default application stack for more mainstream appeal. In addition, they customize the appearance for a more universal demographic. Mint isn't just a revamped Ubuntu. Its developers actually write tools and utilities to increase user-friendliness. Best of all, it's one of the few distros that can truly be considered "install and go." All these factors are surely why Mint has soared into the top 3 of Distrowatch's Page Hit Rankings.

European IT Chief Slams Proprietary Software

Neelie Kroes is no lightweight when it comes to open v. closed software. She spent six years as Europe's head trust-buster, and in that time, collected billions from proprietary software makers who sought to corner the market with their closed-source wares. When she spoke, big software — and everybody else — listened. In February, Ms. Kroes moved on from chasing down monopolists, becoming the European Commissioner for Digital Agenda — the EU's lead regulator of all things information technology. If her recent comments are any indication, she intends to continue her staunch opposition to proprietary software in her new position.

Hobbyist kit turns BeagleBoard into a tablet

Open source electronics firm Liquidware has released a kit for attaching a 4.4-inch Liquidware BeagleTouch OLED touchscreen to a BeagleBoard to construct a Linux-based, tablet device. The Beagle Embedded Starter Kit also incorporates a BeagleJuice battery module and a 4GB SD card.

Talking About Kernel Mode-Setting

There was a talk last week at LinuxTag in Berlin by Egbert Eich about kernel mode-setting and the DRM (Direct Rendering Manager) graphics stack on Linux. Egbert is, of course, a long-time X developer and openSUSE developer at Novell who was one of the masterminds behind the RadeonHD graphics driver and has worked on various pieces of X over the years. In Egbert's brief KMS talk he briefly covered the history of the Linux graphics stack, the user and kernel-space APIs for DRM mode-setting, and related topics. For those that missed out on his talk, below are his slides.

TransferSummit - Open innovation in software means Open Source

According to Henry Chesbrough1, Open Innovation consists of using external ideas as well as internal ideas, and internal and external paths to market, to advance a company's technology. Software architects and developers are usually not short of ideas, but which of those ideas are the really good ones? How do you select the winning options and avoid wasting energy and money on the useless ones?

Java father Gosling backs managed runtime gallop

Java father James Gosling has endorsed plans to juice managed runtimes on Linux from a company that was once at loggerheads with Sun Microsystems over his beloved language. Gosling has said he's "excited" by the Managed Runtime Initiative, which involves code contributions from Java appliance specialist Azul Systems, saying the effort will create the new functionality needed for managed runtimes to "continue their growth and evolution."

Ubuntu's Koala food mixes with Windows VMs

Eucalyptus Systems — the open source outfit that mimics Amazon's so-called compute cloud inside private data centers — has released a major upgrade to its commercial product, Eucalyptus Enterprise Edition. Eucalyptus Enterprise Edition (EE) 2.0 includes support for Windows virtual machines, letting you hoist Windows Server 2003, 2008, and Windows 7 images atop a Eucalyptus cloud — not just Linux images — and it includes new billing, accounting, and user management tools. New CEO Marten Mickos — the former CEO of MySQL AB — also promises "improved scalability."

The Start to Finish Guide to Rooting Your Android Phone

Rooting your Android device is much like jailbreaking an iPhone. Once rooted, you can make your phone run faster, tether it to your computer, tweak hidden settings to your liking, and more. Here's how to do it on your Motorola Droid. Rooting essentially means giving yourself root permissions on your phone. It's the equivalent of running programs as administrators in Windows, or running a command with "sudo" in Linux. There are a number of great reasons to root your Android phone, highest among them being speed (through custom ROMs and through overclocking), tethering, and installing apps and widgets from other builds.

FFmpeg 0.6 Released With H.264, VP8 Love

The release of FFmpeg 0.5 last March was significant as it was the first official release in quite a while for this popular and widely used free software media program. Fifteen months later, FFmpeg 0.6 has been released with plenty of changes including support for Google's VP8 codec / WebM and improvements for HTML5/H.264 video playback.

Google code hints at Chrome OS Dellbook

It looks like Dell will join Acer and HP in offering netbooks based on Google's Chrome OS sometime this fall. Dell isn't among the official Chrome OS partners named by Google, but as noticed by Download Squad, the code repository for Chromium OS — the open source incarnation of Chrome OS — includes some rather conspicuous bits that point to Dell as an early manufacturer.

Invoking Bash and Start-Up Files for Your Open Source Software Needs

If you've ever tried to change system-wide bash settings, you know there are three major ways of invoking bash, all of which behave differently when reading in settings files. 1. Interactive login shell (e.g., when logging in from the console or via ssh) 2. Interactive non-login shell (e.g., when you run bash at a terminal prompt) 3. Non-interactive shell (e.g., to run a shell script).

Your Chance To Change OSI

When I said recently that we still need the Open Source Initiative (OSI), it started a flood of comment. There's no doubt that we need OSI - but we need a better OSI. The one we have now is just too small to be effective and too mired in past successes; a renaissance is needed. You can help.

SCO: So die already!

Another shoe has dropped for the SCO Group -- this makes about a dozen -- but when will this outfit go away? First the SCO Group sues IBM for billions in a case related to alleged intellectual property infringement, and then it starts threatening Linux and Linux users. Then, after Novell says that the SCO Group does not have the rights to Unix that it needs to sue and threaten, it sues Novell. Since then it has been mostly downhill for the SCO Group.

Presenting squid-deb-proxy! Speed up your update downloads!

Are you like me and have multiple Ubuntu machines under one roof? Are you tired of downloading the same update multiple times? Sick of what seems to be duplicate work? Let me introduce you to my little friend... squid-deb-proxy.

Microsoft and Oracle lose among open sourcers

Microsoft and Oracle are losing out to Linux and MySQL while cloud computing's not exactly taking off, according to the latest survey of Eclipse users. The number of those building software using a PC running Linux has grown by thirteen percentage points in three years to almost a third, while those using a machine running Windows has dropped by 16 points to 58 per cent since 2007.

Showing Progress with Android

Threading is no small topic in programming circles. Some folks love them. Some hate them. Whether they are good or evil is a debate for the pious among us — I use them when they fit and you might want to do the same. In this article we’re going to have a look at a basic building block of Android applications — performing an operation in a secondary thread while keeping the primary GUI thread accessible and the user up to date at all times.

Beyond Makefiles: GNU make is For More Than Just Compiling

You're probably familiar with using makefiles to build executables from source code. But did you know that GNU make can automate many tasks? Juliet Kemp teaches us how.

Not using desktop Linux? You're wasting your money

Let me be blunt: If you're not using Linux on the desktop in call center and other fixed-purpose computing environments, you're doing your company a disservice. It never fails to amaze me when I see environments with hundreds of Windows XP systems running TN3270 sessions to an AS/400, with a headset-equipped person staring at the green screen and talking to a customer. Even if there were a need for Web browsing and email for those users, why would you pay for Windows on that system in this day and age?

Firefox Losing Foothold on Linux Distros?

When you install the Ubuntu Netbook Edition in October, don’t look for Firefox on the desktop — it won’t be there. Chromium, Chrome’s open source cousin, is going to be taking its place. After years of desktop dominance on Linux, is Firefox losing its foothold or is this an anomaly?

« Previous ( 1 ... 483 484 485 486 487 488 489 490 491 492 493 ... 1244 ) Next »