Slashdot Mirror


User: tfmkayaker

tfmkayaker's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:10 fold speed improvement - Dekkers mutex ! fas on More Effective Use of Shared Memory on Linux · · Score: 1

    MOD the parent of this comment up!!!

  2. Re:NO!! (ok, just Nope) on Best Setup for Mapping in Undeveloped Countries? · · Score: 1

    The compasses in GPS receivers are mag flux valves - you "calibrate" them to local conditions via a procedure... you kick it into compass cal mode, and then rotate the unit slowly, in a level orientation, for 2 full turns. The unit can then compensate for some local effects.

  3. Re:Pascal on A Brief History of Programming Languages? · · Score: 3, Interesting

    LISP is an awful language to learn as a first language, not because of it's syntax (which is bad enough) but...

    BECAUSE IT USES A COMPLETELY DIFFERENT THEORY OF COMPUTABILITY THAN EVERYTHING ELSE.

    Most other languages use turing machines as their basic computability theory.

    LISP uses micro recursive functions

    Each is as strong as the other - but involved radically different thought processes.