Slashdot Mirror


User: Daverz

Daverz's activity in the archive.

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

Comments · 70

  1. Fundamentals is a bit watered down... on Book Recommendations For Maths To Astrophysics? · · Score: 2, Informative

    I would go for an older edition (e.g. the 4th edition) of H&R's Physics, rather than the watered down Fundamentals of Physics.

    I would recommend any of the books by A. P. French in the MIT Physics series. These are all beautifully done and very readable.

    Also, the Berkeley Physics series is good.

    And the Feynman Lectures are essential.

  2. Re:GNUstep vs. GNOME vs. KDE on GNOME 2.12 Previewed · · Score: 1

    GNUStep is damn difficult to install. While I like a lot of things about Objective-C, I don't really care for manual memory management. If and when it starts working with PyObjC, I'll be there.

  3. Re:Why Linux Sucks - Quake 3 outsourcing. on Indian Government Keen on Open Source · · Score: 1

    Oh, my god, you're right! if the Indian Government goes through with this, Western companies will move their offshore video game playing from Bangalore to Shanghai.

  4. Re:CommonLisp for the 21st century?! on Python 2.4 Final Released · · Score: 1

    " there is a separate data syntax for Python that takes source that looks very similar to Python code and represents it as a DOM tree."

    I'm intrigued about what you're referring to here. Do you have an example?

  5. Python Programming for the Absolute Beginner on Learn How to Program Using Any Web Browser · · Score: 1

    I've heard good things about this book,

    Python Programming for the Absolute Beginner

    which may be what you're looking for for your daughter. For an older teen, this book on PyGame may be appropriate:

    Game Programming With Python

  6. Reminds me of the "Great Chain of Being". on You Are Here (On Earth) · · Score: 2, Funny

    But where's Hell and that old fart on his throne?

    http://www.stanford.edu/class/engl174b/chain.htm l

  7. They should change the name to "Stupid Science". on The Best of What's New From Popular Science · · Score: 1
    "The spacecraft's novel hybrid rocket--burning rubber-based fuel and nitrous oxide--launches it to a height of more than 60 miles, not into orbit but far above the atmosphere and into the realm of zero gravity."


    They can't even get basic high school physics right.
  8. Re:So what is the language to know? Python. on Borland Releases New C++ Toolkit · · Score: 1

    If there's nobody telling you what language you have to use, I would suggest picking up Python. Clean, easy to read syntax, excellent standard library, excellent 3rd party library support (though there's nothing like Perl's CPAN yet). It's also very good for DB work.

    Professional programmers would still have to keep up on C++ or Java, but for those for whom programming is a part-time neccessity (like SysAdmins or DBAs), a "scripting" language like Python, Ruby, or Perl is going to payoff a lot more than a system programming language like C or a "software engineering" language like Java.

  9. Gnome LargePrint themes on Window Managers for High Resolution Displays? · · Score: 1

    You might try one of the Gnome LargePrint themes. These are designed for "accessibilty", i.e. for the vision impaired.

  10. Re:Edgar Allan Poe on The Dreams Our Stuff Is Made Of · · Score: 1

    >Of course, the author also screws up by failing >to note the most important thing to know about >science fiction -- > that as literature, most of it is >abysmal. By author do you mean the reviewer or Disch? Disch is very hard on the genre. Luckily most good SF does not seek to be what currently passes as "literature".

  11. Re:Help, which book? on Beginning Linux Programming, 2nd Edition · · Score: 1

    The L&O book covers the tools rather than coding.
    It's really more complimentary to BLP. I've never
    really felt the need to buy the L&O book. You
    can learn most of that stuff as you go along, and the info pages on this material are really quite good.

    Note that despite the "Beginning" title you need to be quite comfortable with C
    before tackling BLP. For instance, they don't
    explain some of the simple modular programming
    techniques they use. You might check out the
    "Linux Programming in 24 Hours" book if you
    are interested in a more intermediate text that I think is good for those who only know "schoolbook" C.


  12. Re:WTF??? on Bruce Perens Discusses Lawsuit Against Corel (UPDATED) · · Score: 1

    The GPL does not allow such restrictions. Period. If you must have such restrictions in your license
    then don't derive from GPL software.

    FreeBSD
    would probably have been a better choice for Corel, but they probably wanted to ride on the Linux hype wave.

  13. Why are you legitimating this kook? on Interview: Grill John Vranesevich of AntiOnline · · Score: 1

    As in subject.

  14. Re:Double standard regarding freedom to choose an on The Battle That Could Lose Us The War · · Score: 1

    It's Dave's time; why should he spend it supporting an OS he doesn't like? I'm sure even his wife would not want him to spend his free time on something so upleasant as fixing windows (taking out the garbage may be another issue.)



  15. Re:The 2 Big Lies about evolution on New Mexico Drops Creationists, Decides to Evolve · · Score: 1

    I don't know of any viable scientific alternative to naturalistic evolution. And wouldn't a supernatural theory of evolution be unscientific, i.e, non-falsifiable?

    Do you know of a scientific alternative with a reasonable amount of evidence for it?

    Here's a critique of Denton's book.

  16. Re:I say... on New Mexico Drops Creationists, Decides to Evolve · · Score: 1

    As well as being ignorant of the evidence for evolution, you seem to have the mistaken idea that evolution is a teleological neccessity. There is no reason that species must evolve. Please see the talk.origins FAQ.

  17. Re:A KDE User's Take on GNOME on Havoc Pennington Answers · · Score: 1

    >Raw API docs don't cut it, examples and >introductory texts are essential.

    Have you been paying attention? Havoc's introductory GNOME text was just published. That's why he's being interviewed here.

    Also, the gnome panel does have drawers. Still, I wish the panel had been more like the TkDesk dock.

  18. Re:Learning Python on Havoc Pennington Answers · · Score: 1

    There are several tutorials at www.python.org.
    Read those and browse the Python library documentation.

    The best way to learn Python is to start writing some simple programs. For example, I often find myself needing to munge some text file in a particular way, so I'll write a little throw-away Python script to do it.

    It also helps to have an editor with a good Python mode (I use emacs). Python 1.5.2 comes with an IDE called idle (after Eric Idle).

    If you find that you like it, invest in the _Learning Python_ book. You can get it for less than $25. See

    http://www.bestbookbuys.com/cgi-bin/bbb.cgi?ISBN =1565924649

  19. Just a debugger/profiler? on SGI Releases IDE · · Score: 1

    I'm not sure why they are calling it an IDE. The web page states:

    Implemented largely in Java, Jessie provides the portable and extensible framework that can be expanded into a full IDE. [emphasis mine]

  20. Perhaps GNOME isn't the problem. on Ask Havoc Pennington · · Score: 1

    Perhaps it's not GNOME itself you're finding slow, but enlightenment? You might try it with a faster window manager (icewm, perhaps.)

  21. Re:Why are you teaching them programming? on Computer Programming for Everyone · · Score: 1

    "...interesting are the add-ons available, i.e. libs, free code, examples, ability to act as glue, do system calls, etc.. Python might be great for that..."

    It is.

    "I don't know. But the point is, if that is the goal, you can probably kiss a lot of the simplicity goodbye."

    No, the simplicity is still maintained.

    "Further, if writing glue-type programs is the
    primary goal, then perl or C might be better, because of the vast number of add-ons."

    Python does not have as many modules as Perl does, but the simplicity and consistency of its syntax make up for that IMO.

    I do not believe your number 3 is one of the goals. I believe the goal is to empower computer users by making computer programming accessible to a wider audience.

  22. Re:Use of beginner's language on Computer Programming for Everyone · · Score: 1

    Python has these features, as do Perl and Tcl.
    Actually, I'm not sure what your point is.

  23. To hell with high school, at least on Voices From The Hellmouth · · Score: 1

    Private schools have fewer problems because they
    can be choosy about who they let in.

    I do think it would be a good idea to rethink high school. I think students should go directly to community college after a certain age (at least a certain *intellectual* age) where they
    would be in classes with older students as well as other kids. Forcing kids to be stuck with their own peers for four years during their adolescence retards emotional maturity IMO.

  24. More incorrect historical Background on Beyond The Holy Circle · · Score: 1

    The Enlightenment followed the Reformation by several hundred years. Perhaps you're thinking of the Renaissance.

  25. Luther? on Beyond The Holy Circle · · Score: 1

    Luther was a virulently anti-semitic bastard. Not my idea of someone to emulate.