Slashdot Mirror


User: cnettel

cnettel's activity in the archive.

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

Comments · 1,662

  1. Re:can you? on Microsoft PowerShell RC1 · · Score: 1

    Are you sure that's the case even if you enable the separate directory path completion char? That is, PathCompletionChar in addition to CompletionChar. OTOH, I don't see why that \ would be so hard to type anyway...

  2. Re:Sounds like a ST:TNG episode... on Holographic Solar Collectors · · Score: 2, Funny

    Just when Riker flirts with the inventor's wife.

  3. Re:Kinda reminds me of Access on Microsoft PowerShell RC1 · · Score: 4, Insightful

    Uh, it is a COMMAND SHELL? Of course it's text input based. They also claim that future graphical admin tools will render the equivalent commands in a text field, somewhat like what you describe. But this one certainly uses a text-based interface... The object-orientation is just about how commands interact with each other, especially when piping. Plain text piping between commands (note, not processes, the builtin commands are objects that will generally live in the same process as the shell itself) is a limited special case of this.

  4. Re:Text on Microsoft PowerShell RC1 · · Score: 1

    Forward slashes has been supported in Windows (and DOS, actually) for ages. Back in 1981, there was certainly no universal "/" standard. DOS didn't go for cloning UNIX badly, it tried to emulate CP/M. / was already used as the command option char (among other things) when directories were introduced for real in DOS 2.0. The Mac did use : in all paths all the way up to MacOS 9. I know that this was only an example, but everything is not *NIX. That was definitely the case during the formative years for the up-to-now current Windows command shell.

  5. Re:Vista: Includes Free RootKit! on Microsoft PowerShell RC1 · · Score: 4, Interesting

    Hm, what kind of security do you expect in a shell? But, IIRC, you can run scripts under any .NET permission set, which means that you can emulate stricter permissions than the user you are running under (just like the Java VM does). I think there is also some code signing possible, but it's always a tradeoff, isn't it? It's not exactly like you want to log into some kind of stealth mode to just sign a script you have edited.

  6. Re:How much will it cost? on Microsoft PowerShell RC1 · · Score: 1

    I didn't :-)

  7. Re:can you? on Microsoft PowerShell RC1 · · Score: 1

    Not sure what kind of resizing you are not able to do right now, but anyway the console is independent of what you run in it. It's like asking whether bash allows console window transparency in X.

  8. Re:How much will it cost? on Microsoft PowerShell RC1 · · Score: 3, Informative

    It will be a general download to the OS as well. It's just that the admin scripts shipped with Exchange will rely on it.

  9. Re:I don't understand.. on The World's Deepest Dinosaur · · Score: 1

    There is absolutely no reason to expect human remains that deep down. That would be very surprising, as it would take a rather intense geological event to move it down there in the short timespan involved.

  10. Re:Very limited applicability on Reverse Multithreading CPUs · · Score: 1

    I beg to disagree. If you look at the peaks of a dual-core system for a desktop user, you still don't reach 100 %. General GUI responsiveness is goodie-goodie, but halving waiting times would also be good. Remember that a P4 with HT will give much of the responsiveness, so a system that could merge threads in theory, but also split them, would be quite nice. (If you solve the "merging" the problem, it seems trivial to split them up again with quite short notice.)

  11. Re:Just a recompile? on Porting to 64-bit Linux · · Score: 5, Informative
    Unless you assume:
    1. sizeof(int) == sizeof(void*), or
    2. sizeof(int) == 4
    If your codebase only makes the first OR the second assumption, you can tweak the compiler to like you by defines. If you also assume that sizeof(void*) == 4, you have bigger problems. Note that you can do this in rather innocent ways, like dumping a complete structure on disk, knowing that pointer values will be invalid, but just assuming that the structure will be the same size if you read it back later.

    In addition, and this is hellish, a 32-bit MOV is (generally) atomic on x86. You can rely on the high-order word and the low-order word staying together, without race conditions. The memory access semantics are different on x64 and many other platforms. This is not related to 64-bitness per se, you could see if you ported to multi-threaded 32-bit PPC as well, but it will still surface if you do the transition to AMD64/EM64T/x64. Or rather, it will result in an additional one-in-a-million crash in your source, that you'll blame on bad memory chips in the user's machine.

  12. Re:I think it was a joke on Torvalds Creates Patch for Cross-Platform Virus · · Score: 1
    I thought so as well, but when I read the original post, a normal Soviet Russia with viruses, I didn't get it. A joke about viruses being called virii iff country == "Soviet Russia" would be funny, but I didn't interpret it that way.

    Well, that's enough of joke analysis for tonight. Gotta write some unit tests.

  13. Re:The Ideal Processor and Software Model on Reverse Multithreading CPUs · · Score: 1

    The only caveat is that it would easily kill performance, and that your reliability statements are bogus. Wired hardware isn't reliable because you handle signals. It's relatively reliable because mistakes are expensive. Implement something like a chess AI or a nice user interface without algorithmic parts and without bugs. THAT would impress me.

  14. Re:I know... on Reverse Multithreading CPUs · · Score: 1

    Actually, that would be the answer to what to do with code that really is multi-threaded on a CPU like this. Give the OS two states (stack + registers and whatnot) to run threads on, but virtualize that above actual cores, so one thread might totally dominate both cores, especially if the other is just executing HLT. I still think this is vaporware close to vacuum, though.

  15. MOD PARENT UP. on Torvalds Creates Patch for Cross-Platform Virus · · Score: 1

    Mod parent up. It's viruses, nothing else. Please. Certainly no viri*.

  16. Re:More on Linus + virus on Torvalds Creates Patch for Cross-Platform Virus · · Score: 1

    Since when should a virus use any exploit to be a virus. A classical virus is spreading by infecting other binaries. It doesn't need to be clever in doing it.

  17. Re:OMG, a comms channel. We could, like, communica on The Real Inventor of Wireless Email? · · Score: 1

    And something like phase change cooling isn't just very simple applied mechanics and physics? I find it very hard to see why a reasonably complex algorithm should be lesss "practical" than a reasonably complex mechanical machine.

  18. Re:Not Very Bright on Interview With Leader of Sweden's Pirate Party · · Score: 1

    Ask them, or everyone who was just as able, but never got enough wealthy patrons, what they would have thought of not being paid.

  19. Re:Been there seen that... on Intel Unveils PC for Developing Nations · · Score: 3, Insightful

    There are lots of places where $1 an hour would be a very significant blocking point against general usage. In locations where a "normal" Internet cafe is commonplace (and affordable), I think that both this device and the hand-driven $100 laptop would be little more than an oddity.

  20. Re:Decoded message on VOYAGER 1 Signal Received by AMSAT-DL Group · · Score: 4, Funny

    You carbon-based bags of water bastards!

  21. Re:gay/straight tags on Open Source Dress for Success University Opens · · Score: 1
    And it's still not relevant, since I'm not saying that the posts are not needed, but that tags that have nothing to do with the story, are not needed. When, and if, we ever want to search for gay and straight /. stories (somehow more likely than wanting to search for pony stories, I suppose), we will just get these.

    I don't feel strongly about it, it's just like I would be irritated by code like:

    x++; x--;

    Irritated, simply because it's pointless. (Unless we're dealing with doubles, or close to overflow in a bounds-checking sandbox or any other such case). I'm happy with /. being pink and full of more or less funny stories for a day (or two...). You can't really say I've lowered the SNR much by these comments anyway, so why are YOU bugged by me noting this?

  22. Re:gay/straight tags on Open Source Dress for Success University Opens · · Score: 2, Insightful

    I did nothing earlier today when all posts were "gay". I didn't find it especially funny, but overall, I didn't care. When obviously enough people find reason to tag it as straight AS WELL, it just gets pointless. Of course, we can find that funny as well, and then we can tag along and tag with any word we find in the dictionary, but the tagging might after all be used for searching later on, and a total polluting of everything based on the April 1st posts is, well, not needed.

  23. gay/straight tags on Open Source Dress for Success University Opens · · Score: -1, Flamebait

    Ok, this is OT, but it's OT for every SINGLE thread where this is posted, but, guys, just stop tagging every story as gay + straight, even if it's an April fool. It doesn't add anything. If you dislike either of them and want to tag the opposite, use the !something tag instead. Or even !gay AND !straight if you find both irrelevant. Please...

  24. Re:Sometimes you need an egomaniac on NASA Reconsiders DAWN Mission Cancellation · · Score: 2

    The problem is that some of us actually want a future physical human presence in space. If we never wanted to do that, there would of course be much less reason to ever send physical objects now. And, yes, I think it's quite reasonable to believe that it will pay off.

  25. Re:Forgot spaceships on First Steps Toward Artificial Gravity · · Score: 1

    Light is also just a wave. It just takes a little more work to tune the frequency to get destructive interference, compared to sound.