Slashdot Mirror


User: zackhugh

zackhugh's activity in the archive.

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

Comments · 18

  1. Meanwhile, America is experimenting with Universal Basic Debt (UBD).

  2. Six months from April Fools? on Yelp For People To Launch In November · · Score: 1

    This will produce so many lawsuits (and possibly homicides) that I think it has to be a hoax.

    Could it be more than coincidence that today (10/1) is exactly six months away from April Fools Day?

  3. Application management with C++ on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 1

    I've coded applications with Qt and GTK and I prefer Qt because of its native C++ support. GTK has a C++ interface called GTKMM, but at the time I used it, it had serious issues dealing with third-party libraries.

    I prefer C when I'm doing embedded/high-performance computing work. But for large, complex GUIs, I prefer C++. So that's why I go with Qt.

  4. Communication medium? on 'Electric Earth' Could Explain Planet's Rotation · · Score: 2

    Satellites are great, but because of the ionosphere, it would be better to send terrestrial messages through the mantle. Can signals be reliably transmitted and received?

  5. What do you mean, hemlock? on 'Smart' Vending Machines Triple Sales · · Score: 2, Funny

    The sad thing is that my ex-girlfriend looked at my face and made the same recommendation. The sadder thing is that she was a machine too.

    Sigh.

  6. Cringely on Open Source Textbook For Computer Literacy? · · Score: 1

    It's not open source, but for $0.01, you can buy Robert X. Cringely's wonderful though dated Accidental Empires: How the Boys of Silicon Valley Make Their Millions, Battle Foreign Competition, and Still Can't Get a Date. Not only does Bob give you first-hand accounts of the people who pioneered computer hardware, software, and operating systems, he's also pretty damn funny. You could also point your students to his free sites: the current site or the old site.

     

    He's not always right, but he's usually knows what he's talking about and he's frequently entertaining.

  7. Re:Bad news for MySQL on Oracle Buys Sun · · Score: 1

    I liked to use MySQL because, as the name implies, it belongs to ME. But PostgreSQL belongs to Postgre, and I have no idea who the hell that is.

    8-)

  8. Re:The reason is the same as it has always been on Emulation Explosion On the PS3 Via Linux · · Score: 1

    There are 8 SPUs on the Cell, but the PS3 dedicates one of them to hold the Game OS. Another one is blocked off because IBM was having yield problems.

    So the poster is right. Despite the presence of 8 SPUs on a Cell, only 6 are available on the PS3.

    And there's actually a book available on programming the Cell (particularly on the PS3). It's here.

  9. No... on Abraham Lincoln the Early Adopter · · Score: 5, Funny

    If he was alive today, we'd call him a zombie...

  10. Prime Obsession on Mathematics Reading List For High School Students? · · Score: 2, Informative

    Prime Obsession: A well-written history of the still-unproven Riemann Hypothesis. Maybe one of your students will solve it over summer break!

  11. Re:This is probably a silly question on How To Build a Homebrew PS3 Cluster Supercomputer · · Score: 1

    Actually, there are eight SPEs, but the PS3 only allows users to access six of them.

  12. OpenCores.org on Cornell University FPGA Class Projects for 2008 · · Score: 3, Informative

    To answer the poster's question, the opencores.org site provides a wealth of free FPGA hardware designs.

    You can find a full list of their projects here.

  13. So where do you get the code? on SGI Releases OpenGL As Free Software · · Score: 1

    The article discusses the OpenGL licensing and legalities, but what about the released code? Where is it? What site? What repository?

  14. Is this why there's no OpenGL 3.0? on NVIDIA Shaking Up the Parallel Programming World · · Score: 1

    NVidia is one of the major voices in the Khronos Group, the organization that promised to release the OpenGL 3.0 API over six months ago. The delay is embarrassing, and many are turning to DirectX.

    It occurs to me that NVidia may not want OpenGL to succeed. Maybe they're holding up OpenGL development to give CUDA a place in the sun. Does anyone else get the same impression?

  15. Re:It would be really great, IF on Cell Hits 45nm, PS3 Price Drop Likely to Follow · · Score: 1

    Actually, Mercury Computer Systems was given the contract to build Cell-based devices on IBM's behalf. They came up with one of the first designs for a Cell blade server, but beyond that, I think they've dropped the ball.

    Hopefully IBM will release actual specs for the Cell hardware. Then developers will have an idea of whether it's viable for embedded/supercomputing apps.

  16. More SPUs? on Cell Hits 45nm, PS3 Price Drop Likely to Follow · · Score: 4, Interesting

    This would be a great thing if they allow PS3/Linux users to access 7 of 8 SPUs instead of only six.


    Otherwise, it's nice but not that big a deal...

  17. I can't help but notice... on New Dr Who Actor Named · · Score: 1

    ...that for all of the quotes, none are from Mr. Eccleston himself.

    Honestly, he was creepy in "28 Days Later," creepy in "The Others," and he seems like a very strange choice for the Doctor.

    Has he ever been funny or even light-hearted in anything? I mean, there's a reason this guy specializes in movies involving murder and the undead...

    "Many men would sooner die than think; most do"

  18. Open Source VoIP? on Why VoIP Makes Telecom Regulations Irrelevant · · Score: 1

    Are there any projects out there geared toward DIY VoIP? I mean, from a technical standpoint, packets are packets, right?

    It couldn't be that hard, could it? Where do I sign up?