Home Blog Page 244

GNOME 3.34 Desktop Gets First Point Release, It’s Now Ready for Mass Adoption

The GNOME Project announced today that the first point release of the latest GNOME 3.34 desktop environment is now available for download with various bug fixes and updated translations. Released last month on September 12th, the GNOME 3.34 “Thessaloniki” desktop environment introduced many new features and enhancements, such as support for custom folders in the application overview, visual refreshes for several apps and the desktop itself, as well as lots of performance improvements. (SoftPedia)

System76 launches two Linux with Comet Lake chips and Coreboot

Linux computer company System76 is updating its laptop lineup with its first two models to ship with 10th-gen Intel Core “Comet Lake” processors. The new 14 inch Galago Pro and 15.6 inch Darter Pro laptops also ship with the open source Coreboot firmware rather than a proprietary BIOS. As Phoronix points out, these laptops still have some Intel proprietary blobs, so it’s probably best to think of them as more open than most laptops rather than computers running 100-percent free and open source software. (Liliputing)

Why Linux Developers Should Reconsider IBM Mainframes

When mainframes were mainstream, many software professionals in the industry today were not even born yet. Mainframe computers have an extensive history, which makes it tempting to call them old, but today’s mainframes are extremely mature, fast, reliable and powerful. In fact, they are critical to the modern economy: Top airlines, banks, insurance companies and health care corporations rely on mainframe computing.

One of the organizations keeping this technology with the times is IBM, with its IBM Z family of mainframe computers. Some of these mainframes—like the 31-bit s390 and, later, the 64-bit s390x architecture—were originally designed and built in the 1960s, and they have continued to evolve and modernize.

“IBM still sells a lot of these even today,” said Elizabeth K. Joseph, a seasoned open source advocate who recently joined IBM as the developer advocate for its Z architectures. These machines run operating systems including z/OS, z/VM, z/VSE and z/TPF, as well as Linux-based distributions like Red Hat Enterprise Linux and SUSE Linux Enterprise Server.

With Linux, mainframes can run modern languages, toolings and CI/CD pipelines. If it runs on Linux, it can run on Z.

Joseph gave one of her favorite examples of running Linux on Z. If someone is using encryption, they don’t have to install any binary blob from IBM to leverage the hardware encryption. It’s just a config file that can be added to openSSL. There are crypto processors on each processor, which give users access to these powerful encryption technologies.

However, mainframes still have an identity crisis. Most people think they don’t belong to the modern world dominated by x86 architectures, virtualizations and containers.

That’s the perception that Joseph is trying to change. One of her goals is to evangelize Z to modern Linux developers.

Why would Linux developers ditch the cloud or the omnipresent x86 platform and embrace Z? Joseph herself is an ideal example of a Linux and open source developer. She got attracted to Z for many different reasons, some technical and some rational.

First and foremost, she says that contrary to popular belief, the AWS cloud can become extremely expensive very quickly. “You can incur monthly bills in hundreds of thousands of dollars,” Joseph said. People have started to look at on-premises architectures as an alternative to AWS. However, they think that x86 is their only choice, which is far from true.

“You can use ARM if you need power efficiency, and you can use Z if you want uncompromised experience. X86 isn’t the only option people have,” she said.

Google made x86 popular; it used to be viewed as a cheap platform that was nonetheless unreliable and inefficient. Joseph recalls a discussion with one of her associates who said that “the world couldn’t survive the growth of these x86 farms.” When she asked whether he meant it was too expensive or bad for the planet, he said, “Both.”

It’s true that this mainframe is not x86. Developers have to port their applications to Z, the same way they port their applications to other architectures like ARM.

However, if you look at processing power, you have these separate, individual machines consuming massive amounts of resources. It’s much more economical and efficient to power and cool one mainframe as compared to thousands of x86 servers.

The same goes for software. Managing software on one mainframe is much more efficient and economical than managing it on thousands of x86 servers to get the same computation power.

The unending Spectre and Meltdown saga has rubbed salt in the wound. These exploits are not going away; it’s a design flaw in modern processors that allows programs to steal the data being processed on the computer. Mitigating these vulnerabilities results in heavy performance penalties.

“There can be exploits for any platform, but a user should not have to suffer heavily,” Joseph said.

She also said that she doesn’t believe in one particular option always being used over another; she thinks people should embrace diversification of architecture.

“If one platform goes down, you should be able to switch to something else without having to suffer any losses,” she said

On top of that, mainframes offer unmatched redundancy, something that’s critical in on-premises setups. “You can pull out the power, and there’s another power. If the CPU dies, there’s another CPU there. You get a storage array of hundreds of drives,” Joseph said. “In fact ‘Z’ stands for ‘zero downtime.’ These machines essentially never go down.”

Together, Z and Linux create a formidable force. They combine the best of the hardware and software worlds, creating an ideal platform to run modern workloads.

As part of her evangelism for Z, Joseph is offering Linux developers with virtual machines a mainframe that they can use for free for four months. “Just ssh into the mainframe and start using it,” she said.

As a developer herself, Joseph believes that a developer should target multiple architectures.

“It makes you a better programmer, as you don’t get so insulated into one platform.”

Zephyr RTOS 2.0 Release Highlights

Written by Ioannis Glaropoulos, Software System Architect at Nordic Semiconductor and active member of the Zephyr Technical Steering Committee

Last month, the Zephyr Project announced the release of Zephyr RTOS 2.0 and we are excited to share the details with you! Zephyr 2.0 is the first release of Zephyr RTOS after the 1.14 release with Long-Term support in April 2019. It is also a huge step up from the 1.14 release, bringing a wide list of new features, significant enhancements in existing features, as well as a large list of new HW platforms and development boards.

On the Kernel side, we enhanced the compatibility with 64-bit architectures, and significantly improved the precision of timeouts, by boosting the default tick rate for tickless kernels.

Additionally, we are excited to welcome ARM Cortex-R into the list of architectures supported in Zephyr RTOS.

A major achievement in this release is the stabilization of the Bluetooth Low Energy (BLE) split controller, which is now the default BLE controller in the Zephyr RTOS. The new BLE controller enables support for multi-vendor Bluetooth v5.0 radio hardware with a single controller code-base, thanks to a layered modular architecture, where most of the controller code is hardware agnostic. The new controller also features improved scheduling of continuous scanning and directed advertising, and increased radio time utilization. The latter significantly improves the achievable communication bandwidth – among other use-cases – in BLE Mesh networking.

In the networking area, we introduced support for SOCKS5 proxy, an Internet protocol that exchanges network packets between a client and server through a proxy server. In addition, we added support for 6LoCAN, a 6Lo adaption layer for Controller Area Networks, and for Point-to-Point Protocol (PPP), which is used to establish a direct connection between two nodes. We, finally, added support for UpdateHub, an end-to-end solution for large scale over-the-air device updates.

A most sincere thank you to the more than 215 developers who contributed to this release. Not only did you add a wealth of new features during the merge window, you also rallied together as a community during the stabilization period across time zones, companies, architectures, and even weekends, to find and fix bugs, to make Zephyr 2.0 yet another great release! This release would not have been possible without your hard work!

To learn more about Zephyr Project please see our Getting Started Guide, join the mailing list or follow #zephyrproject on IRC.

Zephyr Gets New Memebers, New Release

The Zephyr Project, an open source project at the Linux Foundation that aims to build a secure and flexible real-time operating system (RTOS) for the Internet of Things (IoT) announces its growing ecosystem with the addition of Eclipse IoT and the move up for long-time member Oticon to Platinum member. Additionally, the project announces the release of Zephyr 2.0.0 and that several popular developer boards are now shipping with Zephyr including Nordic Semiconductor’s Nordic Thingy91 and Adafruit’s Actinius Icarus. (Source: Zephyr Announcement, Zephyr blog)

Puppet’s New Cloud Native Continuous Delivery Tool Builds on the CDF’s Tekton

Puppet has released into public beta its Project Nebula, a cloud native tool that connects a DevOps team’s existing toolset into an end-to-end, continuous delivery platform. The company aims to simplify deployment of microservices and serverless-based applications by connecting popular tools for infrastructure provisioning, application deployment, and notifications into a single, automated workflow. (The New Stack)

Trend Micro Partners With Snyk to Advance DevSecOps

Trend Micro today announced an alliance with Snyk through which alerts about vulnerabilities in open source code will be passed on to the tools Trend Micro makes available to apply virtual patches to both monolithic and microservices-based applications. Snyk provides a tool that identifies and fixes vulnerabilities and license violations in open source dependencies and container images. Trend Micro COO Kevin Simzer said his company leverages the alerts generated by Snyk to inform developers and cybersecurity professionals where virtual patches need to be applied. (DevOps)

Eclipse Foundation Looks to Create Cloud-Based IDE Standards

The Eclipse Foundation today announced the formation of a working group to create standards for cloud-based integrated development environments (IDEs) led by Broadcom, EclipseSource, Ericsson, IBM, Intel, Red Hat, SAP, Software AG and Typefox. Mike Milinkovich, executive director of the Eclipse Foundation, said the Eclipse Cloud Development Tools Working Group (ECD WG) will work to replicate the success the Eclipse Foundation had in establishing standards for desktop IDEs based on an Eclipse standard among a new generation of cloud-based IDEs. (DevOps)

SUSE drops OpenStack Cloud

For years, SUSE, the European Linux and open-source company, was one of the OpenStack Infrastructure-as-a-Service cloud program’s champions. No longer. SUSE has decided to cease the production of new versions and to discontinue sales of SUSE OpenStack Cloud. (ZDNet)

EdgeX Foundry Organizes Its First Hackathon

EdgeX Foundry is a Linux Foundation project that is ‘defragmenting’ the IoT space with open source technologies. The project organized its first hackathon in Chicago to see how the retail industry leverages EdgeX Foundry to solve some of its pressing problems. (TFiR)