Slashdot Mirror


User: WhippetSoftly

WhippetSoftly's activity in the archive.

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

Comments · 4

  1. Re:It's been done.... on What Happens When Patents Meet Antipatents? · · Score: 1

    Thanks, AC, One caveat: From what I understand, you have to describe your invention in non-fiction. For example, Arthur C. Clarke arguably invented geosynchronous satellites, but since the description of the idea was in a science fiction story, it wasn't considered "prior art". There have been several recent inventions too which were described in scifi books long before the patent office granted patents to someone else.

  2. More to add on Building the ultimate A/V component? · · Score: 1

    How about..."plug-ins" for new music formats (e.g. ogg vorbis)... visualization programs (such as Geiss on WinAmp)... software-driven equalization and balancing, so I can take a microphone and cancel any echoes in my listening room... inputs galore, so I can record _anything_... You mentioned keyboards? How about a MIDI input? ... Don't forget an interface to home control systems, (e.g. X-10), so I can dim the lights and start the show.

  3. Yeah, but... on IBM Develops Quantum Computer · · Score: 1

    It will still take two minutes to boot up Win2020!

  4. Zen of Code Optimization -- Abrash on Are There Perl Optimization Guides? · · Score: 1

    This book spends a lot of pages down in the hardware level of optimization, but covers a lot of optimizations in other programming languages, particularly C. The author also discusses some general principles of optimization: Concentrate your optimization efforts on the code which is used the most, such as inner loops; consider alternative representations of your data, etc.