Slashdot Mirror


User: hunterx11

hunterx11's activity in the archive.

Stories
0
Comments
1,639
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,639

  1. Re:Why would you do this? on How to Install Debian on Mac mini · · Score: 1
    Yeah, I really wish there were a way to put your Applications folder in the Dock.

    Or a ssh server.

    $ ls /etc/xinetd.d
    auth daytime-udp ftp smb-direct time
    bootps echo login smbd time-udp
    chargen echo-udp nmbd ssh
    chargen-udp eppc ntalk swat
    comsat exec printer telnet
    daytime finger shell tftp
    $ basename -a `grep "disable = no" /etc/xinetd.d/* | cut -f 1 | sed 's/:$//'`
    ssh
  2. Re:question about debian on How to Install Debian on Mac mini · · Score: 1

    Well if you just stuck with OS X instead of Debian, you could use emerge. But given that it's still in the super-alpha "may eat your cat" stage, perhaps not a great idea.

  3. Re:NYT? on Enterprise Fans Buy Full-Page Ad In LA Times · · Score: 1

    Actually, the executives of the big media companies do live in New York.

  4. Re:Good Luck on Enterprise Fans Buy Full-Page Ad In LA Times · · Score: 1

    Well, it's probably more likely to succeed than the "Save Haldir" campaign, which only started after PJ killed him.

  5. Re:What of other works of art? on Public Park Designated Copyrighted Space · · Score: 1

    You mean the company the mayor's brother ran? The one that got a break from Blagojevich for being part of the "home team" despite being based in Texas? I'm sure the people of Chicago have paid enough for a thousand such works of art unwillingly (much like they paid too much for "Millennium" Park). I don't know much about other big cities, but Chicagoans have been fleeced left and right at least since the Civil War.

  6. Obligatory Simspons Quote on Should Dual Cores Require Dual Licenses? · · Score: 1

    "Are you absolutely sure? Because legally I am allowed to shake him by ankles and see what falls out. It's established in the case of Lawyers v. Justice...that was a wonderful day for us."

  7. Re:Software Makes Wrongs Assumption About Users on The Typo Millionaires · · Score: 1

    I don't think anyone drives who doesn't know what an engine is, and ascribes the car's motion to some inexplicable magic.

  8. Re:Oh come now... on Napster To Campaign Aggressively Against iPod · · Score: 1

    They're still probably more interested in the millions of sales of their $100-$500 music player. Why make millions...when you could make BILLIONS?

  9. Re:Maybe I'm too old on Napster To Campaign Aggressively Against iPod · · Score: 1

    You can get most CDs for less than $10 somewhere like Amazon Marketplace. And with lossless encoding.

  10. Re:ABC Columnist Confirms: Something Is Rotting on Microsoft: The Faint Smell of Rot · · Score: 1

    At first I thought you said "Microsoft Bob." Which is probably more NSFW than Microsoft Boob anyway.

  11. Re:Why Apple? (Bad Obj-C, no cookie!) on MythTV 0.17 Released · · Score: 1
    As a /. reader though, I need to make it more complicated than necessary. Why not make grep a category?
    @implementation NSString (grep)

    + (NSString *)grepWithOptions:(NSString *)options pattern:(NSString *)pattern string:(NSString *)string {
    NSTask * task = [[NSTask alloc] init];
    NSPipe * input = [NSPipe pipe];
    NSFileHandle * inputHandle = [input fileHandleForWriting];
    [inputHandle writeData:[string dataUsingEncoding:NSUTF8StringEncoding]];
    [inputHandle closeFile];
    NSPipe * output = [NSPipe pipe];
    NSArray * arguments;
    if(options != nil)
    arguments = [[options componentsSeparatedByString:@" "] arrayByAddingObject:pattern];
    else
    arguments = [[NSArray alloc] initWithObjects:pattern,nil];
    [task setLaunchPath:@"/usr/bin/grep"];
    [task setArguments:arguments];
    [task setStandardOutput:output];
    [task setStandardInput:input];
    [task launch];
    NSData * resultData = [[output fileHandleForReading] availableData];
    NSString * resultString = [[NSString alloc] initWithData:resultData encoding:NSUTF8StringEncoding];
    return resultString;
    }

    - (NSString *)grepWithOptions:(NSString *)options pattern:(NSString *)pattern {
    return [NSString grepWithOptions:options pattern:pattern string:self];
    }

    @end
    Then I could use
    [[Article description] grepWithOptions:@"-i" pattern:@"Apple"]
  12. Re:Safari on Browser Speed Comparisons · · Score: 1

    Sure there's no Aqua version, but Konqueror for OS X works fine.

  13. Re:Why Apple? on MythTV 0.17 Released · · Score: 5, Funny
    If you really owned a couple of Apples, you'd do it this way:
    if([[Product description] rangeOfString:@"Apple"] != NSNotFound) {
    [Article setCategory:@"Apple"];
    NSLog(@"%@%@", self, @"[TODO] -- needs to extend SteveJobsRealityDistortionField");
    }
  14. Re:you're living in a fantasy world on Students and Bodies Tracked Via RFID Tags · · Score: 2, Insightful
    face it, armed revolution can not overthrow a modern, well-equipped state. it doesn't have even the faintest chance of doing so.

    Why should a bunch of armed hooligans with guns fare any better than some ragtag bunch of illiterate, underequipped Asian peasants? Because such people could never hope for any sort of victory against the U.S. Armed Forces.

  15. Re:Not much to say, but .. on HP CEO Carly Fiorina to Step Down · · Score: 2, Insightful

    My point was that I don't believe that rights can be positive obligations on other people (i.e. that they have to do something not to violate them). Substantive argument aside, such an idea of rights seems logically absurd in light of the fact that you could have your "rights" violated in the absence of other people.

  16. Economic viewpoint on Copyright Infringement and Shoplifting Contrasted · · Score: 1

    One economic view on crime deterrence is that penalties for crimes should be crafted such that the marginal cost of crime outweighs the marginal benefit. However, this requires that you take into account not only the penalty, but the odds of getting caught. Parking illegally might not be worth getting a parking ticket, but if you get a $100 parking ticket one out of ten times you park illegally, the marginal cost of illegal parking is only really $10, which isn't necessarily too unreasonable. Since the odds of being caught infringing copyright are many, many times less than the odds of being caught shoplifting, the penalty would need to be much higher in order to place the same marginal cost on both shoplifting and copyright infringement. I'm not saying that I agree that this justifies the difference in penalties, but it is worth taking into consideration.

  17. Re:no replies... on Mac mini Maximized With 3.5" Drives · · Score: 1
    why do servers go down faster than a hooker for a benjamin?

    When I first read that, I overlooked the second "a." I thought to myself, "Benjamin Franklin may have been the mack daddy, but this seems to be a rather odd comparison."

  18. Re:except on How Heraclitus would Design a Programming Language · · Score: 1

    I'm not trying to malign C--it's probably the most useful programming language I know. But saying that C is the only well-designed language, as the parent to my original post claimed, is a bit ludicrous. If C were the One True Language (which it doesn't claim to be) you would expect it to have bound checking, or else it wouldn't be categorically better than everything else.

  19. Re:Snappier, for sure! on Mac OS X 10.3.8 Out, Security Update Released · · Score: 2, Informative
    I hate to be the one to break the bad news. Perhaps you should sit down, sir. There's no easy way to say this, so I'll just say it. YHBT. YHL. HAND.

    It's not that Apple hasn't made speed improvements in the past; I just enjoy irony is all.

  20. Re:A weak cute spawn of evil? on FreeBSD Announces Contest To Replace Daemon Logo · · Score: 1

    Barbara does look a little like Ceren in that picture.

  21. Re:Is FreeBSD a machination of Satan? on FreeBSD Announces Contest To Replace Daemon Logo · · Score: 1

    Too bad http://www.adequacy.org/ isn't still running :-)

  22. Re:Numero Dos on FreeBSD Announces Contest To Replace Daemon Logo · · Score: 1

    Are you from the Bronx or something?

  23. Re:Console success on Doom 3 Expansion and Xbox Version · · Score: 1

    Depends on your definition of successful. In general, console games vastly outsell PC games.

  24. Re:except on How Heraclitus would Design a Programming Language · · Score: 1
    When I first learned that arrays in C are really pointers to an address, and that the elements are indexed by their offset from that address, I was a bit confused. I mean the concept wasn't too complex, but it seemed to me that there was really nothing preventing you from accessing data at an offset beyond the length of the array, which certainly didn't belong to the array.

    Of course, I assumed that there was some more advanced topic that I was not yet familiar with that negated my concern. After all, nobody would be stupid enough to let you arbitrarily access memory you didn't allocate.

    Whoops.

  25. Re:Female CEO on HP CEO Carly Fiorina to Step Down · · Score: 1
    Yeah, people here insult females all the time. I mean, how many people insult Gates here?

    I don't think I've ever seen a story where someone didn't malign Melinda Gates. People are so sexist.