Slashdot Mirror


User: Myria

Myria's activity in the archive.

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

Comments · 657

  1. I want a math coprocessor on The Future of Putting Chips Inside Our Brains · · Score: 1

    I want a computer in my head that I can tell to do discrete calculations for me, since humans are so slow at them and mistake-prone. I'd love to be able to do 4096-bit RSA encryption in my head. Then the rest of my brain could concentrate on the problems the computer isn't good at.

  2. exec() is the hard one, not fork() on Microsoft Launches OSS Site, Submits License For Approval · · Score: 1

    On Windows NT, you can fork a process by calling NtCreateProcess[Ex] with a NULL image section handle, then using NtCreateThread to create the initial thread in the new process (set the initial context to the same as the current one except 0 in EAX).

    exec() is the hard one. NT can't start a new executable without assigning a new PID. In theory, you could deallocate all the memory in the current process then map a new executable in, but that's a total hack.

    Windows NT has many semantic differences, but the reality is that for the most part, NT has close to a superset of what is available in UNIX. The debugging API is massively better than what's available in Linux.

  3. Win32 API is bad, but NT API is good on Preventing Another Vista-like Release With Windows 7 · · Score: 1

    The Win32 API is a horrible mess, but the NT API underneath it is very good. It's much more self-consistent than the Win32 wrapper. I wish Microsoft would sanction its use, because it's really much better.

  4. Fairness is in the casino's best interests on Psychology, Design and Economics of Slot-Machines · · Score: 4, Interesting

    It is in the best interest of casinos for their games to be fair. They want their machines to follow the rules exactly, and be as random as possible - the math takes care of the rest. If they weren't following the rules, Nevada and the public would get them shut down very quickly.

    I really don't like the way such places try to manipulate people. The near misses aren't manipulated by the machine's operation, but the game's layout is designed such that near misses are a natural result. The methods used by casinos very much the same crap as supermarkets micromanaging item placement to trick you and your children into buying more items and more expensive items. I dislike that more than the idea of going somewhere to lose money.

    By the way, I'm one of those Vegas winners you speak of. I was bored and waiting for a show so I sat and played quarter video poker. I got a royal flush on the 4th hand - $1000. Walked away immediately, and haven't gambled since then. Lost a total of maybe $30 in my life before then on similar cheap games.

  5. Resistance on HIV Vaccine Ready For Clinical Trials · · Score: 1

    The virus's life depends on getting around such a cure - it will evolve to evade the cure. In only takes one copy of the virus in one person out of millions to randomly have a resistant strain.

  6. What causes that? on Safest Seat on a Plane, Or How to Survive a Crash · · Score: 1

    I get the same feeling on planes... What causes that? Is the fuselage actually tilted?

  7. More like, ditch Win32 on Next Version of Windows? Call it '7' · · Score: 1

    Windows NT itself has a great API that is much more self-consistent than Win32 ever was. It's also somewhat simpler to understand.

    Win32 is actually a user-mode wrapper around the native NT API. CreateFile calls NtCreateFile. NT has a single root directory named "\"; the Win32 drive letters are actually symbolic links within the native namespace.

    Many things in the NT API have no equivalent within Win32. For example, forking a process is NtCreateProcess[Ex] with a null image handle.

  8. Microsoft won't for security reasons on Sony Displays New PSP, Polished Games At E3 · · Score: 1

    Microsoft's extremism in console security trumps any such wish for user-generated content. Microsoft knows that if user-generated content is allowed, it won't be long before someone finds a bug in a game and exploits it to run Linux. After all, this happened repeatedly on Xbox, and on 360's King Kong, even without true user-generated content.

    Sony doesn't really have this problem. The system is already hacked, and it ran Linux to begin with. They couldn't keep up with such exploits on PSP.

  9. Re:famous last words on Analyst Says Blu-ray DRM Safe For 10 Years · · Score: 3, Insightful

    We still can't mathematically prove that ciphers are unbreakable, but that doesn't mean that a modern cipher like AES is going to be broken.
    You don't need to break the algorithm to break the DRM. The key is in software or hardware somewhere; all you need to do is find it.
  10. Typical - wait for 2.0 on iPhone Researchers Gain a Shell · · Score: 1

    Companies doing hardware digital signature lockdown never get it right the first time. Look at the Xbox. Xbox was hacked to hell. The 360, however, was not, having exactly one exploit against it that was patched before t was made public.

    Expect iPhone 2.0 to be unhackable, putting the per-phone keys to the boot loader in fuses inside the CPU.

  11. At least you can open it at all on iPhone Battery Replacement An Unwelcome Surprise · · Score: 1

    I'm surprised that a company like Apple wouldn't design the iPhone such that when you opened it, an encryption key in SRAM is cleared. Opening it would disable the phone until serviced by Apple, who can legitimately claim the warranty is void. They can claim that this feature is for copy protection and send anyone who dares to work around it to Club Fed.

  12. The best Uematsu songs on Ocarina of Time — Best Game Ever? · · Score: 1

    FF3 - Overworld
    FF4 - Underworld
    FF4 - Tower of Babel
    FF4 - Giant of Babel
    FF5 - World 2 overworld / Unknown Lands
    FF6 - World of Balance / Tina's theme
    FF6 - World of Ruin after airship / Searching for friends
    FF6 - Cayenne's theme
    FF7 - Boss music
    FF7 - Cid's theme
    FF7 - Pre-Meteor overworld
    FF7 - Wutai
    FF9 - Nova Dragon (FMV at beginning of disk 4)

    I never liked FF5's music much. FF6 was by far the best for music; too many to list above. I never played FF8 or FF10 because I didn't like them; never got around to 1 or 2. His Chrono Trigger songs weren't any among the memorable ones.

  13. That is why I'm in favor of this. on Bush Commutes Libby's Sentence · · Score: 1

    I hate Bush in office as much as any other Slashdotter, yet I agree with his decision here.

    I don't think it's fair that Libby goes to prison while the others in the administration do not. I'd rather have Libby get away with it than for only him to take the rap. Washington scapegoats are a tradition, and I'm glad to see it not perpetuated here.

    The real culprits, Dick Cheney and several others, should be impeached and charged.

  14. THAT is copy protection. on No iPhone For 64-Bit Windows · · Score: 1

    Games not working on Win64 on their own accord is basically unheard of. It's the copy protection kernel drivers that won't work. The cracked versions typically work fine on Win64!

    Legal disclaimer: I'm not recommending that anyone crack anything.

  15. Win2003 64 = XP 64 on No iPhone For 64-Bit Windows · · Score: 1

    Windows Srv 2003 64-bit


    XP 64 is a non-server build of 2003. It calls itself NT 5.2, and its service pack 2 installer is literally the same .exe file as 2003 64's.
  16. No, it uses LLP64 on No iPhone For 64-Bit Windows · · Score: 1

    Longs are 32-bit in Win64. Only long longs are 64-bit. This means that long's size is different between x86-64 Windows and x86-64 Linux.

  17. Unless you want to unload a DLL. on No iPhone For 64-Bit Windows · · Score: 1

    In 10.5, Carbon was not ported to 64-bit. Its sole alternative, Cocoa, requires Objective C. DLLs using Objective C cannot be unloaded, period.

  18. Microsoft *is* pushing harder. on No iPhone For 64-Bit Windows · · Score: 1

    You can't get the "Designed for Windows" logo or the WHQL driver signature anymore without running on Win64. In the WHQL case, that means a 64-bit driver.

  19. Steroid link? on Autism Reversed in Mice at MIT Lab · · Score: 1

    Steroids were found in his home. Given that so many athletes have autistic children, has there been any inquiry into whether steroids are linked to having autistic children?

  20. A scientifically complete model isn't enough on Intelligent Design Ruled "Not Science" · · Score: 3, Insightful

    I should say that I would consider a scientifically complete model of the universe that includes no "extra" variables to be a sufficient proof.

    Such a model would not be enough to disprove the existence of God. For the universe inside Super Mario Brothers, there exists a scientifically-complete model; it happens to be 40960 octets long. However, when I hex edit a saved state, I am the god of that universe. I can modify the state of the game at will, without modifying the rules. Despite a self-consistent and fully-accurate model of the universe, God exists and can perform miracles.

    Similarly, a god of our universe would be able to create objects without regard to the standard rules, and discovering those rules would not disprove her existence.

    Note that I'm an atheist. I just want to make sure the logic on all sides is valid.
  21. How is this new? on EA Reorganizes Into Four Labels · · Score: 4, Insightful

    The changes, based on the success of a pilot program that placed games based on "The Sims" franchise into their own unit

    Wasn't that "pilot program" called Maxis?
  22. SELinux locks out self-modifying code on Red Hat Boosts SELinux With RHEL 5 · · Score: 1

    Sorry, but I don't want to have to get the administrator's permission to write my own program that makes self-modifying code. This is also why a user-local install of Wine is impossible when SELinux is enabled.

    Of course, SELinux does nothing about the problem that a rogue program could pipe out to gdb, a program flagged for ptrace(), and do that stuff anyway.

  23. WoW password stealer on Gaping Holes In Fully Patched IE7, Firefox 2 · · Score: 1

    Cue website installing a WoW password stealer in 3, 2, 1 ...

  24. Mighty Mouse is 1.5 buttons on Apple Hides Account Info in DRM-Free Music · · Score: 1

    When I play World of Warcraft, I walk by pressing both buttons on the mouse. This gives a lot more turning precision than you get with the keyboard. However, you can't do that on a Mighty Mouse. Its physical design can only distinguish whether you're pressing the left side or the right side - it can't recognize pressing both sides at once.

    I'm sure WoW's not the only game that has a use for left+right.

  25. It's a natural monopoly on McCain on Net Neutrality, Copyright, Iraq · · Score: 1

    The biggest problem with removing "net neutrality" is that Internet service is for the most part a natural monopoly. You pretty much either have to pay the one phone company or the one cable company. It's unrealistic for competitors to join the market, because laying a second set of wires to your house isn't going to happen. Alternative companies offering DSL service are still at the mercy of the phone company.

    Internet customers don't really have a choice who to go to for Internet service. When service to popular sites gets slow, or when sites charge customers on certain ISPs more money, people can't get fed up and leave to a different provider. There are no market forces.

    As much as everyone hates it, the only way to keep natural monopolies in check is to regulate them. Regulation is the difference between the current AT&T and the AT&T of the 1970's, and hardly anyone will argue that things are worse now. We don't have to rent phones anymore. Regulation sucks, but abusive monopolies suck worse.