Slashdot Mirror


User: smcdow

smcdow's activity in the archive.

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

Comments · 391

  1. OMG, so true ... on Where Are Tomorrow's Embedded Developers? · · Score: 2, Interesting

    ... large number of CS majors apparently believe that everything can be implemented in a virtual machine and that both memory and [CPU] cycles are infinite.


    Not an embedded system, per se (more like a "headless system"), but I was involved in a project where certain aspects of the design (aspects that I had no input into) more or less assumed infinite memory and CPU.

    The design itself on paper was beautiful: symmetric, orthogonal, intuitive, complete.

    But when implemented, the design SUCKED because it ran like molasses on a cold day. Everything that could be done to increase its performance was tried, and in the end its performance still sucked. The whole thing had to be re-designed, and rebuilt from scratch. The original designers (C.S. degrees, of course) howled about "engineering hacks" the whole time.

    The final design was uglier on paper, but it ran several orders of magnitude faster than the original.

  2. Trouble ahead on Microsoft Bids $44.6 Billion For Yahoo · · Score: 1
    Isn't Yahoo pretty much a Unix/Linux/OSS shop?

    TFA says

    The software giant also said that it has an integration plan to include employees of both companies and intends to offer incentives to retain Yahoo employees.


    I can see it now. The first step of the "integration plan" is to replace Yahoo's server stack with MS products.

  3. FTFA on MapReduce — a Major Step Backwards? · · Score: 4, Insightful

    Given the experimental evaluations to date, we have serious doubts about how well MapReduce applications can scale.


    That's a joke, right?

    I think Google's already taken care of all the experimental evaluations you'd need.

  4. Ideas for related technology on Star Trek-like 'Phraselator' Helps Police · · Score: 1

    Transportelator
    Photon torpedolator
    Holodeckelator
    Tractelator Beam
    Tricordelator
    Warpelator Drive

  5. Re:"Integrated Battery" on Apple Announces MacBook Air · · Score: 1

    M3? Please. Four wheels is two too many.

    If you're looking for a REAL BMW, look no further.

  6. Re:Variarable sized headers/payloads. on XP/Vista IGMP Buffer Overflow — Explained · · Score: 1

    It wasn't the variable-sized headers that caused the bugs; they were fine with that. It was the variable-sized record headers that did the trick.

    But your point is taken. But, I'm not ever expecting this data format to be subsumed into firmware.

  7. Variarable sized headers/payloads. on XP/Vista IGMP Buffer Overflow — Explained · · Score: 1

    Hear, hear. Once upon a time I designed a packet-ized format for data telemetry and storage. The design was straightforward, but it included a variable-sized record-header (but always a factor of 8) on top of variable-sized record payloads. I thought it was a good idea at the time, but it turned out to be problematic for S/W implementation, especially for inexperienced devs. I could have saved ourselves a lot of time and pain if I had made the record headers fixed-length. Mea culpa.

    Makes one appreciate just how complex handling TCP/IP can be. I can't imagine how it could easily be ported to firmware. It obviously can be done, but it's no easy task.

  8. Srsly, FC or iSCSI? on Intel Announces Open Fibre Channel Over Ethernet · · Score: 1

    I'm not a datacenter kind of guy, so help me out. If you've got 10 G Ethernet, then why would you want to run FC rather than iSCSI?

    Can someone elaborate?

  9. You know I hate to ask ... on The Future of Love and Sex - Robots · · Score: 1

    ... But are 'friends' electric?
    Only mine's broke down
    And now I've no one to love

    If you don't get the reference, then you're just too young!

  10. Proudest of ... on Are You Proud of Your Code? · · Score: 1

    ... the code that I've written that actually works (eg does something useful) and that has actually shipped.

    In the course of my career, it turns out that more often than not, the code that's simultaneously been the most useful and that has actually shipped has been my cowboy code: quick-n-dirty programs; bash-scripts, perl-scripts, one-offs, and the like.

    I've also produced a lot of code under "best practices", and I've found that while this is useful (and it's generally the right way to do things), this code has a tendency to never ship. It (along with a lot of other useful code written by a lot of smart programmers) tends to gets stuck somewhere in the "process" and languishes. Sometimes, it eventually oozes out of the "process" and ships. More often, it just dies a lonely death somewhere in the repository.

    I don't care about code that isn't useful or that never gets used. It could be beautiful, well designed, easy-to-maintain code. But if it never ships and never gets used, it's absolutely worthless.

    So, yeah. I'm most proud of my cowboy code that has been shipped and that gets used. It may not be fun to read or maintain, but by God, it's useful and it's getting used. That's the primary goal of this industry.

  11. Re:ACC/H2.64 on Nokia Claims Ogg Format is "Proprietary" · · Score: 1

    If this is true, then all GPLed software is "proprietary by definition".

  12. New Wave? on New Wave Power Research Rising Off Oregon Coast · · Score: 1

    Wasn't that back in the late-70s/early-80s?

    Pure coincidence that I happened to be listening to "The Pleasure Principle" when I checked to see what was happening on Slashdot.

    Rock on Polymoogs!

  13. Re:I/O performance much more important than CPU sp on The Biggest Roadblocks To Information Technology Development · · Score: 1

    Sadly, I have to agree. Or, I have to sadly agree. Or something.

  14. Re:What's the big deal about jruby? on Java 6 Available on OSX Thanks to Port of OpenJDK · · Score: 1

    ... more general and well maintained VM ... Sounds like Parrot.

  15. I/O performance much more important than CPU speed on The Biggest Roadblocks To Information Technology Development · · Score: 3, Interesting

    I'd rather have a machine with slower CPU but with wide, fast busses and smart, fast I/O subsystems, then a machine with a faster CPU but with crappy I/O. Maybe I'm just wierd that way.

  16. The crux of the matter on Vote To Eliminate Leap Seconds · · Score: 1
    From http://en.wikipedia.org/wiki/Leap_second

    For example, as things presently stand, it is not possible to correctly compute the elapsed interval between two stated instants of UTC without consulting manually updated and maintained tables of when leap seconds have occurred. Moreover, it is not possible even in theory to compute such time intervals for instants more than about six months in the future. This is not a matter of computer programmers being "lazy"; rather, the uncertainty of leap seconds introduces to those applications needing accurate notions of elapsed time intervals either fundamentally new (and often untenable) operational burdens for computer systems (the need to be online and do lookups) or unsurmountable theoretical concerns (the inability in a UTC-based computer to accurately schedule any event more than six months in the future).

    A counter to this argument is that computers need not use UTC. They could use either TAI or GPS time and convert to UTC or local civil time as necessary for output. GPS time is an especially convenient choice as inexpensive GPS timing receivers are readily available and the satellite broadcasts include the necessary information to convert GPS time to UTC.
    All of our software uses GPS time as a time reference. All of our data is timestamped with GPS time. When a conversion to/from UTC happens, the software uses a hard-coded leap-second table to apply the correct UTC-GPS offset. When a new leap second is announced, someone has to remember to go update the table and rebuild the software. Not the best scheme in the world, but the software is close to 20 years old.

    There's no other way to compute the elapsed time between two events unless you use a continuous time scale.

  17. Re:Simple and accurate solution on Vote To Eliminate Leap Seconds · · Score: 1

    Published leap offset? What if your system happens to not be on the Internet?

  18. Re:Difference between Patch and new version on How Fast is Your Turnaround Time? · · Score: 1

    Fair enough.

    What's your repository model? Stable trunk? Unstable trunk? Does that patch go into a current release branch or a new release branch, and/or is it also supposed to go into the patch branch and/or is it supposed to go into the baseline branch? Who's the gate keeper for the baseline branches? (please don't say that any developer can check in here!) Maybe that fix is also supposed to go into the future baseline branch. Can you point to a place in your code repository where the latest stable branch is? The last released baseline? The baseline before that? OK, if not you, then who can provide that information? How do you roll back a patch if necessary? You just go back to the last baseline, right? Do you have enough resources to do full-up testing for all these code branches and scenarios? What are the policies and decision making process for where patches land and how they're tested? What's your branching policy for getting new features added to the codebase?

    When you're talking millions of LOC, these issues matter.

  19. In other news ... on MIT Releases the Source of MULTICS, Father of UNIX · · Score: 1

    ... Google announces that MULTICS code will be incorporated into Android.

  20. Re:hmm on Ballmer Calls Android a "Press Release" · · Score: 4, Funny

    I am not a huge fan of google these days [...] I was there for an interview ...


    I know how you feel. I also didn't get an offer.


  21. Re:Par for the course? on Data Loss Bug In OS X 10.5 Leopard · · Score: 1
    Under OSX? Sure there is. Say you want to merge the contents of two folders "a" and "b" into a new folder "c". It's pretty simple really. Start up a shell and run the following:

    mkdir c && ( cd a/. && tar cf - . ) | ( cd c/. && tar xf - ) && ( cd b/. && tar cf - . ) | ( cd c/. && tar xf - )
    et. voila!

  22. Re:So Apple doesn't care about Java? on Leopard Early Adopters Suffer For The Rest of Us · · Score: 1

    Java's main point to that enables applications to be easily portable across mutliple OS platforms.

    Apple cares primarily about portability across Apple platforms. Apple wants your applications to be portable across Apple products. They have ways to accomplish this that don't involve Java. Look at the iPhone SDK. Java's nowhere to be found.

    Apple doesn't really care whether or not your applications are portable to non-Apple platforms.

    So, Java will always be a 2nd class citizen in the Apple world.

  23. Re:I think it's backlash from the Mac-Zealots on Leopard Early Adopters Suffer For The Rest of Us · · Score: 1
    In case anyone hasn't been paying attention, Apple's primary concern is portability across Apple products , not portability across myriad OS platforms. Apple could care less whether your application runs on a non-Apple product.

    I thought everyone would have gotten this by now.

  24. Re:But can it run Java? on Ars Technica Reviews OS X 10.5 · · Score: 1

    Sorry; let me clarify.

    It won't preclude the existence of Java on OSX, but it certianly points to the fact that Java on OSX will be treated as a 2nd class citizen by Apple.

    As far as portability is concerned: the combination of LLVM, Cocoa, Xcode, etc., will provide all the portability that Apple cares about. Which is to say, portability between Apple products.

    Given that Apple products are, in essence, easy-to-use multimedia centers (as opposed to computers), -- and that trend will accelerate to be sure -- I think it's a smart move. They'll control their own platform.

  25. Re:But can it run Java? on Ars Technica Reviews OS X 10.5 · · Score: 1
    The future of Java on OSX is explained in the LLVM section here:

    Apple has grand plans for LLVM. How grand? How about swapping out the guts of the gcc compiler Mac OS X uses now and replacing them with the LLVM equivalents? That project is well underway. Not ambitious enough? How about ditching gcc entirely, replacing it with a completely new LLVM-based (but gcc-compatible) compiler system? That project is called Clang, and it's already yielded some impressive performance results. In particular, its ability to do fast incremental compilation and provide a much richer collection of metadata is a huge boon to GUI IDEs like Xcode.

    I know this LLVM subsection is quite a digression, but even if it's only used in a limited capacity in Leopard, LLVM is quite important to the future of Mac OS X. Indeed, it could also be important to the present of the iPhone and other OS X platforms.

    Which says that there is no future for Java under OSX.