Slashdot Mirror


User: msh104

msh104's activity in the archive.

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

Comments · 319

  1. Re:If it means a goodbye to AGP... on PCI Express - Coming Soon to a PC Near You · · Score: 0

    10 Gbps is already in kernel 2.5 ( only one card but still, its there )

  2. Re:mplayer on Ogg Theora Alpha 2 Released · · Score: 1, Informative

    it's on their FRONTpage, but i'am in a good moed so i will anser. yes, cvs already has it. and they will release their next version very very soon. ( if i have to believe their mailing lists )

  3. Re:$600 Bucks? on SuSE Linux Desktop 1.0 Reviewed · · Score: 0

    quote on #/ SuSE Linux Desktop is open and prepared for everything, including the use of MS Office, MS Outlook, and IBM Lotus Notes. /# quote off. if i read this ten times that i'am not so sure if they include office, it's more like offering the ability to do it.

  4. Re:here's hoping. on What Is The Future of PNG? · · Score: 0

    konqy 3.1.2 reports ready! all tests passed.

  5. why invent forcefield when... on Force Field. No, Really · · Score: 0

    we could have invented a warp drive? then we could join the federation and trade forcefield tecknologie with some race who has already worked ages on it.

  6. Re:Adventure on Mount Remote Filesystems via SSH · · Score: 0

    NFS over ssh... NO, not needed. nfs4 is going to have encryption. ( thanks to the kernel people who let crypto into the 2.6 kernel ). nfs4 is much better that shfs thingy ( though it would be fun through internet since most people have an ssh server running somewhere and many don't have nfs ) nfs4 is allowing clients multiple users to use the same share with only one mount and all have there files mapped under there own user and group ID. the advantage of shfs is that it is widely used so i am going to love this program.

  7. Re:Lindows joins the fight on Today's SCO News · · Score: 0

    LindowsOS might suck, but i like their style: offering 200.000 bonus for hacking the x-box, selling laptop's without windows ( buy one, kill lindowsOS, install favorite linux distro and rejoice !! ) they are ever funding kde-look.org.. the Lindows team rocks !!!

  8. Re:ntfs is what we need. on The Must-Fix List For 2.6.0 · · Score: 0

    that would in 99% of all cases a great solution. and i use smb a lot in windows envirements, but the prob here is that my brothers lives about 10 miles away from and has only 1 pc.

  9. Great... on U.S. Says Canada Cares Too Much About Liberties · · Score: 0

    Everyone knows america is only playing games, show the world a great war that makes people think they are doing a good job fighting terorism, but they forget their own people. and because the press is so busy with all the war stuff it even gets less attention. i think it is time for the U.S. to start looking at their own people instead of pretending to be the good guy.

  10. 3d = fun, but... on Looking at Longhorn · · Score: 1, Funny

    3d accelerated desktop ? much fun... but does longhorn have any "must have" features like an inproved default word program or at least a new version of that patiance game. why am i only reading about "look and feel" and not about the "great new progs"?

  11. great stuff.. on Exec Shield for the Linux Kernel · · Score: -1, Troll

    The exec-shield feature provides protection against stack, buffer or function pointer overflows, and against other types of exploits that rely on overwriting data structures and/or putting code into those structures. great ! not that i was experiencing any of dose problems but it is nice to hear that they are solved ever before i get them. go go linux !!!

  12. ntfs is what we need. on The Must-Fix List For 2.6.0 · · Score: 0

    decent ntfs write support. every now and then i need to write some files to my brothers pc, but ntfs write support for linux is evil. it will screw your entire harddisk, so i converted his disk back to fat32. but this kinda kills a lot of security features so i would like to be able to write to his disk from linux.

  13. .net for games on Is .NET Relevant to Game Developers? · · Score: 0

    it would be nice somehow. i mean, .net is cross platform so i can finaly play all the games of the world the same day as my fellow windows users. ( i am still waiting for neverwinter nights you know ) .net performence appears to be ok. now all we need is a .net version of directX since those games are very likely going to use it.

  14. Re:FreeBSD? I heard it was dead ... on Upcoming FreeBSD 5.1 Release Schedule · · Score: 0

    It will be dead when everybody will stop using, supporting, or working on it. and that is very likely not going to happen for a long time since freeBSD is able to do a lot of everyday tasks very efficently. and there still enough people willing to use/maintain it.

  15. A handheld OpenGL on Open 3D-Graphics Spec For Devices Nears Release · · Score: 0

    Having OpenGL support on a handheld probably is a great thing. it will surely offer choise to the world. having nothing but directX around is a bad thing, it removes the ability to choose. the ability to choose for a product you think is best. i'am very worried about all the directX progs nowaday. almost every game, every prog uses it. the main probably is that microsoft has never done a good job on opengl support ( they ever dropped OpenGL ARB support ! ) just wondering... how much this handheld OpenGL thingy is the same as the real OpenGL standard? can programms be easely ported or do you have to write a programm specialy written for this extension.

  16. DirectFB on DRI Comes to DirectFB · · Score: 0

    Directfb is a great api. it can even be usefull because SDL supports it. so it should not be a to big problem to have a game SDL-only game like tuxracer ( if i recall right then ut2003 was SDL-only to) by SDL only i mean the program is not using any X-server api's. running a game directly from the console has the same big adventage as running a game on a "gaming console" ( ala gamecube ). the less progs like kde, gnome with lots and lots of processes running that might trigger a crash the better. console only gaming could definitly rule for the serious hardcore gamers.

  17. Reiserfs on Credit and Free Software · · Score: -1, Offtopic

    I think reiserfs is great.. realy, i'am using nothing else... it saves so much time on diskchecking after a crash. and it does the entire journal thingy MUCH better than ext3

  18. Re:Grounbreaking on Helix DNA Client Source On Oct 29 · · Score: 1

    What the heck is wrong with mplayer ??
    ( www.mplayerhq.hu )
    It runs everything media file i have ever seen.

  19. The only way to be safe. on WINE: A New Place for KLEZ to Play? · · Score: 1

    Limiting wine risks is a hard thing. this is the best solution i have found until now. install wine like winex does. ( that is, in its own directory structure ) but instead of having /usr/bin/wine{x} to run wine{x} you will run ~/bin/wine{x} ( add PATH=$PATH:~/bin to .bash_profile in your home directory ) if your name is Mark ( like me ) create a new user and a new group with the name Mark_wine. then change the owner and owner group of ~/bin/wine{x} to Mark_wine after that sed userID ~/bin/wine{x} you might want to make sure ~/bin/wine{x} does not have too many permisions. chmod u-a g-w o-a ~/bin/wine{x} will take care of this. then change the owner and owner group of all your wine stuff. if wine chown Mark_wine:Mark_wine -Rf ~/.wine if winex chown Mark_wine:Mark_wine -Rf ~/.transgaming chown Mark_wine:Mark_wine -Rf the user Mark will now be able to run windows apps but the windows apps can NOT harm the user Mark. ( windows programms can still fight with each other though. ) If anyone has better.. tell me.