Slashdot Mirror


User: brunes69

brunes69's activity in the archive.

Stories
0
Comments
4,066
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,066

  1. Re:FreeBSD != Linux on Accelerated nVidia Drivers for FreeBSD · · Score: 2

    Simple equation. UT2k3 needs S3C texture compression support. S3 texture compression is patented and closed source, so no open source drivers can enable it even if they know how, unless S3 changes their mind on this (unlikely). NVidia's Linux drivers provide S3C. That's why no NVidia == no Ut2K 3 in Linux. And if you think that UT2k3 is the only game thatis going to be using S3, you are living in a dream world.

  2. Re:Windows Media Player Killer on Mplayer Adds Sorenson v3 To the Linux Roster · · Score: 2

    Yes it *does*, but only under cygwin, and you need an Xserver to run it. BEcause of this it is very sslloooooowwwww

  3. How I install mplayer on Mplayer Adds Sorenson v3 To the Linux Roster · · Score: 5, Informative


    echo "http://mplayer.nmeos.net/ unstable main" >> /etc/apt/sources.list

    apt-get install mplayer-686
    apt-get install mencoder-686

  4. Except that the Qt5 GUI sucks ass... on Mplayer Adds Sorenson v3 To the Linux Roster · · Score: 4, Informative

    ..and is horribly slow under WINE. Not to mention mplayer works in console as well as X, and anything that works with mplayer also works in mencoder.. so guess what, Sorenson -> DivX is now very simple and straightforward.

  5. Re:Why have Nvidia done this? on Accelerated nVidia Drivers for FreeBSD · · Score: 3, Informative

    The simple reason is why not? The FreeBSD and Linux drivers use the same closed source binary driver module, the only difference is in the Kernel hooks (very minor). Truth is there has been a partialy working independant NVidia FreeBSD implimentation for some time now. Most likely NVidia just used that and refined it a bit. Now that they have the kernel hook code working for both Linux and FreeBSD, maintaining them will be relatively simple.

  6. NVidia's drivers support Xinerama Now on Multi-Display Graphics Suites Compared · · Score: 2

    They never used to, but the past two releases have done Xinerama beautifully, works perfect under KDE.

  7. Re:There are too many issues, and it gets too comp on Understanding Bandwidth and Latency · · Score: 3, Funny

    Wow it sure is nice,

    To be able to read a 2 page long comment.

    Especially when it wold only normally be a small paragraph.

    Except that the author thought that it wasn't long enough.

    So they typed it like this,

    And made everyone hate them.

  8. Re:Love that title on USB Key-Sized MP3 Player With LCD Display · · Score: 2

    Dunno about this one, but the MUVO actually comes ON a keychain. Its made ot be carried with your keys. If you're losing your keys so much, you're gonna have bigger problems than worrying about chaging songs with your thumb. And why are your thumbs so big anyways? I know my thumb is smaller than the heads of my keys..

  9. Re:10 Things... on Mozilla: The Good And The Bad · · Score: 2

    Phoenix does this, and alot more that Mozilla doesn't. Phoenix is really on the right track. http://mozilla.org/projects/phoenix/phoenix-releas e-notes.html

  10. Re:That's probably not his goal on Internet Access via Cell Phone HOWTO · · Score: 2

    Yeah, excep tmaybe I dont want big brother to be able to track me wherever I go because I buy a cool looking book about Islam from Amazon. No thanks, I'd stick to my own homebrew solution.

  11. That's probably not his goal on Internet Access via Cell Phone HOWTO · · Score: 4, Insightful

    Who is going to run a server on 7k/sec? He is probably asking because he is planning on doing somehting I wanted to do... take a big road trip, and bring the old laptop and digicam. The ability to quickly upload pics to your home from anywhere, combined with some short postings, makes for a nice "live" view of your trip from a website you can give your friends the URL to.



    Another possible application is security... you could have your car auto-upload its position (gathered via a cheap GPS unit) along with a snapshot of the driver (via a hidden X10 camera) to a website every half hour or something, from a hidden cheap P133 in the trunk. This would be invaluble if your car ever got stolen.

  12. Its not suppoed to lead to profit on More Universities to Publish Courseware Online · · Score: 5, Insightful

    No matter how much you may feel sometimes that your University is being run like a business (which is pretty much necessary nowadays, with cutbacks to funding), Universitys never have been, nor hopefully will they ever be, out to make a profit. They are publicly funded institutions whose sole purpose is to provide an avenue to educate and teach the public, and hopefully, increase the scientific knowledge of the country as a whole. Any school who cares about nothing but the bottom line is doing a disservice not only to its students but to the community it serves, who in the end, funds its very existance.

    This is the main thing that distinguishes a University from a private school, which is out to make a profit, often at the expensive of a good education.

  13. Re:Alot of this is pure crap on Yahoo Moving to PHP · · Score: 2

    If your XML is generated on the fly, as is mine (and most dynamic content), you wouldn't want to cache it under most circumstances anyways

  14. Re:Antimatter costs far more than it's worth... on Antimatter Space Drive · · Score: 2

    All fuel by definition uses more engery to produce than it stores. Even in the Star Trek era (24th century), the Technical Manual says they only get around 20% efficiency when creating their antimatter. It is the compactness of it that makes it usefull, much like the compactness of energy in cars is more usefull than solar power.

  15. Re:won't work on Antimatter Space Drive · · Score: 2

    Warp Drive works by pushing space against itself through the use of warp fields, has nothing to do with matter.

    Didn't you take warp field theory 1000 at Starfleet Academy?

  16. Naw, FDISK + Format... on Phoenix 0.4 Released · · Score: 2

    ... is the unbeatable combination for dealing with WinXP :P

  17. Big Whoop. on Yahoo Moving to PHP · · Score: 5, Informative

    This doesn't tell me anything about the quality of these products. I cant speak for the others, but have you ever looked at the source for PHPNuke? It is a horrendous mess. Not only that, but the thing is routinely riddled with secuirty holes and other bugs. I had the displeasure of running it on my site for awhile, what a mess.

  18. Alot of this is pure crap on Yahoo Moving to PHP · · Score: 4, Informative

    Points #1 and #4 are totally off base. It is very simple to seperate presentation logic from processing logic in PHP. Don't diss the whole language just because 95% of people don't know how to use it properly. you can either go the simple route, and use a special Display class for all your displaying ( easy to modify, easy to swap out for a totally different page), or as I did, you can use PHP's XML/XSLT functionality to totally seperate your logic form display, but having all logic code return XML strings and only at the funal step transform them using XSL.

    As for your point $3, see my exmaple above. PHP has a nice OO clas structue, which is great once you've used it for awhile and being to understand how it is "OO Designed for Web Development", not "OO for Application Development", which are two different things.

  19. Why is this not under the Anime topic? on Adult Swim Revamps; Removes Most Anime · · Score: 3, Insightful

    ... So I wouldn't have to be subjected to this foolishness?

  20. Re:Why use an old version of Mac OS X? on PPC Linux vs. Mac OS X Server: Linux Edges Out · · Score: 0, Flamebait

    For one, you'd best not be dissing Moshe, he is 1000x the hacker you will ever be. And for another, who cares if some other crackpot news site reports something first? I see at least 10 stories a week that show up on K5 before slashdot. Doesn't mean they shouldn't get posted here as well.

  21. Nazis? on Dynamic HTML The Definitive Reference (2nd edition) · · Score: 1

    Perhaps you should tell your friend to go droll over Josh Harnett some more, since a) He obviously got all he knows about Perl harbour from that awfull movie, and b) He missed the whole "It was the Japenese" idea.

  22. Re:Who cares what they say they support? on Online Banking And Browser Support · · Score: 2

    They closed the "Amicus" in the US. PC financial is fine.

  23. Screw Paypal, contact Ebay on Abiword's PayPal Donation Fund Robbed · · Score: 3, Insightful

    Don't even bother with Paypal customer service, they have been stonewalling everyone for years. Try talking to Ebay customer service,... and try to talkyou way up to amore senior Manager or someone else who has the authority to call up the Paypal losers and demand "whats going on here?" Hopefully Ebay doesn't want to risk its reputation going gown the tubes as quickly as Paypal's did a few years back.

  24. Re:Who cares what they say they support? on Online Banking And Browser Support · · Score: 2

    That's starange.. I use PC Financial / AMicus Bank (which is a wholly owned subsidiary of CIBC) and their site works fine for me in Mozilla.... doesn't even complain about not being Netscape/IE!. It also works fine in konqueror, though I do need to do some user agent spoofing there.

    As a side note, unless you do alot of teller based transactions, I'd suggest you move over to Amicus anyways. You get free unlimited Interac, free unlimited chequing, free web and telephone banking, high intrest savings account (where high intrest is 2%+ with no min. balence), and you can use any CIBC machines.. and the telephone operators are actually nice and polite!

  25. This guy is whacked. on Font HOWTO For Linux · · Score: 5, Insightful

    I am posting the same thing here as I posted over at the dot 10 minutes ago. Just a glace at his two Openoffice screenshots showed me this guy is seriously whacked. The second screenshot, which he claimed is "more refined" is clearly much more jagged than the first. A simple look with Xmag sees the only difference between the two is that the second has anti-aliasing turned off. Same with the"results" screenshots at the end.... they look like crap compared to my fonts in KDE, and I did nothing speccial. Just apt-get install msttcorefonts in Debian. There is no anti-aliasing going on at all in these screenshots, they look horrible.

    Now, I totally respect people who don;t like anti-aliased fonts. but in KDE (which this article seems to be mainly about) or OpenOffice, disbling anti-aliasing is as easy as unchecking a menu option... if you don't want it, don't use it. What is the point of the whole long process in this article exactly?