Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
The Courts

Writer Peter Watts Sentenced; No Jail Time 299

shadowbearer writes "SF writer Peter Watts, a Canadian citizen, whose story we have read about before in these pages, was sentenced three days ago in a Port Huron, MI court. There's not a lot of detail in the story, and although he is still being treated like a terrorist (cannot enter or pass through the US, DNA samples) he was not ordered to do any time in jail, was freed, and has returned home to his family. The judge in the case was, I believe, as sympathetic as the legal system would allow him to be."

Comment Re:Ok, state machines (Score 1) 121

When I heard the author speak at a meeting of the ACCU recently, he described statecharts somewhat differently from the basic FSMs I knew.

Basically, statecharts allow some extensions to FSM: nested states, init/entry/exit actions for states, and probably some others. Apparently these are all defined in UML.

The author's basic approach is to represent the state as a pointer-to-member-function. Except that he's working on embedded systems, which means he uses C, which means he hacks his own OO in C. I must admit that this distracted somewhat from his main point.

Slashdot Top Deals

1 1 was a race-horse, 2 2 was 1 2. When 1 1 1 1 race, 2 2 1 1 2.

Working...