Programming

Adobe To Port AIR To Linux 218

unityofsaints writes "Up until now, Adobe hasn't done much in terms of porting its applications to Linux, as its only product to have recieved any kind of Linux implementation is Flash. This may be about to change because the company has announced a Linux port of AIR, its web application development software. No definite release date is mentioned in the interview with Adobe CTO Kevin Lynch, just a vague 'later this year.'"
Software

Preload Drastically Boosts Linux Performance 144

Nemilar writes "Preload is a Linux daemon that stores commonly-used libraries and binaries in memory to speed up access times, similar to the Windows Vista SuperFetch function. This article examines Preload and gives some insight into how much performance is gained for its total resource cost, and discusses basic installation and configuration to get you started."
Linux Business

Linux At the Point of Sale 264

NegativeK writes "I work at a local comic and games shop, and I've been kicking around what it would take to implement a barcode scanner and more detailed inventory control. Currently, the setup is a low-tech register that tracks general areas of sales: new comics, ccgs, Games Workshop, rpgs, etc. Requirements include FOSS on Linux, the ability to use a cheap scanner, datamining, and output in a useful format (perhaps OpenOffice spreadsheet). The idea hasn't been pitched to the shop owner yet, so ease of use is probably more important than anything — but breaking out the programming books to work on parts isn't out of the question for me. Assuming the actual register stays, what resources are out there for a barcode/inventory implementation?"
Google

Google Funds Work for Photoshop on Linux 678

S point 2 writes "Google has announced that they have hired Codeweavers, maker of the popular Wine software to make Photoshop run better on Linux. 'Photoshop is one of those applications that desktop Linux users are constantly clamoring for, and we're happy to say they work pretty well now...We look forward to further improvements in this area.' It is unknown whether or not the entire Creative Suite will be funded for support, but for the time being it seems Photoshop-on-Linux development is getting a new priority under Google."
Linux Business

Why Linux Doesn't Spread - the Curse of Being Free 1243

Vlad Dolezal tips us to a philosophical take on why Linux hasn't grown to challenge Windows as the most popular operating system. According to the author, the reason is simple; Linux is free, and humans tend not to equate free things with being valuable. "Here's what Compy McNewb sees. He can get both OS's for free. But one of them is worth over three hundred dollars, while the other one is worth nothing. 'That's not true!' I hear you scream. 'Linux is worth a lot! It's just being offered for free!' I know it's not true that Linux is worth less than Windows. It's far more valuable to the end user in terms of getting things done. But that's not what Average Joe Computer Newbie sees. He sees a free product versus a three-hundred-dollar product he can get free. It's all about the perception!"
Software

The Benefits of 'Vendor-Free' Open Source IT 111

mjasay writes "IDC has released a report looking into industry adoption of open software. In the study, analyst Matt Lawton stumbles across an intriguing trend: IT departments do most of the services around open source, rather than third-party consulting companies. While IDC believes this is a bad thing, the data in the report suggests otherwise. 70% of the enterprises surveyed did their own implementations, while roughly 90% supported their own open-source deployments. This might be a cause for alarm if the projects weren't so successful: 70% of the projects were deemed to be of "Critical" or "High Importance" compared to other IT projects and 90% plan to maintain or increase their investment in open source projects. Could it be that open source is liberating enterprises from an unhealthy dependence on vendors, and that early results suggest that this will be a Very Good Thing for the success of IT projects, many of which have failed historically."
Linux Business

Darl McBride Leaving SCO? 126

JoGiles writes "Linux-watch is reporting that while The SCO Group may go on to pursue its plans with a $100 million buyout, it will do so without its longtime CEO Darl McBride. Buried in the proposed MOU (Memorandum of Understanding) between Unix vendor and Linux litigator SCO and SNCP (Stephen Norris & Co. Capital Partners) is the note that "upon the effective date of the Proposed Plan of Reorganization, the existing CEO of the Company, Darl McBride, will resign immediately.""
Education

OLPC and CC Free Content Drive 92

gnujoshua writes "In his blog, SJ Klein, director of community content for OLPC, notes a collaboration among Creative Commons, One Laptop per Child, and TextbookRevolution.org. They are compiling together free and CC-licensed works — and they are asking for people to help them by submitting links to free books, movies, and music. Creative Commons will be burning a LiveDVD to be distributed at South by Southwest; OLPC will be making bundles of books to send all over the world; and Textbook Revolution will be compiling a list of good and free college-level textbooks for the relaunch of their site."
Supercomputing

SGI Acquires Linux Networx Assets, LNXI Dead? 96

anzha writes "It seems that that Linux Networx, the pioneering Linux supercomputing company, has gone belly up. SGI announced that it has bought the core assets of LNXI. Furthermore, the rumors are that the doors were locked and employees were just given their paychecks. This analysis, on the other hand, claims that SGI has 'made employment offers to many LNXI engineers.' It's unclear what kind of support will be extended to customers of LNXI's Clusterworx Advanced products. What does this mean for the future of Linux supercomputing?"
Linux Business

A Peek Into Tomorrow's Linux 126

jellybeans writes "MadPenguin.org takes a peek into the world of Linux as it looks going forward. "I hear this argument all the time. How companies trying to make Linux more accessible, through any means necessary, so long as they abide by the GPL, are working against the vision of Linux from the beginning. This is asinine. The vision, based on my own interpretation of Linux was always about choice."
News

Rare Jon 'maddog' Hall Video Interview 19

lisa 'lisah' h writes "Looking natty in a yellow Tux vest, Linux dignitary John 'maddog' Hall agreed to a rare video interview with Robin 'Roblimo' Miller after speaking at a conference in Jacksonville, FL. The two chatted about the mobile phone project OpenMoko, his volunteer work with Linux International, and beer."
Networking

Multi-Threaded SSH/SCP 228

neo writes "Chris Rapier has presented a paper describing how to dramatically increase the speed of SCP networks. It appears that because SCP relies on a single thread in SSH, the crypto can sometimes be the bottleneck instead of the wire speed. Their new implementation (HPN-SSH) takes advantage of multi-threaded capable systems dramatically increasing the speed of securely copying files. They are currently looking for potential users with very high bandwidth to test the upper limits of the system."
Programming

LLVM 2.2 Released 128

performance geek writes "LLVM 2.2 was released yesterday! This is the thirteenth public release of the open-source compiler that started as a GCC fork. LLVM supports several aggressive optimizations, in compile-, link- and run-time, and often produces faster (1.5-3x) code than GCC. It is also much faster than GCC at compiling (despite the slow link-time optimizations). Gentoo users are already trying to build the whole system with the LLVM toolchain to get the extra performance bit."
Software

Ubuntu Picks Upstart, KVM 97

derrida writes "Because the traditional System V init daemon (SysVinit) does not deal well with modern hardware, including hotplug devices, USB hard and flash drives, and network-mounted filesystems, Ubuntu replaced it with the upstart init daemon. Several other replacements for SysVinit are also available. One of the most prominent, initng, is available for Debian and runs on Ubuntu. Solaris uses SMF (Service Management Facility) and Mac OS uses launchd. Over time, Ubuntu will likely come to incorporate features of each of these systems into Upstart. Furthermore, heading in a different direction from its main rivals, Ubuntu Linux will use KVM as its primary virtualization software. Red Hat Enterprise Linux and Novell's Suse Linux Enterprise Server both use the Xen virtualization software, a 'hypervisor' layer that lets multiple operating systems run on the same computer. In contrast, the KVM software runs on top of a version of Linux, the 'host' operating system that provides a foundation for other 'guest' operating systems to run in a virtual mode." Slashdot shares a corporate overlord with Linux.com.
Operating Systems

Should IBM's SOM/DSOM Be Open Sourced? 157

Esther Schindler sends a note about two journalists for very different publications (herself one of them) urging IBM to open-source, not all of OS/2 — they've consistently refused to do that — but instead one of its most powerful features: SOM, the System Object Model. Steven J. Vaughan-Nichols writes at desktoplinux.com, "IBM, I'm told by developers who should know, still has all of SOM's source code and it all belongs to IBM. It's because IBM doesn't have all the code for OS/2 and some of it belongs to Microsoft that IBM open-sourcing OS/2 has proven to be a futile hope." And Esther Schindler takes the developer angle in a blog post at CIO.com: "Could the open-source community use a library packaging technology that enables languages to share class libraries regardless of the language an application was written in? I dare say it could, especially since the code to accomplish that goal was written (and shelved) more than ten years ago. All it takes to make that code available is to ask IBM to release SOM and DSOM as open-source." What are the business issues that would convince IBM to assent?
Operating Systems

Is Linus Torvalds Speaking for Linux Anymore? 417

An anonymous reader writes to tell us CNET is currently running a story asking 'Is Linus Torvalds even speaking for Linux anymore?' It examines both Torvalds' recent public statements on other operating systems and his current approach towards Linux. The author wonders if his utopian view of how an operating system should be viewed and used is just too alien from what the majority of users are really looking for. "if it were up to Torvalds, beauty and intuition would take a backseat to functionality. But when you look at distributions like Ubuntu or OpenSuse, it looks like no one is paying attention. 'An OS should never have been something that people (in general) really care about: it should be completely invisible and nobody should give a flying [expletive] about it except the technical people.' Sure, that statement makes some sense, but in the grand scheme of things, it's the design and usability factor that makes the operating system much easier to use. And while both Mac OS X and Windows have their issues, for the average person, it makes more sense to use those than Linux."
Software

10-Year Anniversary of Open Source 161

Bruce Perens writes "Saturday is the 10-Year Anniversary of Open Source, the initiative to promote Free Software to business. Obviously, it's been incredibly successful. I've submitted a State of Open Source message discussing the anniversary of Open Source, its successes, and the challenges it will face in the upcoming decade."
Mozilla

Hotmail Doesn't Work With Linux Firefox 2.0 396

An anonymous reader tips a column up at freesoftwaremagazine.com in which the writer discovers that the latest UI enhancements that Hotmail has recently introduced don't work with Firefox 2.0 under Linux. The writer concludes that the webmail interface has been artificially limited by basic user-agent sniffing. The solution is simple enough — spoofing the User Agent that Firefox reports.
Linux

Torvalds On Desktop Linux's Slow Uptake 450

javipas notes a Wired piece summarizing a two-part interview with Linus Torvalds that's up at linux-foundation.org (part 1, part 2). In the second part the creator of the Linux kernel gives his view on the limited success of Linux on the desktop. "I have never, ever cared about really anything but the Linux desktop... The desktop is also the thing where people get really upset if something changes, so it's really hard to enter the desktop market because people are used to whatever they used before, mostly Windows... better is worse if it's different."

Slashdot Top Deals