Slashdot Mirror


User: daveinthesky

daveinthesky's activity in the archive.

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

Comments · 62

  1. Re:Kudos to Nokia on Nokia Makes LGPL Version of PyQt · · Score: 2, Interesting

    More python apis would be great. If they followed PEP-8, even better.

    Describing PyQt as "C++ without the segfaults" is only partially true, though. I've segfaulted the latest PyQt4 (by accident, of course), and it's not too hard to make it happen in different parts of the Qt4 api if you're not too careful.

    See, for example:
    http://github.com/davvid/git-cola/commit/944ca1252f2f5e6bbd17f8a6fc4718144138bd26

    Undo that commit and you, too, can segfault PyQt4 4.5 ;-)

    For the curious, there was a change in behavior between PyQt4 4.{3,4} and 4.5. Older versions coped with the original code without a problem. Fedora 11 users reported the problem; my debian install wasn't tickling the bug (probably cos my lib was too old?)

    If pyside can help me do away with these workarounds then I'll be quite pleased.

    Right now I'm even carrying around setup.py compatibility hacks for older versions of 'pyuic4' that shipped without a proper shebang line. Grr.

    I'm sure porting to pyside's going to suck, but if I get a more stable lib then it's worth it. Until they've proven themselves, though, I'll have to deal with the hacks/workarounds[*].

    The python guys came up with a py2to3 script for going from python2 to python3. If pyside can come up with a similar script for PyQt4 to pyside then they'll have an easier time winning over existing PyQt4 users.

    BTW did anyone else wonder about the name? WTF is pyside? The FAQ doesn't even mention why it has that name.

    [*] I know I'll be waiting a bit, though, since Mac and Win support aren't the top item on the pyside todo list a.t.m.

  2. Re:Apple losing a golden chance on Lenovo Tinkers With Larger Delete and Escape Keys · · Score: 1

    caplock's location on the homerow would be much better served by the ctrl key,
    which is how I have my keyboard setup.

            Option "XkbOptions" "ctrl:nocaps"

    Once you switch, you don't go back. I never leave the homerow for common ctrl-key sequences, and my pinky thanks me. The latest versions of mac os let you set the modifier keys through sys prefs. All that's left for apple/ibm/etc to do is change the default.

    ctrl has my vote :-)

  3. Re:No need on Lenovo Tinkers With Larger Delete and Escape Keys · · Score: 2, Funny

    Heh, don't be silly now...

    cobol programmers can make bank. it's true.
    obscure/arcane knowledge = $$$

  4. Re:OMG you are kidding right? on How to Recognize a Good Programmer · · Score: 1

    Ok.
    Post it then.

  5. Re:sad on Thinking about Rails? Think Again · · Score: 1

    Yup. I love getting my workmates with that one.

    I challenge them to a bet claiming that they cannot implement python's "print" in python (unlike lisp, where you can probably implement most of lisp in lisp itself). "Yes you can!" they always claim. heh heh heh..

    Gets them everytime!

  6. Re: Can someone provide some insight? on Debating the Linux Process Scheduler · · Score: 1

    Everything is a fs. Get used to it.
    It's the future, and it's not going away ;-)

    http://cm.bell-labs.com/plan9/

  7. Re:Alternate link on Linus on Subversion, GPL3, Microsoft and More · · Score: 1
  8. Re:Wait... on DirectX 10 Hardware Is Now Obsolete · · Score: 1

    > at this point, there is no particular benefit to using OpenGL except for its cross-platform support.

    okay.. so which is it? -- "no particular benefit" or the benefit of cross-platform support?
    That's a pretty big friggin benefit if you ask me.

  9. Everything you ever need to know about QA on QA as a Bridge to a Game Career? · · Score: 1
  10. X-Prize Winner Right Here on X Prize For a 100-MPG Car · · Score: 1


    Let's cut to the chase. There's already a winner:
            http://www.flytheroad.com/

    All we have to do now is ban those big, ugly cars.

  11. Re:I would like to know on Dept. of Energy Rejects Corn Fuel Future · · Score: 1


    Check this out, I think you'd like this:
    http://www.flytheroad.com/

  12. Re:can they also make a contraption... on Using Gym Rats' Body Power to Generate Electricity · · Score: 5, Interesting
  13. Re:WHAT COMPUTERS STILL CAN'T DO on Marvin Minsky On AI · · Score: 2, Informative

    well... dreyfus wasn't entirely correct.
    the human mind ~is~ like a computer.
    read "godel escher bach: an eternal golden braid" for a fun and enlightening journey into the nature of minds and machines.

    or rather.. how about a rebuttal from "the man" himself:
    http://www-formal.stanford.edu/jmc/reviews/dreyfus /dreyfus.html

    jmc rocks. what did dreyfus ever do?

  14. Stop Motion Animation + Legos on Using Technology to Improve Kindergarten? · · Score: 1

    Enough said.
    You can let the kids make their own themes, stories, etc. and let them run with their imaginations.

    You can handle the hard parts, and if they're curious they can learn how to run the capture/playback software too, but it shouldn't be required.

  15. hurry, quick!... on Wikipedia Founder Introduces Wiki Magazine Sites · · Score: 1

    ...someone post the code here in iambic pentameter and preserve it forever

  16. Re:I forget the Link... on Opening Diebold Source, the Hard Way · · Score: 3, Informative

    "Computer programmer Clinton Eugene Curtis testifies under oath before the U.S. House Judiciary Members in Ohio (back in 2004)"

    Is this the link?

    http://www.alternet.org/blogs/video/40755

  17. Re:especially since that's the only reason it's he on Hans Reiser Arrested On Suspicion of Murder · · Score: 1


    Now if only he had designed a language!

    Programming Language Inventor or Serial Killer?

  18. Re:Semi OT question on PHP and Perl in One Script? · · Score: 1


    > this scripting interface written in Python

    correction: ...implementation of a Python-based scripting interface...

  19. Re:Semi OT question on PHP and Perl in One Script? · · Score: 1

    Simple:

    A certain studio already has an implementation of this scripting interface written in Python for that same app you alude to (you have definitely heard of them). The mfg. of said 3D app has now resorted to stealing the better ideas from their customers. No joke! ;-)

    But, to answer your question, MEL is lacking lots of features that skilled developers (who might happen to like Python) happen to enjoy. And since blender3d already has a Python interface, they sure wouldn't want to lose the feature war to some OSS project (not to mention developer mindshare).

  20. Re:Table Oriented Programming on Building Intelligent, Rule-Based Applications? · · Score: 1

    Note that it takes a fairly dynamic language to impliment this so that it can execute code snippets from a database

    Hence you'd probably want to write it in lisp so you can do away with that whole useless data vs. code dichotemy ;-)

    You can probably find some decent rule-system implementations floating near academia if you dig.

  21. Re:Why was it ignored? on Saving Lives with Design · · Score: 1

    Too true.

    More info for the uninformed.

  22. Re:Good point on Future Skills for a Budding Web Designer? · · Score: 1



    heh

    This reminds me of those vice do's [see: how's your news] where you can't tell whether it's actually supposed to be a don't.


    use the view source and read up on web standards.

  23. Re:Smart Move on Windows XP To Get Longhorn Technologies · · Score: 1

    Nice thinking,

    but it's a smart move for a more fundamental reason...

    FREE BETA TESTERS FOR MS!

  24. Re:Trying to be objective on Microsoft Portable Media Center Reviewed · · Score: 1

    DivX, etc...
    It'll play them, sure!


    ...but you'll have to wait for an exploit in the star wars special edition drm hd-dvd so that you can install linux w/out voiding the warranty

  25. Re:Not insulting anyone on Red Brains vs. Blue Brains? · · Score: 1


    dude.
    don't feed the trolls. his name is 'jesuspower'