Slashdot Mirror


User: borgboy

borgboy's activity in the archive.

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

Comments · 341

  1. Re:Suggestion on Build a Better Netflix, Win a Million Dollars? · · Score: 1

    I for one welcome our civilized /.-posting Overlords.

  2. Re:Not an issue for some on Microsoft Patches VML Vulnerability · · Score: 1

    Please explain how the diagram you cite shows Explorer to run in the Executive.

  3. Learn Scheme on Draft Scheme Standard R6RS Released · · Score: 3, Informative

    I am sure there are a numer of ways to learn Scheme if you are interested. Here's one: follow the CS-61A course podcast of Brian Harvey's class at Berkeley.

  4. Re:Like I said, "Ubermensch". on Who are CIOs Planning to Hire Next? · · Score: 1

    It's so much easier to compete against someone who has already decided his limits.

  5. Re:Good work on BBC Reports UK-U.S. Terror Plot Foiled · · Score: 1

    ohhhhh....look - it goes to 11.

  6. Rebuttal on Vista Beta 2 has Major Problems · · Score: 1

    Hi. I just downloaded the beta 2 bits and ran the upgrade install from a mounted ISO file - didnt even bother to burn a DVD.

    Installed it on a Dell D600. Pentium M 1.4 GhZ, 1GB memory.

    No driver problems. The install picked up the ATI Mobility Radeon 9000, the wired and wireless NICs, and the audio. No modem yet, but then I didnt bother installing it the last time I loaded XP either.

    No performance problems. FWICT, Vista appears to utilize the machine about as well as XP did, which was pretty snappy.

    Eclipse failed to start the first time I ran it, because the user access settings denied write access to the folder it was installed in. After adjusting those ACLs, Eclipse runs just fine.

    Maybe I got lucky on the hardware compatibility lotto. Maybe the author of the fine article did not. Maybe the singular of data is not anecdote.

  7. Re:Worst OS experience ever? on Vista Beta 2 has Major Problems · · Score: 2, Funny

    You obviously never tried to install it from 23 floppies.

  8. Business plan on More Oblivion Re-Rating Fallout · · Score: 1

    Step 1. buy photoshop, draw a nude form
    Step 2. sue Adobe to oblivion!
    Step 3. Profit!

  9. Re:Not Quite Yet on Microsoft Goes Head-to-Head With IBM · · Score: 1

    Methinks Dave Cutler might disagree.

  10. In other news on Analysis of .NET Use in Longhorn and Vista · · Score: 1

    Solaris is written in C!

    OMG!

    No Way!

  11. Re:Good example of why it's important on Is Visual Basic a Good Beginner's Language? · · Score: 1

    1. Dont use string manipulation to build XML documents. Please. Use XML APIs to build XML, mmk? XmlTextWriter is your friend.
    2. String is what String is - an immutable string. It is reasonable to expect concatenation operations on any immutable object to be a copy-on-write operation. Its nice that Java and Python optimize for this case (yet Java cannot make the component aspects of a JavaBean a first class language citizen. Properties, people! Come on!), but the docs on System.String are quite clear about the immutability of String and the appropriateness of StringBuilder. You dont even have to read that far!

  12. Re:Where to begin? on Is Visual Basic a Good Beginner's Language? · · Score: 1

    More specifically, learn Scheme using SICP. MIT has videos of the lectures, and Berkeley is podcasting both audio and video streams of current class session. There is a free Scheme environment for all manner of OS free and not here

  13. Re:Arjuna TS on Oracle to buy JBoss (and others) · · Score: 1

    It may not be good...I'm curious to actual evidence you might have to that effect. If it becomes OSS it will certainly have the opportunity to become less/more so. I still argue that commoditization of the 2PC engine is a big step back for Oracle/IBM/Bea/et al.
    Honestly, it's hard to value an uncited technical opinion from an AC.

  14. Re:Nothing for you to see here. Please move along. on Unipage - A PDF Alternative? · · Score: 2, Funny

    Except that MHTML isn't Internet Explorer's format, it is an RFC (2110 IIRC) that the collective monetized^H^H^H^H^H^H^H^H extinguished^H^H^H^H^H^H^H^H^H implemented.

  15. Arjuna TS on Oracle to buy JBoss (and others) · · Score: 1

    Has anyone given thought to the notion that a motivating factor for this purchase is to acquire and control the Arjuna distributed transaction control infrastructure that JBoss just acquired [sorry for the PDF] and plans to Open-Source this quarter?

  16. Re:One Day Too Early on Imagining the Google Future · · Score: 1

    Arguably, it is that one item that puts them at the nexus of opportunity. Advertising pays the bills, and search technology puts in their reach a corpus the likes of which has never been amassed. If the end is to educate skynet, google is the entity with the means closest at hand.

  17. Re:Glad you weren't my teacher on Google Adds Widgets to Homepage · · Score: 1

    Just because A is part of B doesn't imply B = A.
    Yes. But if A has a is-a relationship with B, then A is a B (Duh, yes, thats a tautology.) More of a semantic modeling exercise than a set operation.

  18. Re:Glad you weren't my teacher on Google Adds Widgets to Homepage · · Score: 1

    1. Programming languages, and programs written in those languages, are data. Further, OP said language, not programming language.
    2. Ad hominem attacks suck, and so do you.

  19. Re:Mod parent up! on Why Can't Microsoft Just Patch Everything? · · Score: 1

    Major portions of the Windows GUI run at Ring 0
    Details, please. Which portions? What APIs? To which version of Windows are you referring?

  20. Re:Master Key and Indexes on Cryptography in the Database · · Score: 1

    Absolutely.
    50-60GB is roughly the size of our sales OLTP. We only keep a 7 day window of sales there. The rest gets melted down for the data warehouse. Not using indices (in a general sense) is certainly not an option, but not encrypting your credit card number isnt one either.

  21. Re:Master Key and Indexes on Cryptography in the Database · · Score: 1

    No. There mustn't. The field just insn't indexed in a meaningful way. Security is just another tradeoff.

    Which makes sense in terms of the popular example of a credit card number. For a credit card tender, you would probably store your internal transaction number, a point of service location identifier, date/time, transaction type (sale, refund, etc) credit card processor transaction reference number, and the credit card number.
    Why in this scenario does credit card number need to be indexed? You'll normally be searching by transaction refnum and sales date.
    By the way, when I think of encrypted database columns, I mean encrypted, on disk, permanent storage.

    IIARG (I AM a retail geek)

  22. Re:Crazy, no? on Microsoft to Offer Patches to U.S. Govt. First · · Score: 1

    Actually, when I was assigned to Standard Systems Group, we were given *explicit* permission to install that copy of Word at home.

  23. Correlation between length and value on Ask Neal Stephenson · · Score: 2, Interesting

    I enjoyed you more when your stories were more concise. Is your current trend of longer stories a permanent fixture in your writing?

  24. Re:'Flaws' Not that big of a deal on Latest SP2 News · · Score: 1

    Actually, NTFS does have an execute permission.
    Traverse folder / Execute file

  25. Re:backhanded compliment .... on Doom 3's Release Date; Quake Turns 8 · · Score: 2, Funny