Open-source license to prevent commercial use? I could really use some help picking the right license for my project The project is already released on github under the GPLv3 license but I have been made aware that this prevents uses that I want to allow My requirements are like this: The project is a native windows library that will, due to it's nature, always be linked dynamically
Specialization Updates | Microsoft Community Hub Updated audit checklist for the Agentic DevOps specialization coming in January 2027 Internal agentic adoption is being added to the Agentic DevOps with Microsoft Azure and GitHub specialization audit checklist to ensure that partners have internally adopted the technology Certifica
github - Structuring C libraries - Open Source Stack Exchange In the past years, I wrote much C source code, parts of which might also be useful to others So I would like to restructure this code in a way such that it makes sense to publish it on Github and
An AI led SDLC: Building an End-to-End Agentic Software Development . . . - GitHub Actions that not only host the agents (Abstracted) but also handle the build and deployment - An SRE agent proactively monitoring and opening issues automatically The end to end flow that we will review through this article is the following: AI Led SDLC Process Flow Step 1: Spec-driven development - Spec First, Code Second
(Azure) Virtual Desktop Optimization Tool now available | Microsoft . . . This is due to the AppX Packages that conflict and most likely the sysprep will fail Download all scripts from the Virtual-Desktop-Optimization-Tool GitHub repository Select Clone or download, followed by Download ZIP Unzip the folder to your Windows Virtual Desktop session host (s) to a specified folder (e g C:\Optimize or C:\Temp)
Comparing Copilot in Microsoft 365 vs. GitHub Copilot: Key Differences Comparing Copilot in Microsoft 365 vs GitHub Copilot: Key Differences Artificial intelligence is transforming the way we work, write, and build software One of the most visible examples of this transformation is the rise of AI assistants integrated into everyday tools Among these assistants, Copilot has become a widely recognized concept
What exactly is a pull request? - Open Source Stack Exchange The term "pull request" comes from git, where the git pull command is used to merge a different repository into your local one So if someone else has a copy of your git repository, and makes changes to it that they would like you to incorporate, they can ask you to pull the changes from their repository; they're requesting a pull, hence the term "pull request" Nowadays for most users this