Slashdot Mirror


User: CyberDong

CyberDong's activity in the archive.

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

Comments · 149

  1. Re:Car accident? on Hailstorm: Changing Society's Privacy Infrastructure · · Score: 4
    How about a more realistic scenario...
    • Car accident.
    • airbag boots HailStorm emergency system (in Safe mode)
    • Police obtain details from you such as car license plate, name, address (from wallet perhaps) and run them against national persons database.
    • reboot HailStorm system
    • It is noted that you are registered with an information link agency, in this case Hailstorm
    • trojan horse in HailStorm passes your info to script kiddies worldwide
    • Information is passed on to a Hailstorm agent
    • wait while HailStorm recovers from crash
    • Hailstorm agent notifies insurance companies, etc.
    • HailStorm easter egg shows you pics of programmers
    • Hailstorm agent updates database, and informs you of actions taken
    • HailStorm virus deletes all your data

    - - - -

  2. Re:Taco == misogynist on "The Sims" To Have Its Own TV Series? · · Score: 1
    C'mon... we all know Taco's not a misogynist. He appreciates a woman as a (w)hole...

    - - - -

  3. Re:standards support on OS-Independent Web Banking? · · Score: 1
    Finally, an answer to the problem!! I've been dealing with the same grief, and the folks at TD have been unable to give me an answer. I've switched between gnome & kde, loaded older Netscape versions, and lots of other things, and none of it fixed the problem. I can finally do my banking from home again... not just from work.

    Thanks johne!!!

    - - - -

  4. Am I the only one...? on Web Censors Prompt College To Consider Name Change · · Score: 1
    Did anyone else notice that Beaver college has a link to "Study A Broad?" They're just asking for it!

    - - - -

  5. Re:i.e. It's older than the universe... on Most Distant Object in Universe Discovered · · Score: 1
    that redefines the age of the universe

    Sorry, I missed that part of the article, what I saw was...
    "This finding is central to understanding when and how super-massive black holes, quasars, and other structures condensed from large, high-density clouds of hydrogen soon after the Big Bang."

    <RANT>
    BTW: for intelligent conversation starting with "Duh," you should

    • ALWAYS PRESS THE "CAPS LOCK" BUTTON BEFORE TYPING
    • check for embedded <SARCASM> tags (Check your "Web Browsing for Dummies" book... you can't see the tags without viewing source)
    • log in so we can read your posts without having to lower our standards
    </RANT>

    - - - -

  6. Re:redshift != distance, necessarily on Most Distant Object in Universe Discovered · · Score: 1
    Run the numbers. Try it.

    Ran the numbers... I got 42.
    What's the question?

    - - - -

  7. Re:Question to all: Do you think it is _still_ the on Most Distant Object in Universe Discovered · · Score: 1
    In the article, they postulate that quasars are actually the observable castoffs of black holes... If this is true, then it's probably still a black hole....

    - - - -

  8. i.e. It's older than the universe... on Most Distant Object in Universe Discovered · · Score: 1
    13 billion

    This raises interesting questions on its own, considering that the page links to an article which estimates the age of the universe at 12 billion years... :+)

    - - - -

  9. Re:Hoist on their own petard on Intel Encounters Another Problem with RAMBUS · · Score: 2
    Do a hardware variation of the GPL. If they don't, it's going to bleed them dry. If they do, sure, there'll be clones, but Intel will still exist.

    Historically, not a very good argument. Remember the original IBM PC? They published all the specs openly, and then were immediately surpassed in the market by a startup known as Compaq, who could build on (& tweak) the design without having to recoup the millions (or more?) that went into the original research. IBM all but died in the PC market, shortly after initiating it.

    Of course, then there's also the Apple story. Keep it all locked up & sue anybody whose product shows the slightest resemblance to yours. I remember reading a quote several years ago that went "You're nobody in the computer industry until you've been sued by Apple."

    This seems to indicate that neither strategy is a good way to go. The companies that end up the winners are the ones that wait for somebody else to make a breakthrough, then make a small improvement (be it speed, on-board cache, or whatever) and sell at discounted prices. The only expenses to be recouped are the costs of reverse engineering the original, not development from scratch.

    - - - -

  10. Re:This Should Be Given Much More Attention on 24-Hour Power Cells for Wearable PCs · · Score: 1
    we'll also have to develop full-on biceps to carry the batteries

    Well, you could get a unicycle, and put one of those generators on the wheel...

    - - - -

  11. Re:Details? on 24-Hour Power Cells for Wearable PCs · · Score: 1
    These are a couple of key lines found on the DHC site...
    • The customer must be able to afford to pay for the product and perceive that he or she is getting value for her or his money
    • While there certainly are no guarantees...
    • People cannot visit their local Wal-Mart or gas station and purchase hydrogen to run their fuel cells

    i.e. It's not quite ready for prime-time.

    - - - -

  12. Re:Cross-platform... on Java 2 for Linux Released & Blackdown Gets Creds · · Score: 1
    Java has not replaced Oracle's internal procedural language (PL-SQL)

    True. Poor phrasing on my part. Should have been "Java as AN internal procedure language." There's too much PL/SQL and (I forget what Sybase calls theirs) out there to just stop supporting it all of a sudden.

    Maybe interesting to you or not.

    On a personal level, it's not that interesting. My philosophy is that the logic belongs outside the DB wherever possible. This allows for ease of change-over when the corporate wind changes direction. There is a speed penalty to be paid for this, but it's rarely significant. If you can justify the penalty for O-O & event-driven programming, you can probably justify this.

    However, for those who must embed the logic in the database, the Java aspect makes the task of porting apps to new DB's simpler. If all you have to do is re-write the wrappers, you needn't waste as much time as re-writing all the procedures would require.

    - - - -

  13. Re:Great, BUT... on Java 2 for Linux Released & Blackdown Gets Creds · · Score: 1
    All in all, NOTHING works perfectly across all platforms

    I must have an old version of NOTHING. Mine only works on ETHERnet.

    - - - -

  14. Re:Long overdue... on Java 2 for Linux Released & Blackdown Gets Creds · · Score: 1
    just so after that I could compile JServ

    I hate to have to break this to you, seeing the amount of work you've already had to do, but JServ isn't it any more. The new reference implementation for servlets is Tomcat from the Jakarta Project.

    My condolences...

    - - - -

  15. Re:Cross-platform... on Java 2 for Linux Released & Blackdown Gets Creds · · Score: 3
    I had hopes that by now it would be faster and more pervasive than it has become--especially outside the browser cage

    About the "faster" part, it will probably never be suitable for OS development, but you CAN get platform-specific compilers for it.

    Regarding the "pervasive" & "outside the browser" parts, I think you're just not looking.

    • Oracle & Sybase (also SQL Anywhere) now ship their DB software with Java as the internal procedure language.
    • At JavaOne last year, the Palm Pilots for sale so inexpensively were loaded with a JVM.
    • The Apache organization has embraced Java Servlets and Java Server Pages in their Jakarta Project.
    • IBM's AlphaWorks is pouring out java resources like mad.
    • Embedded Java is a super-hot trend for everything from cell phones to web kiosks.

    Admittedly the start was slow, due to the fact that Java's original target platforms were toasters and TV's. But there are no shortage of Java applications you can't see until you look for them.

    - - - -

  16. Re:Great work! on Java 2 for Linux Released & Blackdown Gets Creds · · Score: 2
    Now onto java 1.3, 3 or whatever it will be called

    Isn't Visual Basic at about 6? Based on industry trends, Java 1.3 should be released as Java 7.

    - - - -

  17. Re:Design changes to prevent similar failures on Mars Polar Lander Had Fatal Design Flaw · · Score: 1
    a series of strips made of a metal with a sufficiently low melting point as to melt under prolonged exposure to exhaust gasses

    I don't know what metal you're proposing, but lead would make a reasonable choice here. Of course, the cost of lifting lead makes it prohibitive... And then there's the issue of re-entry heat. While the shields should absorb most of the initial heat, this thing's still going to be falling pretty quick. The sensor could activate due to the heat of friction, or just from falling through the exhaust...

    tipping could be detected via a mechanism similar to a common mercury switch

    It's a pretty safe bet that something falling on a parachute will activate the tipping sensor well before grounding.

    So now we have a situation where the legs sensors are tripped, the metal strips are melted, and the tipping sensor's activated, all prior to grounding. Not good.

    Additional (read redundant) safety sensors are undesirable. How many levels of backup is enough? Aside from the weight issue, there's Murphy's Law to consider. More sensors means more possible failure modes as well.

    scan the switches repeatedly, rather than just once

    This is the best solution from a practical and simplistic point of view. Oh yeah, and have the different departments communicate. Maybe they ought to install something like bugzilla to ensure that all groups are aware of defects found by others.

    - - - -

  18. Re:Foolish... on Hacker Stockholders Unite! · · Score: 1
    I'd be much more interested in giving the EFF proxy

    A good idea, as suggested in the original article. However, this ignores the huge potential capital pool from folks who want to contribute on the $5.00 level. Chances are that EvilMegaCorp shares trade well above that level, and the commission fees for Joe Protester to buy one share at a time make things even less attractive.

    I don't see the two options as mutually exclusive. They could both be combined under one umbrella.

    - - - -

  19. Re:Drive-by development syndrome on Mars Polar Lander Had Fatal Design Flaw · · Score: 1
    never design a system with a single point of failure

    There was a sensor on each leg... they all failed. Lack of redundancy wasn't the problem, it was a lack of communication. The rockets are designed simply to slow the descent, so at least one of the leg sensors should have been activated at touch-down.

    It's easy to play "armchair quarterback"

    How apropos. Playing armchair quarterback with a failed touchdown problem... ;-)

    - - - -

  20. Re:Drive-by development syndrome on Mars Polar Lander Had Fatal Design Flaw · · Score: 1
    Do it on the cheap, cut corners, rush people and accept no dissention.

    Reminds me of an interview with an astronaut several years ago. He commented on how scary it really is to be sitting on top of a billion dollars worth of hardware, all supplied by the lowest bidder...

    remember Challenger

    Challenger was a good example of the "accept no dissent" philosophy. One of the project engineers pointed out to them that they were operating outside the parameters for the o-rings, but was ignored. The higher-ups decided that the risk was minimal, and launched anyway. Then again, astronauts & test-pilots are very aware of the risks involved in their professions. They accept the risks (and the danger pay, and the glory) before the climb aboard.

    - - - -

  21. Re:Testing Processes on Mars Polar Lander Had Fatal Design Flaw · · Score: 2
    So do NASA engineers test on computer?

    Undoubtedly, some of the testing is done on computer, but most of it is probably done on actual hardware. However, the problem here isn't one of testing, it's one of communication. The article points out that the deployment testing group knew of the problem, but the descent control group did not account for it.

    Standard engineering practice is to gather the staff involved and hold a brainstorming session known as an FMEA (Failure Mode Effects Analysis). At this session, the idea is to identify all the possible ways in which something can go wrong, and determine the outcome if it were to happen. The most critical items are given the highest priority to ensure that they do not occur. Surely the consequences of sensor failure were identified at the session.

    Since the second group did not account for the possibility of the sensor being prematurely activated, they must not have been informed of the results of the testing by the first group. What they need to work on is their inter-group communications, not their hardware testing.

    Of course, I'm crediting the design group with following reasonable procedures. They may not have done it exactly like that, but it's a pretty standard approach in industry. Every part on an automobile goes through such an analysis (even down to the headlight switch), so it just stands to reason that a multi-million dollar one-off space probe should...

    - - - -

  22. Re:Won't help much on Hacker Stockholders Unite! · · Score: 2
    In response to BOTH of your posts, you're wrong.

    You don't have to have a large block of stock to be heard. All you need is one share. All shareholders are ostensibly treated equally at the meetings. The chairman may decide to expedite matters, if (s)he doesn't like what you have to say, but you are still entitled to speak.

    IRT the second comment...(you would have to have voting stock): you don't need voting stock. If you are a shareholder, you are entitled to speak.

    - - - -

  23. Re:Hedging - what a load of nonsense on Hacker Stockholders Unite! · · Score: 1
    no hedging strategy is valid even in the short term

    How about selling options on the stock for the same price at which it was bought? Ever looked at options?

    While I agree that it's not generally a good money-making venture, that's not the goal here. The goal is hedging. Since it's a "charitable cause," the fund is expecting to lose money. The hedge is just to limit the loss.

    - - - -

  24. No, Really... on Hacker Stockholders Unite! · · Score: 1
    www.npsis.com
    "Domains at $15/year"

    How about donating 50 cents from every registration towards making the 'net a better place? There's no shortage of companies that embrace the open source philosophy. Some of them would surely contribute.

    And how about $1 per Slashdot reader? There are enough people here to cripple high-powered web servers whenever a new cool article is posted (e.g The Lego Machine Gun). Surely this must translate into a few thousand dollars (<RANT>after you discount the 31337 haxx0r doodz whose sole contribution to the 'net is allowing us to be in the presence of f1r5t p05t'ers</RANT>).

    - - - -

  25. Re:I propose another way. on Hacker Stockholders Unite! · · Score: 1
    If you buy a large block of the company's stock, you raise its price.

    The idea isn't to buy controlling interest in the company, it's just to buy enough to

    • not go broke on commissions
    • have a chance to speak at general meetings
    We're talking about BIG companies here, not thinly traded Mom'n'Pop startups. For most of them, you can buy thousands or even hundreds of thousands of shares without the market noticing the action (millions might start to show...). Check the financial section tomorrow to see the daily volumes involved.

    In fact, this entire post is not my opinion at all.

    Nicely done. If only you could put it in small print with an asterisk which requires the reader to look at the other side of the page...

    - - - -