Here.
If someone runs this then please let me know what you find.
(via comp.lang.scheme)
the Steampunk genre possess a look of craftsmanship and cobbling. It’s an aesthetic that invites the touch of the human hand and it encourages engagement and foster curiosity and play.
Even though I don’t think that software development is engineering; these two passages spoke to me in terms of project roles that should be distinguised on larger projects: architect and architectural engineer (they apply to structural engineering, but I am going to stretch them here) :
Architecture is a communicative art that situates human activity within a horizon of possibilities, the art and science of designing buildings. A wider definition would include within its scope the design of the total built environment, from the macrolevel of town planning, urban design, and landscape architecture to the microlevel of furniture and product design. Architecture, equally importantly, also refers to the product of such a design.
Architects are responsible for the form and appearance of a building with a focus on the way that people use and experience the spaces of the building. The Architectural Engineer is responsible for ensuring that “the building works” – that it stands up, that the HVAC system operates, that light and power are delivered as needed. Architectural Engineers use primarily the tools of engineering to achieve optimum system selection and sizing within the overall constraints usually set by the Architect.
— WikInfo
These days you are lucky to find people who can fulfill the former alone, let alone both roles.
Here is an article about how a Java programmer can’t wrap his mind around the fact that Rich Hickey doesn’t do TDD even though all of said programmer’s friends agree that TDD is the best thing ever.
(via reddit)
Here is a good article about debugging using a speaker! 🙂
Here is one way to separate items in the OS X Dock in Leopard.
defaults write com.apple.dock persistent-apps -array-add '{ "tile-type" = "spacer-tile"; }'
killall Dock
Eduardo posted some new OpenGL demos here.
[[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2009/06/brians-brain-150×150.png]]
(via Ikarus)
Leppie posted a video that shows off IronScheme’s new debugger here.
I would like, or for someone else to, write a plugin for DrScheme that would allow it to easily call out to execute code on any Scheme distribution.
The reason is that DrScheme is a very nice cross-platform editor with great features that you can use on R5RS and R6RS Scheme source code.
The plugin would need to be smart enough to know how to call out to another Scheme executable and disable PLT specific features.
Based on Leppie and Eli’s conversation; it seems possible.
Am I the only one that uses DrScheme for all of my Scheme editing?
I run code on PLT, Ikarus, Ypsilon, and Iron Scheme.