Slashdot Mirror


User: Hitokiri+Battousai

Hitokiri+Battousai's activity in the archive.

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

Comments · 17

  1. Re:Next Gen? on Carmack: Next-Gen Console Games Will Still Aim For 30fps · · Score: 1

    What you describe has already been made and is almost ready to ship. It's called the Ouya.

  2. Re:Anonymous? on Anonymous Hacks UK Government Sites Over 'Draconian Surveillance' · · Score: 2

    They're called Anonymous because they're not just random people, but rather a stand alone complex—which, albeit, is just a group of random people, but with the addition of unintended or decentralized cooperation. And that's something to which it is meaningful to give a name.

    This guy goes into it more: http://www.cydeweys.com/blog/2008/01/28/scientology-sac/

  3. Re:Can't wait to see... on FDA Approves Self-Sanitizing Keyboard · · Score: 3, Interesting

    Stainless steel is similarly naturally antimicrobial.

    No, it's not. Which you'd have known if you'd clicked on the GP's link. From Wikipedia:

    Unlike copper alloys, stainless steel (S30400) does not exhibit any degree of bactericidal properties. This material, which is one of the most common touch surface materials in the healthcare industry, allows toxic E. coli O157:H7 to remain viable for weeks.

    The GP is also inaccurate in implying that copper alloys are used in all hospitals; this seems to be a relatively recent realization and is only slowly being rolled out.

    St. Francis Private Hospital ... decided to become the first hospital in the world to fully specify hygienic copper door handles throughout its facility as part of its infection control program. A full upgrade of all door furniture ... commenced in January 2010.

  4. Re:3k - 64cores + 54+GB of ram. on Ask Slashdot: Parallel Cluster In a Box? · · Score: 1

    Interlagos only has 1 floating point unit for every 2 integer cores.

    Not really true. It has one 256 bit FP unit which can do AVX instructions, or it can be used as two 128 bit FP units.

    There seems to be lots of confusion about the bulldozer architecture. Its real limitations are that it shares the L1 instruction cache, L2 cache, and decoder between (essentially) two cores, and that it has not-so-hot branch prediction (compared to Intel) combined with a longer pipeline resulting in lower IPC compared to Phenom. The FP performance has remained pretty much the same, except it can do FMAC and AVX now.

  5. Re:Are we going to build it? on NASA's Next Mission: Deep Space · · Score: 4, Interesting

    If you haven't watched the anime Planetes, you should. One of the main topics is what you're talking about. It's one of the best hard science fictions I've seen/read.

  6. Re:Maybe the I.T. guys are right after all. on Microsoft Dumps Partner For Fake Support Call Scam · · Score: 1

    90% of all people are idiots.

    FTFY

  7. Re:Vundo and friends on Malware Gangs Run Ads To Hire New Coders · · Score: 4, Informative

    I deal with this type of malware for a living. Once you know what it does it's quite quick to clean up a system.

    Fist off, it's foolish and counterproductive to try to remove malware by using the OS that's infected. Boot to a live CD (like BartPE so you can mount the registry) and at the very least disable it from startup. From there feel free to boot to the OS and repair the damage.

    The start menu is indeed moved to the user's Temp folder. In detail:
    smtemp\1 is the public start menu
    smtemp\2 is the user's start menu
    smtemp\3 is the public desktop (I think, I've only seen this folder once)
    smtemp\4 is the user's desktop
    It also disables the listing of recently used programs in the start menu and un-pins everything. It's easy to turn that back on.

    The following is a terrible idea:
    attrib -h /S /D C:\*.*
    as it will unhide everything on the computer.

    It's quite easy to instead just select all the profiles under \Users\, go to properties, uncheck hidden, and apply to all sub objects. Afterwards, go into each profile and rehide only the top folder of AppData and all of the files in the root of the profile (things like ntuser.dat). In XP there are a number of other folders under the profile that are hidden by default. Reference a known good computer to see which ones.

    It may also set some group policies to disable the desktop, the task manager, and disable changing the wallpaper. Delete these.

    The particular malware that does this does not alter .exe associations, but if you need to fix those, there is a far more reliable free tool from Kaspersky called AVZ. The option is under File -> System Recovery. (Tip: you can rename avz.exe to something like avz.com so you can run it. Or manually fix the association for .exe and let the tool fix the rest.)

    Another spot to look out for is IFEO debugger entries. Look under:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

    Inside you will find keys of image names (like iexplore.exe). Under each key you may see a string value called Debugger. It's data will be set to the path of the malware that's infected the computer. If such a key exists, the 'debugger' will be launched whenever you try to execute the specified image.

    That about sums it up for all of the 'modern' 'viruses'. Quite pathetic. The only reason these things work is because people are tricked into letting them through UAC. The new Mac infections function nearly identically. They require that the user enter their root password for them to install, and all they do is put themselves in the Mac's startup locations, so they're even easier to remove.

  8. Re:Dome on Richard Branson Announces Virgin Oceanic Submarine · · Score: 1

    i.e. aluminium oxide, a.k.a. sapphire/ruby, fyi.

  9. Re:fdsfds on D-Link Warns of Vulnerable Routers · · Score: 1

    He didn't even fgsfds right...

  10. Re:Remember what happened to Fry on Become Your Own Heir After Being Frozen · · Score: 1

    And your dog will die :(

  11. Re:Hamiltonian path != traveling salesman on Bacterial Computer Solves Hamiltonian Path Problem · · Score: 1

    You are indeed correct. I was more trying to point out that the implementation of each problem is going to be different, as one problem requires the consideration of a few more details than the other. And while it may be fairly trivial to use the solution of one problem to solve the other—as you describe—in the silicon world, it may not be so for their bacteria-computer. It could be a big headache to set up a bacteria-solver for a problem of much greater complexity, with the intention of interpreting the result and converting it into the solution of a different problem. Moreover, it remains to be seen whether it's even possible to set up their computer in such a fashion (they only used 3 nodes with the computation taking place in two bits of information: glowing red and glowing green).

  12. Hamiltonian path != traveling salesman on Bacterial Computer Solves Hamiltonian Path Problem · · Score: 3, Insightful

    TFA oversimplifies by claiming that finding a Hamiltonian path solves the traveling salesman problem of finding the shortest path. The traveling salesman problem deals with variable edge lengths instead of just finite/infinte, and therefore requires a bit more complex implementation to solve (although they are both still NP-complete).

    I would be more impressed if they found the shortest path on an undirected graph with variable length edges.

  13. Re:And what exactly will they be selling? on Celebrate Your Next Birthday At the Microsoft Store · · Score: 1

    If they had a Project Natal demo on display I'd sure go check it out.

  14. Re:World is a changing... on Chinese "Web Addicts" Get Boot Camp, Therapy · · Score: 1

    But that won't be a problem, because then this will happen. People will be able to interact socially in meatspace and cyberspace at the same time.

  15. Re:why has every f***ng RC car to be called robot? on Sink Your Balls Quickly With Pool-Cue Robots · · Score: 1

    Not necessarily. The term "waldo" is generally restricted to anthropomorphic robots which are controlled by the same part of a human they imitate, such as a robotic hand being controlled by a sensing glove worn by a human. It can also be used to refer to a control mechanism that is a direct extension of an existing control mechanism that is meant to interface with a human, such as recreating a set of full-size controls for a car, and remotely linking them to an actual car.

  16. Re:Hookay... damage control? Paid by MS? on Windows 7's Media Hype Having the Opposite Effect As Vista's · · Score: 1

    5 - The only view I ever want to use in Explorer is Details. So like every other version of Windows, the first thing I did was to set the view to Details for a folder, go into the Folder Options, and tell Windows not to use unique views for each folder. Despite doing this many times, Vista will still randomly pick other views that it thinks are better (even though they're worse) for some folders some of the time. It also refuses to remember the sort order I choose for my Documents folder, and every time I go into it, it's sorted by Type, not Name.

    Oh dear god yes. This has got to be my #1 annoyance with Vista.

    Here, let me google that for you.

    In all seriousness though, I agree it's a pretty horrible "feature". Here's a more concise guide that fixes just what you're talking about: http://www.askvg.com/how-to-fix-annoying-folder-view-type-problem-in-windows-vista/

  17. Re:Not all that surprising on Tabula Rasa To Shut Down · · Score: 1

    Personally what I want to see is an MMO that is really good that isn't trying to be WoW. I'd really like a more PvP oriented MMO.

    It doesn't look like it's been mentioned on slashdot in a while, so I might suggest checking out Darkfall. It's true that it has been in development for a long time, but it's currently in a sort of public-invitation-beta, and it's due to be released by the end of the year.

    From everything I've read about it, it seems to be a lot like UO. PvP can take place anywhere, and it's full loot on death, but you're held accountable for your actions by a reputation system and there are NPC guards to protect you in the main cities (this is all exactly like EVE online too). It's also classless and level-less; your character is defined by what skills you choose (and your race to some extent), and there's a max number of points you can have for all your skills, which you can train and un-train at will. Players can make their own cities with their own NPC guards even who can be instructed on who to attack. Most items will be player created. The list of fun stuff goes on, but the biggest problem I foresee is in the area of polish, as it's made by a relatively small and new company. Then again they have been working on it for something like 7 years, so one can hope.