Posts tagged: PROGRAMMING

Developer meeting braindump 2007-09-20

Another successful session of non-stop technical chatter in the back of our favorite chain restaurant. Links and commentary: The Talk Like a Pirate Day site was a victim of its own success this year. After several hours of record-breaking traffic, Chris nobly disabled the site to protect paying customers on the server. I’m looking forward to the white paper, “How to serve one million unique visitors one day per year”. We also heard the origin story of Talk Like a Pirate Day and the site.

Mercurial: good enough for now

Lately I’ve been trying out the Mercurial distributed version control system on some real projects. I currently use Subversion for production stuff at work. It’s reliable, has great Trac integration, and is most likely to be known by other developers. (In fact, we hired a new person at work this fall who will be helping me with web development, and it turned out that Subversion was what he was familiar with.

Python 3.0a1 on OS X

First alpha release of Python 3.0 (formerly Python3000) is out today. And it even works! Gotta do something about that executable name, though… $ ./python.exe Python 3.0a1 (py3k, Aug 31 2007, 15:11:11) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> (Download, What’s New)

Developer meeting braindump 2007-08-09

The biweekly Western Massachusetts Developers Meeting was small tonight, but still high-quality. Topics in our typically rambling discussion included: Are crawlers from some search engines following links embedded in Javascript (i.e. Ajax) code? And if so, what’s the use? What should Chas use for a CMS? (I don’t think any conclusion was reached; the two leading contenders seem be “build it in Django” or “just use Drupal”.) I do appreciate the argument that sometimes it’s good to think of yourself as a regular ol’ “business user” rather than someone who custom-develops everything just because he can.
OSCON 2007, Day 5 (belated)

OSCON 2007, Day 5 (belated)

OSCON ends with a half-day that goes by all too quickly. Below are some notes from those final few hours. Keynotes Nat Torkington During the Keynote segment Nat Torkington cracked everyone up with an omnidirectional roast he called Open Source Therapy. He described imaginary family therapy scenarios in which Mom and Pop are working out their problems with their various open-source-project kids. The only one I wrote down was about Python: “Mom and Pop wish Python would get drunk, get laid, and lighten the fuck up!

OSCON 2007, Day 4

Keynote speakers Ben Fry talked about Processing (I missed this part, but fellow attendees who hadn’t heard of the language before we very excited and impressed.) Bill Hilf from Microsoft notes that they’re moving to some OSI-approved licenses. Rickard Falkvinge from Sweden’s Pirate Party spoke about their attempt to reform intellectual property law. In their first election, they got only 0.63% of the vote, buy this placed them in the top 10 parties in their first election – a record for a first-year political party.

OSCON 2007, Day 3

Today’s notes will be a bit more free-form. Now that the tutorial days are over and the main conference has begun, there are more sessions – and less time to write! Keynotes Tim O’Reilly raised the question of openness beyond source code. This felt a bit amorphous, but he did have a good point that when software is a service, availability of source code is not the whole story – if Google gave you their source, you couldn’t do anything with it.