Slashdot Mirror


User: The+Monster

The+Monster's activity in the archive.

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

Comments · 751

  1. Just change one rule on Tropical Storm Alpha Sets Naming Record · · Score: 1
    The ocean regions that spawn tropical storms each have their own naming conventions. The Atlantic and Eastern North Pacific basins use 6 yearly lists of names (respectively 21 and 25 names in length: ENP omits Q, while Atlantic also skips U, X, Y, and Z), and the Phillipines area uses 4 yearly lists (which skip X, but go back to A after Z), but all other regions use lists in sequence without regard to the year.

    A simple rule change would put the Atlantic storms into that format. If the rule were in place now, Wilma would have been followed by Alberto. In addition, the last named storm of 2004 (TS Otto) would have been followed in 2005 by Paula, not Arlene.

  2. Re:Somewhat Surprised, Heinlein pointed this out.. on NASA Puts A Stop To Space Romance · · Score: 1

    Looks like several of us. Or do you and I count as the same person?

  3. Re:Patenting Patents on Company Claims Patent Over XML · · Score: 1
    It looks like you're trying to post something funny on Slashdot. Would you like to include...
    • A Soviet Russia reference
    • Beowulf Cluster
    • Natalie Portman Grits
    • All your ${topic:-Base} are belong to us
    • Underpants Gnome Business Plan:
      1. ${topic:-Bad Business Move}
      2. ???
      3. Profit!
    • ...You insensitive clod!
    • I, for one, welcome our ${topic} overlords.
    • Calculate degrees of Kevin Bacon
    • Make fun of Microsoft
      • Operating System
      • Office
      • Bob
    • You have no honor. I should kill you where you stand!
    • You keep using that word. I do not thin' it means what you thin' it means.
    • D'oh!
    • BSD is dying.
    [sentences] Would you like to check spelling of the rest of the document?
  4. Re:"Reprogramming" Daylight Saving Time? on Banks to Use 2-factor Authentication by End of 2006 · · Score: 1
    Thanks for the pointer. Looks like these are the settings for now:
    "StandardStart"=hex:00,00,0a,00,05,00,02,00,00,00, 00,00,00,00,00,00
    "DaylightStart"=hex:00,00,04,00,01,00,02,00,00,00, 00,00,00,00,00,00
    It looks like the third field in each one is the month (0a is October, and 04 is April), the fifth field is the week, and the 7th field is the time of day that it changes. I'll even go out on a limb and say that the first field is the day of week, but we don't need to change that anyway.
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\TimeZoneInformation] "StandardStart"=hex:00,00,0b,00,01,00,02,00,00,00, 00,00,00,00,00,00
    "DaylightStart"=hex:00,00,03,00,02,00,02,00,00,00, 00,00,00,00,00,00
    That looks like it'll do just fine. Now I just need to test this out, and if it works I can get a fix out for the Windows machines too.
  5. Re:"Reprogramming" Daylight Saving Time? on Banks to Use 2-factor Authentication by End of 2006 · · Score: 1
    So who's going to reprogram my "smart" VCR, that "knows" when DST begins and ends?
    You mean it doesn't grab time sync info off your local PBS station?
  6. "Reprogramming" Daylight Saving Time? on Banks to Use 2-factor Authentication by End of 2006 · · Score: 3, Insightful
    Much like extending Daylight Savings sic Time, politicians have no idea what impact this has on the real world - programmers that have to code this stuff
    When the new Daylight Saving Time rules were enacted, I figured out that all I have to do is edit the /etc/TIMEZONE or /etc/environment file (depending on which of the 4 flavors of *nix I have to support is involved) and add the string ",M3.2.0,M11.1.0" to the end of the TZ= statement. For instance, change "TZ=CST6CDT" to "CST6CDT,M3.2.0,M11.1.0".

    That's it. No 'reprogramming' involved at all. That's because the interpretation of the TZ variable was already programmed to include this sort of encoded rules.

    On the gripping hand, I have no clue what it'll take to fix Windows timezones.

  7. Cache Catch on Magnetic Field Thruster Developed · · Score: 1
    USE CORAL CACHE
    When I read /. at work, if I click on a Coral Cache link I'll get Websense instead, you insensitive clod!
  8. DVR plus download on TiVo Buries the VCR · · Score: 1
    If there's a problem (i.e. TiVo failure, cable out, dish askew, power outage), then you've missed your show and you have to wait for it to be broadcast again, using TiVo. If you miss a show with a download system, you can download it whenever.
    If it weren't for the 'file sharing is piracy!' mentality, you could use a 'buddy' system. Maybe we can wangle a workaround:

    When your DVR records a show, it would put that fact into a database. Perhaps there was a nasty storm and the dish was no good for about 10 minutes. Your DVR consults the database and finds 120 other people who successfully recorded the show, and are willing to let you have a 5-second fair-use excerpt thereof. Your DVR downloads those 120 chunks and assembles them together to cover the outage.

    TiVo killed the VCR!
    TiVo killed the VCR!
    With iPods and DVR
    no more tapes, just gzipped tar*
    Oh-a-aho oh, Oh-a-aho oh!

    *(Or some other file format that doesn't rhyme)

  9. The 'Necessary and Proper' Cycle on You Need Not Be Paranoid To Fear RFID · · Score: 4, Informative
    I see any "RFID Killer" being classified as illegal as soon as it hiss the market.
    Well, I don't have quite such a pessimistic outlook.
    Ever hear of 'paraphernalia' laws? Tommy Chong went to prison for selling pipes that could be used to smoke marijuana. This is typical of how new laws are often made: A law is passed to criminalize activity based on a correlation to an existing illegal activity as a means to make the latter easier to enforce. After some time passes, the process repeats, with a new class of behavior criminalized to make it easier to enforce the prior law.

    Soon we'll see laws against making 'precursors' to 'circumvention devices'; just you watch it happen.

  10. The Power of the OpenDocument Approach on No Office Suite Google · · Score: 3, Interesting
    I've made this point any number of times. Because the OD formats use PKZIPped XML, you can do meaningful work on them with the classic Unix approach of small tools that do one thing well.

    As an example, my employer recently changed its name (again). It's really simple to write a little shell script to unzip filea, s/oldname/newname/g, and zip back up, without ever needing an 'office application' at all.

    Google might want to use its server farm to gather information requested, and construct an *.od* on the fly to download to the user. After all, they already do it with HTML. It can't be all that difficult to do XML instead, and send the output to a compression program.

  11. Web != Net. Stop it on First Anti-Phishing Law Enacted in California · · Score: 1
    Spam is an annoying side effect of allowing open access to the web to the masses.
    Not really, since email usually doesn't go over 80/tcp. Oh, you meant net access? I can understand PHBs failure to understand the Intarwebs, but on a Geek site, there's no excuse for such sloppy language.
    The e-mail graphics looked exactly like eBay's question-from-bidders form. I clicked on reply to inform the writer that I was not offering this item at auction. The screen appeared for me to enter my eBay user name and password. It looked exactly like the standard eBay screen
    Including the part where it says "https://www.ebay.com" in the address bar?
    <crickets chirping>
    Yeah. That's what I thought. Anyone not smart enough to check the address bar isn't smart enough have a valid opinion on how to solve Internet problems.
  12. Who is using what? on GPL 3 May Require Websites to Relinquish Code · · Score: 1
    Your definition of "user" is flawed. A user is (it's in the actual word) the one who uses the program.
    So if someone uses Internet Explorer, Safari, Opera, Firefox, or Konqueror to access a web site that uses GPL'ed software to decide what HTML/CSS/XML/JavaScript to send the browser, who is using what? The person in question is not the 'user' who is running Apache, perl, Python, Ruby, or whatever on the server. That person is 'anonymous', 'guest', or 'nobody' on the server. What is the 'browsor' (my term for a browser operator) using, other than his browser?
  13. Trading Stigmas on MIT Unveils Prototype for $100 Linux Laptop · · Score: 2, Funny
    it would be a stigma to carry one if you weren't a teacher or a student
    ...but it will no longer be a stigma to say that you were 'cranking it' while surfing the net.
  14. Re:Can we "flag" points on the map? on Ask The Civ IV Dev Team · · Score: 1

    plant named flags -- that the other players don't see, of course

    or to combine the two ideas, and expand on them...
    In Civ III Conquests, you added the ability to rename any unit - I always like doing this with ships and Elite* units that spawned a Great Leader, and would like some additional functionality to automatically name/number units to help distinguish them. I'd like to extend this to allow me to put a tag on any space on the map, or on another civ's unit within my LOS, with 4 different text fields:
    1) a name field
    2) a longer 'memo' field, readable by everyone who has LOS of that space from an actual unit
    3) a memo field readable by my allies (those I share LOS with)
    4) a memo field only readable by me.
    The name field could be used for geographical features, while the others can serve as 'post-it' notes to remember and communicate strategic objectives. These tags can be used as targets for orders, such as a 'patrol' that has a unit moving through a series of tags to expand visibility -- When I want to make a minor adjustment to the patrol route, I just move a tag instead of recreating the orders.

  15. parent is pro-dhmo astroturfer on Ulrich Drepper On The LSB · · Score: 1
    Example 4: Dihydrogen Monoxide
    OK, this one is stupid, but it shows how easy it is to misattribute symptoms for the cause.
    You're obviously just shilling for the DHMO Industry, trying to keep the truth about DHMO from the people! Especially now, with hundreds dead and an unimaginable amount of property damage in which DHMO played a central role, how can you sleep at night, you heartless bastard?
  16. Re:Spelling ain't that important on A Useful Grammar Checker? · · Score: 1

    Watt wood-eyed dew width aught mine ice bell Czech her?

  17. Re:Cant WE mop up some of the CO2? on Earth Releasing More CO2 Than Originally Thought · · Score: 1
    One of the approaches I've read about which would be high-impact for low effort would be to seed the shallow seas with powdered iron.
    That approach would be orders of magnitude less costly than the Holy Kyoto Protocols. Therefore it gets no attention. It's not enough to reduce C02 if we can't cripple Western economies in the process.
  18. The SOIL released?? on Earth Releasing More CO2 Than Originally Thought · · Score: -1, Troll

    So Katrina is the fault of the SOIL, not Chimpy McBusHitlerBurton?

  19. Re:More interesting will be to see who lives there on Rebuilding New Orleans With Science · · Score: 1
    Actually, I don't see why the grandparent post was modded flamebait.
    Because he used terminology of ethnicity rather than economic class. That put him in the same boat as Kanye West and the Congressional Black Caucus who just HAD to Play The Card, because that is what they do. It's got to stop, or my granddaughters may as well be growing up in Bosnia or Gaza.
  20. Please read ruling before commenting on it. on Refilling Ink Cartridges Now a Crime? · · Score: 5, Informative
    Anyway, the one-time-use is fine, you cannot remanufacture their cartridges.
    It's about nothing of the sort. As the lone voice of reason on the originating site points out, the case was not about the right to refill or remanufacture cartridges. Read the decision: [emphasis mine]
    The dispute arises from Lexmark's advertising of its "Prebate" program, under which it gives purchasers an upfront discount in exchange for their agreement to return the empty cartridge to Lexmark for remanufacturing ...

    Please read before opening. Opening of this package or using the patented cartridge inside confirms your acceptance of the following license agreement. The patented cartridge is sold at a special price subject to a restriction that it may be used only once. Following this initial use, you agree to return the empty cartridge only to Lexmark for remanufacturing and recycling. If you don't accept these terms, return the unopened package to your point of purchase. A regular price cartridge without these terms is available

    These are people who took the money, then refused to do what they'd promised to do. If you don't want to be bound by these terms, don't participate in the program.
  21. Too late on Google Plans To Destroy Unindexed Information · · Score: 3, Funny
    May I be the first to welcome our beneviolent Google overlords!
    No, you may not.
  22. They have the right to remain silent... on 1 in 9 Companies Sign Linux Trademark Letter · · Score: 1
    Personally, I think the bigger news is that just under 90% of the 90-odd organisations that received a letter have not responded to requests to relinquish any legal claim to the 'Linux' name.
    That's not news at all. No businessman in his right mind agrees to any legal terms without running it past his lawyers first. A business of any size at all has a legal department whose main job is reviewing documents to be sure they aren't booby-trapped.

    The question you have to ask is what benefit these people see from agreeing to LMI's terms vs. the cost of not doing so. If they don't think they're doing anything that can get them sued YET, they might be afraid that entering into any discussion at all could entangle them so that they could.

    We all saw what OSDL's reaction was to MS's attempt to get them to agree to something. Better to remain silent than to let your words be used against you.

  23. I'm logged into talk.google.com w/ GAIM right now on Google Seeks to Develop Parallel Internet? · · Score: 1

    Strangely, if you follow the instructions at http://www.google.com/support/talk/bin/answer.py?a nswer=24073, (which actually gives instructions on how to download GAIM, as well as configure it to work with the Google Talk Jabber server) it works just fine. I'm logged into talk.google.com right now with GAIM.

  24. Google 'dominance' can evaporate on Google Seeks to Develop Parallel Internet? · · Score: 4, Insightful
    only a fool could watch a business acquire the kind of widespread power and dominance Google is working towards without atleast a little apprehension
    Hmmm. They have built a business around providing services via open protocols. (Notice that the Google Talk system will interoperate just fine with Jabber clients.) They don't require that you install a program that disables anyone else's offerings. You can still use Yahoo to do searches, Hotmail instead of Gmail for your web-based email account, PriceSCAN instead of Froogle to find bargains. Or you can use those services in addition to the ones Google offers.

    The moment Google 'forks' the Internet, they lose value because less people can use their services. The fact is that Google is one of a handful of companies that knows that they NEED open protocols. They have a corporate culture document that says 'do no evil' because doing evil would detract from their bottom line, and top management wants everybody in the company to know it.

  25. Brilliant solution on Pokerbots Making Online Players Sad · · Score: 2, Interesting
    How about incorporating captcha into showing the cards?
    Like this:
    For game 13814397 today, the face-up cards are
    <img src="card/20050828/13814397/1.gif> through
    <img src="card/20050828/13814397/52.gif>
    The numbers in the image URLs would have no fixed correlation to the card values (1.gif is NOT always the Ace of spades). The browser will unfortunately have to download all 52 images every game, but not every hand. Maybe a player could be allowed to keep a 'deck' for several games, but the basic idea would make it difficult for a bot to play. It would keep visually-impaired humans out, too.