Infuse your awk scripts with Groovy
Infuse your awk scripts with Groovy Chris Hermansen Sat, 09/03/2022 – 03:00 Register or Login to like Register or Login to like Recently I wrote a series on using Groovy scripts to clean up the tags in my music files. I developed a framework that recognized the structure of my music directory and used it to iterate over the content files. In the final article of that series, I separated this framework into a utility class that...
How to display the presence and absence of nth-highest group-wise values in SQL
How to display the presence and absence of nth-highest group-wise values in SQL Mohammed Kamil Khan Fri, 09/02/2022 – 03:00 Register or Login to like Register or Login to like While skimming through SQL to prepare for interviews, I often come across this question: Find the employee with the highest or (second-highest) salary by joining a table containing employee information with another that contains department information....
Usability and accessibility starts with open communication
Usability and accessibility starts with open communication Klaatu Thu, 09/01/2022 – 03:00 1 reader likes this 1 reader likes this Amazing though it may seem, we each experience the world differently. That’s one reality with over 6 billion interpretations. Many of us use computers to broaden our experience of the world, but a computer is part of reality and so if you experience reality without, for instance, vision or...
Use Tracee to solve for missing BTF information
Use Tracee to solve for missing BTF information Alessio Greggi Thu, 09/01/2022 – 03:00 Register or Login to like Register or Login to like Tracee is a project by Aqua Security for tracing processes at runtime. By tracing processes using Linux eBPF (Berkeley packet filter) technology, Tracee can correlate collected information and identify malicious behavioral patterns. eBPF BPF is a system to help in network traffic analysis....
Make your own music tagging framework with Groovy
Make your own music tagging framework with Groovy Chris Hermansen Wed, 08/31/2022 – 03:00 1 reader likes this 1 reader likes this In this series, I’m developing several scripts to help in cleaning up my music collection. In the last article I wrote and tested a Groovy script to clean up the motley assembly of tag fields. In this article, I’ll separate the framework I’ve been using into a separate class and then...
How we track the community health of our open source project
How we track the community health of our open source project Ruth Cheesley Wed, 08/31/2022 – 03:00 1 reader likes this 1 reader likes this To be an effective leader in an open source community, you need a lot of information. How do I know who the most active members in my community are? Which companies are making the most contributions? Which contributors are drifting away and becoming inactive? Who in the community is...