Slashdot Mirror


User: Compenguin

Compenguin's activity in the archive.

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

Comments · 391

  1. Re:Libraries? on Mozilla Foundation in More Development Trouble · · Score: 1

    >I'd always assumed that there was a libGecko, libXUL , libMozMail etc. that Seamonkey, Thunderbird and Firefox all used to avoid duplicating effort. That doesn't seem to be the case, however (from my understanding now, anyway): they all seem to use their own, slightly different components.

    This is the way development is structured for most of the development period. However, before a firefox/thunderbird realease (last time way before) a branch forks off and changes may be made to any of these components. Then when realeas time comes the whole tree minus mail is packed up for a firefox release and the whole tree minus the browser for a thunderbird release.

    From what I understand this comes partly from a lack of package management on windows (and possibly OSX?). Where they don't want firefox to dpend on another istaller.

    IMHO they really should install *versioned* libraries to C:\Program Files\Common Files\Mozilla.org (or /opt/mozilla.org) and then you can still have the files in two seperate isntallers but have one copy of code on the users PC.

  2. Re:Why isn't there a decent linux option? on Mozilla Foundation in More Development Trouble · · Score: 1

    There is no technical reason why galeon or epiphany couldn't have the gecko source included. The reasons are purely practical. Unlike camino or firefox they aren't hosted in the mozilal cvs, they are in the gnome cvs. And there is nothing about wrapping firefox or seamonkey that makes it slow. Thankfully seamonkey/firefox is modularized enough that they only needs to load a few components. as far as dependancies go, thay are gnome webbrowsers, complainging about gnome dependancies is like complaining that IE depends on MFC. In the end, dependancy on a standard frame work or libraries makes the projects easier to maintain and allows for far less code dupelication (unlike the firefox/thunderbird fiasco which on windows dupelicate all the way from glib and zlib up include nspr/nss all the way through the whole gecko engine). If you really wanted to you could hack togther a binary of galeon that is staically linked to most of those libs. Depending on these libraries also doesn't make it so you have to have or run metacity or gnome-panel or nautilus.

  3. Re:I do remember! on Peeking at Netscape 8 · · Score: 1

    > It took you until 7.0 to switch to IE? Netscape started being based on Mozilla after 4.0

    No, you're just plain wrong

    The Netscape source code wasn't even realeased until after 4.0

  4. Re:It is bloated source. on Problems With the Firefox Development Process · · Score: 1

    > You cannot just start working on the firefox/mozilla source. It is one bloated big piece of ????. I did not even manage to compile it without downloading pre-setup environments. It took years and years to build this monster, and it is very very hard to control.

    That's a half truth. On all platforms it build like any piece of unix software quite easily (./configure; make; make install) On Windows it also build like any piice of Unix software, so you need to set up a Unix layer (cygwin) and get unix librarues (glib, libIDL), and you need to integrate the system's native compiler into this mess.

  5. Re:Here's a clue... on Can Sci-Fi Fans Face the Future? · · Score: 1

    > There's nothing real about "The apprentice, "Big Brother", "American Idol", "Survivor", etc etc.

    That's untrue, the shows relay on real emotions and relationships between real people even if they are caused by contrived situations.

  6. Re:Red Hat the new Microsoft of OSS? on Red Hat Exec Takes Over Open Source Initiative · · Score: 1

    >After all, Red Hat is the de facto standard of all open source. Intel's compilers, Oracle and everything corporate is designed for it. Good luck installing not to mention running anything like that on other distributions.

    If it were the defacto standard of all open source like you assert then we'd have problems running all sorts of OSS on anything other than red hat but that is not the case. I may have problems running soem closed source db, or a closed source compiler but that makes redhat teh defacto standerd of linux not of OSS. I'll continue to be happy running an OSS datbase and an OSS compiler on my generic OSS system.

  7. Re:I like it on Linux Kernel Release Numbering Revisited · · Score: 1

    $ grep -i backport ChangeLog-2.4.29
    o [SCTP] Remove sk_xxx macros to be consistent with the rest of networking cod
    e and to avoid backporting issues.
    o [NETFILTER]: Backport fixes for ip6t_LOG
    o [NETFILTER]: Backport fixes for ip6t_dst
    o [NETFILTER]: Backport fixes for ip6t_eui64
    o [NETFILTER]: Backport fixes for ip6t_frag
    o [NETFILTER]: Backport fixes for ip6t_hbh
    o [NETFILTER]: Backport fixes for ip6t_ipv6header
    o [NETFILTER]: Backport fixes for ip6t_multiport
    o [NETFILTER]: Backport fixes for ip6t_rt
    o [NETFILTER]: Backport fixes for ip6tables
    o Backport of 2.6 fix to insert_vm_struct to make it return an error rather th
    an BUG()
    o backport v2.6: Fix pty race condition
    o Jason Baron: Backport v2.6 tty/ldisc locking fixes
    o backport v2.6 fork/thread file descriptor race fix
    o Tigran Aivazian: backport sigmatch() issue in microcode.c
    o backport v2.6 largefile isofs fix
    o [NETLINK]: Backport pid hashing changes from 2.6
    o [libata] fix minor 2.6 backport problems
    o Backport of the 0.30 forcedeth driver to 2.4. It's a new backport, starting
    from the 2.6 tree.
    o Task name handling static copy v2.6 backport
    o ricoh.h, mem0 wrong definition v2.6 backport
    o DAC960 firmware/alpha backport from 2.6
    o intermezzo, backport some fixes from 2.6
    o intermezzo, backport some more fixes from 2.6

    So which of these are break your driver?

    And your customers shouldn't be using early 2.4/2.6 kernels because they have bugs and flaws up the wazoo, unless they themselves are guilty of backporting

  8. Re:I like it on Linux Kernel Release Numbering Revisited · · Score: 1

    Although its nice to say that your driver supports all 2.4 and 2.6 kernels, the trewth is that the driver doesn't need to support the oldest kernels of a stable series. Furthermore, if the kernel team hadn't backported the feature you want the driver would only work with 2.6 kernels period. So at least you have some 2.4 compatibilty.

  9. Re:I like it on Linux Kernel Release Numbering Revisited · · Score: 3, Informative

    This isn't such an issue if yoyu were migrating from 2.4.20-29 you wouldn't go to 2.6.0-7 you'd go for 8/9/10/11. Thre really isn't a feature gap because even though 2.6.0 is bigger than 2.4.29 it is from a parrellel branch. It was released much earlier than 2.4.29. You really shouldn't be going to a kernel that is significantly chronologiclly older. 2.4.29 is there for people who can't don't want to migrate to 2.6 series kernels. It would be much more chaotic and dangerous to drop the old kernel series as soon as a new one is released. Furthermore, 99% of backports are bug fixes and drivers.

  10. Re:All I have to say is... on In Which OS Do You Feel More Productive? · · Score: 1

    > Try doing it in Linux without any of the GNU userland.

    >Like it or not, unix-alike tools for windows are available from a variety of sources.

    Cygwin on windows feels no where near as responsive as the GNU tools on a gnome-terminal in linux.

  11. Re:Easy...Ninnle! on In Which OS Do You Feel More Productive? · · Score: 2, Insightful

    > I'm also a sucker for predictable UI...

    I find that using a homogenous GTK+ desktop (gnome minus nautilus desktop (to boost speed) and plus goffice (faster than OO.o, plus uses native widgets)) the UI is far more predictiable that Windows. What do WMP, MS antiSpyware, MS Office, Windows Explorer, and Notepad have in common? Not the same widget set for sure. They all use different widgets.

  12. Re:Y'know, its still about $150 too much... on Was the Mac mini Intended to Have an iPod dock? · · Score: 1

    > A copy of XP will run you about $150.

    XP home OEM is less than $100
    http://www.newegg.com/app/viewproductdesc.asp?desc ription=37-102-151&DEPA=6

  13. Re:Don't Forget Trillian on AOL Opening Up AIM Community to Third Parties · · Score: 1

    Well I'd like to see Oscar AIM support and native widgets.

  14. Re:Why Bother? on Senators Clinton and Kerry Submit Open Voting Bill · · Score: 1

    > Popular election of senators has already caused a lot of damage to the US.

    Care to back that up with facts?

  15. Re:"Hardware accelerated PDF viewers'' ? on Next-Gen X Window Rendering For Linux · · Score: 1

    > users aren't clamoring for consistency as much as we'd think.

    I love UI consistancy, I find my gnome desktop much more consistant than windows. MS Word, MS Anti-Spyware, Explorer, Notepad, and Windows Media Player all use different widgets! I wish Windows was as consistant as gnome is!

  16. bah only MP3s on Norway Considers New Copyright Laws · · Score: 1

    It seems silly that they are tying the law to such a specific format, unless the submitter committted the big no-no of using MP3 as a generic for digital music. I will be enjoying my norwegian CDs encoded to vorbis.

  17. Re:Regardless of the Dist you use on What Linux Distribution is the Best for Games? · · Score: 1

    But the parent of my previous post clearly states that cedega games are the only option.

  18. Re:Still don't get it? on U.S. Scientists Say They Are Told to Alter Finding · · Score: 1

    actually clinton created a regulation during his last days to lower allowable mercury levels but bush repealed it as soon has he took office. It was then re-implemented through an act of congress

  19. Re:Regardless of the Dist you use on What Linux Distribution is the Best for Games? · · Score: 3, Informative

    > Your still going to be bound by Cedega's working game list only

    That's completely untrue. Many games (like ut2004, doom3, and enemy territory) have native linux ports. Tons of older games also have linux ports. Older SCI and SCUMM based adventure games will run and modern native VMs. Here's the list of FPSs that gentoo packages: http://gentoo-portage.com/s?search=category%3Dgame s-fps

  20. Re:Difference on GNOME 2.10 Beta 1 Screenshot Demo · · Score: 1

    I love the right click context menu. It seems fairly analogous to object oriented programming. You right click on your "object" and perform actions on it. The right click is like the dot.

  21. Re:One STeP Beyond on The NeXT-Best Thing: GNUSTEP 0.9.4 Live CD · · Score: 1

    I think the parent means have the widgets rendered with gtk much like the way the qt theme engine for gtk renders gtk programs with qt widgets

  22. Re:Wasn't Mozilla on Mozilla Roadmap Update · · Score: 1

    > Unfortunately, not a huge number - that's a part of why there have been 6 alphas for 1.8 - not enough users are testing it.

    No the reason is that they didn't want to branch 1.8 until aviary had landed. Landing aviary was hard enough landing aviary+1.8 would have been disastrous.

  23. Re:Why? on Why Does Windows Still Suck? · · Score: 1

    But when you stick to the ps2 version you:
    1) get the game earlier
    2) never have to worry about the game's compatiblity with graphics card/drivers
    3) never have to worry about the game's compatibility with windows updates

    While i haven't had these problems with vice city i have had them with other windows games.

    And in regards to your specific points:
    a) you have to pay for the game for whetever system. That is unless you are using a warez'd copy but you could do that with a chipped ps2 as well

    b/c) also the xbox version also has significantly better graphics then the PS2 version and the PS2 controller is just fine for controlling the game. If you spread the cost of the system over $20 games then it's only $7.50 extra games. And with greatest hits titles priced new from $19.99 you can get a used game for like $15 or less plus you can also rent console games.

  24. Re:Microsoft needs to be banned from preinstalling on Why Does Windows Still Suck? · · Score: 1

    Did you actually read the comment, he was suppporting preinstalls by saying that clean installs are very vulnerable.

  25. How is this news worthy? on Apple Updates PowerBooks · · Score: 1

    I know that all the mac zealots have been hanging here since apple.slashdot.org opened up, but how is this news worthy? Or at least how is this front page worthy? Would it be a front page story if dell updated their laptop line? It probably wouldn't make the site at all. So how is this different?