How I analyze my music directory with Groovy
How I analyze my music directory with Groovy Chris Hermansen Fri, 08/26/2022 – 03:00 1 reader likes this 1 reader likes this Lately, I’ve been looking at how Groovy streamlines the slight clunkiness of Java. In this article, I begin a short series to demonstrate Groovy scripting by creating a tool to analyze my music directory. In this article, I demonstrate how the groovy.File class extends and streamlines java.File and...
My open source journey from user to contributor to CTO
My open source journey from user to contributor to CTO Jesse White Fri, 08/26/2022 – 03:00 1 reader likes this 1 reader likes this When people ask me what I love most about open source, my answer is simple: It’s the openness. With open source, the work that community developers and contributors do is in the public domain for all to see and benefit from. I couldn’t love that philosophy more. How many people can say...
Happy birthday, Linux! Here are 6 Linux origin stories
Happy birthday, Linux! Here are 6 Linux origin stories AmyJune Hineline Thu, 08/25/2022 – 08:01 4 readers like this 4 readers like this On August 25, 1991, Linux 0.01 was announced. All of us have a story to tell about Linux. I told my story a couple of months ago, but for those who weren’t here: My first exposure to Linux was when my grassroots hospice organization moved from paper to digital charting. We didn’t...
Using eBPF for network observability in the cloud
Using eBPF for network observability in the cloud Pravein Govind… Thu, 08/25/2022 – 03:00 Register or Login to like Register or Login to like Observability is the ability to know and interpret the current state of a deployment, and a way to know when something is amiss. With cloud deployments of applications as microservices on Kubernetes and OpenShift growing, observability is getting a lot of attention. Many applications come...
7 sudo myths debunked
7 sudo myths debunked Peter Czanik Wed, 08/24/2022 – 03:00 Register or Login to like Register or Login to like Whether attending conferences or reading blogs, I often hear several misconceptions about sudo. Most of these misconceptions focus on security, flexibility, and central management. In this article, I will debunk some of these myths. Many misconceptions likely arise because users know only the basic functionality of...
Your guide to DistSQL’s cluster governance capability
Your guide to DistSQL’s cluster governance capability Raigor Jiang Wed, 08/24/2022 – 03:00 1 reader likes this 1 reader likes this Apache ShardingSphere 5.0.0-Beta version with DistSQL made the project even more beloved by developers and ops teams for its advantages, such as dynamic effects, no restart, and elegant syntax close to standard SQL. With upgrades to 5.0.0 and 5.1.0, the ShardingSphere community has once again...