Profile_bird

Hey there! Feneric is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving Feneric's tweets.

Already using Twitter
from your phone? Click here.

Feneric

  1. It looks like the first of the invites I sent out for Google Wave have finally gone through...
  2. @chrismcdonough Heh. When digging into unfamiliar code I always grep through for words like hack & klu(d)?ge. I should probably add ! too.
  3. RT @jwatt: Way too many damn mail server admins need to read this: http://www.dontbouncespam.org/ !
  4. @uhop I'd assumed it was just more breakage in MSIE as there are lots of VML features in 6 not in 7 and apparently some in 7 not in 8.
  5. @uhop Forcing MSIE8 to render as MSIE7 has always fixed it whenever it occurs. I also always use standards mode by default.
  6. @uhop OK, will do. It's usually hard to tell exactly what's broken w/IE8 as with my recent work it's invariably within converted SVG.
  7. @bradneuberg Semi-agree, semi-disagree. RDF is not inherently evil. It's just often used in evil ways.
  8. @bradneuberg Nice. With VML support getting weaker in each MSIE release I've been forcing 8 to render as 7. I'd rather use SVG Web instead.
  9. @bradneuberg What's the status of SVG Web + Dojo GFX these days?
  10. @codedread Could be done different ways for different apps... some could have a global / local pref, some could have distinct menu items.
  11. @codedread With the system federated undo I described, you could choose to undo at either the system level or editor level. Prob goes away.
  12. @codedread Without that requirement, it's no longer really system wide, just some subset of the system.
  13. @codedread So I guess I'd advocate system federated undo rather than pure system level undo.
  14. @codedread That requires that all apps "play ball" though, but it ought not to be too hard to implement such a simple interface.
  15. @codedread To me it'd make sense to have each app track & timestamp their undos, & have the sys use the times to call the right app's undo.
  16. @codedread And the app level can have a better concept of undo granularity. Should undo do the last keystroke, up to the last CR, etc.
  17. @codedread Why would you want OS-level undo? Two apps modifying the same resource is actually fairly uncommon.
  18. @aclark4life Heh, true enough. It's no Sendmail, though.
  19. @pigeonflight I'm using a current version of Python built from source in a virtualenv, not the system Python. Perhaps that's the difference.
  20. @pigeonflight Strangely it just worked for me without issue. What's it doing for you? #Plone #PIL