Slashdot Mirror


User: LarryWest42

LarryWest42's activity in the archive.

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

Comments · 39

  1. Re:It's not just techinical books... on Are Amazon Vine Reviews of Technical Books a Joke? · · Score: 1

    With respect to your last one, check out the other reviews by "Guadalupe"

    Several made me laugh. I think it's an art form.

  2. Re:as opposed to the 300 trillion on Internet Payment Processor Liberty Reserve Accused of Laundering $6 Billion · · Score: 1

    Or "Too big to jail."

    ABC News from March 2013.

  3. Re:Wrong in quite a few ways. on Oracle Clings To Java API Copyrights · · Score: 5, Informative

    You're getting your facts wrong. Sun *approved* of Google's efforts, publicly and officially, in the forum of their CEO's blog.

    Search (e.g., Groklaw) for Jonathan Schwartz's blog from November 5, 2007:

    • "I just wanted to add my voice to the chorus of others from Sun in offering my heartfelt congratulations to Google on the announcement of their new Java/Linux phone platform, Android, Congratulations!"

    And it continues in that vein, referring to Android as a Java-based platform.

    This is after much discussion between the companies. The context matters. Google weren't being jerks.

    Read up on the Oracle's lawsuit at groklaw for more factual background and generally reasoned commentary on the Oracle suit.

    Larry

  4. Tip jar: it's there on Groklaw Declares Victory, No More Articles · · Score: 1

    .... If a tip jar was put up, some of my money would likely find my way into it.

    Click on the small "PayPal / donate" icon in the left-hand column.

  5. Re:THIS IS A FARCE on Mass. Data Security Law Says "Thou Shalt Encrypt" · · Score: 5, Informative

    Ask the author of the article where he got that notion from.

    That phrase does not appear in the law nor in Massachusetts FAQ.

    Nor does anything like it, except in reference to

    1. public networks
    2. wireless
    3. laptops & portable devices
  6. Read the law: no broad mandate on Mass. Data Security Law Says "Thou Shalt Encrypt" · · Score: 5, Informative

    eihab seems to have it right.

    IANAL, either, but I did read the whole law and there is no broad encryption mandate as the SQL Mag author claimed.

    The encryption-related sections of the law that I can find (17.04 (3) & (5)) actually mandate:

    • “(3) Encryption of all transmitted records and files containing personal information that will travel across public networks, and encryption of all data containing personal information to be transmitted wirelessly.”
    • “(5) Encryption of all personal information stored on laptops or other portable devices;”.

    In other words, if you send data over public networks, or wirelessly, or store it on laptops, you should encrypt it. Excuse me for not getting excited about this.

    Law: 201 CMR 17.00 reg

    FAQ: 201 CMR 17 faqs

    The whole thing seems pretty sensible overall.

  7. Re:Allergic to honey? on Bottles of Honey Shut Down Airport · · Score: 2, Funny

    So... if you believe you have an explosive or chemical weapon or other noxious item ... why would you open up the containers and smell them?

  8. Re:Counterproductive on How Laptops in Education Can Help Dictators, Hurt Learning · · Score: 1

    I'll bet you had textbooks and/or access to a library for those non-computer-related courses. Maybe even some films.

    How would you compare the learning productivity for such topics in situations lacking such materials?

  9. Re:Kitten Auth on Windows Live Hotmail CAPTCHA Cracked, Exploited · · Score: 1

    You have just described genetic algorithms on a global yet practical scale.

    And at the same time a way to massively fund AI research.

    You will go down in history along with Miles Dyson and Cyberdyne Systems.

  10. Re:EVERYBODY PANIC!!! on GCC 4.3.0 Exposes a Kernel Bug · · Score: 1

    Actually, of course, assembly language would have the same problem, but it would be just as relatively unlikely to show up, unless your code set the direction flag.

    Note that the kernel problem actually will affect any program, pre-gcc-4.3.0 or other compilers: there is a very small but finite probability that an interrupt will occur after setting the direction flag and before executing the memory copy or scan. And (with this bug) there's a non-zero probability that the interrupt handler will leave the direction flag in a different state.

    It seems like an extremely unlikely event, but one that's probably caused some number of unexplained (and irreproducible) glitches over the past several years.

  11. Re:EVERYBODY PANIC!!! on GCC 4.3.0 Exposes a Kernel Bug · · Score: 1

    You're driving in your new gcc-4.3.0-built car, when you come to a traffic light that's red. When it changes to green, your car may have silently slipped into reverse, but you won't know until you press the gas pedal.

    For standard transmissions: you car was written in assembly language, so no problem here.

  12. Re:Another possibility... on Chinese Sub Pops Up Amid US Navy Exercise · · Score: 2, Insightful

    What!? Pretending the other side has much more effective hardware, ala the Soviet Union's illusory missile gap(s)?

    Don't you see that that would mean that Navy/DoD staff would have to go to Congress and ask for $billions more to upgrade the Navy hardware, and they would hardly have a chance to see that project underway before they'd be retiring to positions at defense contractor. Who would go for that?

    Get real.

  13. Which is sad, since a majority favor impeachment on House Narrowly Avoids Having to Debate Impeachment of Cheney · · Score: 2, Interesting

    As of July, a majority favored impeaching Cheney, and it was close on Bush:

    So the Congressional Democrats are distancing themselves from the majority and certainly from their party members. Probably partly because they get saturated with "info" from all the boot-licking media and consultants based in Washington and NY.

    Of course many people try to characterize impeachment as a fringe movement... because that's the only rhetorical angle left: per the Constitution or the will of the people, impeachment of Cheney is quite reasonable. Particularly considering the damage done to the country.

    Hopefully we'll see criminal proceedings at some point. There's a lot of personal responsibility that still needs to be apportioned.

  14. Re:And? on FCC Orders Anti-Monopoly Report Destroyed · · Score: 1

    Perhaps because being cynical and smug about every evil action one encounters doesn't actually seem to make anyone any better off? Except the evildoers, of course.

  15. Norton Antivirus not affected, only Symantec AV on Symantec AntiVirus Hole Found · · Score: 1

    I.e., their corporate version. At least that's what they say:

  16. UR? IM2! on IM On Mobile Phones · · Score: 1, Funny

    pay no attention to the text behind the subject

  17. Re:DIE WESLEY DIE! on Wil Wheaton Strikes Back · · Score: 1

    Actually, yeah. I think he did a credible job (given what he had to work with).

    It always seemed to me that people saw in him themselves as teenagers, which was the true cause for the extreme reactions (i.e., it was really self-loathing).

    Of course, the character could have been made more interesting and less like one of the Boy Scouts from a David Brin novel, but that wasn't the actor's fault.

  18. Re:large functions in c++ on Effective C# · · Score: 1

    Agreed. All the long, convoluted code I've seen in C++ (several companies over two decades) has been from the worst programmers. I have no idea where the author (apparently) got that idea, assuming it's not a misstatement from the reviewer.

  19. Re:That's their decision - not entirely on We're Open enough, Says Microsoft · · Score: 1

    Except: you are forgetting that Microsoft is clearly a monopoly and has been legally recognized as such.

    For various reasons having to do the meaning of "free market", monopolies are generally required to be more open than random companies like BitMover.

    At least when the anti-trust laws are enforced they are.

  20. Re:In a sense, they're right on We're Open enough, Says Microsoft · · Score: 1

    The rules are different for monopolies. At least when they're enforced.

  21. Re:Feed me! So Word can be compatible with itself on We're Open enough, Says Microsoft · · Score: 2, Informative

    Not an answer to your question, but a response to the responses:

    I found it a little funny (well, at 1:50am) that the problems others attribute to OO misinterpreting Word docs are problems I've seen recently, using exactly one installation of Word (2003) on the same machine.

    Of course I tried "reveal codes": nothing obvious. I tried exporting to RTF and reimporting (massive file got much much bigger). Ended up cutting and pasting from Word to Notepad (to remove all formatting) and again back to a new Word doc. Problem solved! :-/

    Hardly the first time I've had MS documents just become unusable. So I think having public specs and multiple implementations would actually improve MS Office.

    Hell, just cleaning the specs up enough to publish would probably pay for itself (from MS' perspective: fewer bugs in MS Office).

    Oh, yeah, Word format was gratuitously required.

  22. OT: and Alfred Bester inspired Babylon 5 character on USAF Studies Teleportation · · Score: 1

    ... of the same name.

    The character was the Psi Corp leader, hunting down (other) telepaths. Played by Walter Koenig of the original Star Trek.

    http://www.oinc.net/B5/Enc/pcd/bester.html
  23. Re: greed ... or need? on IBM First To Receive UNIX 2003 Certification · · Score: 2, Insightful

    Fair enough criticism, but how would you propose that these certifying groups be supported?

    Taxes? Bake sales? Fund-raising drives?

  24. Re:Shades of DR-DOS suit against Microsoft on IBM Tells SCO Court It Can't Find AIX-on-Power Code · · Score: 1

    Uhhm, no. I'm not a lawyer, but: a patent gives you the right to prevent other people from doing something, and it essentially doesn't matter what form they do it in. And the patent is public information, freely available from the USPTO.

    You might be thinking of trade secrets, which do lose their power when they are disclosed.

    They'd prove patent infringement by comparing what the patent describes with what the supposed infringer does.

    And of course this doesn't even touch on the ludicrous basis of software patents in the U.S. today.

  25. Re:Unwise? on SCO To Counter Groklaw With 'Fair' Coverage · · Score: 3, Insightful

    This "reputable attorney" concept... how does it relate to SCO/Caldera?

    Ahh... maybe you're thinking they're actually trying to win in court, as opposed to simply spreading FUD for as long as possible while bleeding the company/investors dry? I suppose anything's possible...