Slashdot Mirror


User: soulcuttr

soulcuttr's activity in the archive.

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

Comments · 43

  1. My Project on NSF Works Toward A Digital Science Library · · Score: 2, Interesting

    Interesting, my company is involved in a grant with the National Science Foundation to produce a multimedia database primarily for medical information which is all professionally cataloged so as to accept/reject submitted multimedia based on the quality and accuracy of the information the contributor provides. Anyway the goal is to give educators and students a place to share and find information with 100% signal, and no noise. It uses an established, focused, and standard vocabulary (Medical Subject Headings) as well as the usual keyword-based searching.

    Reinventing the wheel, it seems (sigh).

    -Sou|cuttr

  2. Re:Does it say if the majority of the $4 bil on The Business of Star Trek · · Score: 0, Offtopic

    is pre- or pro- Roddenbury?

    Good question -- also I wonder how much of it was anti-Roddenbury.

    Try "pre- or post- Roddenberry"

    -Sou|cuttr

  3. Re:At this point, it's vapor. on Java For BeOS · · Score: 1
    Essentially (and sadly, perhaps), I think you're right. This 'big announcement' is really nothing more than a statement of intentions to support Java, which is something we have heard before.
    From the article:
    Simon (bu): Well I am happy to announce that beunited.org is officially working on porting the Java 2 Standard Edition to BeOS
    There is reason to be optimistic that we'll see it actually happen, though, as Simon claims that they now "have a full working build system under BeOS." (although what a 'full working build system' is is somewhat ambiguous). I don't suppose there's much to be done about this news except to keep watching. Like you say, I'll believe it when I see it -- but this news does give me hope.

    -Sou|cuttr
  4. Re:Long-term effects? on Tan With Implants Instead Of Sun · · Score: 1
    I can't find it on The Onion's website, but this article reminded me of a recent 'News in Brief' article titled Lazy FDA Approves X-Ray Vision Pills
    WASHINGTON, DC--Citing the hot weather and a desire to go home for the day, FDA officials approved American Products Limited's "X-Ray Vision Pills" for commercial sale in the U.S. Monday. "After evaluating this and regulating that for months, we were really dying to cut out early, so we were all just like, 'Fuck it. Let's just approve this,'" FDA deputy commissioner Lester Crawford said. "Besides, nobody could think of a real good reason why X-ray-vision pills would be unsafe."
    More and more I'm finding that just as all conversations can find comparisons to episodes of The Simpsons, references to The Onion are becoming just as easy to make. I fear for a future saturated with constant references to pop culture. *looks around* uh oh...

    -Sou|cuttr
  5. Re:Can anyone explain the one interesting point on First Commercial Moon Mission Approved · · Score: 1

    Your point is well-made that those particular arguments fail to hold water under scrutiny. How would you explain THIS evidence, though?

    -Sou|cuttr

  6. Re:Energy shields! on Air Bags for Planetary Defense · · Score: 1

    If you wish to use the post as your frame of reference, you're still never going to get it now. :)

    -Sou|cuttr

  7. Re:Energy shields! on Air Bags for Planetary Defense · · Score: 1

    The problem with scientists of tommorrow is that they're hard to contact since they're always a day ahead of us. You'd probably have better luck contacting the scientists that are around today (especially if you need it now).

    -Sou|cuttr

  8. Re:Nobody abolished Newton's laws... on Air Bags for Planetary Defense · · Score: 1

    I've never tried it, but are you suggesting that sleeping on the blunt end of a pencil will "disintegrate the parts [of my head], yielding little benefit". That IS a sobering thought.

    -Sou|cuttr

  9. And the best prize of all on ICFP Programming Contest 2002 · · Score: 1
    The team winning the Judges' Prize will be awarded
    • Peer recognition: The contest judges agree to state at least once during the presentation of the awards that the winning team is comprised of a group of "extremely cool hackers."
    Finally somebody besides my parents to tell me how cool I am! :)

    -Sou|cuttr
  10. Re:Shooting the messenger? on Hack the Army, Brag About it, Get Raided · · Score: 2, Interesting

    I think that there needs to be a distinction in the law concerning the intent of the action. In a case such as this, the intent was obviously not to steal personal information, or to do harm, but it was for publicity and also to be a wake-up call to government IT departments to start taking their security more seriously.

    Since the amount of personal information that the government is capable of gathering seems to be increasing, I don't believe it's an unreasonable expectation that security be increased as well. In cases where the security is so obviously lax, I would rather somebody inform them like this (maybe under some sort of digital security good samaritan law) than to let it go unnoticed.

    -Sou|cuttr

  11. Remember the saying... on Harvesting Gold Nanoparticles WIth Alfalfa Plants · · Score: 2, Interesting

    "Money doesn't grow on trees"... but it DOES grow on alfalfa apparently.

    I'm curious to know if this is a property specific to alfalfa, or if other plants have the same propensity towards extracting metals from the medium in which they grow. I could be living on property that's 'green gold' (if only I put all my grass clippings through extensive centrifuging).

    -Sou|cuttr

  12. Re:Legitimate concern or disguised marketing? on Starbucks Clashes With WiFi Hobbyists Over Airwaves · · Score: 2, Interesting

    Perhaps following the 'any publicity is good publicity' rule. While you and I may see this as negative, there are those out there who will see the article and think to themselves "Hey, I had no idea Starbucks offered a service like that!"

    I wouldn't go so far as to say that the news article was an intentional advertisement -- but it may serve as one nonetheless.

    -Sou|cuttr

  13. Re:Who was there first? on Starbucks Clashes With WiFi Hobbyists Over Airwaves · · Score: 1

    I think that summed it up rather nicely.

    One would hope that these two services could resolve their dispute amicably, because (as the article says) "they cater to completely different markets". What I find sad (or perhaps I should say typical) is that in the absence of a strict externally-imposed set of regulations, a company would rather do whatever they please without regard to others instead of doing what common courtesy/sense would dictate -- to play nice and share.

    Clearly I am no businessman.

    -Sou|cuttr

  14. Re:An excellent tool on Valgrind 1.0.0 Released · · Score: 1

    I'm not sure why, but I find it amusing to picture the author trying to find bugs in Valgrind, actually using Valgrind.

    Perhaps it shouldn't seem as funny to me in days when Subversion is self-hosting, and GCC compiles itself.

    -Sou|cuttr

  15. Re:Define your goals on Open Source Politics - Maintaining Your Vision? · · Score: 2, Insightful

    I would have to agree with the parent -- the best thing a project can have is a detailed design document. Not only will it help you judge the progress of your program, set milestones etc, but it also helps to show other potential developers where you are going with the project. Basically it can help you keep your project on track even when a single stubborn developer insists that they do something their way -- you can point to the design documents and have a basis for rejecting their idea(s).

    Never be so rigid as to refuse any change in the design document whatsoever, though. If many people are wanting a feature, or want to take things in a different direction, then you have the choice to incorperate that into your project, or sit by and watch them fork it.

    Managing projects is always tricky and there just aren't rigid rules that every project should follow. Well, maybe this one rule.. always try to be rational and logical about things rather than emotional. It sounds a lot easier than it actually is -- programmers get attached to their code and their ideas, and it can be hard to influence them to change when they make up their minds. If you try to approach things with as little bias as possible (while keeping your goals in mind), I think you'll do well in most any project.

    -Sou|cuttr

  16. Re:Missing rule on 8128 miles Per (US) Gallon · · Score: 1

    Indeed -- look closely at the side of the white vehicle if you want to know how people will view you if they see you driving one of them.

    -Sou|cuttr

  17. Re:1136mpg on 8128 miles Per (US) Gallon · · Score: 1

    No, the typical US car would be closer to 1136 gpm

    -Sou|cuttr

  18. Re:When comments are more than comments... on Pet Bugs? · · Score: 1

    That's an arguement against ASCII art in comments right there. To be honest, though, it seems as though that backslash should never get processed (the compiler should skip processing the line after the // comment begins), but then who has ever made a standards-conforming compiler, eh?<BR><BR>

    *grin* Good one.<BR><BR>

    -Sou|cuttr

  19. Re:Bugs and air-traffic control.. on FAA Pushes Air Traffic Control Systems Into Service · · Score: 3, Insightful

    I don't know a whole lot about the way that this system interacts with navigation in planes themselves, but I don't believe air traffic controllers guided those terrorist airplanes into the towers. So I don't see that your "blacker side" has any reasonable chance of occurring.

    -Sou|cuttr

  20. Re:Bad data, bad conclusions on Open Source Developed by Individuals, Not Large Groups · · Score: 2, Insightful

    I would tend to agree with you -- however it goes both ways. I am in the middle of developing a project on SourceForge, and I have found that I've recieved a couple of emails containing sources (additions rather than fixes, though) which I have added, or am adding to my project.

    If you follow my link, however, you'll notice that there are 4 developers for my project -- and yet I am the only person actively working on it. So the number of submissions I've received pretty much evens out with the number of people inactively listed as members of my project. I'm not saying this is the case for all projects, but it may be the case for many of them.

    -Sou|cuttr

  21. Why Bees are a brilliant choice! on Bomb-Detecting Bees · · Score: 4, Funny
    I can see in my head what will happen.
    1. A bomb threat is called in
    2. The local beekeeper is called
    3. A few trained bees teach the beekeeper's bees in an impromptu training session
    4. A voice over a megaphone exclaims "RELEASE THE BEES!"
    And the reaction...?

    People running and screaming from the building used to scream "There's a bomb in the building!"
    Now they will scream "There's a bomb and BEES in the building!"

    -Sou|cuttr
  22. That's what they're calling it these days, eh? on Smart Cards Vulnerable to Photo-Flash Attacks? · · Score: 3, Funny

    From what little I know, any criminal who has been to jail has had access to a "manual probing station". IANAC (I Am Not A Criminal), but I think it's located in the showers.

    -Sou|cuttr

  23. Re:Give this man your cash on Another DMCA Attack Looms · · Score: 2, Interesting
    Rinikusu said
    My question is, why haven't we done this already?
    It has been my observation that while there is a lot of collective angst on the internet and on Slashdot, very little of that energy is turned into a productive solution. People feel too powerless to affect the giant political machine of the United States -- and who could blame them? Any time that I have written to my senators, it has changed nothing. Any time that I have spoken up even in local government, it has changed nothing. It could be that it's because I live in a region dominated by conservatives, but even so I would hope that reason (MY reason.. heh) would win out. Maybe the majority does want a draconian government to rule them with an iron fist...

    </pessimism>

    I guess we keep trying, though.

    -Sou|cuttr
  24. Re:Who needs 300 fps? on ATi's All In Wonder Radeon 7500 · · Score: 1

    I don't know how true that really is. I remember reading about a study in which fighter pilots were able to identify the make of a plane flashed in front of them in 1/200 of a second. I wish I could pull up the link, but google's pigeons aren't finding it this morning.

    -Sou|cuttr

  25. Not to sound cynical, but... on AOL Wins One Over The Spammers · · Score: 1

    And exactly how does this differ from any other "Giant Corporation wins over Small Guy in court". I don't support the small guy in this case (the right people DID win), but I would hardly call it a surprising result. The trick is to get the Giant Corperations to fight on the side of the common good, which is what occurred here.

    -Sou|cuttr