Dynamically linking libraries while compiling code
Dynamically linking libraries while compiling code Seth Kenlon Mon, 05/30/2022 – 03:00 Register or Login to like Register or Login to like Compiling software is something that developers do a lot, and in open source some users even choose to do it themselves. Linux podcaster Dann Washko calls source code the “universal package format” because it contains all the components necessary to make an application run on any...
How I automate plant care using Raspberry Pi and open source tools
How I automate plant care using Raspberry Pi and open source tools Kevin Sonney Sat, 05/28/2022 – 03:00 Register or Login to like Register or Login to like Automation is a hot topic right now. In my day job as an SRE part of my remit is to automate as many repeating tasks as possible. But how many of us do that in our daily, not-work, lives? This year, I am focused on automating away the toil so that we can focus on the things...
3 practical tips for agile transformation
3 practical tips for agile transformation Kelsea Zhang Fri, 05/27/2022 – 03:00 1 reader likes this 1 reader likes this Agile transformation happens at three levels: team agile, product agile, and organization agile. Helping your team convert to agile is the first and fundamental step in agile transformation, and with good reason. Until you get your people on board with agile, the product of all their hard work can’t be...
Looking into the future of collaborative commons
Looking into the future of collaborative commons Ron McFarland Fri, 05/27/2022 – 03:00 1 reader likes this 1 reader likes this I read Jeremy Rifkin’s book The Zero Marginal Cost Society: The Internet of Things, the Collaborative Commons, and the Eclipse of Capitalism, which has a strong connection to open organization principles, particularly community building. Rifkin also writes about the future of green energy...
Document your source code with Doxygen on Linux
Document your source code with Doxygen on Linux Stephan Avenwedde Thu, 05/26/2022 – 03:00 1 reader likes this 1 reader likes this When trying to familiarize yourself with someone else’s project, you usually appreciate the comments left behind that help you understand the meaning of their code. In the same way, whenever you are programming, whether for yourself or for others, it is good practice to comment your own code....
Write C applications using Vely on Linux
Write C applications using Vely on Linux Sergio Mijatovic Thu, 05/26/2022 – 03:00 Register or Login to like Register or Login to like Vely is a tool for writing web and command-line applications in C. Vely combines high performance and the low footprint associated with C programming with ease of use and improved safety reminiscent of languages like PHP. It’s free and open source software, and licensed under GPLv3 and LGPL...