What is Wizbit

Wizbit is a way to store and organise your data which remembers every change you make, synchronises without worry, and is browsable in terms of how you think about the data you're looking for.

Wizbit's core features

  • Synchronise your data across many devices safely and transparently
  • Organise your data with a semantic filesystem
  • Backup every change you make

Drawing an ellipse in cairo

For a little exercise in geometry I knocked together a small program in python with cairo to draw a perfect ellipse of a specified height/width, it would also be nice to add in a small calculation to figure out the width/height from the angle of viewing (as an ellipse is a circle as viewed from an angle) I might add that in later on. It’s also possible to specify the number of points to draw in the ellipse too.
Obligatory screenshot
You can download the code for this here, run it with python cairo-ellipse.py