Slashdot Mirror


User: Utopia

Utopia's activity in the archive.

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

Comments · 413

  1. Great! Now AMD should release a on Intel's Itanium Will Get x86 Emulation · · Score: 1

    EPIC instuctions Emulator on Opteron.



  2. Re:Apache on Windows on Windows XP EULA Compared to GPL · · Score: 1

    The EULA limits apply only to software that come with the OS.
    XP home doesn't have IIS.
    You may run any third party program that you want.

  3. Re:MS trying to make us violate their EULA? on Windows XP EULA Compared to GPL · · Score: 1

    It only applies to sofware that is built into to the OS. So you may run any other webserver (like Apache).

  4. Re:MS trying to make us violate their EULA? on Windows XP EULA Compared to GPL · · Score: 2, Informative

    Here is the specific item from my copy of XP Pro. The limit is on the number of connections not on usage.

    1.3 Device Connections. You may permit a maximum of ten (10)
    computers or other electronic devices (each a "Device") to
    connect to the Workstation Computer to utilize one or more of
    the following services of the Software: File Services, Print
    Services, Internet Information Services, and remote access
    (including connection sharing and telephony services). The
    ten connection maximum includes any indirect connections made
    through "multiplexing" or other software or hardware which
    pools or aggregates connections. This ten connection maximum
    does not apply to any other uses of the Software.

  5. Re:Forbidden Uses on Windows XP EULA Compared to GPL · · Score: 1, Interesting

    Then they are wrong.
    I have XP Pro and it doesn't have any clause about webservers or fileservers.

  6. Re:Forbidden Uses on Windows XP EULA Compared to GPL · · Score: 3, Interesting

    If I wanted to do that with XP Pro I'd be in violation of the EULA

    XP home edition cannot be used as a webserver or fileserver.
    You can use XP Pro for your webserving/file serving needs.

    Home edition doesn't have IIS built into it. Only XP Pro does.
    The comparison was between the XP home edition EULA and GPL.

  7. Re:MS trying to make us violate their EULA? on Windows XP EULA Compared to GPL · · Score: 5, Informative

    You are not in voilation.

    They are comparing the XP Home edition EULA.
    The professional version which you are using doesn't have that clause.





  8. This story was meant to be a April Fools Joke! on Could Doom 3 be a Xbox Exclusive? · · Score: 2, Interesting

    Too bad GamePro, Slashdot and other sites feel for it.



  9. Re:Windows Update on Windows Key Leak Threatens Mass Piracy · · Score: 2, Informative

    The OS was never deactivated.
    Only downloads through windows update was not possible.
    However people could still download patches and Service packs from direct URLs in various technet articles and update their OS.

  10. You might be interested in looking... on Advice for a Dad-To-Be? · · Score: 1

    ...at the hilarious Dad Again series on Slate.



  11. In addition to the coding standards pointed by... on Coding Standards for C#? · · Score: 3, Informative


    ....several other readers. Take a look at FxCop.
    It will help you check your code for conformance to design guidelines and point out possible usage errors, localization issues, security problems, and possible performance improvements.



  12. I am not surprised. on Windows Media 9 in Digital Theaters · · Score: 1

    Windows Media Encoder 9 produces the best quality video I have ever seen from any encoder. I used to be a DivX 5 fan but Microsoft seems have beaten everything as far as quality of the video is concerned.
    I am not much of a audiophile so I can't comment on the audio quality. (though I couldn't make out any difference between the source audio and the encoded audio)

    Here is the encoder params I used if anybody is interested in trying.
    cd %ProgramFiles%\Windows Media Components\Encoder
    cscript wmcmd.vbs -input C:\test\recordedshow.mpg -output C:\test\encoded.wmv -a_codec WMA9PRO -a_mode 4 -a_setting Q100_44_2_24 -v_framerate 24 -v_mode 4 -v_bitrate 700000 -v_performance 100 -v_height 384 -v_width 720 -v_clip 0 96 0 96

    Used the WinDVD 4 mpeg2 decoder with the NOVIDEODROP registry setting.

  13. Wow ! on Apple Remote Desktop 1.2 Released · · Score: 3, Informative

    The multiple observe classroom feature seems pretty neat!
    Windows can do this too (See Shadowing Remote Desktop)
    but it isn't as elegent as Apple's solution.



  14. Re:.NET and DirectX on The Future of PC Games, According to Microsoft · · Score: 1

    Terrarium is badly coded peer to peer application.
    I don't understand why Microsoft is promoting it.
    It is an embarrassment to Microsoft.

  15. One more option to consider is to on Volunteer Management Software? · · Score: 1

    setup a terminal services server hosting eDocs and let people who need as access to the server to connect to it over terminal services.
    There are terminal services clients available for Mac and windows
    Also read this article for details about making Terminal Services secure if you decide to go by this route.

  16. Re:Goodbye Apple. on Digital Restrictions Management in Office 11 · · Score: 1

    Don't think so. Microsoft has a profittable Mac business and press release says they will continue to support and develop for all platforms Connextix currently supports.

  17. Re:Depends on the situation. on FTP: Better Than HTTP, Or Obsolete? · · Score: 1

    mget is a FTP client command.
    FTP servers don't understand mget.
    When you issue a mget the FTP client will issue seperate requests for each file.

    You can get similar functionality in HTTP using WebDAV clients.

  18. Re:Use HTTP but... on FTP: Better Than HTTP, Or Obsolete? · · Score: 1

    limit of 2 connections per server is a recommendation in the HTTP spec.

    You can change this IE behavior to exceed the limit in the registry

    Edit
    HKEY_CURRENT_USER\Software\Microsoft\Windo ws\Curre ntVersion\Internet Settings

    MaxConnectionsPerServer REG_DWORD (Default 2)
    MaxConnectionsPer1_0Server REG_DWORD (Default 4)

  19. My Favorite on What is Your Best Tech Joke? · · Score: 1, Funny

    Slashdot News for Nerds. Stuff that matters.

  20. Re:Windows Forms to be replaced, GDI+ to be replac on Understanding .NET: A Tutorial and Analysis · · Score: 1

    Its no secret that Longhorn will have a new API which makes some of the difficult tasks that currently require using PInvoke much easier.

    No, WinForms and GDI+ are not being dropped.
    Its here to stay.

  21. Learn to write your own .Net webcontrols on Poor Netscape/Mozilla Support in .NET · · Score: 4, Informative

    A Unicode encoding issue in .NET can cause all fonts to display as squares instead of letters in Netscape 4

    This is because of Netscape 4's faulty handling of UTF-8 characters not a .NET issue.
    The default encoding in ASP.Net is UTF-8.
    You can change the default in your globally in web.config or per response in your aspx page.

  22. very impressive for a server that runs on java on Scaling Server Performance · · Score: 1

    I am surprised that java performs so well.
    However they seems to be limited by their bandwidth.

    PS: My site runs on a 700 MHz 4-proc Pentium III with Win2K, ASP.Net & SQL Server 2000.
    Cached Pages Perf is 0.15 ms
    Dynamic Page Perf is 20 ms

  23. X# is not a new language on X# Functional Programming from Microsoft? · · Score: 2, Informative

    The article is largely incorrect.

    X# is an extenstion to C# to enable easy quering and manipulation of XML data; layered on top of XQuery.

  24. Somewhat related interesting tidbit on Chemists Sweeten Plastics For Faster Diodegradation · · Score: 1

    This was in my first year chemitry course:

    Cement should never be stored in bags previouly used to stored sugar because it weakens the cement.

  25. Bad idea on Force Microsoft to Carry Java? · · Score: 2, Informative

    Microsoft's Java implementation was the best java implementation at it time. Microsoft had the fastest java implementation and much more stable than Nestscape's version (the other java version I had developed for).
    In addtion before JBuilder, VJ++ was the best java development envoirnment. Symantec's Visual Cafe totally sucked in comparison.

    After Sun got Microsoft to stop shipping Java our client decided to scarp the java project we were working on.
    I wish Sun had never sued Microsoft in the first place. Microsoft would have had to forever ship java. So what if they Microsoft added some extensions like delegates and support for activex. The added funtionality was really an advantage. Sun should have assimlated these extentions into the Java standard. Instead java has not had any major language enchancements in the past 10 years. We are currently exploring .net and compared to java it really looks very appealing. I hope Sun doesn't succeed in stopping Microsoft from shipping the .Net runtime along with its OSs.