Slashdot Mirror


User: droid_rage

droid_rage's activity in the archive.

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

Comments · 85

  1. Kinda OT: From the article on Computers Not Working In Education · · Score: 1

    Since I'm thinking about it, I wonder if we'll see a higher number of intelligent posts on this article since we were unable to post for so long? Maybe a higher percentage of people actually clicked the link and read what they had to say? Maybe iit's not such a bad idea to let an article sit for 30 mins or so before they allow anyone to post replies.

  2. From the article on Computers Not Working In Education · · Score: 2

    From the article, David Reynolds says it better than I could:
    I think we have dropped the material onto schools, we haven't provided adequate training for teachers in how to use it, we've assumed it's a good thing that doesn't need justification. And like many other innovations, the danger is that all innovation and change requires a coalition of people in schools to support them.

    "Here you are, a nice shiny new computer. What do you do with it? Why, plug it in, of course". About the best learning software I've seen (and admittedly I haven't looked recently) was MathBlaster. Better tools and better training for the teachers is what is really necessary to make computers work in schools.

  3. Re:So, we're back to the 60's. on Microsoft Next Generation Shell · · Score: 2

    You specifically said that you needed Perl installed on the server, and I merely pointed out that it isn't true. It was obvious that you knew about ADSI, but not clear that you knew it could be used with VBScript (Which is not VB, which is not clear that you understood from your post).
    My apologies for misunderstanding.

  4. Re:So, we're back to the 60's. on Microsoft Next Generation Shell · · Score: 2

    Ahem... I never said you had to buy the resource kit. I specifically said that WSH comes native to windows. I just said that there are some very good canned scripts available through the resource kit, which cost about $100. The scripts could probably be found on the internet for free quite easily, or could be written very easily by someone who knows how to write the scripts.

  5. Re:Wait... on Waterproof Books · · Score: 3, Insightful

    You also see many older books decomposing. And that is truly a sad sight.
    What would be a good idea for this is to implement it in library copies of books only. Just the ability for the paper to stretch rather than tear would save many copies from the "Friends of the library" bins.

  6. Re:So, we're back to the 60's. on Microsoft Next Generation Shell · · Score: 5, Informative
    You could have easily done it with ADSI in VBScript which is already natively supposrted. What were you trying to do, just write a script to add users? How about:

    Function CreateUser(sOuDomainPath,sUserName)
    On Error Resume Next
    Set oLDAP = GetObject("LDAP://" & sOuDomainPath)
    Set oUser = oLDAP.Create("user","cn=" & sUserName)
    oUser.Put "sAMAccountName", sUserName
    oUser.SetInfo
    oUser.AccountDisabled = False
    oUser.SetInfo
    Set oUser = Nothing
    Set oLDAP = Nothing
    If Err.Number = 0 Then CreateUser = True Else
    CreateUser = False
    End Function
    Function
    CreateUser2(sOuDomainPath,sFirstName,sLastName,sDe scription,sEmail,sPassword)
    On Error Resume Next
    Set oLDAP = GetObject("LDAP://" & sOuDomainPath)
    Set oUser = oLDAP.Create("user","cn=" & sFirstName & " " & sLastName)
    oUser.Put "sAMAccountName", Left(sFirstName,1)& sLastName
    oUser.SetInfo
    oUser.FullName = sFirstName & " " & sLastName
    oUser.GivenName = sFirstName
    oUser.Sn = sLastName
    oUser.AccountDisabled = False
    oUser.Description = sDescription
    oUser.SetPassword sPassword
    oUser.Mail = sEmail
    'oUser.Profile = "\\server\share\username"
    'oUser.Put("HomeDrive"),"X"
    'oUser.HomeDirectory ="\\server\share\username"
    'oUser.LoginScript = "myscript.vbs"
    oUser.SetInfo
    Set oUser = Nothing
    Set oLDAP = Nothing
    If Err.Number = 0 Then CreateUser2 = True Else
    CreateUser2 = False

    End Function

    That's actually some code that can be easily found in a number of locations Microsoft, for example.

    Im not a huge fan of MS (Read my journal for opinions on your run-of-the-mill Windows admin), but I wish people would stop bashing Windows for a lack of understanding on their part. Most of this stuff is in the Windows 2k Server resource kit, too. I guess your company didn't shell out the $100, or you didn't read it...
  7. Re:XBox vs. unix UT? on Tom's Hardware Reviews Xbox Live · · Score: 2, Interesting

    Kinda troll-ish, but I just got up, so I'll bite.
    It's really not so bad. Other than the weapon select, which unfortunately can be kind of tough in live mode (you have to keep pressing the change button till you get to the one you want), the gamepad is just as easy to use as the mouse, it just takes a little practice. Moving using the joysticks makes the gameplay only marginally slower if at all, and it's a lot easier to do things like making a running jump while selecting a weapon with a gamepad, since all the controls are right at your fingertips instead of all across the keyboard (i know this is configurable).

  8. Re:Finally... on Tom's Hardware Reviews Xbox Live · · Score: 1

    That depends on what you're playing. For the type of games that are easily turned into multiplayer games (FPS, mech games, etc), this is mostly true. Have you tryed playing any RPGs on a console though? Or something like Civ? I actually liked Civ 2 for the PSone better than for the computer. They had to clean up the controls and interface a little, and it made the gameply easier.

  9. Re:Pricing? on Tom's Hardware Reviews Xbox Live · · Score: 1

    It's going at suggested retail of about $50... So you get your XBox starter kit with a console, one controller and two games for $230 at costco, then the Live kit, and you've got a networked station for under $300. Not too bad.

  10. Already played it... on Tom's Hardware Reviews Xbox Live · · Score: 2, Funny

    My buddy got his for christmas. Setup was simple, and it works great. What I like the best is being able to play games with people other than the two guys I normally beat ;-). Ok, so it's probably the other way around... In any case, it rocks.
    I wish MS would allow XBox Live users to hook up to UT games being played by nin-xbox users, though. That would be money.

  11. Re:aliens? on Anime Unleashed on TechTV · · Score: 1

    You forgot Gundam Wing. Not about aliens per se, but definitely about when cultures diverge and collide...

  12. Re:OT: Signal to Noise Ratio = ~0 on Ex-Microsofter Rick Belluzzo Prefers Linux · · Score: 1

    I think you're right. These things are coming out way to fast to be a real person. This is some script kiddie's bot.
    I thought there was a way for the /. editors to block a specific IP... Maybe they haven't noticed yet?

  13. Hmmm... on Web of Trust Audio News Distribution · · Score: 4, Interesting

    One of the key concepts of developing technology that depends on decentralization is simplicity.
    Setting this up will not be simple. You have to chose who you trust and how much of what they trust you trust. In order to do that, you have to get some idea what a whole bunch of people like. Getting this up and working correctly will be a headache.
    Now, a directed news system based on previous picks and voting a la amazon might not be a bad idea...

  14. Re:Waste on One Answer To Spam: Sell Your Interruption Time · · Score: 3, Informative

    Who cares about forged email headers? There's almost always an address or link to their site, and in Washington State, you can send a bill for $500 for each spam to the address listed on the domain registry for the link provided in the email to order whatever product they're selling. All you have to do first is register your email address in a public directory as a Washington State resident.
    If you're interested Here's some more info

  15. new FS... on Operating Systems Are Irrelevant · · Score: 2, Interesting

    If I'm misreading the article, someone please enlighten me, but it sounds like what he's really talking about is a modified file system and new searching methods based on that file system.
    If this is the case, then an OS still needs to run off of that file system, so the OS is clearly not dead.
    This is what longhorn's filesystem is supposed to do: It's SQL and metadata-based. I don't see how that's making the OS irrelevant. I think the author could have chosen his words a little better.

  16. not too pissed off. on Adult Swim Revamps; Removes Most Anime · · Score: 5, Informative

    First of all, CN modifies many anime horribly for content. Entire storylines are sometimes cut out of longer series.

    Secondly, if you're already into anime, you can probably find most of the titles they show at the local blockbuster.

    Anime has already gone fairly main stream. It's doubtful whether Adult Swim brings in very many new viewers, so I'm not too upset over them, either.

  17. It's not about 'attractive' on Google Complies with Law, Excludes 'controversial' Sites · · Score: 1

    The concept of more or less attractive ideas doesn't usually have anything to do with the access of the ideas. I believe this is done in an attempt to slow dissemination of ideas to the "impressionable youth", and to keep groups like these from organizing.
    Will it work? Not really. There are still plenty of books (remember them?) available on the aformentioned subjects, and hate groups have been forming with large numbers of poorly educated members for years without the aid of the popular media or the internet.

  18. Re:Highly Skeptical on Downloading The Mind · · Score: 2, Insightful

    Very true. In Psychiatrist John J Ratey's A User's Guide to the Brain, he explains how the conscious mind is inextricatbly tied to the body (via your nervous system).
    Even if you could download your brain to a chip, ot wouldn't do you any good unless you could then tranfer it to another body. Of course, that body being constructed differently than your body, you would no longer really be the same person.
    Of course, I suppose that along with your mind on a chip, you could have virtual bodies...

  19. Re:not exactly... on DRM in Real-Time and Embedded Systems · · Score: 1

    Very good point. Most critical systems are already on custom-made hardware (with custom software as well), and I can't imagine any cruise missiles running stock Xeons ever, but with some of the less critical systems, older proprietary systems could be replaced with newer i386 based infrastructure.
    According to the TPM FAQ (PDF document), vendor supplied modules will have to be provided for any specific application to use TPM anyway. Yes, Microsoft will have Palladium enabled on the OS by default, but it's doubtful that your pacemaker will be using Modular Windows anytime soon.
    I don't think that it's 100% accurate to say that you will have to log on to the internet to use your computer. Palladium would require a valid digital signature to run some content, but I'm sure you could cache that signature somehow. Any music that you have ripped in WMA format has a signature attached to it, and you don't need to log on to the internet to play those.

  20. Re:Irony? on Slashback: DRM, Eldred, Aridity · · Score: 1

    ...Dude, you're on a geek site. At least you could come up with a more creative insult than that. Nobody on slashdot will ever have a woman... unless the slashdot reader is a woman.

  21. not exactly... on DRM in Real-Time and Embedded Systems · · Score: 3, Insightful

    From the article:
    The DRMP system is based on the premise that unlicensed use of software or data should make computers stop working. You could also argue that bridges should be designed to fall down if someone is detected crossing without paying the toll.

    Ok, I don't like DRM either, but that's rediculous analogy. Most people's interpretation of DRM doesn't include making computers stop working if they're running unlicensed software. It's designed to stop a software package from running if it isn't licensed on the machine. I have a really hard time believing that DRM will ever be in anything like heart monitors or any other specially designed hardware. In my opinion, this guy really is just being alarmist.

  22. Re:Irony? on Slashback: DRM, Eldred, Aridity · · Score: 1

    you mean IIS == Microsoft...

  23. Re:first? on Linux TCO: Less Than Half The Cost of Windows · · Score: 1

    1. Windows 2k provides a method to do secure telnet, which encrypts the session and requires a domain pwd.
    2. the IP address can be re-assigned using ipconfig.
    3. the NET USER command will allow you to change passwords and add or modify users, provided that you have sufficient rights.
    You really can do most things from the command line, it's just that so many admins are lazy and haven't figure out how.

  24. And the winners are... on Ig Nobels Awarded · · Score: 5, Informative

    The list of winners is available in this New Scientist article.

  25. I'd like to take this time... on Protecting Your DRM Rights · · Score: 1

    To point out that the capital D after Fritz Hollings' name means that he's a democrat. Dem's are fucking us just as bad as Rep's.