Slashdot Mirror


User: Prior+Restraint

Prior+Restraint's activity in the archive.

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

Comments · 978

  1. Re:Antivirus Company Submissions on 'Bagle' Worm Heading For A Windows PC Near You · · Score: 1

    I thought SMTP ran on a privileged port. Is that not the case? Will "legitimate" mail servers accept mail coming from a non-privileged port?

  2. Re:Sneaking in on a good thing. on Forbes Sympathizes with Poor, Abused Fax.com · · Score: 1

    A witty saying proves nothing.
    ---Voltaire

  3. Re:What?!?!? on Forbes Sympathizes with Poor, Abused Fax.com · · Score: 1

    My favorite part is that they aren't even trying to be reasonable about it. I mean, wouldn't activists have to be self-appointed? It's not like we're talking about jury duty here:

    "Dude, what's up with Bob lately? He's been all up in my face ever since I started the Atkins diet."

    "Didn't you hear? He got conscripted by PETA local 356."

    "Bummer!"

  4. Re:Sure. on Commercials Come To The Net (After This Word) · · Score: 1

    Seriously.

    I try not to play the "My Browser is Better than Yours" game, but with Galeon, you can deny Javascript the right to resize a window (I assume Mozilla does the same), and you can consign popups to new tabs that don't automatically get focus, so at worst, all you see is that a new tab exists. That's all assuming it can somehow get past the fact that "Allow unrequested popup windows" is unchecked.

    My suspicion is that, come tomorrow, I'll notice nothing out of the ordinary (except the level of complaint from Web-surfing co-workers).

  5. Re:Before you complain... on Commercials Come To The Net (After This Word) · · Score: 1

    /Keep the hot side hot, the cold side cold!/

    Part of me wants to believe that, to this day, McDonald's still has a warehouse filled with unused McD.L.T. containers.

  6. Re:Linux is LCD? on Commercials Come To The Net (After This Word) · · Score: 1

    I'd say that Windows is more LCD then Linux because you can use it on more hardware,...

    I'd say you're high. Linux runs on everything from mainframes to wristwatches. On Windows, you have two choices: Intel or AMD.

  7. Re:Feh on Pop-Up Ads Lead to Consumer Revolt, Ad-Blocking · · Score: 1

    And if you browse in Light Mode, the only "legitimate" images you'd lose anyway are the /. logo, the friend/foe/fan/freak indicators, and the slashbox icons.

  8. Re:E.T. - extremely terrible on Big Rigs Makes Play For Worst Game Of All Time · · Score: 1

    See, I still don't understand why everyone complains about E.T. Yes, Atari went bezerk with their production, but I fail to see how it was any worse than their Pac-Man, Activision's Space Shuttle, or Winter Games from Epyx.

    My favorite thing to do when I got bored was to play E.T. and dork around with a neat little bug where E.T.'s ship grabbed Elliott.

  9. Re:This other review states otherwise. on Big Rigs Makes Play For Worst Game Of All Time · · Score: 2, Informative

    Moderators, please give parent (+1, Funny). The author of the review linked to is quite obviously joking.

  10. Re:Computers will be everywhere on The Uncertain Promise of Utility Computing · · Score: 1

    ...building computers into your refridgerator which order milk for you when you run out,...

    This always seemed to me a very poorly-thought out example. Too often, people have leftovers, or homemade casseroles, or whatever. What good does it do me to track the four or five things in my refrigerator (no 'D') that may or may not have spoiled, be 99% empty, etc., just because they came from the grocer? Unless my cupboard also "knows" what it contains ("You have... five... slices of bread. It is time to refill your salt shaker."), it just seems a half-assed solution that adds a step to the cooking process.

  11. Re:YES! on The Software Monoculture · · Score: 1

    ...Apache had 62% of the webserver share, but Windows accounted for 49% of the machines running public webservers.

    Apple and oranges. Apache runs on Windows.

    While IIS implies Windows, it is not the case that Windows implies IIS.

  12. Re:The author has a point... as far as it goes on Embedded Linux Tools Market a Myth? · · Score: 2, Insightful

    The way you describe things, support contracts sound more like an insurance policy. "Pay a periodic premium, and you're covered in the event of unexpected blame."

    This is not to suggest you're wrong; I happen to believe the single largest factor in day-to-day business decisions is blame-avoidance. Someone pauses by my cube and asks my opinion on some random issue, and an hour later I get CCed on an email with the phrase, "I consulted with [my name], and he suggested I...". Meetings swell with extraneous attendees to ensure anyone looking to fling blame about will find no one in particular to strike.

    It's really fascinating to observe, if you aren't emotionally invested in the incident.

  13. Re:Slashdot on Rewrites Considered Harmful? · · Score: 1

    I propose we redesign Slashdot in brainf*ck instead.

    Ahem, don't you mean brainf*ck.NET?

  14. Re:Design decisions on Rewrites Considered Harmful? · · Score: 1

    Re. the original post, I think a lot of the problem is caused by bad code commenting. When you make a "little tweak", or fix some minor bug, or fix a subtle logic bug, you should clearly comment in the code what you have done, so that it can serve as a warning when somebody else looks at the code and does not realise the subtlety involved.

    Ain't that the truth. This advice also applies to slap-dash work, too. You know the kind:

    • The code was supposed to be frozen a week ago.
    • There are still at least a dozen "show-stopper" bugs.
    • Jobs have been threatened. Director's jobs.
    • Since shit rolls downhill, everyone within fifty yards of the code repository is conscripted to work 12x7 for the next three weeks, regardless of whatever he or she was once working on (cancellation of vacation time goes without saying).

    Hacks are inevitable. The least one can do is take a minute to include a little note explaining just what you were thinking. Also, deleting the existing comment which no longer applies would be nice.

    There have been times when my hacks have been so frightful, so horridly brittle, that my explanatory comments conclude with an apology to whichever poor sap gets the responsibility of maintaining it.

  15. Re:people say a lot of stuff on Linus Says 2004 is the Year for Desktop Linux · · Score: 1

    Dude, you have a pretty peculiar definition of "ever."

  16. Re:Would they consider ogg vorbis and or flac? on No WMA for HP iPod · · Score: 1

    Rio Karma plays Vorbis and FLAC, so if you want those formats, support that player (and quit whining about iPod).

    Hey, thanks for the heads up; now I know what's going on my birthday wishlist.

  17. Re:....just out of curiosity on Microsoft Unhappy With HP's iTunes Decision · · Score: 1

    from ox, oxen, comes a more general rule, *ox, *oxen. (The * in this case is the regex *.)

    Pardon me, because I'm definitely no guru, but shouldn't the regex be .*

    Also, pardon the omission of a question mark from the preceding question, but I couldn't think of a way to include it without changing the regex.

  18. OT: Twinkie Defense on Kiss Technology Counters MPlayer GPL Arguments · · Score: 1

    The so-called "Twinkie Defense" was horribly distorted by the media (see The Straight Dope for a detailed account). Basically, counsel for the defense argued that the defendant was severely depressed, as evidenced by his over-consumption of junk food (including Twinkies). The media turned around and reported that the defendant's case was that the junk food caused his depression. It's a classic example of how news agencies repeatedly fail to understand the difference between correlation and causation.

  19. Re:see you in court then on Kiss Technology Counters MPlayer GPL Arguments · · Score: 1

    You said it. As soon as I read, "Gabucino from the Mplayer team is furious," I thought to myself, "so, aside from shaking his fists in impotent rage, what exactly will he do about it?"

  20. Which is worse? on What is the Worst Tech Mistake You Ever Made? · · Score: 1

    So, I'm working on tracking down some random bug, and login to the production server to see if I can recreate it. I go scrolling through the logs, looking for my username, when lo and behold, there it is, looking something like this:

    2003-12-11 14:30:07 UI: Adding UserName --> mylogin
    2003-12-11 14:30:07 UI: Adding LoginType --> LDAP
    2003-12-11 14:30:07 UI: Adding UserPassword --> cleartextpassword

    Needless to say, I had a new priority.

    Now, that's pretty bad, and at least I can say that this bug wasn't my fault. Then I made the mistake of mentioning it to the guy in the next cube. It was all of ten seconds before the tech lead found out, and got busy writing a script to delete all the passwords from the log archives. Thus, the greatest password harvesting scheme of my life was stillborn.

  21. Re:Wrong distance... on Astronomers Find Sun's Twin · · Score: 1

    Dude, if you're going to insist on filling your answer with so many digits of precision, you need your data to have that many to begin with.

    You have only 3 digits of precision in both your speed of light (186 000) and your distance in light-years (47.5), so it's 2.79 x 10^14 mi.

  22. Re:billions on Astronomers Find Sun's Twin · · Score: 1

    At least you can still say one milliard.

  23. Re:Prepay/Shredder on Best Ways to Organize Bills? · · Score: 2, Interesting

    My only objection to your method would be that you're missing out on the opportunity to let your money work for you. You're earning less interest (or fewer dividends) than you would if you paid your bills as they came. You'll also have less wiggle-room when unexpected expenses occur.

    I'm sure your utility companies love you, though; they get an extra couple of months to let their interest compound.

  24. Re:Sorting? I need an system for _disposal_. on Best Ways to Organize Bills? · · Score: 1

    I asked my accountant about this, he said that the statute of limitations on unpaid taxes is 7 years,...

    You might want to get a new accountant. As I mentioned above, the IRS' FAQ clearly states, "There is no period of limitations when a return is false or fraudulent or when no return is filed."

  25. More IRS info... on Best Ways to Organize Bills? · · Score: 1

    Relevent FAQ for individuals:

    How long do I need to keep certain records?

    Records such as receipts, canceled checks, and other documents that prove an item of income or a deduction appearing on your return should be kept at least until the statute of limitations expires for that return. Usually this is three years from the date the return was due or filed, or two years from the date the tax was paid, whichever is later. There is no period of limitations when a return is false or fraudulent or when no return is filed. You should keep some records indefinitely, such as property records, since you may need them to determine the basis of the property if it to prove the amount of gain or loss if the property is sold. For more details, refer to Publication 552 Recordkeeping for Individuals, or Tax Topic 305 on Recordkeeping.

    There's more if you're an employer or a business, but I figured that was outside the scope of discussion. Also, their site's search function isn't exactly the most useful; I couldn't find anything meaningful about audits.