Slashdot Mirror


User: ferguson731

ferguson731's activity in the archive.

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

Comments · 7

  1. Plenty for nerds here on North Carolina Congressional Map Ruled Unconstitutionally Gerrymandered (nytimes.com) · · Score: 5, Interesting

    For example, check out the work of Moon Duchin and the Matrix Geometry and Gerrymandering Group at Tufts: http://sites.tufts.edu/gerryma... Chronicle of Higher Ed profile: https://www.chronicle.com/arti... And other mathematicians also: http://www.ams.org/publication...

  2. Re:Hello? Security? on ByteLight Unveils NFC Alternative Called Light Field Communication · · Score: 1

    It's the modern CueCat.

    Now they just have to get Wired to bundle one with every copy of the magazine.

  3. Re:Sane choice on Khan Academy Chooses JavaScript As Intro Language · · Score: 1

    Pointers in anything other than the very lowest-level-touching-the-metal code are an abomination. They cause far more confusion and grief than they ever help. Yes, there are situations in which the best way to address a problem is to pass a pointer around. However, in this day and age of multi-gigabyte ram sticks, I'd rather bloat up a program's ram usage with maybe unnecessary copies of large objects than dick around with pointers.

    You should talk to my students who just discovered how their 3x3 tic-tac-toe program had some "issues" when they tried 10x10. Understanding the difference between stack allocation and heap allocation, understanding the overhead of creating objects, understanding how to use structure sharing, understanding destructive mutation: all crucial for non-trivial programs. Multi-gigabyte ram sticks buy you nothing on real-world problems.

    Nothing wrong with teaching pointers in Java or your other favorite modern language. They're just called reference types. But teaching malloc/free or retain/release, now that's crazy. ;-)

  4. Round trip with layover on Scientists Propose One-Way Trips To Mars · · Score: 1
    IANAA (I Am Not An Astronaut) but another paper in that Journal of Cosmology issue suggests that astronauts go out and stay for a while before coming back:

    Mars Base First: A Program-level Optimization for Human Mars Exploration, Douglas W. Gage, Journal of Cosmology, 2010, Vol 12, 3904-3911.

  5. Re:Insightful commentary on Lo-Fi Phones and the Future · · Score: 1

    A preemptive appeal to recursive plugin-ing. Beautiful!

  6. Re:Favorite Acronym on (Stupid) Useful Emacs Tricks? · · Score: 1
    Except that the acronym needs to be recursive. This is the best I can do:

    GNUEMACS Not Used Except By Middle Aged Computer Scientists

  7. Shaeffer's book about Chinook on Checkers Solved, Unbeatable Database Created · · Score: 3, Interesting

    Jonathan Schaeffer 's book about the development of Chinook (from 1997):

    http://www.amazon.com/One-Jump-Ahead-Challenging-S upremacy/dp/0387949305

    Includes the details of the Tinsley matches and Tinsley's untimely death. Interesting for people interested in the effects of technology on human societies, as well as some of the technical aspects of the program (as it was in 1997).