Forgot your password?

typodupeerror

Comment: Re:HTML5 Video (Score 1) 428

by Matthieu Araman (#31530144) Attached to: Wikipedia's Assault On Patent-Encumbered Codecs

Windows :
Ok, looks like recent setup wizard are intelligent enough to not reinstall the same dll twice (or override a newer dll)
but if application A install DLL version 1.03 in its own directory and system has DLL 1.02, then there will be two dll loaded in memory, one for appli A, one for other applis using the lib...

Linux(and Unix) :
version number are part of the file name, which mean you can have several versions in the same directory without overrriding by error a newer version.
you can have libc.so.1.12.3, libc.so.1.13.4, libc.so.2.0.0
APP A can link with libc.so.1 and so will use libc.so.1.13.4 in reality
APP B can link with libc.so.1.13 -> will use automatically libc.so.1.12.3
APP C can link with libc.so -> will use latest, libc.so.2.0.0
I think windows should copy and put the dll version in the file names and not just inside the file.

On windows, an app can install a DLL/lib not part of the application
On Linux, an app can't install something not part of the app but will have a dependancy on it.
the setup manager is part of the os, not provided by the app and will automatically try to install dependancies.
it will also forbid to desinstall a lib used by an application.
I think it's much more powerfull even if this require to not have everything packaged in the app installer.

Comment: Re:HTML5 Video (Score 1) 428

by Matthieu Araman (#31525206) Attached to: Wikipedia's Assault On Patent-Encumbered Codecs

You can install locally a linux dvdrom (or repository copy)
that would make your install working without having Internet.

BTW, on Windows, I remenber having Office and Windows asking for network installation disk. If you didn't copy the installation disk locally, you've got the same kind of problem. (this is why most people select install everything to avoid being popuped while typing something into word because the software suddenly tries to install a language pack which you don't use...)

You obtain a lesser memory print on Linux by sharing libraries, which is more difficult on Windows, especially for non microsoft software.

Comment: Re:Interesting statistic (Score 5, Interesting) 319

by Matthieu Araman (#26614561) Attached to: Microsoft Releases Internet Explorer 8 RC1

humm, both IE8 and Firefox 3.1 will include a private browsing feature but neither have "shipped".
But you're right that IE included it before in a beta and that increased the priority on the firefox people...
Time will say which of these version ship the first (in a non beta, non rc mode)

Comment: Re:But isn't that the idea? (Score 2, Informative) 676

by Matthieu Araman (#26248689) Attached to: Michael Meeks Says OO.o Project is "Profoundly Sick"

I find it funny that openoffice is in the situation mozilla was some years ago...
- big code which takes time to clean up (There was some presentation made by an openoffice guy which explained all the work they have been doing to remove old code, factorize code, clean up...)
- mostly contributors from one company, slow to gain external contributors
- hard for external contributors as some stuff are naturally "inside"
- patches sitting and not being integrated
- need to release stuff and at the same time work on more architectural stuff
- work needed on tools to ease distributed contribution and extension stuff

the only difference is that as a product openoffice.org 3.0 is much more a success than early mozilla version so that should help drive developpers overcome the other problems...

I think some of the above problems seems to have been partly adressed but as the number of sun developpers decrease, it complicate integration of needed new developpers...

Networking

Stratum 1 ntp server myth

Submitted by ls671
ls671 writes "There is a myth that prevails in the ntp community; it is better to connect to low stratum (e.g. stratum 1) servers in order to get more precise time. This is false quite often. It is explained here along with examples of poorly configured ntp servers."
Security

Unpatched QuickTime-to-Firefox flaw dings IE too->

Submitted by SlashNot
SlashNot writes "Security researcher Aviv Raff has found a way to use the one-year-old (and still unpatched) QuickTime vulnerability to automate XAS (cross application scripting) attacks against users of Microsoft's Internet Explorer. To demonstrate the attack scenario, Raff embedded a rigged QuickTime file on Google's BlogSpot to force a Skype shutdown if an IE user is tricked into visiting that Web page. Any limited Web environment that allows embedded QuickTime files can be used to host an attack against IE, Raff said."
Link to Original Source

Are we not men?

Working...