Re: [E-devel] Monitor Module Patch 2-r1

2005-07-26 Thread The Rasterman
On Thu, 21 Jul 2005 18:45:00 +0200 FORT Yannick [EMAIL PROTECTED] babbled: Hello everyone; it's my first mail on this list ;) I've been in the computer world for a long time now - 20 years or so. and KB = kilobyte = 1024 bytes. MB = megabyte = 1024x1024 bytes. ie power of 2's always for memory

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Jackob McRose
On Thu, 21 Jul 2005 09:00:55 -0400 Michael Jennings [EMAIL PROTECTED] wrote: On Thursday, 21 July 2005, at 11:59:54 (+0200), Martin Geisler wrote: Would you consider changing the texts to reflect the IEC standard of KiB for 1024 bytes, MiB for 1024 KiB, and GiB for 1024 MiB? Boy I hope

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Michael Jennings
On Thursday, 21 July 2005, at 15:22:14 (+0200), Jackob McRose wrote: Well, it IS a nonsense, but everyone already get used for 1024 multiplies, I think it is a bit too late for changing this. Only effect will be more clueless people. Resistance is NOT futile. You do not have to be

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Martin Geisler
Michael Jennings [EMAIL PROTECTED] writes: On Thursday, 21 July 2005, at 11:59:54 (+0200), Martin Geisler wrote: Would you consider changing the texts to reflect the IEC standard of KiB for 1024 bytes, MiB for 1024 KiB, and GiB for 1024 MiB? Boy I hope not. Such nonsense has no place in

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Michael Jennings
On Thursday, 21 July 2005, at 15:50:20 (+0200), Martin Geisler wrote: Well, reading through the Usage Notes section on Wikipedia is interesting. We're dealing with bytes in all six cases, but there are differences: * A MB of RAM is 1024 * 1024 bytes. Agreed. * A MB on a harddisk is 1000

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Michael Jennings
On Thursday, 21 July 2005, at 18:45:00 (+0200), FORT Yannick wrote: I really think the MiB standard MUST be used, if you don't respect standards, you surely want people to use .doc, .xls for office use, MSN as a chat protocol, THIS is stupid ... Your conclusion is not supported by your

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Dènis Riedijk
Learning something in school in France does not make it a standard. And saying somebody MUST use something in HIS OWN program is just inappropriate. If you want a version with MiB, you can patch the sources :) On 7/21/05, FORT Yannick [EMAIL PROTECTED] wrote: Hello everyone; it's my first mail

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Martin Geisler
Michael Jennings [EMAIL PROTECTED] writes: If we allow learning curve to dictate our modus operandi, why aren't we all using MacOS and an iMac? :-) I guess it comes down to personal preferrence then... I like the idea of having prefixes with a fixed meaning: M = 10^6, Mi = 2^20, always. I

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Michael Jennings
On Thursday, 21 July 2005, at 19:00:11 (+0200), Martin Geisler wrote: I guess it comes down to personal preferrence then... I like the idea of having prefixes with a fixed meaning: M = 10^6, Mi = 2^20, always. If something more reasonable comes along, I might reconsider. But saying

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Daniel Svärd
I have a proposition: Why not make it a configurable option? That way everyone will be happy. yay!! Long live the freedom of choise! Daniel --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread gimpel
On Wed, 20 Jul 2005 19:52:57 -0500 (CDT) Edward Presutti [EMAIL PROTECTED] wrote: Please disregard that first patch I sent out earlier. This one is an updated version. It has been tested against current anon-CVS as of 19:40 CST. This patch has configuration save/load as well as the

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread gimpel
On Thu, 21 Jul 2005 10:33:00 +0200 gimpel [EMAIL PROTECTED] wrote: On Wed, 20 Jul 2005 19:52:57 -0500 (CDT) Edward Presutti [EMAIL PROTECTED] wrote: Please disregard that first patch I sent out earlier. This one is an updated version. It has been tested against current anon-CVS as of

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread gimpel
On Thu, 21 Jul 2005 10:42:51 +0200 gimpel [EMAIL PROTECTED] wrote: Oh heh. BUG BUG! It currently still shows KB in memory module where it should be MB :) cheers! To answer myself i edited the mem_swap_get() and mem_real_get() stuff in e_mod_main.c line 488ff : MB to GB, KB to MB and B

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Edward Presutti
On Thu, July 21, 2005 3:42 am, gimpel said: On Thu, 21 Jul 2005 10:33:00 +0200 gimpel [EMAIL PROTECTED] wrote: Oh heh. BUG BUG! It currently still shows KB in memory module where it should be MB :) cheers! heh, oops. That's what I get for excessive copy/paste. I'm about to fly out for

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Martin Geisler
gimpel [EMAIL PROTECTED] writes: On Thu, 21 Jul 2005 10:42:51 +0200 gimpel [EMAIL PROTECTED] wrote: Oh heh. BUG BUG! It currently still shows KB in memory module where it should be MB :) cheers! To answer myself i edited the mem_swap_get() and mem_real_get() stuff in

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread gimpel
On Thu, 21 Jul 2005 04:27:51 -0600 Tres Melton [EMAIL PROTECTED] wrote: On Thu, 2005-07-21 at 11:07 +0200, gimpel wrote: On Thu, 21 Jul 2005 10:42:51 +0200 gimpel [EMAIL PROTECTED] wrote: Oh heh. BUG BUG! It currently still shows KB in memory module where it should be MB :)

[E-devel] Monitor Module Patch 2-r1

2005-07-20 Thread Edward Presutti
Please disregard that first patch I sent out earlier. This one is an updated version. It has been tested against current anon-CVS as of 19:40 CST. This patch has configuration save/load as well as the features specified in patch 2.0. Here's the complete changelog for this patch. ADDED :