Slashdot Mirror


User: mph

mph's activity in the archive.

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

Comments · 525

  1. "Free Skylarov" in Rolling Stone on Yahoo! Not Bound by French Court Ruling · · Score: 1

    Slightly OT: The current issue of Rolling Stone magazine (with Bob Dylan on the cover) has a feature about racism against Muslims in America, and has a photograph of wooden "twin towers" that people built at Harvard (?) to scrawl opinions on regarding the terrorist attacks. You can clearly see "Free Skylarov" written on the left tower.

  2. Re:/etc/terminfo on Properly Configuring Terminal Emulation in Unix? · · Score: 1

    No, the termcap and TERM variable describe a terminal; they don't control it. Changing the TERM variable will not have any effect on what xterm sends when you hit (for example) F1, nor will it make xterm understand whatever fancy line-drawing characters the SCO box sends to it.

  3. Re:Polaroid & large format on Polaroid Can't Compete with Digital Cameras · · Score: 1

    Yeah, you can fire off $2 sheets of Polaroid instead! :-)

    Seriously, I would think that the benefit is your time and the opportunity. If you go home and develop your sheet film, and something was wrong, at best you have to go back and shoot again. At worst, the opportunity is gone forever.

    All of those party-goers will move on to something new, but indeed my first reaction on reading this was concern for the LF photographers.

  4. Re:Er... on IP Theft in the Linux Kernel · · Score: 1
    I parsed that as "that's what the 'Compost' key is for anyway", and immediately thought, "Compost key? Don't you mean that silly Windows key?". *sigh*. Must go home and have some coffee or something.

    Actually, when I used a Windows keyboard, I did map one of the silly Windows keys to "Compose." The circle is complete.

    I never understood why people hate the extra keys. They gave you things to bind "Compose" and so forth to.

  5. Re:Er... on IP Theft in the Linux Kernel · · Score: 1
    Another reason to use a GUI editor! You can just find the character on the web and paste it in.


    And why would this require a GUI editor? It works just fine with vi(1) in an xterm, and probably works just fine at the FreeBSD console with moused as well (or whatever the Linux equivalent is).

    On the other hand, that's what the "Compose" key is for anyway.
  6. Re:Cashless not stupidless society on How Feasible is a Cash-Less Society? · · Score: 1
    Oh, and FWIW, you should never enter you ATM PIN at a POS terminal. If your card has a Visa/MC logo, use it as a credit card instead.
    How so? Have there been cases that the POS recorded the PINs? I've refused to use an ATM card with a VISA/MC logo as they are not protected by a PIN or anything else, as far as I can tell. My bank assures me that I can dispute fraudulent purchases, but by the time I do that, my checks will have bounced and my creditors will be pissed, since the bad guys would have stolen real money from my checking account, instead of against my credit line.
  7. Re:..right with a paper-less office on How Feasible is a Cash-Less Society? · · Score: 1
    plus, is it really faster to swipe, enter a PIN and wait for authorization, than it is to get $2.15 change from a 5?
    I think it's pretty close, given that you can usually do the swiping and the PIN while the clerk is busy scanning your purchases. Even if I only buy 4 or 5 things at the store, I can usually be done with my part before the clerk finishes scanning them.
  8. Re:Bah... on 5GB Hard Disk On A PCMCIA Type II Card · · Score: 1

    I thought stripping was a form of recovery, actually. Or at least watching stripping is. Now striping, on the other hand...

  9. Re:Any cell? on Are Men Obsolete? · · Score: 1
    Remembering back to XY chromosomes, gee... that child of lesbians would be what gender?
    The one that's still useful, apparently.
  10. Re:It should be 1.2 million on $1.2M DARPA Contract for FreeBSD Security · · Score: 4
    no one writes 12. million.

    Not even Fortran programmers?

  11. Re:News for nerds... on Jordan Hubbard (of FreeBSD Fame) Hired by Apple · · Score: 1

    I don't know... the mainstream press sure spent a lot of time covering George W. Bush's job change.

  12. Re:grammar police on Scientists Discover Another 'Extinct' Tree · · Score: 1

    You're the "usage police" or the "semantic police," not the "grammar police." So am I.

  13. Re:The article seems incomplete on Eye in the Sky Busts Fraudulent Farmers · · Score: 1

    Because insurance fraud is a federal crime.

  14. Re:Weren't the audits supposed to take care of thi on OpenBSD Local Root Hole Patched · · Score: 1
    but at least one ought to be able to ensure that it is exploit-free! Memory copies and buffer length checks are not the hardest thing in the world to find.

    And the article specifically says that it's a race, not a buffer overrun. But I guess reading can be hard, even if you're so l33t that finding all the exploitable bugs in an operating system is as easy as cooking ramen noodles.

    Here's a dime... go buy some realistic expectations.

  15. Re:shouldn't that be... on Asus Request Feedback on "Cheat" Drivers · · Score: 1

    Yeah, if you want to insist that everyone in the world speak American. Some people are from places like England, where they do not talk it good like we do.

    Who the hell moderated this "Informative"?

  16. Re:The largest waste of my money on Happy Birthday Hubble · · Score: 1

    Yes, I cited both sky brightness and seeing in my original post as the reasons you do HDF from space. My point was just that long integrations are just as possible from the ground.

  17. Re:The largest waste of my money on Happy Birthday Hubble · · Score: 1

    Both HST and ground-based "long exposures" are the result of adding shorter numerous shorter exposures. This is necessary because you don't want to fill up your pixels with sky counts, and also because cosmic rays will cause hot spots that you want to eliminate by not including CR-zapped pixels when you add up the short exposures. See the observing log for the Hubble Deep Field; the Texp field gives the individual exposure time in seconds. All of the exposures in a given filter (F300W, F450W, F606W, F814W) were then added to give the "long exposure" image. Calibration data (bias and dark frames) were interespersed with the science exposures.

    On a similar note, see the scheduling constraints for the various filters.

    We routinely take 1800 second exposures of a field over a span of months or years until we have 8 hours or more of total exposure.

  18. Re:The largest waste of my money on Happy Birthday Hubble · · Score: 1
    48 hours of exposure of one piece of sky; try doing that with a ground based telescope
    Uh, there's no reason you can't do that from the ground. But the result will be less useful because you're fighting much brighter skies and the image will be blurred by the atmosphere ("seeing").
  19. Re:Unfair to the program on Automated Chess Battling · · Score: 1

    Saying "mate in 5" means that you will lose in 5 moves or fewer, no matter what you do. It's a little late to think of it as helpful advice.

  20. Re:signed? on The Quickly Descending Unix Timestamp · · Score: 1

    time_t is not meant for storing arbitrary dates. It's meant for storing UNIX-relevant things like the current time and the boot time and file timestamps. Use struct tm or something if you need other dates and times.

    time_t is signed because time(3) is documented to return -1 if there is an error.

  21. Re:why? on Pentium IV study · · Score: 2

    Why would you put a fuse or circuit breaker in a house? Why not just draw less current?

  22. Re:4-year institutions on Educational Consortium Will Control .edu Domains · · Score: 1

    There are astronomical institutions which are not degree-granting, but are in the .edu domain.

    www.noao.edu, www.stsci.edu, www.nrao.edu...
  23. Re:Southern California on Solar Activity, Northern Lights · · Score: 1

    Her name was Tink, IIRC.

  24. Re:Southern California on Solar Activity, Northern Lights · · Score: 1

    Heh, the troll who mocks the picture of me having fun at USENIX used MSIE to get it! Pot, kettle, schmoo.

  25. Southern California on Solar Activity, Northern Lights · · Score: 2

    Not just Central California. We saw vivid crimson curtains at Palomar Observatory tonight, at 33 degrees north latitude. One of the night assistants reports last seeing them here around 1981, and to a much lesser degree.