Slashdot Mirror


User: SilkBD

SilkBD's activity in the archive.

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

Comments · 161

  1. Re:Just Plane Stupid on Bethesda's 'Scrolls' Lawsuit Going Ahead · · Score: 1

    Minecraft is about creation... we love to create things... in minecraft we're creating a home ultimately a world to our whim... this is very addicting.

  2. Re:I'd rather celebrate the first *man* in space on Two Slightly Used Space Suits For Sale · · Score: 1

    Don't mistaken apathy for ignorance... the average American just doesn't give a sh|t about Soviet "firsts"

  3. Holes and Gas on Two Huge Holes In the Sun Spotted · · Score: 1

    Two holes with Gas shooting out.... come on people I'm in a deadlock as to which of the million jokes this generates.......

  4. Not All Games on Are Gamers Safer Drivers? · · Score: 1

    From personal experience, after a 4 hour marathon of Burnout3 on a big screen TV.... you don't want to get in a car for at least a day.

    Apparently... drifting... not as easy to do in reality.

  5. Mainstream? So what? on Geek Culture Will Never Die...or Be Popular · · Score: 1

    I pose this response: Who gives a crap?

    I'm a geek, i'm a programmer who loves sci-fi, quantum physics, learning as much about everything as possible (especially anything related to science), I was there when l33t speak was invented by my geek "friends".... and, godamnit, I love Tron.

    And once again, I ask, who gives a crap. What I like is not influenced by what the mainstream like other than the fact that usually the mainstream destroys the integrity of what I used to like...

    I'm a geek and i always will be until I upload my consciousness to the internet hive brain and merge with the source.

  6. Start your own business for the experience... on Getting Hired As an Entry-Level Programmer? · · Score: 1

    This is what you do... You start your own consulting business and do freelance work in the evenings and weekends as a side job. You get a couple of books in the language you need/want to know, and you start your own little projects to support your business (like a time tracking app, or a billing application, etc...). So now you have a business, language experience, an application, and business experience under your built while still working your day job. Now you goto freelance websites looking for small jobs and gradually grow to larger ones.

    After a year or two of this, you'll have a lot of diverse experience in a wide range of areas that you can legitimately add to your resume.

    I say this because this is exactly what I did... and I went from a software engineer to the director of the IT department in 14 months because of my independent work and foundation I made for myself.

    Just don't call your company something stupid like Jackhole Studios...

  7. Re:Typical. on IBM Responds to Overtime Lawsuits With 15% Salary Cut · · Score: 1

    In a logical world, rather than messing with this Union nonsense, those workers would simply go find another job that is better for them.

    I mean these people sued the company, they're should be lucky they have a job at all. I know the first thing I'd do if an employee sued my is fire their ass.

  8. Re:MHZ myth on Revolution Horsepower Revealed · · Score: 1
    Using MHz numbers to compare the speed of different processors is like comparing the speed of cars by looking at how much gas they consume.

    More like comparing the speed of cars by looking at how many cylinders and horsepower it has...

  9. AJAX is simple on Microsoft Releases Atlas · · Score: 1

    Try this... very simple.  (works definately in IE.. having issues in Firefox)

    <html>
      <head>
        <script type="text/javascript" language="javascript">
          var xmlHttp;

          function GetXmlHttpObject(handler)
          {
            var objXmlHttp=null

            if (navigator.userAgent.indexOf("Opera")>=0)
            {
              alert("This example doesn't work in Opera")
              return
            }else

            if (navigator.userAgent.indexOf("MSIE")>=0)
            {
              var strName="Msxml2.XMLHTTP"
              if (navigator.appVersion.indexOf("MSIE 5.5")>=0)
              {
                strName="Microsoft.XMLHTTP"
              }

              try
              {
                objXmlHttp=new ActiveXObject(strName)
                objXmlHttp.onreadystatechange=handler
                return objXmlHttp
              }
                catch(e)
              {
                alert("Error. Scripting for ActiveX might be disabled")
                return
              }
            }

            if (navigator.userAgent.indexOf("Mozilla")>=0)
            {
              try {
                netscape.security.PrivilegeManager.enablePrivilege ("UniversalBrowserRead");
              } catch (e) {
                alert("Permission UniversalBrowserRead denied.");
              }

              objXmlHttp=new XMLHttpRequest()
              objXmlHttp.onload=handler
              objXmlHttp.onerror=handler
              return objXmlHttp
            }
          }

          function makeRequest(url)
          {
            xmlHttp = GetXmlHttpObject(processData);
            xmlHttp.open("GET", url, true);
            xmlHttp.send(null);
          }

          function processData()
          {
            if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
            {
              document.getElementById("results").innerHTML = xmlHttp.responseText;
            }
          }

        </script>
      </head>
      <body>
        <input type="button" value="Microsoft" id="display1" style="border: 1px solid #000;" onclick="makeRequest('http://www.microsoft.com')"/ >
        <input type="button" value="Yahoo" id="display1" style="border: 1px solid #000;" onclick="makeRequest('http://www.yahoo.com')"/>
        <input type="button" value="Google" id="display1" style="border: 1px solid #000;" onclick="makeRequest('http://www.google.com')"/>

        <div id="results"></div>
      </body>
    </html>

  10. Re:Pretty weak article on Xbox 360 Video Comparison · · Score: 1
    Visual quality of video games is not all that matters.

    In terms of the XBox360, it is. There is no new gameplay with the 360, it's all the same type of games with better graphics.

    I agree with the grandparent, if you're going to get a 360... get a better tv first or stick with the original xbox.

  11. Re:Science gone amuck again on Molecular Gastronomy, The Science of Cooking · · Score: 1

    Actually, it's more likely that the processed/non-organic food is just cheaper than the pure stuff. Wasn't that the goal of business, cheaper, faster , and more profit?

  12. Re:HIV? on U.S. Scientists Create Zombie Dogs · · Score: 1

    Right, the HIV Virus infects "CD4+ helper T-cell" which are located in the blood.

  13. HIV? on U.S. Scientists Create Zombie Dogs · · Score: 1
    Now, I'm certainly NOT a doctor or in anyway related to the medical field... but...

    If you completely drain someone's infected HIV blood... flush their system out with this frigid saline solution... and then refill them with clean blood....

    would this not be a cure for AIDS?

  14. Re:Are CRTs on the way out? on Are CRTs History? · · Score: 1

    I bought a Samsung 17" LCD... The color is beautiful and I never get streaking/ghosting. I play GTA3 and I don't notice any visual artifacts.

  15. Re:Perhaps a strange suggestion, but... on Windows XP Starter Edition Snubs P4, Athlon · · Score: 1

    Or simply have an application service running that a) verifies that the main application is running, and b) sends a keep alive message to the "relay".

    This way, if the application crashes or the hardware crashes, they're both handled.

  16. Re:freezing water on Researchers Make Bendable Concrete · · Score: 1
    At least I think that the freezing expansion is not enough to stretch the new concrete to it's limits

    Really? What makes you think that?

  17. Re:Slashdot whores their own (again) on Gaming Hacks · · Score: 1

    Who cares. What's wrong with giving them credit for a valid link in an article on slashdot. It's astounding how people whine over nothing.

  18. Re:Why did they set the date in the future? on Time Travelers' Convention · · Score: 1
    Why didn't they set the date for yesterday? That way we wouldn't have to wait to see if it was successful.

    They did... it was a huge flop, nobody showed up.

  19. Re:REVIEW! on Star Wars: Revelations Available Online · · Score: 1
    I agree on most points here, but let me express my opinion anyway:

    Special Effects are very impressive at many levels. They certainly look professional. I especially enjoyed the space battle.

    Acting is horrifying. It was very painful to watch the acting... so much so that it almost made me want to turn it off.

    Plot could have worked if they didn't do stupid shit... like let the queen bitch go with the datafile when your light saber is 2 inches from her throat... moron. With that one bit of stupidity, she murdered countless jedi in hiding. Let's not even talk about how fucking inane these jedi are... they act like they had no training at all... a bunch of dorky inept morons. The horrifying acting just compounding all the problems with the plot.

    So I give two thumbs up for the special effects... two thumbs down for the acting and two thumbs down for the plot nonsense...
    So that's two thumbs down overall.

    This could have been an incredible film overall, ruined by bad writing and bad acting... sounds like most hollywood movies to me...

  20. Re:WebTV on Two Versions of XBox360 Confirmed? · · Score: 1

    Wow... I spend $10 a month for my Comcast HD PVR.
    If you do the math, It will take me about 8 years to reach the amount you spent... and I get to upgrade to newer/higher capacity DVR's for free as they come out.
    But, hey... if you got the money to crap into the toilet... go for it.

  21. Re:I can't even on Gmail Goes Public · · Score: 2, Insightful
    A big thing is privacy. Google may be wonderful, but what about tomorrow?

    Hold On... so you trust Microsoft(Hotmail) and not Google?

    This nonsense about privacy issues is crap... Microsoft can look at your emails as much as any ISP or Webmail host.

  22. Re:In other words... on Blink, Take 2 · · Score: 1

    Not if our reality is inherently subjective in the first place.

  23. Re: Somewhere along the line.. on UPN Officially Cancels 'Star Trek: Enterprise' · · Score: 1
    I tickles me to no end how people like to make up their own definition for words. I'm glad you felt the need to redefine sci-fi to meet your own standards of what you think it should be.

    For the rest of us, I direct you to a dictionary ->
    Science Fiction noun:

    A literary or cinematic genre in which fantasy, typically based on speculative scientific discoveries or developments, environmental changes, space travel, or life on other planets, forms part of the plot or background.
  24. No 3? on 1.7 Billion Digits Of Pi On CD · · Score: 5, Funny
    The data is everything after the '3.' on one line, bzipped.

    What? They couldn't fit the '3' on the disc???

  25. Meat Popsicle on Inkjet Printer Prints out Human Skin · · Score: 1

    5E question. What did he mean when he said "I am a meat popsicle". It's been driving me crazy for many many years.