80483345
submission
joabj writes:
Earlier today, Docker announced that it had purchased the Cambridge, U.K.-based Unikernel Systems, makers of the OCaml-based MirageOS, a unikernel or "virtual library-based operating system." Unikernels go beyond containers in stripping virtualization down to the bare essentials in that they only include the specific OS functionality that the application actually needs. Their design builds on decades of research into modular OS design. Although unikernels can be complex to deploy for developers, Docker aims to make the process as standardized as possible, for easier deployment.
80098687
submission
joabj writes:
For years, PostgreSQL users would ask when their favorite open source database system would get the UPSERT operator, which can either insert an entry or update it if a previous version already existed. Other RDMS have long offered this feature. Bruce Momjian, one of the chief contributors to PostgreSQL, admits to being embarrassed that it wasn't supported. Well, PostgreSQL 9.5, now generally available, finally offers a version of UPSERT and users may be glad the dev team took their time with it. Implementations of UPSERT on other database systems were “handled very badly,” sometimes leading to unexpected error messages Momjian said. Turns out it is very difficult to implement on multi-user systems. “What is nice about our implementation is that it never generates an unexpected error. You can have multiple people doing this, and there is very little performance impact,” Momjian said. Because it can work on multiple tables at once, it can even be used to merge one table into another.
76874609
submission
joabj writes:
Most software releases more or less follow the routine convention of Major.Minor.Bugfix numbering (i.e. Linux 4.2.1). This gives administrators an idea of what updates are major ones and might bring compatibility issues. As Dominic Tarr points out in his essay "Sentimental Versioning," a few projects boldly take on more whimsical schemes for versioning, such as Donald Knuth's use of successive Pi digits to enumerate new updates to TeX, or Node.js's punk-rock careening between major and minor releases. If you break convention, Tarr seems to be arguing, at least do so with panache.
21700790
submission
joabj writes:
A streaming music service was available a 100 years ago by telephone, through the Teleharmonium. A primitive version of Photoshopping was possible with Black Mirrors in the 18th century. While technologies and media platforms go obsolete at an ever more rapid pace, the ideas they engender never really die. They get absorbed by newer technologies, or are at least preserved by hobbyists (carrier pigeons) or niche markets (Morse Code), argued NYU New York University postdoctoral researcher Finn Brunton at the USENIX conference. Myself, I'm waiting for an update to the visual cortex-stimulating Dream Machines of the 1960s.
19805948
submission
joabj writes:
Last week, Oracle announced that it is decommissioning the Sun.com site, which it acquired as part of the $7 billion purchase of Sun Microsystems. So what will Oracle do with the domain name, which is the 12th oldest .com site on the Internet? Domain brokers speculate Oracle could sell it for $1 million or more, if it chose to do so.
17812138
submission
joabj writes:
In what may be its first investment in an open source software company, Microsoft has quietly invested in TurboHercules, which maintains the Hercules open source IBM mainframe emulator. Perhaps the potential for purloining customers from the juicy mainframe market outstrips any misgivings Microsoft may have about open source. You might remember TurboHercules: In March, it filed an antitrust complaint with the EU over IBM's tying of its mainframe OSes with its hardware.
14674054
submission
joabj writes:
Now that Facebook has amassed more than 500 million users, a growing number of open source social networking developers are wondering if Facebook's photo sharing, status updates and other features wouldn't work better as Internet-wide standardized services. At the OSCON conference last week, the head of Identi.ca, an open source Twitter-like microblogging service, likened today's social networking services to the enormously proprietary online services of the early 1990s, like AOL or Prodigy. He suggested that just like SMTP and Sendmail standardized what were previously propriety e-mail services, so too could open source social networking stacks, like OStatus, render walled garden services like Facebook obsolete.
7906328
submission
joabj writes:
While MySQL the subject of much high-profile wrangling between the EU and Oracle (and MySQL creator himself), the MySQL developers have been quietly moving the widely-used database software forward. The new beta version of MySQL, the first publicly available, features such improvements as near-asynchronous replication and more options for partitioning. A new release model has been enacted as well, bequeathing this version the title of "MySQL Server 5.5.0-m2." Downloads here.