Slashdot Mirror


User: quakehead3

quakehead3's activity in the archive.

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

Comments · 66

  1. OPL3 music on The Secret of Monkey Island Shows Evolution of PC Audio · · Score: 1
  2. Great Hackers on Why Coder Pay Isn't Proportional To Productivity · · Score: 1
    Paul Graham wrote about programmer productivity and money in Great Hackers:

    In programming, as in many fields, the hard part isn't solving problems, but deciding what problems to solve. Imagination is hard to measure, but in practice it dominates the kind of productivity that's measured in lines of code.

  3. Re:Summary is overrated on Bacterial Computer Solves Hamiltonian Path Problem · · Score: 3, Funny
  4. Re:Oh come on. on Should Undergraduates Be Taught Fortran? · · Score: 2, Funny

    "Yes, but with a good functional language like Haskell, you're 9/10 of the way there, not 2/3."
    But then students would be too lazy to do their homework.

  5. Re:Military required? on Spy Satellite Photos Used To Fight Drug Smugglers · · Score: 1

    Enforce and increase the penalties for hiring illegals and it will stop. Nobody's going to come here if they won't get a job.

    They would work illegally.

  6. Indeed on Video Game Conditioning Spills Over Into Real Life · · Score: 1
  7. Re:E.M. Forster redux on Grandma's On the Computer Screen This Thanksgiving · · Score: 2, Informative

    Another example of a physically and emotionally disconnected population would be the Solarians from Isaac Asimov's Future History novels. They actually carried it to the point where they became extinct.

    The Solarian society is described in his novel The Naked Sun.

  8. Alice in Wonderland on Which Computer Books For Prisoners? · · Score: 1

    It's the best book on computers, as it is also the best book on anything.

  9. Re:Tor is the answer on The Pirate Bay Blocked In Italy · · Score: 1

    What if they also block Tor?

  10. Oblig on Bill Gates's Wish Is Homeland Security's Command · · Score: 1

    "29 months ought to be enough for anybody."

  11. I'm safe on Hearing Voices? Could Be the Lasers · · Score: 2

    Thanks to my tinfoil hat.

  12. Re:what the hell... on OLPC To Be Distributed To US Students · · Score: 1

    no

    oneblacklaptopperchild - there, fixed it for you.

  13. Re:You have to start somewhere... on Professors Slam Java As "Damaging" To Students · · Score: 1

    So if C is like a manual car, Java is an automatic.
    I'd say C is like a formula one, and Java is a tricycle made of plastic.
  14. Re:Fat or muscle? on KDE 4.0 RC 1 Released · · Score: 1

    And when is GNOME ever going to get a good burning app like K3b?
    k3b could be ported to gtk. This is the power of free software!
  15. Re:See Seth Shostak if you can on New Telescope Array Goes Live For SETI · · Score: 1
  16. Re:Creating a POS is easy! on What is the Best Way to Start a Paid GPL Project? · · Score: 1

    it is indeed easy!
    Here's my program that I created in one minute in c++.
    /*
      * gPOS System with Debian OS
      * copyright (c) 2007 Quakehead
      *
      * gPOS is free software; you can redistribute it and/or
      * modify it under the terms of the GNU Lesser General Public
      * License as published by the Free Software Foundation; either
      * version 2.1 of the License, or (at your option) any later version.
      *
      * gPOS is distributed in the hope that it will be useful,
      * but WITHOUT ANY WARRANTY; without even the implied warranty of
      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
      * Lesser General Public License for more details.
      *
      * You should have received a copy of the GNU Lesser General Public
      * License along with FFmpeg; if not, write to the Free Software
      * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
      */

    Class gPOS
    {
    public:
            gPOS(int start_money=0) { money = start_money; is_drawer_open = false;}
            get_barcode(barcode *code) { bar_code = code; }
            print_to_thermal(void) { cout message endl; }
            get_credit_card(int num) { credit_card = num; }
            close_drawer(void) { is_drawer_open = false; }
            open_drawer(void) { is_drawer_open = true; }

    private:
            int money;
            int bar_code;
            int credit_card;
            char *message;
            bool is_drawer_open;
    };

  17. in other news on Couple Bonding Through PC Building · · Score: 0

    how to assemble a girlfriend...

  18. Re:Fuck off whiners on Mod Chip Raids In Perspective · · Score: 0

    I'd say 42% is the answer. Problem solved :)

  19. Re:obligatory on First Armed Robots on Patrol in Iraq · · Score: 0

    judgment day in 3 hours and 18 minutes.

  20. hmm... on For-Pay Demos Coming to Xbox Live? · · Score: 0

    Would you pay money for a downloadable demo?
    xbox users would.
  21. Yeah, but... on Microsoft Seeks Open Source Certification · · Score: 0

    when will they open-source windows?

  22. Re:For all you Windows users on Richard Stallman Talks On Copyright Vs. the People · · Score: 0
    To strip only the sound stream from that video:

    ffmpeg -i http://www.csclub.uwaterloo.ca/files/rms-talk.ogg -acodec copy -vn rms-talk-vorbis.ogg
    Then I can open rms-talk-vorbis.ogg in vlc while still downloading and converting. Plays in real time on my 150kb/s connection!
  23. solution on Consumerist Catches Geek Squad Stealing Porn · · Score: 0

    Make a script that formats any inserted thumb-drive!

  24. easy on Scientist Calls Mars a Terraforming Target · · Score: 0

    apt-get terraform mars

  25. Slashdotted on The Perfect Phone Storm? · · Score: 0

    Apparently their server runs on an iPhone.