71619739
submission
LibbyMC writes:
Git will celebrate its 10-year anniversary tomorrow. To celebrate this milestone, Linus shares the behind-the-scenes story of Git and tells us what he thinks of the project and its impact on software development.
66486921
submission
LibbyMC writes:
Executive Director Jim Zemlin writes, "We do not agree with everything Microsoft does and certainly many open source projects compete directly with Microsoft products. However, the new Microsoft we are seeing today is certainly a different organization when it comes to open source.
"The company's participation in these efforts underscores the fact that nothing has changed more in the last couple of decades than how software is fundamentally built. "
63702981
submission
LibbyMC writes:
For a few years now Linux kernel developers have followed a fairly strict authentication policy for those who commit directly to the git repositories housing the Linux kernel. Each is issued their own ssh private key, which then becomes the sole way for them to push code changes to the git repositories hosted at kernel.org. While using ssh keys is much more secure than just passwords, there are still a number of ways for ssh private keys to fall into malicious hands. So they've further tightened access requirements with two-factor authentication using yubikeys.
54248119
submission
LibbyMC writes:
Google's approach to bringing older C software to the browser is demonstrated in bringing the 80's era Amiga OS to Chrome. "The Native Client technology runs software written to run on a particular processor at close to the speeds that native software runs. The approach gives software more direct access to a computer's hardware , but it also adds security restrictions to prevent people from downloading malware from the Web that would take advantage of that power."