Divmod Epsilon release 0.2.1 heralds a new golden age of computing

Today, we released an update to the Epsilon package.

As JP's previous release-storm might imply, there is some more good stuff coming. In the immortal words of the Space Harrier, "Get Ready!"

This release of Epsilon includes a new utility, ModalType. A ModalType is a variant of a simple state machine which allows you to provide different implementations of the 'same' method for different 'modes' your instances can be toggled into. ModalType is generally useful for managing the life-cycle of objects which need to queue up requests while they are deactivated, and combined with some simple input/output handling it can be used to implement extremely flexible DFAs.

Also, as a convenience developed during releasing Epsilon itself, a new feature for Version which makes it more convenient for use within distutils scripts; no more running regular expressions over your setup.py every time you do a release, or changing a version number in 6 different places!

We've also started cleaning up and documenting our release procedure a bit.

He is unstoppable!

When Divmod ran out of things to release, what does a man of action such as JP Calderone do? He finds another project to release. Twisted Names. Twisted Mail. I imagine he is like a Pokémon trainer, marshalling his release announcements for battle.

Now it's up to you - you've gotta catch 'em all.

"gotta catch 'em all" is probably a trademark of those bastards at Nintendo Corporation or something, maybe. Surprisingly enough, used without permission.

Divmod Hits! Divmod Hits! Divmod Hits! -More-

Have you noticed a theme on JP's blog lately?

Yesterday evening, the exciting conclusion, impeccably timed to coincide with a flattering rant this morning about web frameworks. And I quote:
The guys who wrote Twisted inhabit a world of such extreme abstraction that it makes my brain hurt just to think about it. However, for big problems, serious abstraction is a good thing. Combined with some of the products from Divmod(...) you do really get a framework that I think solves many of the major problems in building large scale applications that remain flexible.

Hooray Users

I'm happy it uses Twisted, but can somebody with the appropriate language skills (.cn chinese) tell me what the heck this is?

Python to the rescue (Or, How Hard could it Possibly Be)

So these terminal programs suck, right? They get basic configuration options wrong, they crash a lot. I need a higher availability terminal.

Well, the underlying widget seems to work OK so long as you don't drive it too hard, so, I wrote my own "terminal" by just trivially invoking libvte from Python.

So here it is, HATE, the High Availability Terminal Emulator.

Blah blah, no warranty - if you use this my agents will hunt you down and kill you.

Enjoy.