#
# This is a list of what I think *NOW* about TUA future.
#

* Think about eliminating duplicated string in the trees.
  a) by providing a mechanism similar to NXUniqueString that can be found on
     NeXTstep (wow!), and teaching strdup() its use.
  b) ...
     
* Modify the hourly activity chart. Instead of counting the bytes that pass 
  through, take care simply how many times, in a period, that port was busy
  or not. With this info, you can say
  "Hmmmm..., at 3:35am, tty2a is free at 100%" (ie everyday)...

* Interface with GNUPLOT.
