Slashdot Mirror


User: ohsoportly

ohsoportly's activity in the archive.

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

Comments · 2

  1. time to beef up the image... on Software Patents Could Stop EU Linux Development · · Score: 2, Funny

    This never would have happened if they had just called it the Linux Colonel instead. Governments and corporations around the world would be terrified of the swift and decisive ruin, which befalls any who try to stop the Linux Colonel and his development. We might have to lose the penguin...or at least give him an assault rifle.

  2. what compiler? on Optimizations - Programmer vs. Compiler? · · Score: 1

    As a DSP firmware developer the only code I can rely on is the code I generate myself. For most signal processing applications, speed is the most important objective and sacrificing readability (which can be remedied with good comments) is well worth a few extra cycles. You really can't trust a high level language compiler to always pick the best method for a particular task.