Slashdot Mirror


User: kreyszig

kreyszig's activity in the archive.

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

Comments · 12

  1. Re:Author owns the final draft on How Scientists Are Circumventing Journal Paywalls (bbc.co.uk) · · Score: 1

    The papers author may want their cut too

  2. Re:There's an app for that on A Scientist Is Selling the Right To Name His Newly-Discovered Moth On eBay (vice.com) · · Score: 1
  3. There's an app for that on A Scientist Is Selling the Right To Name His Newly-Discovered Moth On eBay (vice.com) · · Score: 1

    Well - a website: http://biopat.de/

  4. Re:its been around for years. on Computer Program Fixes Old Code Faster Than Expert Engineers · · Score: 1

    more +1s for you nimbius, lolz attack

  5. put your family's photos on them on Ask Slashdot: Best Way To Destroy Hard Drives? · · Score: 1

    they will then inevitably become corrupted after a couple of years, teaching you a lesson for not asking /. how to do backup your data for eternity

  6. ffs on Using Prime Numbers to Generate Backgrounds · · Score: 1

    hmm. I am surprised by the way people seem to be impressed by this. I though a few more /.ers would have written a hash function before.

  7. Re:Zero of nothing on New Zealand Creates Safety Billboard That Bleeds When It Rains · · Score: 3, Informative

    Actually, anyone wanting to go south of Auckland pretty much has to go through Papakura, so this is quite some achievment.

  8. Re:This should be a lesson... on Hacker Destroys Avsim.com, Along With Its Backups · · Score: 1

    not any more they don't. They use magnetic tape.

  9. Re:Using rockets for breaking? on Russian Manned Space Vehicle May Land With Rockets · · Score: 1

    retro as they are, the rockets are used for braking to stop the cosmonauts breaking

  10. it's not all magnets you know.. on Flying Micro-Robot Takes Off · · Score: 1

    from TFA: "The drive controls the genetic field using continuous feedback from positioning sensors in order to position the â(TM)bot."

  11. Re:OpenCL on GPUs Used To Crack WiFi Passwords Faster · · Score: 1

    it's because the shitty onboard graphics that come with many motherboards are just that, shitty. GPU accelleration in this context takes advantage of the large number of discrete processing units (pixel shaders, vertex shaders, call them what you will) that are available in discrete cards. The analogue is the CPU "core", there are over 2 hundred in top end discrete cards, usually less than ten in an onboard card.

  12. Re:No reason you have to use things like CUDA... on GPUs Used To Crack WiFi Passwords Faster · · Score: 1

    ...to run 'generic' GPU applications. They just make things simpler for people not used to working with GPUs.

    indeed. see gpgpu.org which is mostly focused on using opengl and directx to do this.