Slashdot Mirror


User: Annnoying+Coward

Annnoying+Coward's activity in the archive.

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

Comments · 29

  1. Re:Java on Paul Graham On 'Great Hackers' · · Score: 1
    Sometimes its a lot easier to maintain 30 well-written 10-line methods than to build a complex 300-line structured program.

    What? I thought it always is. There is one caveat: 300 lines of structured program easily transfer to 400 to 500 lines of methods (C), or 500 to 1000 lines of classes and methods (Java).

    The result probably is a more undestandable and dense main program.
  2. Re:Java on Paul Graham On 'Great Hackers' · · Score: 1
    And this cannot happen with Java?

    It can and does happen with java, but a mess is easier to achieve with perl. Java doesn't have "use strict", because it is the only way. (And yes, any sensible (perl) programmer has that in his/her mind as the only way).
  3. Re:Why not Volvo XC90 or something? on Phoenix and Minotaur Get New Names · · Score: 1

    A Ford is a Ford is a Volvo. Been a few years now.

    I seem to recall that the new Thunderbird even shares the chassis (or platform, to be precise) with Volvo S60 (and Jaguar X-type and for Mondeo).

  4. Re:electroic signture. on Nanotech Paints For Military · · Score: 1

    How is that even the tiniest bit different than what a video camera hooked up to a TV does?

    Superficially, it isn't, but imagine that you would want to project to every direction possible direction, or even every probable viewing direction. How do you decide what is probable direction? How do you get the image from every probable directions behind?

    Then, to illustrate: How many directions there are in an angle? ir one degree enough to not look jumpy, or do you need radians, minutes or seconds?

  5. Re:Where's the Inter in the 'Net? on Internet Backbone DDOS "Largest Ever" · · Score: 1

    Switzerland (might depend on the canton)
    Finland
    Sweden
    Norway
    Austria
    Germany
    Estonia
    New Zealand
    Australia

    Federal translates to national where not applicable.

    Now tell me where you can hang out in the parking lot of fast food diner without getting (rent-a)cops to chase you away?

  6. Re:Need new languages on Designing a New Version Control System? · · Score: 1

    I can't see why this kind of setup would require a certain coding style. All that is needed is knowledge of the syntax and a parser. As far as I can see, the parser does not need to fully understand the language, just the basics like blocks, functions (methods), variables (attributes) and of course comments (and inner comment syntax like javaDoc).

  7. Re:Fix the MailNews bugs... on Mozilla 0.9.9 Released · · Score: 1

    I do hope you are not one that complains about bloat too? See, either you co-ordinate the solutions or you bloat the source by providing a separate fix for everything.

    And bloat is not the most dangerous thing about it. Without co-ordination you get different behavior in cases that require similar behavior.

  8. Re:Huh? on Linux Web Browsers Compared · · Score: 2, Informative

    To be more specific, the problem is that Mozilla does not cache the result of a posted query. When you view the source, it posts the query again. Now if the server has somekind of unique id to a query or timestamp has gone stale, the result does not match the original.

    This really lessens Mozillas usefulness as a test tool for a web project as you are not guaranteed to see the original source. I haven't checked the situatiopn for a while, but I believe the fix is going to be post 1.0.

  9. Re:Simple question.. on The Euro · · Score: 1

    Hmm, my italian friends explained it a bit differently (or I remember wrong...), but actually this fills in the gap of how the nomination and symbol traveled to england.

    I was going ask if there has, at some point some where in history, been equivalence with one pound currency and one pound of some matter, but I then did the reseach my self and found that livre was "A money of account formerly used in France and originally worth a pound of silver".

  10. Re:Simple question.. on The Euro · · Score: 1

    a state they [pound sterling] shared with the Italian lire

    This must have something to do with the monetary symbol "£", which of course originally means lire. Wasn't the turkish Lire also very unstable?

  11. Re:e is the ideal base for efficiency? on Ternary Computing · · Score: 1
    needs to be integral.

    Ok, for convenience, we'll change e to be equal to three.


  12. Re:Trits? on Ternary Computing · · Score: 1

    Awww...they shied away from the obvious choice, tits.

    But there are only two of those on a normal person!

  13. Re:iPod thoughts from a Nomad Jukebox owner. on Slashback: Drives, Pods, OEMs · · Score: 1

    How are they gonna pull this 90-day warranty in the european union, where the maker has to give you a reasonable warranty.
    In the case of consumer electronics it is usually at least one year, or in the case of washing machines etc. reasonable
    warranty is 3 to 5 years.

    Yeah, in the worst case it means going to court.

  14. Re:Should make a modern version... on The Assembly In Review · · Score: 1

    As I see it, that would be against the idea, the scene is there to make new cool stuff, not to upgrade the old stuff. That way it would die horribly and pretty quick.
    The cool thing though, would be to hack a generic 486DX/33+GUS emulator to play these in...

  15. Re:won't totally change on Supercavitation: Ultrafast Underwater Weapons · · Score: 1

    bullets aren't steerable and they're still the most commonly used munition :)

    Yes, but they aren't that cost-effective against the targets that guided missiles are used for. Say, an aircraft carrier.

  16. Re:Why so many mod points? (Still OT) on On the Subject of Ximian and Eazel · · Score: 1

    Me too. Yes, I'm willing to moderate, but this is getting to be tiring.

  17. Re:Young enough to start again on Adam Hinkley's IP Hindsights · · Score: 1

    I partially agree. In my thinking this only applies with the self-made men. Inherited wealth and accumulating that wealth with the help of paid professionals is another thing.

  18. Re:You don't know what your talking about... on Are Expensive RDBM Systems Worth The Money? · · Score: 1

    > You mean you _ever_ would have?

    How do you think he knows about the MC smartcards?

  19. Re:UI Mistakes learned from mozilla on Are Unix GUIs All Wrong? · · Score: 1

    Yes you could. If you defined a protocol or a strict format for the communicates things. E.g. it could be based on a XML-dtd. If the thing written to fd 3 doesn't follow this format it is not shown.

    OTOH you could define the stream to be what ever say 61873 and be fairly sure it is not used in a manner that would conflict with this.

    Third way: Lets say all this was in a library called stdinfo.h. We could have a call to some notification function that would check if the env supported STDINFO and if so, then notify the environment about the possibility that this program may use it. The return value could be the stream number that is used for STDINFO in this system (I don't exactly remember how the std pipes are created, so I don't know if this is feasible, but it's an idea anyway). Now subsequent output to that stream would go to env/shell that takes care of the rest.

  20. Re:Using top to count memory usage? on Netscape 6 Vs. 4.7x · · Score: 1

    No fork, but what about CreateProcess()?
    More about differences in process models in here.

  21. Re:The Gordian Knot on 'Carpenters Ruler' Problem Solved · · Score: 1
    Dirk Gently's ill-fated couch not withstanding, it is funny to see the fuss that brute-force methods of solving mathematical problems have produced. The question seems to be this: is an 'elegant' proof tomorrow better than an ugly one today?
    There is, of course, the possibility of similar but not identical problems sharing a common solving method coming in the future. Cumulutavely this may be faster than brute force. (And I'm sure there are people that like to, or rather, want to, solve 2nd degree polynomial by extrapolation.)

  22. Dual citizenship on H1B Tech Visa Workers Being Deported From U.S. · · Score: 1
    The dual citizenship won't work because Finland doesn't accept that. According to the finnish law, only minors can have dual citizenship. When a finn over 18(?) years gets another countrys citizenship h[is|er] finnish citizenship expires. If not by announcement from the new country, then finally when entering Finland with that countrys passport.
    (This IIRC, has happened to one finnish NHL player, maybe Esa Tikkanen. Anyway, he got his finnish citizenship back later by an application.)

  23. Re:Filter at SMS gateway? on DoS Vulnerability On Nokia Phones · · Score: 1
    As I see it, this would be curing the symptoms not the cause.

    Some characters at the beginning of the message seem to have a special meaning for Nokia phones. A friend of mine sent ascii graph chistmas greetings, but most Nokia phone owners didn't see them, because the message begun with asterisk, which seems to indicate that a control sequence begins.

  24. Re:A few solutions on Cell Phone Purchasing: Drop Down? · · Score: 1
    Well, a kind of throw-away phones are on the market here in Finland.
    Many big supermarkets sell old soap-box Motorolas for 99 FIM (about US$15). Practically at this cost you can throw the thing away when the battery performance dwindles, because a new phone costs less than a new battery (I would not buy the thing, instead I'd buy 2nd hand Ericsson or Nokia for twise the price).

  25. Spot off, for now. on SETI Results By Scientific American · · Score: 1
    Bzzzt, wrong.

    In the US the majority are CDMA. AFAIK most cellphones in the world use TDMA techniques (GSM/DCS, and the japanese 2gen tech). These euro-japanese dominated markets are moving towards a mixture of these, the T-CDMA.

    On the topic now for a moment: Will we really be using broadcast radio for long i.e. more that 50 years? I can't see that we will need it for anything apart from communication in unpopulated areas, if even there.