Slashdot Mirror


User: tcopeland

tcopeland's activity in the archive.

Stories
0
Comments
1,760
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,760

  1. Until then, there's always... on Half-Life 2 Targeted for Summer Release · · Score: 4, Informative

    ...DOOM.

    With updated source code available, plenty of improvements, and lots of ways to create your own maps, there's plenty to do before HL2 comes out!

  2. Government, yup on Linux Going Mainstream · · Score: 4, Interesting

    Linux is also proving popular in the public sector. Governments like the idea of not paying a proprietary vendor huge licensing fees for years and years.

    So true. Running on Linux baby!
  3. We've been using Jabber for the past two years... on IETF Approves XMPP Core as Proposed Standard · · Score: 5, Informative

    ...to send Cougaar society status messages around - we've been able to get around 1100 messages (albeit simple ones) per second.

    We're using the Ruby wrapper Jabber4R as well as various GUI clients, and we're using the Jabber 1.4.2 server.

  4. A thread from joelonsoftware... on Eric Sink on Starting Your Own Software Company · · Score: 5, Informative

    ...on starting a company is right here.

    Lots of similar ideas there, including a few rants against VCs and incubators.

  5. The debian-java mailing list.... on Debian Fastest-Growing Distro, Says Netcraft · · Score: 4, Informative

    ...is right here.

    Lots of discussions on library dependencies and Kaffe and such like are in the January archives.

  6. Re:Personally I like wxWindows on C++ GUI Programming with Qt 3 · · Score: 1

    Yup, and there are wrappers for it in a variety of languages:

    WxRuby
    WxPython

    Good stuff.

  7. Coolness on Why iPod Mini is a smart move for Apple · · Score: 1, Offtopic
    From the article:


    The Apple brand is cool right now, and that perceived hipness is a major selling point for Apple.


    Yup, right. But Apple is doing other things right, too - like Mac OS X being a solid operating system based on Mach and various BSDs. We run our web and CVS server on OS X and it's cranking along just fine.
  8. Re:Linux and "Netscape" lead the statistics... on Ask About the Iraqi LUG · · Score: 1

    Heh. Note the usual exponential decay in activity. Fickleness, thy name is Slashdot.

  9. Re:Would have been much more readable... on Best of The Perl Journal · · Score: 1
    Heh. I'm looking at an August 1984 copy of "80 Micro", which was a magazine for TRS-80 users. On page 50 there's an article called "One-Liners" by a fellow named Harold Fink. Here's one of the better ones:
    6300 W=0:FORV=1TOLEN(X$):U=ASC(MID$(X$,V,1)):IFU=47W=0: NEXTELSEIFWNEXTELSEZ=VAL(MID$(X$,V+1)):FORX=0TO1:X =0:IFZ<0Z=Z+1:
    Whew. That's only about half of it. But you get the idea. This was a feature article, too... a real barn burner.
  10. Linux and "Netscape" lead the statistics... on Ask About the Iraqi LUG · · Score: 2, Informative

    ...right here. Netscape == Mozilla, and such, I bet.

    Have to remember to check that page a day or two from now... there'll be a new "busiest hour", probably.

  11. Question #4 from the SCO "Linux Q & A".... on United Linux Dead · · Score: 4, Interesting
    ...as of May, 2003 (seems to have disappeared since then) was this:


    Q: How does this action affect SCO's involvement with UnitedLinux?
    A: SCO is a founding member of the UnitedLinux consortium. With that said, SCO
    Linux Server 4.0, Powered by UnitedLinux sales will be suspended with this
    announcement. SCO will continue to fulfill its obligations to the UnitedLinux consortium.


    Truly, a masterful side-stepping of the question.
  12. Nice to see that the SCO stock price... on One Company's Response to SCO · · Score: 3, Funny

    ...is going the right way so far today.

  13. You can purchase an Ultra 5... on Sun Sparc 5 Nostalgia · · Score: 5, Informative

    ...right here. They also have Ultra 60s, 80s, etc.

  14. Re:A nice comparison of Python with other language on Learning Python, 2nd Edition · · Score: 1

    > rather than commenting on the value of the
    > Python book itself

    Hmm... I see a book review as a starting point for spawning off discussions - linking to a page discussing Pythons pros and cons seems reasonable.

    > commenting on common foes to all
    > lightweight languages

    Foe, or design choice?

  15. Re:Python and Perl... on Learning Python, 2nd Edition · · Score: 2, Funny

    > There is nothing, and I do mean NOTHING that
    > a real Unix professional can do with Python
    > or Perl that he or she can't do with awk, sed,
    > and grep.

    Awk? Sed? Bah! There's nothing you can do in awk and sed that you can't do with plain, simple assembly language opcodes!

  16. A nice comparison of Python with other languages.. on Learning Python, 2nd Edition · · Score: 4, Informative

    ...can be found here.

    I prefer Ruby, but there seem to be a lot of healthy discussions of various language features and ideas across the scripting language community. The "Python comparison page", for example, has a link to John Ousterhout's paper on why scripting languages are useful - even thought he wrote the paper about Tcl, it's just as applicable to Python or Ruby.

  17. Re:Image mirror on News from Mars · · Score: 2, Informative

    Another one here, just in case.

  18. One of the comments on the article's forums... on Bleak Future for Videogame Customers · · Score: 4, Insightful
    ...makes a nice point:

    For one thing, I don't think gamers will tolerate it. There are pay-to-play MMORPGs now, but people are willing to pay for those because there's a good reason. Servers have to be hosted, content has to be added, players have to be policed. There's no corresponding reason in a single-player game of Half-Life, and there's no evidence to suggest that gamers will be willing to pay monthly if there's no justification for it.


    I'm certainly happy to have an actual CD of DOOM II so I can work on Ruby-DOOM on whichever computer I'm closest to.
  19. Re:This is good news on Nokia to Port Perl to Mobiles · · Score: 2, Interesting
    > {*cough* ruby *cough*} I expect "2" + 2
    > to equal 4, not 22

    Hm. In Ruby that'll raise an exception:
    irb(main):001:0> "2" + 2
    TypeError: cannot convert Fixnum into String
    from (irb):1:in `+'
    from (irb):1
    irb(main):002:0>
    But of course, you could do:
    irb(main):002:0> "2" + 2.to_s
    => "22"
    or
    irb(main):003:0> "2".to_i + 2
    => 4
    irb(main):004:0>
    to get whatever result you want.
  20. Re:Lotus Sametime on Enterprise IM? · · Score: 1

    > Give your users Jabber

    Yup, Jabber's good stuff. You can script it using Ruby, too, which is nice.

  21. LOAF will rule them all on The Uncertain Promise of Utility Computing · · Score: -1, Offtopic

    Everyone knows that LOAF is the _real_next big thing. It's already implemented in a bunch of languages.

    But don't take my word for it - you can read the whole story on LOAF right here.

  22. Re:Problem. on Apache Cookbook · · Score: 1

    > Probably a better candidate than Ruby

    Oh, I don't know. Ruby has a decent number of tools available. There's mod_ruby and a bunch of templating/web application libraries like Amrita and Cerise.

  23. Re:Various languages for Mindstorm programming on LEGO Mindstorms Will Survive · · Score: 1

    > you're pushing your Ruby again

    Nah, just spreading the joy.

    > Love that empty sourceforge site of yours!

    Hm. The download area for the mindstorms project is here... I guess I'm not sure what you're referring to...

  24. Various languages for Mindstorm programming on LEGO Mindstorms Will Survive · · Score: 5, Informative

    Ruby
    Java
    Python

    Good times!

  25. Nice, they've got Matlab routines... on Matrix-Style Brain Interface Closer To Reality · · Score: 5, Informative

    ...for processing the data from the microelectrode arrays.

    Yes, the above link goes to another web site called "bionictech.com", but the two companies merged in 2002.