Friday, June 27, 2008

Xerblin Images

Currently a screenshot, the cool logo and a graph of the python module dependencies. This is a link to a Picasa Web Album.

Xerblin

Friday, June 13, 2008

Betelgeuse


And now, for no reason, Betelgeuse.


pronounced /ˈbiːtəldʒuːz/ or /ˈbɛtəldʒuːz/" - wikipedia.org entry for Betelgeuse

Sunday, June 8, 2008

Code Review, Public Code too for that matter, for Xerblin

Plunge. I put the Xerblin code into public svn on Google Code. I have a new laptop and a stable internet connection now, so rather than work off my local repository (and try to keep the two machines, new and old, synced) I'm going to just bite the bullet and let the gcode repo be the repo.

I also set up an instance of GvR's Rietveld, a Google App for code review, for Xerblin. You can check it out at http://xerblincodereview.appspot.com/ but it won't make much sense unless you read up on it first. I'm going to invite some friends to review the Xerblin code base in the run up to a 1.0 release. :]

Thursday, June 5, 2008

FoNC has a Wiki Now

http://vpri.org/fonc_wiki/

Some Backstory on IDLE Python IDE

http://mail.python.org/pipermail/idle-dev/2008-June/thread.html

Re: [Idle-dev] Fix for long delays

On Mon, May 26, 2008 at 9:07 AM, Bruce Sherwood <Bruce_Sherwood@*.edu> wrote:
> Dave Scherer suggested that I join this discussion, as I represent a
> constituency of literally thousands of college students who use IDLE in

...

> There are very good reasons to want novice programmers who are
> writing computational physics programs to be writing and running full
> programs at all times, not to be working at the statement level in the
> interactive shell. Interacting in the shell can of course be very useful for
> expert programmers, but this kind of interaction with a programming language
> weakens for our students the concept that a program is a complete sequence
> of operations, performed sequentially. It may sound strange, but this is not
> a trivial concept to many newcomers.

...

Remember? Remember learning that concept? I vaguely do. Wow.

Google Alert - permaculture

Google News Alert for: permaculture

Veganism is a consumer activity
Infoshop News - USA
On a permaculture farm in many climates, for example, integrating chickens into the farm enhances rather than diminishes the food supply. ...
See all stories on this topic

"The Urban Homestead" author Eric Knutzen talks city gardening and ...
Los Angeles Times - CA,USA
Overall we're guided by permaculture, which can be a difficult thing to explain. Permaculture came out of Australia, from the work of Bill Mollison and ...
See all stories on this topic

Google Blogs Alert for: permaculture

General Homesteading : some permaculture questions
As far as permaculture gardening ... fruit trees are pretty permanent! Berries, and perennials like rhubarb and asparagus are also long lived. In my zone 6 garden I often over winter garlic, onions, and potatoes, leaving some to start ...
The Homestead.org Forum : General... - http://forums.homestead.org/

General Homesteading : some permaculture questions
on permaculture: i am a certified permaculture instructor and can say that once established, permaculture gardens are very low maintenance. the initial preparation and establishment requires a fair bit of labor, but tilling is not a ...
The Homestead.org Forum : General... - http://forums.homestead.org/

Permaculture
By edisme
Download this video! Full Screenvideo link. Details the rise and rise of the "Permaculture Concept" as espoused by Bill Mollison and Geoff Lawton.
OpposingDigits Vlog - http://opposingdigits.com/vlog

General Homesteading : some permaculture questions
Author: smwon Subject: some permaculture questions Posted: 04 June 2008 at 1:40pm. Originally posted by nomadx hey i'm new. interested in homesteading and a sustainable lifestyle, ie don't have to constantly buy things to survive. while ...
The Homestead.org Forum - http://forums.homestead.org/


This once a day Google Alert is brought to you by Google.

Permaculture Google News Alert to ThisBlog, Neat

I managed to connect a Google news alert to this blog, At least I think I did. We'll know tomorrow when a daily digest of news involving permaculture shows up or otherwise here.

  • I made the google alert go to my gmail account.
  • I set up a post-by-email address for this blog.
  • I set up a forwarding fllter in my gmail account to send emails from the news alert service to the blogger post-by-email dummy address.
Ta-da! Maybe.

We'll see tomorrow. G'night.

Hello there World...

Nice,

This is a test email to blag yay.


See my nifty sig? Who knew Mr. Wells had written history. It's
awesome too. (And, yes, I know about "

Wednesday, June 4, 2008

Using Git as a versioned data store in Python

From this:
http://www.pythonware.com/daily/2991901146691564289/


you find this, which is now 404:
http://www.newartisans.com/blog_files/git.versioned.data.store.php

but then there's this:
http://www.newartisans.com/blog_files/git.from.bottom.up.php

2008-05-15

John Wiegley: Using Git as a versioned data store in Python ["... while most people do simply use Git as a version control system, it remains true that it can be used for other tasks as well. For example, if you ever need to store mutating data in a series of snapshots, Git may be just what you need. It's fast, efficient, and offers a large array of command-line tools for examining and mutating the resulting data store. To support this kind of usage – for the upcoming purpose of maintaining issue tracking data in a Git repository – I've created a Python class that wraps Git as a basic shelve object."]