Slashdot Mirror


User: Tomy

Tomy's activity in the archive.

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

Comments · 79

  1. Good luck filling this one... on What's the Worst Job Posting You've Seen? · · Score: 2, Funny

    Worst I've ever seen was something like:


    Linux Kernel Engineer ...
    Please submit resume in MS Word format.


  2. Re:Luskin v. Krugman on Columnist Threatens to Sue Blogger · · Score: 1

    What, EXACTLY, are benefits the "rich" are getting that poor people aren't? And while you're at it, define "rich".

    Okay, how about 87B of our tax dollars for awarding contracts without bidding to companies the administration has ties to, while most states are cutting back on educational programs for kids not rich enough to attend private schools.

    This guy is a democrats dream come true

    You mean the guy that suggests the way to prevent forest fires is by selling all the timber to his buddies in the timber industry? The guy that invaded two countries while cutting health care benefits for war veterans? The guy that 71% of Europeans think is the biggest threat to world peace and stability?

    Full list of accomplishments here.

    Bush Jr. has done more for this country than Clinton ever did

    I'll admit he's done more to this country. In fact, I'd say he's done more harm to this country than even Nixon did. At least Nixon could handle international issues with diplomacy.

  3. Re:Lighting Strikes.. on Is the SCO Lawsuit a Good Thing for Linux? · · Score: 1

    The alarm bell came on for me when he mentioned "indemnity." This seems to be used quite often by SCO, pseudo-independant analysts, and Microsoft.

  4. The real tragedy on Microsoft and the SPAM Game · · Score: 1

    The real tragedy is that billg would do this after being on every spam list in the universe, thanks to me for always using billg@microsoft.com for every request for email.

  5. Re:Yay! (sarcasm doesn't carry well on subject lin on Microsoft and the SPAM Game · · Score: 1

    Well, I can't speak for him, but I've spent some years developing commercial software for various platforms. Try using TransparentBlt in the win32/16 api and expect consistent behavior in win platforms. You end up writing code specific to win95/win98/winSE/winNT/winXP.

    And unix is fragmented. LOL.

  6. Re:Yay! (sarcasm doesn't carry well on subject lin on Microsoft and the SPAM Game · · Score: -1, Flamebait
    Known for its poor software? By whom, the Slashdot community, which is hardly representative of this thing called the real world? Just because some Slashdot geeks don't like Microsoft doesn't mean their software is poor, sorry. In fact, a lot of their software is quite useful -- just because people think everything should be free doesn't make the software bad.


    You've got to be kidding. Name one product that isn't a ripoff of Apple or a product developed by another company and purchased by Microsoft that doesn't suck.

  7. Diassembling the radio on Programmers and the "Big Picture"? · · Score: 1
    I think part of what makes many of us go into an engineering career is the curiosity that requires that we have to have a look under the hood. I never was a very good Lisp programmer until I wrote my own interpreter in C. That gave me the knowledge to write more efficient Lisp code.

    Every Java programmer should at least look at the source for the Java base classes, and ultimately should understand the VM. C++ programmers should at least read "Inside The C++ Object Model." C/C++ programmers should peek at the assembly their compiler creates. Python or Perl programmers that have a good understanding of the internals of their interpreters are going to write better code.

    All these abstractions are there so you don't have to sweat details all the time. But this shouldn't be misconstrued as "never."

  8. Re:get some perspective, please. on FreeBSD Core Developer Thrown Out · · Score: 3, Insightful

    There is a corallary between Communism and Stallmanesque Free Software: both take away a private right and...

    Huh? Whose right is being taken away? The legal IP owner who decides to license his software under the GPL? The person that wants to use the software without abiding by the IP owner's license?

    Exactly what private right is being taken away?

  9. The Cost of Stupidity on Don't Sever A High-Tech Lifeline for Musicians · · Score: 1, Insightful
    My downloading of MP3's has NEVER cost the recording industry a single penny. I only download two things; music that is no longer in print, and new stuff to see if I like it.

    For the stuff out of print, I can't buy it, so no loss to the industry.

    For the new stuff, if I like it I buy the CD, if I don't I delete it and would have never gambled the price of a CD anyway.

    And I'm especially pissed about the stuff out of print. They are screwing both the artist and listener by having a business structure that can't be profitable with small run/demand items. Rhino did a lot to rescue some catalogues, but there are many others languishing out there that a smaller and smarter business could profit from.

    The music industry wasn't destroyed by the MP3, it was destroyed by the bean counter and the corporation. They will die, and I hope it will happen soon, because then new business will spring up in it's place, dedicated to the music, and serving both artist and listener.

  10. Re:Here's my question for Red Hat. on Slashback: Intentia, Ephemera, Restoration · · Score: 3, Funny
    I want to know how I do a complete system UPGRADE...

    # ssh headless-machine
    # apt-get dist-upgrade

    Oh wait, first you have to install Debian.

  11. French Nazi's on Michelin to Include RFID Transmitter in Every Tire · · Score: 3, Funny

    I worked for Michelin for seventeen years, so I might be a resource on this. Michelin management is basically a bunch of Nazi's disguised as french. And that is just the little Napoleon's running around (You know who you are Camille), American management is worse than the french, basically bloodsucking leaches that will steal any idea for their own personal gain (Hi Jim!). These aren't pointy heads, but pointy horned bosses. I use to say buy Michelin for the quality, but if you buy Michelin, you are supporting human rights abuses.

  12. Re:From the article on Operating Systems Are Irrelevant · · Score: 1

    I wish I hadn't used up all my mod points yesterday. This post completely sums up the article. Someone mod this up.

  13. $480M vs $67M on Music Industry Pays $67M Fine For Price Fixing · · Score: 4, Insightful

    Let's see, consumers were overcharged $480M and the fine was $67M?

    Well now we know what step two is:
    Step one, rip off consumers.
    Step two, settle out of court.
    Step three, $413M profit!

  14. Re:What's the purpose of a software radio? on Eric Blossom on GNU Radio · · Score: 2, Informative


    One practical problem is that instead of having multiple hardware for different uses (AM/FM, cell phone, GSP, police, weather, garage door opener, keyless entry, etc.) you could have a single device that could theoretically handle them all. And as new bands or methods were developed it could be updated by software to handle those also.

    One device to rule them all.

    And if you get into applications requiring multiple channel decoding, e.q. a cable set top box that could serve multiple TV channels, it might be cheaper than duplicating tuner hardware.

  15. Re:PPC Assembly on Assembly Language for Intel-Based Computers, 4th edition · · Score: 2, Informative

    Not a book, but a good intro at Developerworks: PowerPC assembly

  16. F-Script on Automatic Functional Testing for Mac and Linux? · · Score: 3, Informative

    For Mac OS X have a look at F-Script. You can inspect a running program and call any method in that program and any method on any object in the Objective-C runtime. This should allow you to generate events or enter text in text fields, etc.

    Of course this will only work for programs developed using Cocoa. Can't help you with Carbon apps. You might be able to write something using the Apple Event manager.

    Last time I had to do this for Linux (and Gtk+) I had to roll my own.

  17. Re:What happens when you're successful? on Creative Commons · · Score: 3, Interesting


    As I understand it, an artist will be able to tailor the license. Perhaps an artist could make the art free for noncommercial use. If a big buyer comes along they have to pay for alternate licensing terms. Now while the RIAA might feel a need for total domination^H^H^H exclusive license, a car company wanting your music for an ad would probably like the wide distribution created by CC.

    Think of the Trolltech business model. QT is GPL'd for noncommercial use, but if you want a different license you have to pay. Remember, a license is not a copyright. You can dual license your own IP.

  18. Re:A T*roll.... on Bitter Java · · Score: 1
    Even C# with .net is better - it allow people to use whatever language they want on the same CLI..

    As long as the language they choose is statically typed. I haven't seen too many dynamically typed languages sucessfully ported to DuhtNet.

  19. Two turntables and a pitch correcting microphone on Pitch Perfect Karaoke · · Score: 4, Insightful
    We're close to having technology so good that it will require no talent whatsoever in order for people to make music. Just go out in the street and find attractive people to dance around and pose as singers.


    Wait, this has already happened.

  20. Re:Um...EXPORT, anyone? on Looking At Gobe · · Score: 1

    Productive reads and writes Word, Excel. The PowerPoint translator won't be in the coming release, but you'll see that in a later release.
    As well as better WMF support.

  21. Cancer and a cure on Ballmer Calls Linux "A Cancer" · · Score: 1
    2 [Latin, crab, cancer] a : a malignant tumor of potentially unlimited growth that expands locally by invasion and systemically by metastasis b : an abnormal bodily state marked by such tumors

    3 : something evil or malignant that spreads destructively.

    In the nineties when irrational business types were replacing stable and powerful UNIX workstations with unreliable and sickly PCs running windows, I came to the conclusion that windows was indeed a cancer. Then a healer (rms) came along and wrote out a prescription (the GPL).

    I've never felt better.

  22. Re:Please answer this, Gracenote. on Gracenote Reponds Regarding Roxio Lawsuit · · Score: 1

    Well, there's the rub. If you as a free software developer decide to use their db, you have to agree not to use (or allow your users to use) another db. If you haven't signed the agreement they will block your program from accessing. Of course, you can always download some other program that is licensed, find out the name and version it sends to grace-less-note, and mimic that in your program. After all, there's not too much in their so-called IP that is all that sophisticated. A much better choice would be to support something like cd24db which has a better identifier algorithm and defines more formal fields for the info so it isn't a jumbled mess like grace-less-note.

  23. Boycott brewing. on MS Passport: "All Your Bits Are Belong To Us" · · Score: 3

    Here's the most constructive way to deal with it.

  24. Out of print recordings. on RIAA Wants Opt-In Filtering For Napster · · Score: 1

    I'm not a big user of Napster except for the one area where RIAA can't claim damages; out of print recordings. There are tons of recordings that the record companies no longer print because the demand is deemed unprofitable. These recordings will disappear if opt-in filtering is allowed.

    Perhaps this is a new business opportunity similar to how Rhino started, go around buying rights to out of print recordings that the record companies feel they've squeezed all the blood out of, and then start a download/subscription service for these recordings, with compensation to the artist. Perhaps we could eventually build a system where the bloodsucking middle men could be completely eliminated, and artists could receive more than the dollar per CD they receive now.

    I would gladly pay a monthly or annual fee to get my hands on all the out of print stuff.

    I'm still looking for the complete works of "Brain Ticket."

  25. Proprietary lock-in vs. true competition on Windows Marketing Executive Doug Miller · · Score: 1

    Microsoft has a long standing history of using proprietary lock-in as its main means of remaining competitive in the marketplace, rather than relying on technical merits or superior service. Even now as Microsoft claims to be embracing open standards we see moves such as pollution of standards (kerberos) to lock in clients to a single-vendor server solution, and Hailstorm/Passport which would require every user of .NET services to store their purchasing history on Microsoft servers.

    This business model is equivalent to auto makers building cars that only ran on gasoline purchased from them.

    Can you give us any proof that Microsoft is moving away from this antiquated model, and address how a customer could choose a different vendor in the two cases mentioned.