Slashdot Mirror


User: jkujawa

jkujawa's activity in the archive.

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

Comments · 196

  1. A friend's comment: on Reintroduce Megafauna to North America? · · Score: 4, Funny

    "Just like rabbits in Australia -- but bigger! And carnivorous!"

  2. What political party ... on Clinton To Take On Rockstar · · Score: 2, Insightful

    Is Hillary trying to seek the Presidential nomination from again?

    Sure looks like a Republican from here.

  3. All hail "worse is better" on A Decade of PHP · · Score: 1

    The obligatory link: The Rise of Worse is Better

  4. Getting really sick of *-casting on Coming Soon, Roadcasting · · Score: 1

    Is what monkeys do poocasting?

  5. The Forbes slideshow format ... on The Feasibility of Star Wars Tech · · Score: 2, Insightful

    Is one of the worst things I've ever seen on the web. And they've been doing it for fucking *years*.
    Have they ever actually done any usability studies on it?

    ObTopic: I always assumed a "real" lightsabre would be something closer to magnetically-bottled plasma, which would explain its ability to deflect other lightsabres.

  6. Yuck. on MS-DOS Paternity Dispute Goes to Court · · Score: 1

    I mean, honestly, who would actually want to claim paternity?

    *points to Bill Gates* Your kid, not mine.

    Thing should have been aborted, or at least shot when pulled mewling and bloody from the womb. World'd be better off.

  7. Re:Applescript is such an asstastic language ... on Beginning AppleScript · · Score: 1

    To do any real work in applescript requires a hideous amount of typing. It's sickeningly verbose.

  8. Re:Python on Beginning AppleScript · · Score: 1
  9. Applescript is such an asstastic language ... on Beginning AppleScript · · Score: 2, Informative

    Fortunately, you don't have to use it to get the full functionality of the Open Scripting Architecture.

    You can use it from python, for instance. You need to generate an interface object from the AppleScript dictionary of anything you want to use, but then it's pretty straightforward.

    For iTunes (and using a fink-provided python, but the shipped one will work as well):

    pythonw /sw/lib/python2.3/plat-mac/gensuitemodule.py \
    --output iTunes --resource --creator hook \ /Applications/iTunes.app/Contents/Resources/iTunes .rsrc

    [Source]

    This makes a module called iTunes.

    Then you can use it trivially. You have to use the pythonw instead of the python executable (due to some interaction with the OS X window manager):

    >>> import iTunes
    >>> app = iTunes.iTunes()
    >>> library = iTunes.library_playlist(1)
    >>> num = app.count(library, each=iTunes.track)
    >>> num
    9365
    >>> for i in range(1, num+1): ... trk = library.file_track(i) ... print app.get(trk.name)

  10. Re:already exists on Grand Unified Theory of SIMD · · Score: 1

    The point of MacSTL is it's portable to both PPC and Intel. You can make a portable SIMD-optimized program.

  11. Correlation != Causation on Can-Spam Increased Spam · · Score: 4, Insightful

    It's likely that spam would have increased anyway.

  12. Re:Almost looked like a demo of OS X on Steve Jobs Demos NeXTSTEP 3.0 · · Score: 1

    Safari is Cocoa. Or at least mostly. (It's possible to use Carbon in Cocoa programs.)

    The easiest way to tell? Go to a text field in an app. Type ctrl-a or ctrl-e. If those keystrokes send you to the beginning and end of a line, it's Cocoa. A lot of other EMACS keybindings work. This is the default behavor of NSTextView.

  13. Time to get my dad a new computer. on End Of Support for Windows NT 4.0 · · Score: 1

    My father is currently using a cast-off K6-200 I build in 1999-ish. NT4 has been rock solid for him, for what he does. I patched it up to all of the latest security patches over Christmas, but it's time to get him a new computer, I think.

    I think this is it.

  14. Why? on Porn Industry Mulls Next Generation-DVD · · Score: 1

    It's not like porn needs the quality of DVD anyway.
    It's not like anyone but Andrew Blake is shooting with halfway decent equipment.

    It doesn't matter if the output format has 10K x 10K pixels if it's shot on crappy camcorders.

  15. Re:Deniable until they look at your swap partition on Plausible Deniability From Rockstar Cryptographers · · Score: 1

    One would hope the authors were smart enough to write it so that it pins the memory so that it can not be swapped.

    The program has to be SUID to do this, but ... sometimes nuking from orbit is The Only Way To Be Sure.

  16. Re:You get the *strangest* combination of junk mai on What Organizations Do You Contribute To? · · Score: 1

    And you'd be correct there.

  17. You get the *strangest* combination of junk mail on What Organizations Do You Contribute To? · · Score: 2, Insightful

    ... when you're a member of both the NRA and the ACLU.

    Seriously. I think my junk mail gets in fights in my mail box.

  18. Does this mean ... on Sprint Close to Buying Nextel · · Score: 1

    That we're going to have to listen to that goddamned chirp even more often?

    Push to talk ... AND DIE.

  19. Re:Shit. on PlayStation is 10 years Old Today · · Score: 1

    I *was* one of those C64 guys.

  20. Shit. on PlayStation is 10 years Old Today · · Score: 4, Funny

    Well.

    I feel old now.

    Keep forgetting where I put my dentures, too.

  21. Re:Writing extensions... on Python 2.4 Final Released · · Score: 1

    If it's easy to write extensions, but the rest of the language stinks, like TCL, is that really a win?

  22. User interface disaster on AOL Releases Netscape Beta, Based on Firefox · · Score: 4, Insightful

    Screen Shot"

    That is undoubtedly one of the worst UI disasters I've ever seen. Just looking at it makes my eyes hurt. The horrible choice in colors, the business, the unreadability of text due to gradients and poor color and font choices, and that's just looking at a static image. From the looks of it, I wouldn't be surprised if half the widgets were animated.

    It's like ... perfect awfulness. If a skilled and pissed-off user interface designer sat down to purposely design something as user-hostile as possible, I don't think he'd come up with something this bad.

    Ye gods.

  23. Re:sigils sneaking in on Python 2.4 Final Released · · Score: 3, Informative
  24. Re:HD and BR both have entertainment value on HD-DVD Wins Support of 4 Studios · · Score: 1

    Anyone know which one the porn industry is backing

    Does it matter? It'll all be mastered from something camcorder-quality anyway. I don't know if I've ever seen a porn DVD that had decent quality, other than Andrew Blake stuff.

  25. I just want to see how Doom ... on Half-Life 2 Causes Nausea, Looks Good in Doom Engine · · Score: 1

    Handles the huge outdoor maps from HL2.
    I think this is where the Doom engine completely falls on its face.