Four short links: 2 November 2011

Deployment, Image Distribution, Open Source Sharing, and Soulless Programming

  1. Thoughts on Web Application Deployment (OmniTI) — if your web site is your business, this stuff is critical and it’s under-taught. Everyone learns it on the job, and there’s not a lot of standardization between gigs.
  2. Github EnterpriseGitHub Enterprise is delivered in the industry-standard OVF format, which means you’ll be able to run it on virtualization layers like VMware, VirtualBox, and Oracle VM. An increasingly common way to sell web apps, but it’ll trigger GPL-style distribution terms in software licenses.
  3. SparkleShare — open source sharing tool that markets itself as “like Dropbox”. Uses git as a backend, so you can share via github.
  4. Whatever Happened to Programming?When I was fourteen, I wrote space-invader games in BASIC on a VIC-20. If you were interested in computers back in 1982, I bet you did the same. When I was 18, I wrote multi-user dungeons in C on serial terminals attached to a Sun 3. […] Today, I mostly paste libraries together. So do you, most likely, if you work in software. Doesn’t that seem anticlimactic? Any time you are in the “someone else’s code is almost right, make the changes to improve it” situation, you’re doing unsatisfying programming. It’s factory assembly of software, not craftsmanship. Welcome to the future: you have been replaced by a machine, and the machine is you.
tags: , , , , , ,