Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 ... 7359 ) Next »

ZevenOS 5.0 Screenshot Tour

  • ChrisHaney.com (Posted by lqsh on Dec 6, 2012 3:19 PM CST)
  • Groups: Linux
I am proud to announce the release of ZevenOS 5.0 and thank you all for funding this release. In this release we made the switch from our deskbar tool to the Xfce panel 'deskbar' mode which introduces many new features, like extensible plugin support and the ability to configure your desktop. This release is based on Xubuntu 12.10 and is compatible with the Ubuntu repositories; it brings in many changes, such as Linux kernel 3.5, X.Org 7.7 and PulseAudio 2.1. Changes: OpenShot 1.4.3 with YouTube upload support and a lot more features; AbiWord 2.9.2, the current edge of development; Audacity 2.0, Claws-Mail 3.8.1, Firefox 17, GIMP 2.8, Inkscape 0.48.

Introducing Ubuntu PyPi Lens for Unity

  • Softpedia; By Marius Nestor (Posted by hanuca on Dec 6, 2012 2:22 PM CST)
  • Story Type: News Story; Groups: Ubuntu
The Ubuntu PyPi Lens is an Unity Lens that allows Python developers to easily and quickly access the powerful Python package index website, also known as PyPi, directly from Unity Dash.

'The Critter Chronicles' Adventure Game Released for Linux

  • Ubuntu Vibes; By Nitesh (Posted by Dart on Dec 6, 2012 1:24 PM CST)
  • Story Type: News Story; Groups: Linux
The Critter Chronicles, prequel to the critically acclaimed point and click adventure game 'The Book of Unwritten Tales', has been released for Linux.

Intel Proposes Tool To Auto-Convert Code To C++11

An Intel developer has proposed a migration tool based upon LLVM's Clang tooling library to auto-convert C++ code to take advantage of new C++11 features in an automated manner...

BIND 9.9.2 closes IPv6 security hole

The recently released update for the free DNS server closes a security hole that could be exploited for Denial-of-Service attacks. The only servers that are affected use DNS64, an option intended to help with migrating to IPv6

Teleglitch a roguelike top-down shooter with pixel graphics

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Dec 6, 2012 10:33 AM CST)
  • Story Type: Announcements
Teleglitch is a roguelike top-down shooter with pixel graphics. The game takes place in procedurally generated military research & training complex that has a different map every time you play.

Why Copyright Shouldn't Be Considered Property... And Why A Return To 1790 Copyright May Be Desirable

The discussion on those is very interesting, both in the book and in the podcast. I won't spoil it all for you yet, but I will say that, yes, he's talking about going back to what copyright law was in 1790 -- meaning that it only lasts for two 14 year terms, and that it should cover only "maps, charts and books" since that's what the founders intended. Also, infringement only happened if you copied the entire thing. Copying a section was fine. Interestingly, Bell's next book (also published by Mercatus) will apparently be published under those exact terms. As for why other things shouldn't be covered, well, he notes that the founders didn't appear to think such expressive works like music, painting and sculpture required copyright, and it's not clear why that should have changed.

Judge Koh Rules: HTC-Apple Agreement Will Not Be Sealed, Exc. for Royalty Terms

The judge in the Apple v. Samsung case, the Hon. Lucy Koh, has just ruled that the HTC-Apple license agreement that was signed on November 11 will be made public, the only exception being the pricing and royalty terms, which will be sealed. Samsung's lawyers have already gotten to see them, but we won't. But we will get to see the list of patents covered by the agreement.

Open science spreads with new version of mMass spectrometry tool

  • opensource.com (Posted by bob on Dec 6, 2012 7:28 AM CST)
  • Story Type: News Story
Over the last months, I became more and more aware of the "open" movement. "Open" as in open access, open source, open data, open science. In mid 2011, I had a project where I needed to annotate the tandem mass spectra of some cyclic peptides. So I sat down, fragmented the compound structures "on paper" to see what theoretical fragments I would likely find in my spectra, and compared them with my experimental spectra. This was one of the most stupid and boring tasks I had ever done. And it took me more than 2 full days of work to annotate my two spectra. I mused that for such stupid work computers had been invented.

The Perfect Desktop - Ubuntu Studio 12.10

  • HowtoForge; By Falko Timme (Posted by falko on Dec 6, 2012 6:30 AM CST)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how you can set up an Ubuntu Studio 12.10 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Please note that Ubuntu Studio 12.10 uses XFCE as the default desktop environment.

Intended To Fail?

The move away from open source solutions by the German city of Freiburg didn't seem to add up. With some help from German friends I've dug into the report - and it is indeed suspect. We recently saw the news that the German city of Freiburg had decided to end its open source migration and instead switch to using Microsoft products again. The rationale provided seemed curious to me - after all, at the same time the German city of Munich announced total savings amounting to €10 million from its own successful and ongoing migration. What seemed odd was there was no account of how they changed course to make the migration succeed. Munich learned lessons from early challenges and updated its strategy in order to succeed. But not Freiburg.

Art meets the open web

Today, Mozilla and the Eyebeam Art + Technology Center are pleased to announce the recipients of the first-ever Open(Art) Fellowships. Together, these creative technologists will be exploring the frontier of art and the open web as part of our new Open(Art) program.

Ubuntu 12.10 Review

  • Desktop Linux Reviews; By Jim Lynch (Posted by jimlynch on Dec 6, 2012 12:56 AM CST)
  • Story Type: Reviews; Groups: Ubuntu
A full review of Ubuntu 12.10, including a gallery of images.

KDE Ships December Updates to Plasma Workspaces, Applications and Platform - 4.9.4

December 5, 2012. Today KDE released updates for its Workspaces, Applications, and Development Platform. These updates are the last in a series of monthly stabilization updates to the 4.9 series. 4.9.4 updates bring many bugfixes and translation updates on top of the latest edition in the 4.9 series and are recommended updates for everyone running 4.9.3 or earlier versions. As the release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone.

Linux shell: understanding Umask with examples

  • Linuxaria.com (Posted by linuxaria on Dec 5, 2012 11:02 PM CST)
  • Story Type: Tutorial
In this article I'll show you what's umask and how to use it to get the right permissions on your files. umask (user mask) is a command and a function in POSIX environments that sets the file mode creation mask of the current process which limits the permission modes for files and directories created by the process. A process may change the file mode creation mask with umask and the new value is inherited by child processes.

Games for Linux currently on sale!

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Dec 5, 2012 9:50 PM CST)
  • Story Type: News Story
So here is the current list of games that are for sale, time to grab yourself a bargain. If I have missed any please let me know and I can add it to the list. I will try to keep updating the list over the holiday period.

RIM Prepares for Blackberry's Last Stand

  • Tech Target View From Above; By Ron Miller (Posted by rsmiller on Dec 5, 2012 8:52 PM CST)
  • Story Type: Editorial
Blackberry has been losing market share for years and there's really no good reason to believe that the release of Blackberry 10 is going change that.

Linux Mint 14 RC KDE Edition Has Been Released

  • Softpedia; By Marius Nestor (Posted by hanuca on Dec 5, 2012 7:55 PM CST)
  • Story Type: News Story
Clement Lefebvre, father of the Linux Mint project, announced a few minutes ago, December 5, that the Release Candidate of the upcoming Linux Mint 14 KDE Edition operating system is available for download and testing.

What Wayland Means for Developers

For two decades, X has been the foundation for Linux graphics. Ubuntu's decision late in 2010 to switch to Wayland shakes things up all the way to those roots. Just over a month ago, the official 1.0.0 release of Wayland appeared, as well as its associated Weston project. How will these milestones affect working GUI programmers? What will happen to all the existing toolkits — Qt, wxWindows, Tk, and others — on which so many graphical applications already depend?

Scientists Create Virtual Human Brain, Runs on Linux

  • Greg Laden's Blog; By greg Laden (Posted by gregladen on Dec 5, 2012 5:05 PM CST)
  • Groups: Linux
The most sophisticated virtual human brain so far has been reported in the current issue of Science. It is impressive.

« Previous ( 1 ... 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 ... 7359 ) Next »