snippet

Should I be doing this?

This could actually be done in one line, but that line would be much longer than my screen is wide.

  1. adjacent = [i for i in self.points if abs(point.x-i.x) < 0.1 and abs(point.y-i.y) < 0.1]
  2. close_vert = [i for i in adjacent if abs(point.z-i.z) < self.thresh]

It just feels like I'm cheating.

I have quantum postfix

Does that mean it's running and not taking up any cycles?

  1. tron@compy:~$ sudo postfix start
  2. postfix/postfix-script: fatal: the Postfix mail system is already running
  3. tron@compy:~$ sudo postfix stop
  4. postfix/postfix-script: fatal: the Postfix mail system is not running