Slashdot Mirror


User: jfb3

jfb3's activity in the archive.

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

Comments · 43

  1. Nothing So New on Permormance-Enhancing Contact Lenses · · Score: 4, Insightful

    These appear to be the same as the shooting lenses, skiing goggles, driving glasses we've had around for years, just in contact form.

  2. But the main concern ~is~ billing... on Aspect-Oriented Programming Considered Harmful · · Score: 1

    Except what we know is that the core concern of a telecomunications application ~is~ the billing and timing of calls.

    That's why you always get billed even if sometimes the call is dropped. Never the other way around.

  3. Mod his post "Luddite" on USB Flash Drive Round-up · · Score: 2, Funny

    Luddite.

  4. Beta-ware on MS: Beta Software Good Enough for Production Use · · Score: 2, Funny

    Friends don't let friends drive beta.

  5. Re:This is cool... on Asterisk Breeds A Cottage Industry · · Score: 2, Informative

    If he could write it himself he wouldn't need it. What he needs is something from somebody who ~already~ understand this. So do I.

  6. Fixed with patch on XP Service Pack 2 Breaks FireWire · · Score: 5, Informative
  7. It's not the programmers it's the code base! on Visual Basic Developers Revolt Against Microsoft · · Score: 1

    The problem isn't whether the programmers can write code in .NET. The problem is that the existing code base that runs much of Corportate America, and small business, is written in VB. (10 years of code.)

    They don't want to see their code base break next year because some patch from Microsoft breaks the VB6 runtimes.

  8. The Chinese were right! on Microsoft to Offer Patches to U.S. Govt. First · · Score: 2, Interesting

    This just plays right into the hands of the Chinese goverment who always said that Microsoft made special provisions for the US gov't in Windows.

  9. Re:What a hypocrite! on Joel Gives College Advice For Programmers · · Score: 1

    It's not that he's a hypocrite. He's speaking from personal experience. :)

  10. Re:Learning on The Python Paradox, by Paul Graham · · Score: 1

    But the point it still true. You didn't learn Python to get a job.

    Repeat after me:
    "An academic excercise is not a job."

    This will explain your future interviewers eye-rolling when they ask you about the experience you listed on your resume and you tell them about some class you took.

  11. Re:Technology Bytes on Interesting Tech-Related Online Talk Radio? · · Score: 1

    "Couldn't I just listen to someone who broadcasts gibberish as long as it's in a pleasing cadence?"

    Ahhh ... french rap.

  12. Re:I don't mean to whore....but.... on Gentoo 1.4 Final Released · · Score: 1

    He said people "like" the Gentoo team made linux what it is, he didn't say "the Gentoo team" made linux what it is. Geesh.

    Unless of course english is not your first language in which case, nevermind...

  13. Unless you don't have a trunk on In-Dash DIN-form-factor Car PC · · Score: 1

    My truck, a very nice 4 door pick-up, doesn't have a trunk. I do however have the money to buy something that will fit in the dash.

  14. Re:Notation on The Hundred-Year Language · · Score: 1

    Not quite true. Some of the various versions of COBOL and RPG I've used in the past were very white space specific. Both predate terminals. (Anyone still have a coding pad on a shelf somewhere?)

    Unless you shift the idea of a "language" to a "remembered motion" interface via a tablet or screen (my dream) then any character intensive directions will be equally useable via any of the now available methods of programming.

  15. Re:basically why it doesn't suck on Why XML Doesn't Suck · · Score: 1

    2. the data is in a heiracherical format, reducing data replication and allowing for a more sophisticated data structure.

    Seems like you missed that entire generation of Information Management where we left hierarchical (IMS) and migrated to network (IDMS, DMSII), then to relational (DB2, Oracle) data models that allowed for more sophisticated, flexible data structures.

  16. Re:OSS software? Not that I could see, either on Microsoft Loses Showdown in Houston · · Score: 1

    The apps don't run on the server. They run on the desktop. The applications have functionality that uses the server to facilitate mulit-user communication, resource sharing, storage etc.

  17. Maybe I'm just don't get it but... on Corel Linux Beta License Violates GPL · · Score: 0

    Who said that Corel has to give away their software under GPL? Just becasue it's going to be delivered with Debian (or anything else for that matter) why aren't they allowed to control their property rights anyway they want to?

  18. cool, but... on SQL Book Recommendations? · · Score: 1

    "Handbook of Relational Database Design"
    by Fleming and von Halle

    Leads you through all three levels of database design from start to finsh. Exhaustive and not for the faint-hearted but probably the definitive work on the subject.