Slashdot Mirror


User: mandolin

mandolin's activity in the archive.

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

Comments · 744

  1. Re:So? on Microsoft And The GPL/LGPL · · Score: 2
    >>> that does not help GPL developers

    Not to sound too harsh, but really, cry me a river. Thanks to the rather strict requirements of the GPL, it's really not too hard to come up with something, even in good faith, that doesn't play with the GPL. Witness the QPL or old BSD licenses.

    Now of course breaking compatability w/ the LGPL is an entirely different story. Since I glanced through the MS license, I will go ahead and stupidly ask (since Mr. Perens didn't quite explain in his article): exactly how does said license not allow one to link a module created using the MS license with other modules created under the LGPL? I can't find anything that would kill this. Even section 3.3 doesn't seem to apply since LGPL modules don't place restrictions on other modules, and thus don't cause $(MS_MODULE) to come under $(IPR_IMPAIRING_LICENSE). Hell, where is Mr. Perens getting the statement "The Microsoft license specifically excludes software under the General Public License, commonly known as the GPL" from? I don't see any mention of (L)GPL in the document.

    Does this whole furor stem from the fact that the license covers the documentation?

    Lastly, of course, is this the part where I say how I'm writing this from a Linux box and work with GPL software, or should I just go hide behind some asbestos? Obviously I misled myself *somewhere*..

  2. Re:Recent speedups on Mozilla Tree Closes for 1.0 · · Score: 2
    2) MSVC is a better C++ compiler than gcc

    I've heard this is quite untrue if you're using, say, conformance to c++ language standards as a criteria. Of course, g++ itself wasn't anywhere *close* to conformant until the egcs series.. and,

    (MSVC) produces smaller and faster code

    I could believe that, in the general case.

  3. Re:Sad news. on HP/Compaq Merger Apparently Approved · · Score: 2
    The stock market is completely screwed up these days. Instead of being a way for people to invest in a company that they think deserves support, it has become little more than a government-regulated lottery.

    These days? I feel confident that many of the speculators of 1929 would paint you the same picture, except that there was less government regulation.

  4. Re:At least 1 document case of game related violen on Columbine Video-Games Suit Dismissed · · Score: 1

    That child was suprisingly coordinated and, uh, flexible. If I tried to kick somebody in the nose in a school bus (assuming it was crowded and moving), I doubt I'd hit his nose. Chances are I'd overbalance and fall on my ass instead.

  5. Re:Field tests on Slippery Slime Developed to Control Crowds · · Score: 2
    Unfortunately, the crowds mistook it for a personal lubricant

    Personally, I could't get the old Slip'NSlide commercial's song out of my head. Adding in a nice mardi gras orgy does wonders for the visual image though. Thx man.

    "Sliiiii-IP! Slip-'N-Slide! Sliiiii-IP! Slip-'N-Slide!.."

  6. Re:The Hybrid isn't delayed on It's (Almost) Hammer Time · · Score: 3, Informative
    Like Intel's extension of x86 from 8 bit to 16 and later 32 bitness.

    *cough* nitpick: x86 began as a 16-bit architecture; when you say "8-bit" you're probably thinking of the 8088 which had an 8-bit external data bus and which IBM used in their PC because, basically, they were doing their motherboards on the cheap.

  7. Re:The only remaining wish... on Fix the Bugs, Secure the System · · Score: 2
    Unless everybody starts using OBSD (not due this week, unfortunatly), it would be nice if they would share their knowledge so that other platforms like, say, Linux, could benefit.

    As if they'd pay attention. And before you mod that as flamebait, ask yourself why strlcpy() still isn't part of glibc..

  8. Re:Cut the kid some slack... on Lance Bass to Continue to Plague Earth's Surface · · Score: 2
    it was nice to have someone besides the all-American square-haircut aeronautical engineer types actually getting to go up there.

    You mean like the, uh, Russians?

  9. Re:What is your real job? on Do You Like Your Job? · · Score: 1
    less ambitious jobs are often more physically/mentally exhausting for less money.

    In my low-income experience (delicatessen drone), I was physically tired but mentally hadn't exercised all day; I had no problem whipping up code in the evenings. That bit was fun, but there's no getting around the fact that working in a deli sucks.

    It's better to land a more-skilled -> better-paying job where not much is expected of you (good luck.. any decent manager, upon seeing how productive you can be, will rely on you to be that productive), or a challenging yet fun job where you don't mind being mentally drained in the evenings because you're learning so much.

  10. Re:Yeah? on Antimatter Atoms Captured · · Score: 1

    taco beat ya awhile back with his stuff-that-antimatters dept. tagline.

  11. Re:Well, live and learn, hopefully. on Do You Like Your Job? · · Score: 1
    Seriously though, are you SURE that it says ALL your code (intellectual property) belongs to them?

    Yes, 'cept previous work. I managed to include a project in that exception, but I stopped working on it awhile back.

    Supposedly these guys are pretty flexible and it's "just" their legal docs that suck. I'm pretty sure they wouldn't care if I distributed LinuxTicTacToe or some crap.. I'm also sure they'd go after me if I released something that competed with them (which I wouldn't do, I think that's unethical).. the question is, would they try to claim ownership of/make money from something that was of general interest but unrelated to work. My gut feeling is "why take chances", so before it came to that I would get with a lawyer.

  12. Re:What is your real job? on Do You Like Your Job? · · Score: 3, Insightful
    This falls apart if you work for a company (like mine) where the standard pre-nuptial states pretty clearly that all your code are belong to them. Of course they showed me this document *after* I quit my other job.. I would take a 5k paycut, easy, just to get rid of that stipulation. 10k if I was actually working on something.

    The real bitch is when you find yourself re-implementing the same generally-useful routines you did at home for work. Then you're like, "if I ever *did* actually release project X, would company Y sue me because some of the code looks superficially the same?"

  13. Re:Color Error... on Most Detailed Image Of Earth Yet · · Score: 2
    the final map represents the Earth's actual tint and hue.

    I thought the whole thing was too dark. Then I turned up my monitor. Now it's even more actual.

  14. Re:One Quesion.... on Intel Hyperthreading In Reality · · Score: 2
    This is where a thing called "cost" comes in.

    The cost savings also applies to the motherboard (and the motherboard design) since you don't have two (real) cpus contending for resources. Last I checked (couple years ago), the price between a dual-proc mobo and the single-proc equivalent was approx $100, a significant fraction of their cost.

  15. Re:MIPS is beauty in simplicity - NOT on Hope for MIPS, From Toshiba · · Score: 2
    The problem comes from the MIPS idea of having the next instruction execute no matter what

    Awww, it's not that bad. If the compiler can't schedule an extra instruction in there, it just puts a nop in, and once you get the idea of how it works it's not so hard to mentally swap the instructions. Course it did throw me for a loop when I was coming from x86 asm. "How the f*ck is it doing *that*?"

    Granted, it's a performance hack (and since I'm merely a software weenie, I'm not even sure it's useful in the age of speculative execution) but I believe a couple of other RISC architectures share this particular, uh, "feature".

  16. Re:You are on crack on Segway Hits the Auction Block · · Score: 1
    And much cheaper than a private jet :)

    Hey, there's still plenty of time left..

  17. Re:yeesh on Disinformation.com · · Score: 1
    I agree with only the tiniest fraction of what the Christian Cheerleader Leaders say and stand for

    Agreed, for instance.. "Christian cheerleaders are skilled athletes and should never take a back seat to anyone else in their excellence"

    I wouldof *liked* (some of) them to take a back seat in the presence of my 'excellence'..

  18. Re:Guns and DVDs on Industry Agrees On Next Gen Unified DVD Standard · · Score: 2
    And if you choose to sell the disc later, what happens if the purchaser decides to use it illegally?

    Who said you would be allowed to sell your dvd in the first place? Hell, who said you would actually *own* this new dvd in the first place? Witness divx and any number of eulas...

  19. Re:It could be invisible on Foot-Powered Laptop · · Score: 1
    You don't want the soles of your shoes to be too springy, for example.

    Explain that? I could always use a little extra spring in my step at the track, methinks..

  20. Re:silly gov't on Alan Cox Interview · · Score: 1
    You know, when people get older they tend to get wiser.

    Some do. Some succumb to dementia, and some just make the same stupid mistakes over and over again.

  21. Re:Sigh... on Kathleen Fent Read This Story · · Score: 1
    Hmmm, better up the weight on the bench press...

    That helps? 'Course now that I think about it, it would help *my* chest.. (I work out, but not bench press)

    Good luck finding that geek!

  22. Re:The only problem I can see on Lab Develops Artificial Womb · · Score: 1

    All of the altruistic arguments for adoption you raise apply to *any* would-be parents. The additional benefit to those who can't reproduce normally is the (potential) practicality. Last I checked, the decision to bear a child was not a practical one, unless of course you needed the free labor to help out on the farm...

  23. Re:Great pictures! on Space Pictures From Near and Far · · Score: 1
    Imagine the images Galelio could have given us if it had been in orbit when the string of comets hit!

    Yeah, I can see it now..

    "sir, the comet images are extremely close range!".. "how close?" .. "inside the comet, sir"

    It's "galileo", btw..

  24. Re:Multiprocessor? on Intel's Answer to AMD's Hammer - Yamhill · · Score: 2
    Why? because the x86 instruction set is too complex to build a processor that can handle all instructions in HW alone.

    Yeah, like uh.. the 8086? :-)

    (sorry, couldn't resist. I know what you meant)

  25. Re:If RedHat was bought, wouldn't that be good? on Alan Cox to Leave if RH AOL Buyout Happens? · · Score: 2
    AOL can help break that monopoly into a duopoly by introducing a user-friendly version of RH

    Uh, I think that's called (Linux-)Mandrake. :-)

    Right now, Microsoft is (for all intents and purposes) the only operating system out there aimed for middle-income home users

    Tell me again how a company who currently develops zero software for linux (I'd love to be corrected on that) is going to make Linux a "contender"? AOL (unlike HP) knows where their bread and butter is.