Slashdot Mirror


User: osu-neko

osu-neko's activity in the archive.

Stories
0
Comments
3,936
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,936

  1. Re:system administration on Mac OS Mach/BSD Kernel Inseparable · · Score: 1
    I screw around with my OS, because the default environment doesn't accomplish want I want accomplished. Forcing me to stick with the default environment means that I can't get my work done. The default environment doesn't do what I want it to do. Forcing me to stick with it is just as unproductive to me as forcing your mom to have to constanly "poke under the hood" in order to get her work done.

    I agree with that completely, but I'm curious about why you said it. Are you attempting to imply the Macintosh forces you to stick with the default environment? This simply isn't true. Now, people who don't have the necessary knowledge to modify things are forced to stick with the default, but that's every bit as true with Linux as it is with the Macintosh. People with the know-how can make either look and work the way the want. Admittedly, the learning curve to do this on a Mac is steeper than on Linux, but that's the price you pay for making the baseline easier. The Macintosh has always demanded more of its programmers in order to make life easier for its users. I don't see the problem with this...

    --

  2. Re:system administration -- NetInfo! on Mac OS Mach/BSD Kernel Inseparable · · Score: 1
    Each program is actually a directory that can contain configurations, multiple binaries, different language information, fonts, images, icons, etc. A .app file can be moved around like a file and take all of the required information with it.

    Back when I was a Macintosh developer (starting in the reign of System 6.0.3 and ending at System 7.1), the Macintosh used forked files. Is this use of directories for apps in addition to, or a replacement for, forked files? I kinda liked forked files, but they could be a pain at times -- I can see how this would be a big improvement.

    --

  3. Re:Interesting that others have fingered a cause.. on Acts Of The Apostles · · Score: 1
    Other recent science articles have identified physiological changes in GWS victims. Given that, it's awfully hard to dismiss it as "no such thing". (That is, if you're being honest.) Umm, I don't believe there's no such thing as GWS, but it should be pointed out that placeboes can cause physiological changes in people. Given that, your evidence, although not completely insignificant, isn't terribly convincing either...

    --

  4. Re:GUI on IE For Mac OS X == MS Apps For UNIX? · · Score: 2
    And, the likelihood of Apple making their GUI available, is the same as the likelihood of MS Office for KDE.

    Not so. MS Office for KDE is quite a bit more likely, especially if there's an MS breakup but even if there isn't. MS is NOT utterly opposed to writing software for other platforms. They're not entirely stupid. If there becomes a significant market for it, it'll eventually happen...

    --

  5. Re:The Andrew Window Manager - I used it on What GUIs Came Before X11? · · Score: 1
    Heh! I should tell my boss about it. He likes to open three Konsole windows while he's coding, and after opening them he very carefully resizes two of them so that none of them overlap. Sounds like WM would save him some time (if only the KDE team can be convinced to port to it... :)

    --

  6. The Andrew Window Manager on What GUIs Came Before X11? · · Score: 5

    What follows is an excerpt from "Programming as if People Mattered: Friendly Programs, Software Engineering, and Other Noble Delusions", by Nathaniel S. Borenstein.

    The Andrew Window Manager

    An interesting constrast to the UNIX success story is the less well known but far more typical tale of how the institutionalized greed of the men in suits managed to kill another promising piece of software, the Andrew Window Manager. In contrast to the UNIX story, which occupies a key role in the history of computer software, the Andrew Window Manager is nothing more than a footnote in that history, a minor story that has been quietly repeated many times without anyone ever seeming to learn anything from it.

    The Andrew Window Manager (WM) is a program that, as its name implies, manages windows on a computer's screen. It was one of the first network-oriented window managers to run under the UNIX operating system on a scientific workstation with a bitmap display. It was fast, easy to use, and reasonably reliable. Among those who used this class of machine, it generated intense interest, and a steady stream of visitors came to its birthplace, Carnegie Melon University (CMU), to see it.

    However, WM was not owned by CMU. It was developed as part of the Andrew Project, a joint venture of IBM and CMU. Part of the agreement that defined the joint venture stated that IBM would own the software, but that "reasonable" licensing arrangements would be available.

    Unfortunately, there are many definitions of "reasonable." To a university, a licensing arrangement like the standard UNIX license was "reasonable." To IBM, such low-cost licensing sounded insane. While IBM and CMU argued over licensing arrangements, the people waiting for licenses got impatient.

    One such group, from MIT, eventually gave up on WM entirely, and built their own window system instead. That system, which they called X Windows, has the traditional evolutionary relationship with its predecessor: it did everything WM could do, and more. Moreover, the MIT group managed to align itself with a multivendor consortium that funded the continued development of X Windows as a nonproprietary, easily licensed standard window system. Within a few years, IBM found that nobody even wanted to license WM any more, and that IBM was in danger of being entirely left out of an emerging standard. With little choice, IBM embraced the X Windows standard, and CMU began converting all of the Andrew application software from WM to X.

    What is most notable here is that WM was a very promising and useful piece of software. It was ahead of its time, and many groups would have liked to pick it up, use it, and improve it. By trying to from the beginning to squeeze every possible penny out of it, IBM squeezed the life out of it instead. Good software needs to evolve, and it cannot evolve in the face of greedy licensing arrangements.


    --

  7. Re:Smells like Bill... on Mandrake 7.1 Beta Ready For Download · · Score: 1
    Precisely! Use Mandrake on your desktop toy, and Debian on your server (works for me)...

    --

  8. Re:be sucks on BeOS Boo-Boo: Violating The GPL -- Updated · · Score: 1
    (but really, which would you rather have? I vote for beer)

    I vote speech. I buy software all the time, I have no problem with paying for what I use. I'm happy to do so when the product is good. But it's annoying not having the source code to tinker with. I rather pay money for software that includes source that receive for no money software with no source...

    Of course, if you'd asked me a few years ago when I had no money, I might have answered differently... :)

    --

  9. Re:Question about violating the GPL... on BeOS Boo-Boo: Violating The GPL -- Updated · · Score: 1
    Am I wrong here?

    Yes. Let's look more carefully.

    What happens if someone gets GPL'd software, then releases it to me under a different license

    They can't. I have a copy of Microsoft Windows, but I can't license it to you under the terms of the BSD license. Or the GPL. In fact, I can't licence it to you at all! Why? It's not my code! I have to have ownership over the code in order to license it to anyone under any circumstances.

    since I have never been bound by the GPL for this particular piece of software, couldn't I just release it under whatever license I wanted (in accordance with the license under which my GPL-violating friend gave me the software)?

    Assuming the original software was released under the GPL and only under the GPL, then the GPL is the ONLY license its available to you under. By claiming you're not bound by the GPL, you are in fact claiming you have no license to the software at all, so in fact you're committing piracy.

    Furthermore, if I was interrogated as to the identity of the GPL-violator from whom I got the software, would I be under any legal obligation to reveal it?

    IANAL, but since under the circumstances you've described, you're in possession of stolen goods, I would assume the same rules apply as when cops find you in possession of physical hot merchandise, whatever those rules may be.

    It seems to me this is a rather easy way of circumventing the GPL (and if it's not, you could always download the software in a country where software licenses don't apply and re-release it any way you like)

    Within that country, perhaps, but not back into this one. You still don't have any license to the software, and by releasing it yourself under a different license you're probably committing fraud in addition to piracy...

    --

  10. Re:hehe on Sony Bans Sale of Virtual Items from Everquest · · Score: 1
    while(horse == dead) {
    beat;
    }

    Been programming in Pascal a lot? In C, even functions that take no parameters still require the parentheses, thus: beat(); not: beat;

    --

  11. Oh boy, another open source kernel! on Minix Now Under BSD License · · Score: 1
    Does this mean we'll be seeing Debian GNU/Minix soon? :)

    --

  12. Re:So does Space in Canada on Sci-Fi Channel Picks Up Babylon 5 · · Score: 1
    Funny, that's exactly what made Babylon 5 different from most sci-fi shows. Most of them stink up a storm since they lack anything remotely resembling plot or character development...

    --

  13. What about Crusade? on Sci-Fi Channel Picks Up Babylon 5 · · Score: 1
    See title. Also, compare season 1 Babylon 5 to season 1 Crusade and tell me Crusade wasn't destined to be a far better show...

    --

  14. Re:Tattoos? Yuck!! on Angelina Jolie Is Lara Croft · · Score: 1
    ...it only shows that...

    Anyone stupid enough to ever say "X only shows Y" when talking about human behavior is grossly underestimating the complexity of humans.

    --

  15. Re:You just don't get VR!! on Angelina Jolie Is Lara Croft · · Score: 1
    Actually, that would be backwards. The way you're stating it, "Lara Croft is Angeline Jolie" would be correct if Croft was a persona created by Jolie. But since Croft has been around since before Jolie was slated for her role, the phrasing needs to be reversed. Croft is not a cybermanifestation of Jolie, Jolie is a physical manifestation of Croft. Thus, Jolie is Croft, not the other way around.

    --

  16. Re:hacker girl ... on Angelina Jolie Is Lara Croft · · Score: 1
    Actually, my friend's wife really digs Linux because of the penguins. It's true! She's got a penguin tee-shirt, one of those little stuffed penguins, penguin stickers, ...

    --

  17. Re:OOG GO SEE MOVIE!!! on Angelina Jolie Is Lara Croft · · Score: 1
    Hehe! We need a new Slashbox, kinda like the 10 Hot Comments box, that shows the 5 Most Moderated posts.

    --

  18. Re:Netscape 6- First Looks on Netscape 6 Preview Release · · Score: 1
    * The back button no longer functions as a history dropdown. This is a very convenient feature, and downright necessary when theprevious page has a redirect to the current page.

    * A home button. I'm definitely not the first to comment about this.

    Both of these are present on the "Go" menu on Netscape 4.72 (I know, since I always immediately turn of the toolbar on Netscape, since it contains NO feature that's not already present elsewhere, so it just wastes screen space). Does 6PR1 have a "Go" menu? Try that if it does.

    --

  19. Re:This is crap! on Netscape 6 Preview Release · · Score: 1
    ...run with the toolbar off for a weeThen again, maybe it's my taste.k.

    Err, sorry, runaway paste.

    s/weeThen again, maybe it's my taste.k/week/

    --

  20. Re:This is crap! on Netscape 6 Preview Release · · Score: 1
    Then again, maybe it's my taste.

    Could be. That stupid waste of space called a toolbar is the first thing I turn off in both Netscape and IE. Why waste the screen space on buttons you have to drag you mouse halfway across the screen to get to and click on when the exact same functionality and more is available by simply right-clicking without moving the mouse? Millions of users would suddenly become far more productive and find their browser easier to use if they were forced to run with the toolbar off for a weeThen again, maybe it's my taste.k.

    --

  21. Re:BeOS on slashdot on BeOS For Linux! · · Score: 1
    Excuse me? QT 2 what? You mean the MFC ripoff is better than...

    Huh? In what way does the Qt API resemble the MFC API? MFC's API is a very thin layer over the Win32 API, it doesn't really abstract away from it at all. Thus, it's absolutely horid to work with. Whether Qt's API is great to work with or not is a matter of opinion, but you'd have to be brain dead to think it resembles the MFC API in any significant way. It's certainly not a rip-off of it. The look and feel may be, but the API isn't.

    Though I'd agree that QT smells a bit better han MFC...

    Not sure what this means, but I suspect you're babbling about the "look & feel" of the toolkits, which has nothing to do with what this thread was about: the API of the toolkits.

    --

  22. Re:Brown dwarfs and such. on 13 Free-Floating Extrasolar Planets Discovered · · Score: 2
    Hydrogen can not fuse with itself, it has only a proton, and so can not bond to another proton.

    This is false. In fact, the proton-proton chain is the primary method of fusion powering our Sun. In the unstable nucleus formed by two fusing protons, one of them ends up emitting a positron, thus loosing its charge and becoming a neutron (it also emits a neutrino). The new deuterium nucleus then fuses with another proton, becoming 3He (He with only one neutron), and a gamma ray is emitted. Then two 3He nuclei fuse, forming ordinary He and emitting two protons.

    --

  23. Re:What I'd like to know.. on 13 Free-Floating Extrasolar Planets Discovered · · Score: 1
    ...small object like the Moon has too little gravity to hold an atmosphere. Err, why? It's not like you need 1G to hold 1 atmosphere. Venus has slightly less gravity than Earth, but her air pressure is 90 atmospheres! Titan, one of Saturn's moons, is roughly the size of our moon, but it's atmosphere is 60% thicker than ours. Why, when we KNOW about moon-sized objects with thick atmospheres, do we say a moon-sized object has too little gravity to hold an atmosphere?

    --

  24. Re:So what if they did? on MandrakeSoft Buys Bochs, LGPLs It · · Score: 1
    Obviously, I'm still annoyed. ;)

    (For the record, it's "hypocrisy"...)

    --

  25. Re:So what if they did? on MandrakeSoft Buys Bochs, LGPLs It · · Score: 1
    And yes, I know how to spell hypocricy, I'm just not very good at it when I'm annoyed... so sue me...

    --