Slashdot Mirror


User: Neon+Spiral+Injector

Neon+Spiral+Injector's activity in the archive.

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

Comments · 814

  1. Re:Sync on DooM Remix Project - The Dark Side of Phobos · · Score: 1

    Or maybe Fred Savage's Wizard because it is a movie about video games.

  2. Re:Still $300 on Xbox 360 for $300 · · Score: 1

    Not only that but if you wait for the first price cut on the console there will be a nice selection of $10 to $20 games. Plus they may have fixed some bugs in the hardware (albeit at the same time made it harder to mod).

  3. Confirmation on Bogus Security Alerts Hit National Weather Service · · Score: 1

    So now they will just key, RHW[Enter][Enter], the extra enter to say yes the the annoying confirmation dialog that pops up everytime you want to do anything--including the weekly test.

  4. Re:Hmm... on God of War the Newest Video Game Movie · · Score: 2, Informative

    They are producers, not directors.

    Producers don't actually have anything to do with making a movie. You'll never actually hear anyone say, "ooo, he's a good producer."

  5. Re:Question about FFXI for Xbox360 on Xbox 360 Launch Titles and Information · · Score: 1

    When new servers have been added in the past existing players are offered a migration option to the new server to help fill it up.

    New players are joining the game all the time. Sure when the Xbox version debuts there may be a large influx. But I don't imagine it will be any different from when the Euro version of the game went live.

    The way the game progresses, higher level players don't hang around the beginning cities all that much.

  6. Re:How much of it is just the name? on Majority Of Customers Prefer Blu-Ray · · Score: 1

    FireWire is Apple's name for the IEEE standard 1394. Sony actually called it iLink.

  7. Xenosaga on How Games And Religion Could Mix · · Score: 1

    I thought that the Xenosaga series was covering the topic very well.

  8. Re:Makes sense to me... on Microsoft In Talks To Buy Claria · · Score: 5, Funny

    How about:

    Q: What is the difference between Microsoft and Claria?

    A: One makes software that subverts control, slows operation to a near halt, and generally damages the way your computer functions. The other is just a spyware company.

  9. Re:A way around... on Java to Appear in Next-Gen DVD players · · Score: 1
    This is the technique I've developed:
    1. Put disc in DVD player.
    2. Go take a piss.
    3. Fix myself a snack and a cold beverage.
    4. Come back to the DVD waiting at the menu.
    5. Go to audio options looking for the DTS track, curse them for leaving it out again, settle for Dolby Digital.
    6. Start the movie.

    Seems to work OK, except when they have exceptionally long trailiers before the menu.
  10. Re:A way around... on Java to Appear in Next-Gen DVD players · · Score: 1

    Yes, my current player autoplays, and that can not be disabled. My previous player could have the autoplay disabled and the menu key would take me directly to the menu of the disc; skipping any early UOP screens.

  11. Re:A way around... on Java to Appear in Next-Gen DVD players · · Score: 1

    Actually, I just started work on the car again last week. The site will begin to be updated again also.

  12. Re:A way around... on Java to Appear in Next-Gen DVD players · · Score: 1

    Not for me. The DVD standard allows buttons to be disabled. The DVD author usually disables the next title, fast forward, and menu buttons. My usual trick was to hit the stop button, then the menu button which would take me to the main title menu. But I recently got a DVD (MacGyver Season 2) that disables the stop button during the FBI warning. That is totally evil.

    Your player may just not honor the UOP (User Operation Prohibited) part of the DVD spec. But that is a totally cool violation with me.

  13. Re:What gives? on Sony Refutes Low UMD Sales, Slow Production · · Score: 1

    Even if one wants to use the PSP to watch movies, there are tools out there to convert video into a format that the PSP can play. Just get a large memory stick and load it up with a couple movies. Of course if one is ripping from DVD the copy protection may need to be cracked. But if this isn't a case of fair use, I don't know what is.

  14. Sony "Sales" on Sony Refutes Low UMD Sales, Slow Production · · Score: 2, Insightful

    Don't forget how Sony counts sales. An item is sold to them when it ships for the store.

  15. Re:Along similar lines.. on Google Might Disappear in Five Years · · Score: 0, Offtopic

    If Ballmer had said his prayers, he would have never lost his hair. (I predict)

  16. Re:Not a bad idea... on 3D Projection Rumoured to be The Revolution · · Score: 1

    There was also Holoseum, a 2D fighter where the sprits stood upright on the stage.

    Sure it could be done today on-the-fly, you'd just need a large parabolic mirror to focus the TV screen, and a dark stage to keep the picture from being washed out.

    There is a reason the cabinet for those two games was shaped as it was, function over form.

  17. Tyan on Best Motherboard for a Large Memory System? · · Score: 4, Insightful

    The biggest board I know of is the Thunder K8QS Pro (S4882). With 16 DIMM slots it supports 32 GB of RAM. But it is a quad processor board.

    Most of the rest of Tyan's Opteron server boards do support 16 GB. Again they are dual processor.

    Tyan's boards will run with a single processor installed, but only 4 DIMM slots (1 bank) will be active. All processors can see all the RAM installed, but because the memory controller is integrated into the CPU, the CPU must first be installed. Then it can pass access to the RAM to the other CPUs. Local RAM always being the fastest. (Linux with Opteron NUMA support tries to keep memory associated with the task running on a specific CPU local to that processor.)

  18. Re:I expect a little "buy now" button on Netfix... on Amazon Talking with Netflix And Blockbuster · · Score: 1

    There used to be a link to buy the DVD from buy.com on each Netflix movie page. It disappeared a little while ago.

  19. Tekwars on William Shatner Pitches 'Starfleet Academy' Show · · Score: 5, Funny

    I wonder if Shatner will use the same ghost writer this time?

  20. Re:Ironic... on Gnome Removed From Slackware · · Score: 1

    Cool, so that is fixed.

    How about some of the GNOME packages (I can't remember which ones off hand, it has been a while since I built GNOME by hand) that run post install scripts? Scripts that depend on other packages to be installed first. How are you handling those? I know every package management system has to ability to run scripts as part of the installation. But finding what needs to be run out of the Makefile and incorporating it into the package will be a little work.

    Don't get me wrong, I prefer GNOME as my desktop envorinment, and as I noted above I've built it by hand many times over. I do agree with Patrick that it could be an easier process. Though it does appear that the GNOME team is doing something about that.

  21. Re:Ironic... on Gnome Removed From Slackware · · Score: 5, Insightful

    Are you building and 'make install'ing, or building .tgz package files? GNOME 'make install's fine. But doesn't obey the DESTDIR envar, so making stand-alone packages is very difficult. (No, setting --prefix= does not work, because that path gets hard coded into various places.)

  22. Re:the website is subtitled on The Solar Death Ray · · Score: 1

    You need to find the kind of mermaid that is fish on top and girl on the bottom.

  23. Re:Almost useless on Credit card signatures: Useless? · · Score: 5, Informative

    In the US if you have a card linked to your checking account, it can be used as a credit or debit card. As a credit card all that is needed is a signature. A debit card is just a fancy name for an ATM card. When the card is processed as a debit card the machine will ask for your PIN. The problem is in debit mode you can be charged foreign ATM fees (by both your bank and the business processing the card). So it is best to just use the card as a credit card when asked, "credit or debit?" There is also nothing preventing the card from being used one way or the other.

  24. Re:No Non-Line-of-Sight on Building an Non-Wired Network for Pueblos? · · Score: 3, Informative

    About the 60 degree sectors. You are correct about the possiblity of interference. The radio equipment that the company for which I work uses each tie into a central control unit that provides a timing signal to each unit to stagger transmissions and prevent problems.

  25. No Non-Line-of-Sight on Building an Non-Wired Network for Pueblos? · · Score: 4, Informative

    No matter what anyone tells you, or tries to sell you: wireless is line-of-sight. Microwaves are electromagnetic radation. They do penetrate a bit better than the visible wavelenghts, but a building or a hill, heck even trees, will put a real cramp on your transmissions.

    If all buildings don't have a clear, unobstructed view of a central point; the only way to make this work is to connect the buildings that can see eachother until you reach one that can see your point of origin.

    Start by finding the best location that is the most visible, and most central to the most buildings. This is were you will install six radios each with a 60 degree sector antenna on a tower (less if you don't need a full 360 coverage, but don't go any wider then 60 degrees for each sector, or you'll be spreading your power too thin). Then survey each of the other locations to see which have perfect views of this tower. These locations will get an uplink radio with a unidirectional antenna focused on the tower. Plus a second radio operating in a different frequency range with an omnidirectional antenna. Try to use a lower frequency for the omni radios. These secondary radios will operate as a mesh network to pick up the other buildings that don't have line-of-sight to the central point. Finally the non-line-of-sight meshed-in locations can operate on their own omnidirectional antenna if they are close enough so they can pick up tertiary meshes. You really don't want to go any deeper than three into the mesh, speed starts to suffer too much. If the buildings are more than a couple hundred feet from each other the powerloss from transmitting in all directions will be too much and you'll have to go to directionalized antanna at one or both locations to direct the RF in a more focused pattern.