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. OK, fine... on Intel C/C++ Compiler Beats GCC · · Score: 1
    Intel's released optimized compilers. You bet I'll take a look at them.

    But when the HELL is Intel going to release their signal processing library for Linux?

    I know for a fact (and I have the email correspondence with Intel engineers to prove it) that it's been ready for at least two years!! I'm still f*cking waiting, guys.

    I have major projects in the pipeline that could be Linux/x86 projects if this library was available NOW. C'mon Intel, get off your g*dd*amn ass and RELEASE the Linux version of this damn thing!!! These projects could just as easily be PPC based. At least I can get optimized signal processing libraries for PPC processors.

  2. Re:Multi-proc 'big iron'.. on Rik van Riel on Kernels, VMs, and Linux · · Score: 1
    To each his own.

    All we do here is embeded systems. I'm feeling a lot of pressure to stay the course and stick with VxWorks, rather than make the switch to Linux (this, despite the fact that WRS gets you coming and going with maintenance contracts and run-time royalties).

    Continued efforts to optimize Linux for the server space isn't going to help my cause very much.

  3. Foreshadowing ... on Another Gaping Microsoft Security Hole Goes Unpatched · · Score: 1
    Hmm.

    No suprise that Micro-Soft was so very vocal about putting an end to Information Anarchy.

    They must have seen this one coming....

  4. Intel Performance Libraries for Linux? on Intel's New Compiler Boosts Transmeta's Crusoe · · Score: 1
    When the hell is Intel goint to release their Performace Libraries for Linux.

    I could stand to use Intel's Signal Processing Library on Linux right now.

    My understanding is that Intel does have these libraries ready to go for Linux (and have for at least a year), but for some reason, refuse to release them.

    Anyone have any clues about this?

  5. Yeeaaaarrrrgggghhhh!!! on GNU-Darwin Goes Beta · · Score: 0, Flamebait
    /bin/csh is evil.

    I consider its use as a programming lanugage the mark of a rank amateur.

    Don't believe me? Try this.

  6. Re:Shared Internet Connection. on Neighborhood Area Networks? · · Score: 1
    it violates the Terms of Use agreements I have seen for any of these services,

    I'd get a different provider. My current one has no problems with my hiding dozens of machines behind a single IP address. I checked our TOS.

    If they suddenly started to raise a fuss about it, I'd ask them for the phone number of their nearest competiter.

  7. Re:i hold my breath and... on Exegesis 3 Released (Perl 6 Examples) · · Score: 2, Informative

    OO perl that doesn't depend on my client coders being able to read my source to be sure they don't trample over my member objects?

    Use closures. Run perldoc perltoot , and then read the section Closures as Objects

  8. Re:Some thoughts on Exegesis 3 Released (Perl 6 Examples) · · Score: 2, Interesting

    Well I'm also sort of leary about any Perl article that goes into talking about "Schwartzian Transformers". Say what?!

    Aw, c'mon. Schwartzian Transforms have been around for as long as Perl 5 has been.

    my @output =
    map { $_->[0] }
    sort { $a->[1] cmp $b->[1] }
    map { [$_, expensive_func($_)] }
    @input;

    A sort between two maps. Doesn't get much simpler than that.

  9. Re:Programming the way God intended on Arcade Games Officially Over The Hill · · Score: 1
    Nope. I don't even play him on TV.

    Who is Scott Nudds?

  10. Programming the way God intended on Arcade Games Officially Over The Hill · · Score: 3
    Look at the source, which is in this directory.

    Gotta love assembly!! Makes you wonder why we ever bothered inventing higher level languages....

  11. Re:Binary Data? on The Opportunity of SOAP · · Score: 1

    compress your XML doc with zip or the like

    Yeah, we considered that, but then we'd be wasting CPU cycles (and time) compressing and uncompressing data.

    Guess we'll stick to CORBA. All this nifty IT gunk is useless for our purposes.

  12. Binary Data? on The Opportunity of SOAP · · Score: 2

    At the risk of showing my ignorance, (and I haven't looked real hard, either), does XML (and by extenstion SOAP/XML-RPC) have any support for shipping binary data?

    Since we're in the remote sensing business, we regularly build systems that ship around a lot (as in GB) of binary data. Obviously, conserving bandwidth in our comms streams is very important.

    My take on XML is that it's all text. That's probably a good thing, but converting a single I/Q data point (2 - four-byte floats == 8 bytes) into ASCII (say 12 characters each for I and Q == 24 bytes) for inclusion in an XML message is, to say the least, a waste of bandwidth. Especially, when we need to ship tens of thousands of data points per second over a comm link that may be much slower than even 10-base ethernet.

    Otherwise, XML would serve us very well. If there were some way to ship binary data in XML, then SOAP/XML-RPC might prove ideal for our purposes.

    If there is a way inclucde binary data in XML, then **please** send me or post a pointer.

    Otherwise, we'll probably continue to use straight CORBA.

  13. Re:Programming platforms aren't a problem for PDAs on PDA Giant Sharp Promises Linux-Running PDAs · · Score: 1

    ... Waba, KVM. For Palm, ..., Satellite Forms Pro, Waba, KVM, PQAs, etc.

    Perl?

    Ruby?

    Python?

    Haskell?

    E-Lisp? :-)

  14. Beautiful Hack on DirecTV's Secret War On Hackers · · Score: 1

    What else can be said? Simply stunning.

  15. Corel == Linux + .NET ? on Mercury Researchers Explain Microsoft .NET · · Score: 1
    Seen on LinuxToday:

    While Derek Burney didn't have a whole lot to say of substance to CNBC's Bill Griffeth, he did have the following nugget when it came to Linux, Microsoft, and .NET:

    "As we looked at moving our applications to the Web, it became clear that .NET is the way to go. By incorpoating .NET servicves into our own applications, including Linux, we can strengthen them."

  16. Re:5.6.0 is NOT out on Perl 5.6.0 Out · · Score: 1

    Yes it is.

    http://www.perl.com/pub/n/Perl_5.6.0_is_ out!

    The link is right there in the "What's new?" section of the www.perl.com home page.