Showing all newswire headlines
View by date, instead?« Previous ( 1 ...
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
... 7359
) Next »
The good news is that Mozilla's popular Firefox browser is getting video support. The bad news is that you probably won't notice. Why? Because the video codec that is coming to Firefox is not commonly used: Ogg Theora. Firefox will also be adding a new HTML tag to make embedding video easier - no more need to launch Javascript - but, again, the video codec is not the ubiquitous QuickTime, Windows Media, or Flash that people use.
I often find it ironic and a little sad that one of the most important security applications on the Internet is so poorly funded. For anyone that manages machines remotely and is concerned about security, it is perhaps the most important application to rely on for security and stability. I'm sure you know which application I am referring to, but do you know that it is the de facto world standard in its class on the Internet? I wonder if there is any other application on the Internet, proprietary or Open Source, that comes close to the market penetration that OpenSSH has earned compared to competing alternatives.
[While not about Linux, this look at OpenSSH (and OpenBSD development in general) is well worth reading - sr]
Startup Vyatta has bundled its Linux and open source software-based router and firewall software into an x86 appliance for the enterprise market. Vyatta will market its appliance to compete on cost-performance with Cisco, Nortel and Juniper Networks. Vyatta has bundled its dual-licensed Linux and open source software-based router and firewall software into a branded hardware "appliance" version for the enterprise market.
I've been thinking about how to best improve the Linux* userland over the last few days. I was venting pretty loudly about my Linux gripe of the day -- I don't even remember what I was complaining about at the time, but it was a mess of shell scripting, pipes, and about half a dozen command line programs that were conspiring to drive me up the wall. Before I could get into a really quality rant, the kind that would peel paint off the walls, the friend who I was giving an earful to asked me a question, probably to shut me up.
"So what would you do to fix it?"
That's not exactly a new question, but I hadn't been asked it before. So I put a little thought into it.
FbTerm provides you with a fast terminal emulator that runs directly on your system's framebuffer. Using the framebuffer brings improved performance while allowing you to render UTF-8 text in the terminal. FbTerm aims to be at least as fast as the normal Linux kernel terminal while providing internationalization support and modern font handling with fontconfig. It allows you to create as many as 10 different terminal windows on the same framebuffer, each window having scrollback history.
If you wanted a symbol of Linux's impact on the world of embedded systems, you could do worse than consider the edifying case of Wind River's Damascene conversion. Once one of free software's fiercest critics, today Wind River is a cheerleader for the benefits of open source, of sharing, and of giving back to the community. John Bruggeman is Wind River's Chief Marketing Officer. Here he talks to Glyn Moody about why you can't use any old Linux for embedded systems, the respective strengths and weaknesses of the Linux-based mobile platforms from the LiMo Foundation and Google's Android, and what effect Nokia's announcement that it would be open-sourcing the Symbian operating system will have on the sector.
Ajax techniques have changed the face of large, commercial Web applications, but many smaller Web sites don't have the resources to rebuild their entire user interface overnight. New features should justify their costs by solving real-world interface problems and improving user experience. With this series, you've been learning to modernize your UI incrementally using open source, client-side libraries. In this installment, learn to transform a multistep checkout process from a series of sequential forms into a single-screen interface using Ajax techniques. You do so using the principle of progressive enhancement, ensuring that your site remains accessible to all sorts of user-agents.
Novell Channel Chief Pat Bernard has left the company, and Tim Wolfe (pictured) is now serving as acting VP of global channel sales. Has Bernard landed a new job elsewhere? The VAR Guy is digging for answers.
It's hard enough for managers to motivate and track employees whose livelihood depends on doing a good job. Imagine the project management task for Linux, the free software operating system. Linus Torvalds explains how he keeps the people and software on-track, with the software quality the operating system demands.
I know I said in a previous entry that Debian's Xfce installation didn't exactly provide what I wanted, but looking at what I need, Debian rises to the top of the pack. Top of my list: Installing Debian with encrypted LVM. Especially in a laptop, encryption is a must to secure your data from prying eyes, should the laptop be lost or stolen.
Hospitals aren't normally known for lightning-fast moves, but when you're a community-based institution tasked to care for underserved communities, sometimes you have no choice but to be flexible, hungry, and savvy, especially when it comes to the critical software choices that power your operations.
The University of Leicester in England is launching a major programme to help develop a new paradigm for future global computing environments. In order to improve code and data mobility over wide area networks the boffins will, err, study Ancient Mediterranean crafts-people from the late bronze age through to classical times...
If advanced calendar applications like Evolution and Sunbird are overkill for your needs, try Day Planner, a simple yet efficient calendaring utility. If you want to view your calendar as a timeline, check out Calizo instead.
The Linux OS, in the form of Moblin, LiMo, and Maemo, looks ready to take the lion’s share of the Mobile Internet Devices (MID) market and is set to capture unit volumes of 50 millions units per annum in 2013, reports market analyst ABI Research. The MID market is likely to be the first real example of a greenfield situation in which all mobile operating systems start on the same equal footing, without the baggage of previous histories such as existed in the smartphone market, ABI explains.
A new database management system (DBMS) designed for web applications and cloud computing could be the start of a new direction in DBMS development and, indeed, in software as a whole. Drizzle - unveiled recently at the O'Reilly Open Source Convention (OSCON) by MySQL director of architecture Brian Aker - is described as a "slimmed down version of MySQL" and defined as much by what it doesn't do as by what it does.
3Leaf says its new V-8000 Virtual I/O Server v. 2 is the first input/output virtualization tool to run on off-the-shelf, commodity x86 servers. V-8000 is designed with an enhanced backbone I/O fabric of up to 40 GB per second, giving servers a wide road for heavy I/O operations.
Knock me down with a feather - apparently the OSP covers the GPL. In order for specifications covered by the OSP to be implemented in the free software ecosystem, and therefore for such specifications to be claimed to be interoperable with free software, a number of requirements must be met. One of those requirements is that free software implementations of the specifications must be permitted. The FAQ for the OSP has recently been updated to address some aspects of free software implementations.
Microsoft’s annual geek gathering, TechEd, is not the place you’d expect to hear words like “Linux” or “open source” - at least not without a good punchline. But times are changing and Linux and open source received an honourable mention during yesterday’s opening keynote address at TechEd South Africa 2008. It was a brief mention at the tail end of an hour and a half-long opening session, but it was there.
The open-source community is no longer the sole province of technology geeks. The mood is shifting. As the mistress of ceremonies at OSCON (the Open Source Convention) commented: instead of open source trying to figure out its place in the enterprise, today the enterprise is seeking its place in open source. And that, among other trends, is causing changes in the community. Which is not to say that open source isn't still remarkably geeky and willing to celebrate that personality attribute.
The GTK+ Indirect Renderer is a new GDK backend for the GTK+ toolkit. It renders each toplevel window to a Cairo image surface, and lets the application sort out the details of blitting these to a device. This is useful for applications that want to use GTK+ widgets in contexts that are not officially supported, such as games that use SDL or OpenGL. Please note that this is a work in progress. Critical parts - like keyboard input handling - are missing, and the code quality is still very low. That said, it already renders fairly well, and takes mouse input.
« Previous ( 1 ...
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
... 7359
) Next »