Slashdot Mirror


User: brunascle

brunascle's activity in the archive.

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

Comments · 691

  1. Re:Quick Tip: Wait? on Quirks and Tips For Upgrading To Vista · · Score: 1

    Maximum PC got the same results an issue or two ago: you'll take a performance hit if you move from XP to Vista. they said the story might change when newer drives come out, though.

  2. Re:Hope they go bankrupt on The Future of Creative and the Sound Card Market · · Score: 1

    All but 2 of th 20 something CSW stores are now closed because of his poor judgement.
    are you sure? because i can think of at least 2 CSW stores in my area alone.
  3. Re:Ah, poor Creative on The Future of Creative and the Sound Card Market · · Score: 1

    same. i replaced nearly my entire (new) PC before i realized it was my sound card. the sound card is so low on my the-problem-might-be list that i spent another $1000 before even bothering to check it. i'm using the onboard Realtek audio now. the quality is noticably less, especially in games, but it still sounds good.

  4. Re:How does this help them? on Microsoft Tracks Down Mass Fake Web Pages · · Score: 1

    our site is actually working with one of these companies (on the receiving end of the paycheck, though). they want to put "ads" on our site that link to other sites. they dont care at all what the ads look like or where they are on the page, but just that there's a link to another site. and the link has to be search-indexable (no javascript). all they care about is boosting the rank of their clients, not the number of clicks.

  5. Re:Why? on Microsoft Tracks Down Mass Fake Web Pages · · Score: 1

    it may not be cheaper, but it may be more effective. search engines generally identify results that were purchased, and i'm sure a user is less like to click on it if they see that. the clients of these companies are buying their way into the results without have to be in that section.

  6. Re:Hoax? on Jack Thompson Responds to Take Two Suit · · Score: 2, Funny

    The language doesn't feel right for a lawyer
    i agree. as i read it, in my head i'm replying "so's your face"
  7. Re:MS knows when you PC is on? on Microsoft WGA Phones Home Even When Told No · · Score: 1

    nope, both are connected to our ISP through the same hub, but they're not on a local network.

    keep in mind, though, that i havent done extensive testing of this. i've only reinstalled 2 or 3 times in the past year or so, but it happened every time.

    anyone else seen this happen?

  8. MS knows when you PC is on? on Microsoft WGA Phones Home Even When Told No · · Score: 2, Interesting

    i've noticed that whenever i try to upgrade to SP2/etc on a new install of XP, it will fail if any other PC using the same CD key is online at that moment. but once i unplug the other PCs, the upgrade works fine.

    assuming this isnt a fluke, that really frightmens me, the fact that MS knows when any of my PCs are online.

  9. am i the only one who initially thought... on Microsoft Vista, IE7 Banned By U.S. DOT · · Score: 1

    why does the department of transportation have the authority to tell me what software i can and cant run?

  10. Re:Flamebait or not... on Finding an Innovation SSI 2001 Soundcard? · · Score: 0, Offtopic

    which is exactly why i voted it down in the firehose.

  11. Re:Why is this such a big thing? on Open XML Translator for Microsoft Word Available · · Score: 1

    yeah, i'm an idiot. in my head "Microsoft Word" and "Microsoft Office" are interchangeable. didnt occur to me that they were just talking about Word, not all of Office.

  12. Re:Why is this such a big thing? on Open XML Translator for Microsoft Word Available · · Score: 1

    IIRC (correct me if i'm wrong), but i think OpenOffice can only handle the word-processor part of Open XML, not the rest of it (spreadsheet, presentation, etc).

    and, since many large organizations/governments have already switched to ODF, those groups wouldn't really be able to switch back to Microsoft without a conversion tool, preferably built into Office. this could be MS's attempt to get them to switch back.

  13. video is gone on Making Animated Fluids Look More Realistic · · Score: 4, Informative

    hmm... the video i was talking about is gone, replaced by the 2nd one under "Multimedia." sorry about that. the other 2 are still good though. the smoke is in the first one. too bad, though, the snowglobe was great.

  14. Re:The Big Difference... on eBay Virtual World Delisting Skips Second Life · · Score: 1
    i think it only applied to intellectual property.

    this may be what i was thinking of, but i'm not sure:

    If you have any questions, contact the intellectual property rights owner before listing

    It is the responsibility of all sellers to make sure that their items are not infringing before listing them on eBay. If you are unsure, we encourage you to contact the intellectual property rights owner with any questions.
    from http://pages.ebay.com/help/tp/compliant-listings.h tml#5
  15. Re:Not good for large installations. on 'Dumb Terminals' Can Be a Smart Move for Companies · · Score: 1

    no idea. at the time i didnt know anything about the types of terminals. tell you the truth, i still dont.

    it was running X Windows though, on Tru64. i dont remember if the windows machines were terminals or not, but pretty much all the Unix machines were terminals, as far as i could tell.

  16. Re:The Big Difference... on eBay Virtual World Delisting Skips Second Life · · Score: 2, Informative

    Another thing to note is that Linden Labs (Second Life producers) explicitly stated the users own copyright of their own in-game creations.
    bingo. IIRC, eBay justified the delisting by pointing to the already-existing section in their terms of use that said something to the effect of "If it's not clear you own the copyright of the item you're selling, you cant sell it."
  17. Re:Not good for large installations. on 'Dumb Terminals' Can Be a Smart Move for Companies · · Score: 1

    my school actually did have this pretty much campus wide. or at least most of the computer labs were terminals.

    it wasnt too bad except for the bandwidth (slower response time than a desktop).

  18. Re:IE is the roadblock on CSS: The Definitive Guide · · Score: 1

    well, yes, granted, if you're going to use a validator, that trumps application/xhtml+xml, so you're probably fine.

    but there are certain things (most) validators wont even catch, but your browser will. e.g., in XHTML, CSS is case sensitive. took me a while to figure out that one.

  19. Re:Microsoft CSS thought about this... on CSS: The Definitive Guide · · Score: 1

    i had to do something like that once, where the left column and top row were frozen. i used javascript instead of CSS, though, and it worked in both IE and firefox.

    for just the top row there is an easier way to do it, though, but IE doesnt support it: separate the header of the table using a thead and set it to position: static, i believe.

  20. Re:IE is the roadblock on CSS: The Definitive Guide · · Score: 2, Informative

    i find XHTML is fine as long as you develop using the application/xhtml+xml content type, then switch to text/html for production. and obviously you'll have to develop using a broswer that supports XHTML (not ie).

    that, or have your site change the content-type in a script, depending on what the browser sent in the Accept header.

    if you're not using application/xhtml+xml in development, you might as well stop using XHTML all together, because chances are there are errors all over the place.

  21. Re:Banned? on MySpace Sues Spam King · · Score: 2, Informative

    i assume when they say "ban" they mean legally, like a restraining order. they're probably already banning all the accounts, but if they banned them legally they could threaten to legally take action if they caught them again.

  22. another article on Ionic Winds Chilling Your Computer · · Score: 1

    Technology Review had another article on this back in august. with the same image, in fact. and actually, it was here too.

    and recently i saw an episode of mythbusters where they used the same (i think) technology to create a hovering triangle thing. they were testing "anti-gravity" devices, and this was the only thing that surprised them. when they plugged it in, it shot up in the air. after some bewilderment, they realized it was ionizing the air and blowing it down, in turn causing thrust upwards.

  23. Re:I'm more concerned of a switch back to the old. on Preparing Your Datacenters for DST Changes? · · Score: 1

    they'd probably be patched through the same means. so if you survived the patch to the new DST, you'll be able to get a new patch to remove it.

  24. Re:Something like this? on Adobe Acrobat JavaScript Execution Bug · · Score: 4, Informative

    wont work. the javascript is after the #, so it's client-side. the server will never see it.

    someone on sla.ckers.org had a good suggestion: redirecting to a random, one-time address (that translates to the right PDF file on the server-side) if the client requests the PDF file directly. the valid addresses would have to be hard to guess, though.

  25. Re:Let's be clear: bug is in Reader on Adobe Acrobat JavaScript Execution Bug · · Score: 1

    how can the sites fix this? the javascript part of the url is after the #, which doesnt get sent to the server.