Slashdot Mirror


User: Tumbarumba

Tumbarumba's activity in the archive.

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

Comments · 37

  1. Re:Point? on Windows Vista Beta 2 Available for Download · · Score: 2, Insightful
    Why would anyone outside of ISVs download this? So for the cost of re-imaging my system I get to test an unstable, feature incomplete OS that is likely to further the bane of human existance. Not only does the install expire but I then have to pay full price for a legit copy at the end. And for all my bug reports I send in I get ???

    You get:

    • An opportuninty to test any software you have developed for compatibility with the updated platform
    • The thrill of being on the bleeding edge, and to play with something before most other people
    • Windows system administrators get a chance to update their skills, and perhaps be ahead in the job market
    At least when you beta test an OSS OS you then get rewarded with a stable OS that you can freely install as you choose...

    ... or you could install an unstable OSS OS and test features not currently available in current stable distributions. Same as what's happening here. Some people will be interested, most people won't.

  2. What is a light-year and how is it used? on Three Neptune-sized Planets Found Nearby · · Score: 3, Informative

    Dude, you could at least give some attribution to http://starchild.gsfc.nasa.gov/docs/StarChild/ques tions/question19.html

  3. Interesting, but distracting on Ajax and the Ken Burns Effect · · Score: 1

    This looks like an interesting technique, but I think that you would have to have a very good reason to use this feature in a real presentation, otherwise it might come across as distracting. The presenter should be trying to make some sort of point (or sale, or argument, or...). I'm sure that there are some cases where this could really make a big different to a presentation, but I'd guess that these are fairly rare.

    On the subject of web enabled presentation formats, I really like S5, Eric Meyer's Simple Standards-Based Slide Show System (see http://www.meyerweb.com/eric/tools/s5/ ). This is much more simple than the technique from the article, and there are now some very powerful Scriptalicious extenstions that can add dynamic features to S5. One of my own presentations is at http://www.exubero.com/ant/antintro-s5.html

  4. Re:It's all about the PageRank on On the Matter of Slashdot Story Selection · · Score: 1

    This argument resonates with me, especially since I've had to implement countermeasures to stop PageRank spammers on a wiki I admin (see http://www.exubero.com/blog/20051206_Stopping_Wiki spam.html for details). In my case the wiki spammers were obviouly leeching on my resources by adding links using automated tools from a botnet, without contributing anything material to the wiki. The additions were hidden from casual view, the only reason for them was to increate PageRank. I don't look very favourably on tricks used to game the ranking system.

    In the case of **Beatles-Beatles, he is actually providing interesting stories, but the motivation appears to be gaming PageRank.

  5. Start your company now! on New Golden Age for Outside-the-Box Startups? · · Score: 5, Funny

    Hey, here's the perfect page for this topic. It will generate the name of a Web 2.0 company and product description in seconds!

  6. Re:Antimatter on The Art of Particle Physics · · Score: 1
    Looks like you gathered some inspiration from http://www.simplebits.com/ am I correct?
    Yes, you are quite correct (as you can easily determine if you look inside the master.css file). Simplebits gave me some initial ideas about colours and layouts. The sliding doors technique described on A List Apart helped complete the menu, and numerous other tweaks and improvements from other articles on that site. Ruby and ERB does a lot of heavy lifting in regards to assembling various bits of body and sidebard content, and generating menu structure.
  7. Antimatter on The Art of Particle Physics · · Score: 3, Interesting

    I have some friends who play around all day smashing antimatter into matter, which I think sounds like a fun hobby. The theory of what they do is well above my head, but I recently got a chance to contribute by creating a new website for them at the Center for Antimatter-Matter Studies. Check it out (though I'm afraid there aren't any pics of quarks)

  8. Cluetrain Manifesto on The Naked Corporation · · Score: 1

    This reminded me of the Cluetrain Manifesto; it certainly covers a lot of similar ground.

  9. Example presentation using s5 on Standards-Based CSS/XHTML Slide Show · · Score: 4, Interesting

    I needed to create some slides last week for a presentation to my company's Best Practice group. After working out the actual content I wanted, it took me all of 20 minutes to create the content using s5.

    Here's the final result: Introduction to CruiseControl

    Mozilla users can switch to alternative stylesheets using the switcher on the status bar.

  10. Revised script to "A New Hope" on High-Altitude 'Security Blimps' Coming Soon · · Score: 2, Funny

    BEN: That's no moon! That's a Security Blimp!

  11. Re:Java on Pragmatic JUnit Testing · · Score: 5, Insightful
    So what does a JUnit call look like

    JUnit unit = new JUnit.TestFramework.SimpleTest()
    unit.setExpectedResult(4)
    unit.setPassMessage('Okay, exponention works...')
    unit.setFailMessage('Uh oh...')
    NumberFormatter format = new NumberFormatter()
    format.setDecimalDigits(1)
    format.setLocaleFractionalSeperator('.')
    unit.setFormatter(format)
    unit.runTest(Math.pow(2))
    Nah, more like this:

    public void testPow() {
    assertEquals( "Unexpected Math.Pow result", Math.pow(2), 4 );
    }

    Seriously, kids, java is bad for you...
    Yeah, I can create a verbose, unreadable and unrealistic example in Perl, too. It doesn't make the language bad, rather it reflects badly on the programmer.
  12. Re:Where did 1.0 go? on Mozilla Branches For 1.0 RC1 · · Score: 2, Informative

    The 1.0 branch is long lived, but it has only just branched and has not stabilised yet. Nightly builds on this branch will be labeled with RC1 in the "About Mozilla" screen and user agent string. When drivers is happy that there are no major issues, and then the RC1 will disappear from the reporting string.