Slashdot Mirror


User: amliebsch

amliebsch's activity in the archive.

Stories
0
Comments
2,625
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,625

  1. Re:Too bad... on RTS Halo Mod Stopped by Microsoft · · Score: 1

    Assuming that you need to buy a copy of Halo to use the mod

    A very poor assumption, considering that this is a mod of C&C Generals, and not Halo.

  2. Re:he's a better man than I on Clarifications From A Halogen Team Member · · Score: 1

    But of course if it was Microsoft ripping off GPL assets, then copyright and trademark is a good thing, right? IP for me but not for thee?

  3. Re:In terms of cause and effect on Faster Global Warming From Permafrost Melt · · Score: 1

    Dammit, Jim, I'm an attorney, not an environmental scientist. But what I studied is irrelevant; anthropomorphization nearly always impedes clear thinking.

  4. Re:What happens when multiple black holes combine? on Concern Over Creating Black Holes · · Score: 1

    I'm fuzzy on the whole "good/bad" thing. Define "bad."

  5. Re:Too bad... on RTS Halo Mod Stopped by Microsoft · · Score: 1

    In most of these cases, from a purely legal perspective, the modders seem to have a pretty strong case.

    No, they have a spectacularly weak case. The touchstone in trademark cases is the likelihood of consumer confusion. Halo and HaloGen are both video games. They take place in the same universe, with the same factions, the same characters, the same look and feel, and the same storyline. There is no way you can argue that this isn't likely to create confusion between what is and is not officially sanctioned by Microsoft, who actually own the mark.

  6. Re:In terms of cause and effect on Faster Global Warming From Permafrost Melt · · Score: 0

    Please do not anthropmorphize the Earth. It discredits actual environmental science. Thank you.

  7. Re:Microsoft is retarded on RTS Halo Mod Stopped by Microsoft · · Score: 4, Insightful

    Except they weren't modding Halo, they were modifying a completely different game using Halo assets.

  8. Re:Fair is as fair does.... on Possible Delays for Vista in Europe · · Score: 1

    There is nothing arbitrary at "violate the same law ==> pay the same fine".

    There certainly is if the law is vague to the point that one cannot reliably tell in advance whether one will be violating it or not.

  9. Re:Clarification: dark matter is STILL real! on Dark Matter — "Alternative Gravity" Team Responds · · Score: 1

    All this paper argues is that the dark matter might not be a truly new particle - the combination of modified gravity and neutrinos can be made to work.

    Oh my, yes. You have your ordinary gravitons, which are mostly harmless, and then you have your graviolis, a neutrino on the outside with a rich, meaty graviton embedded inside of it.

  10. Re:But wait on Xbox for Stroke Rehabilitation · · Score: 1

    The real shame here is that MS doesn't EVER license their devkits to anyone unless they are a serious game developer and can front a huge amount of cash.

    Did you get the memo about XNA? Mmmmm. Yeah. You see, it's just that Microsoft is giving away the XNA studio which allows you to develop for Xbox360, for free. I'll go ahead and get you another copy of that memo. Mmmmkay?

  11. Re:What about a laptop? on Apple Unveils 24" iMac · · Score: 1

    is it really any different than owning a laptop?

    The difference is that it's not portable.

  12. Re:It is their fault on European PS3 Launch Delayed to 2007 · · Score: 1

    Commentary? Commentary? Using just half of a DVD, with CD-quality 192 kbps vorbis audio, you get about two and a half days of solid commentary.

  13. Re:Prio - Process Priority Saver on Permanently Set Process Priority in Windows? · · Score: 1

    Oh, and just in case - I personally authored the above code, and as owner of the copyright, release it into the public domain. ;)

  14. Re:Prio - Process Priority Saver on Permanently Set Process Priority in Windows? · · Score: 2, Interesting

    I agree with above. For example, the following C# code works (.NET 2.0):

    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Diagnostics;
    using System.Threading;
     
    namespace SetLowPriority
    {
        class Program
        {
            static void Main(string[] args)
            {
                string pname=null;
     
                if (args.Length==0)
                {
                    Console.WriteLine("You must specify a process name.");
                }
                else
                {
                    pname = args[0];
                }
     
                while(true)
                {
                    Thread.Sleep(1000);
                    checkForProcesses( pname);
                }
     
            }
     
            static void checkForProcesses(string pname)
            {
                if (Process.GetProcessesByName(pname).Length == 0)
                {
                    Console.WriteLine("{0} is not running.", pname);
                }
                else
                {
                    int processCount = 0;
                    foreach (Process p in Process.GetProcessesByName(pname))
                    {
                        if (!(p.PriorityClass == ProcessPriorityClass.BelowNormal))
                        {
                            p.PriorityClass = ProcessPriorityClass.BelowNormal;
                            processCount++;
                        }
                    }
                    Console.WriteLine("{0} is running; {1} instances switched to low priority.", pname, processCount);
                }
            }
        }
    }
  15. Re:Who the fuck cares about CSS? on Internet Explorer 7 RC1 Released · · Score: 1

    That's a fascinating story, but it does not in any way constitute evidence that the "vast majority" of Windows users share your personal evaluation, which is what I was asking for.

  16. Re:Evolution on Microsoft Expression vs. Dreamweaver · · Score: 1

    ASP and ASP.NET are not very similar. I wouldn't judge one on the basis of the other.

  17. Re:backwards compatibility on Internet Explorer 7 RC1 Released · · Score: 1

    Make sure you are not running it in quirks mode! You must use an XML doctype declaration to enable proper formatting.

  18. Re:Who the fuck cares about CSS? on Internet Explorer 7 RC1 Released · · Score: 2, Insightful

    For the most part, there is a huge majority of people who run XP in "classic" mode, enjoying all applications in a one-size-fits all, boxy, ugly as sin, tan/grey everything Windows 2000-style interface.

    You are claiming that the "huge majority" of people who use Windows XP run in "classic" mode. What is your source for this?

  19. Re:What about RAID? on It's 2006 and Backups For Home User Still Tricky? · · Score: 1

    It depends on whether your particular RAID implementation will automatically rebuild degraded mirrors or whether manual intervention is required to initiate the rebuild process.

  20. Re:What about RAID? on It's 2006 and Backups For Home User Still Tricky? · · Score: 1

    Your RAID drive won't help you then.

    Yes it would, because the mirrors are in cartridge containers, so I can always keep one in, say, my car or at work. As cartridges, they would function just like tapes, except that they would be a bit-for-bit copy, so I could just attach the drive and boot it up.

  21. Re:What about RAID? on It's 2006 and Backups For Home User Still Tricky? · · Score: 1

    Say it with me now: RAID is not a backup solution.

    Well hold on there - maybe you're just not trying hard enough. What about a RAID-1 with one primary and multiple mirrors, all of which exist in removable hard drive cartridges? Pop in a cartridge, the mirror rebuilds, pop it out, you have a bitwise snapshot of your primary that's safely offline. Tomorrow pop in another cartridge, let it rebuild, pop it out. Repeat as necessary.

    I haven't tried this, but if you're willing to tolerate the performance degradation from the rebuilds, I don't see why it wouldn't work.

  22. Re:Seems like an obvious answer to me... on It's 2006 and Backups For Home User Still Tricky? · · Score: 2, Informative

    There's a little utility called XCOPY that comes with Windowss that copies files without stopping, skipping inaccessible ones and continuing. XCOPY /C /D /E /F /H usually does the trick for me.

  23. Re:New York Times - LIBERAL CONSPIRACY!!! on Target Advertising Used to Censor NY Times Article · · Score: 1

    Believe it or not, a lot of people take their responsibility seriously. Unlike, apparently, you.

  24. Re:There is *NO SHORTAGE* on Laser Shortage to Stall High-Def Disc War? · · Score: 1

    Not always. I noticed right away that all of the monitors in "V for Vendetta" are obviously Dell flat panels.

  25. Re:New York Times - LIBERAL CONSPIRACY!!! on Target Advertising Used to Censor NY Times Article · · Score: 1

    As someone who worked in the criminal trial "biz", I have to say I find your attitude to be incredibly insulting. The vast majority of jurors are not mindless automatons - they are thinking people like you or me. Your a priori assumption that jurors are actually incapable of independent judgement betrays either an unfamiliarity with the criminal justice system (not an entirely bad thing, but still a form of ignorance) or a crippling amount of cynicism.