OT:MSN and Gaim

Has MSN recently pulled a Yahoo and changed their protocols?  I tried
logging on to MSN Messenger today with Gaim and get a 'protocol not
supported' error with 'user disconnected'.

The gaim site at sourceforge does not mention this.

-- 
Todd Stephens
ICQ# 3150790
"A witty saying proves nothing." -Voltaire
0
Todd
10/16/2003 12:18:25 AM
comp.unix.bsd.freebsd.misc 13119 articles. 0 followers. Post Follow

18 Replies
54 Views

Similar Articles

[PageSpeed] 21
it does not help, but...
http://gaim.sourceforge.net/msn.php

Todd Stephens wrote:
> Has MSN recently pulled a Yahoo and changed their protocols?  I tried
> logging on to MSN Messenger today with Gaim and get a 'protocol not
> supported' error with 'user disconnected'.
> 
> The gaim site at sourceforge does not mention this.
> 

0
Yevgen
10/16/2003 12:37:31 AM
Yevgen Muntyan wrote in article <bmkp8t$dh2$1@news.tamu.edu>:

> it does not help, but...
> http://gaim.sourceforge.net/msn.php

I guess it finally happened today or yesterday, as I know I was on there
Monday.  Oh well.  Time to make ICQ my primary I guess.

-- 
Todd Stephens
ICQ# 3150790
"A witty saying proves nothing." -Voltaire
0
Todd
10/16/2003 2:34:24 AM
quoting words of Todd Stephens:
> Yevgen Muntyan wrote in article <bmkp8t$dh2$1@news.tamu.edu>:
> 
>> it does not help, but...
>> http://gaim.sourceforge.net/msn.php
> 
> I guess it finally happened today or yesterday, as I know I was on
> there Monday.  Oh well.  Time to make ICQ my primary I guess.

You could try *amsn* which supports the new login protocol (v9) and let
me login normally just now. Gaim still doesn't and even lacks the msn
protocol fully in the new version. (hope they're working on it)

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya
0
Dick
10/16/2003 9:20:53 AM
Dick Hoogendijk wrote:
> quoting words of Todd Stephens:
> 
>>Yevgen Muntyan wrote in article <bmkp8t$dh2$1@news.tamu.edu>:
>>
>>
>>>it does not help, but...
>>>http://gaim.sourceforge.net/msn.php
>>
>>I guess it finally happened today or yesterday, as I know I was on
>>there Monday.  Oh well.  Time to make ICQ my primary I guess.
> 
> 
> You could try *amsn* which supports the new login protocol (v9) and let
> me login normally just now. Gaim still doesn't and even lacks the msn
> protocol fully in the new version. (hope they're working on it)
> 

I can login to msn just fine with Gaim (version 0.70). You do need one 
of the latest versions with SSL support enabled.


0
Stefan
10/16/2003 6:35:31 PM
Stefan Johansson wrote:

> Dick Hoogendijk wrote:
>> quoting words of Todd Stephens:
>> 
>>>Yevgen Muntyan wrote in article <bmkp8t$dh2$1@news.tamu.edu>:
>>>
>>>
>>>>it does not help, but...
>>>>http://gaim.sourceforge.net/msn.php
>>>
>>>I guess it finally happened today or yesterday, as I know I was on
>>>there Monday.  Oh well.  Time to make ICQ my primary I guess.
>> 
>> 
>> You could try *amsn* which supports the new login protocol (v9) and let
>> me login normally just now. Gaim still doesn't and even lacks the msn
>> protocol fully in the new version. (hope they're working on it)
>> 
> 
> I can login to msn just fine with Gaim (version 0.70). You do need one
> of the latest versions with SSL support enabled.

If gaim is installed from ports, the default install as done by:

cd /usr/ports/net/gaim
make install clean

will NOT work with MSN. To get MSN to work, use the following (see the
Makefile for more information. Also, there IS info at the sourceforge site
and the changelogs.)

cd /usr/ports/net/gaim
make WITH_GNUTLS=yes WITHOUT_NSS=no install clean

Check the distinfo file to be sure you have 0.70 or higher.

And seeing as this relates directly to a FreeBSD port and installation, I
think it is safe to say it is no longer OT.

JE
0
John
10/16/2003 10:16:21 PM
John Eggert <finarfinjge@hotmail.com> writes:
[...]
> cd /usr/ports/net/gaim
> make WITH_GNUTLS=yes WITHOUT_NSS=no install clean
[...]

Any reason why GNUTLS is supported, but OpenSSL is not by the
developers of gaim?

-- 
David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well 
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
0
David
10/16/2003 11:16:29 PM
David Magda wrote:

> John Eggert <finarfinjge@hotmail.com> writes:
> [...]
>> cd /usr/ports/net/gaim
>> make WITH_GNUTLS=yes WITHOUT_NSS=no install clean
> [...]
> 
> Any reason why GNUTLS is supported, but OpenSSL is not by the
> developers of gaim?
> 

Now David, you are exposing me for the neophyte that I am. I was able to get
the program running, but that is about the extent of my skills as a
programmer. I'm still trying to master discrete mathematics and fundamental
algorithms. I suspect that the developers are more concerned with license
than functionality though.

JE
0
John
10/17/2003 1:00:00 AM
quoting words of John Eggert:
> cd /usr/ports/net/gaim
> make WITH_GNUTLS=yes WITHOUT_NSS=no install clean
> 
> Check the distinfo file to be sure you have 0.70 or higher.

I have gaim working agian too. The newest version 0.71 from ports did
not want to install properly. (Some nss3 part was broken or compiled
with errors). So I used options "with_gnutls=yes without_nss=yes" and
gaim works fine now.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya
0
Dick
10/17/2003 9:21:33 AM
In article <86ptgwpycy.fsf@number6.magda.ca>,
David Magda  <dmagda+trace031014@ee.ryerson.ca> wrote:
>John Eggert <finarfinjge@hotmail.com> writes:
>[...]
>> cd /usr/ports/net/gaim
>> make WITH_GNUTLS=yes WITHOUT_NSS=no install clean
>[...]
>
>Any reason why GNUTLS is supported, but OpenSSL is not by the
>developers of gaim?

The OpenSSL license is incompatible with the GPL because it
imposes extra restrictions upon users of the software. That 
generally means you are not allowed to link OpenSSL to 
GPL'ed applications. 

While few people care about this in practice, it is a frequent
problem for Debian Linux, and as a response developers who
want their software in Debian often switch to GNUTLS or add
a special exception for OpenSSL to their license.

See, for example
http://lists.debian.org/debian-devel/2003/debian-devel-200306/msg00072.html
http://lists.debian.org/debian-legal/2002/debian-legal-200210/msg00113.html
http://lists.debian.org/debian-legal/2002/debian-legal-200204/msg00072.html

Arnoud

-- 
Arnoud Engelfriet, Dutch patent attorney - Speaking only for myself
Patents, copyright and IPR explained for techies: http://www.iusmentis.com/
0
galactus
10/18/2003 9:36:29 AM
galactus@stack.nl (Arnoud "Galactus" Engelfriet) writes:
[...]
> While few people care about this in practice, it is a frequent
> problem for Debian Linux, and as a response developers who want
> their software in Debian often switch to GNUTLS or add a special
> exception for OpenSSL to their license.
[...]

Are the API calls the same? Are any there technical reasons why it
would not be possible to link in OpenSSL instead of GNUTLS?

-- 
David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well 
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
0
David
10/18/2003 8:51:48 PM
David Magda wrote:

> galactus@stack.nl (Arnoud "Galactus" Engelfriet) writes:
> [...]
>> While few people care about this in practice, it is a frequent
>> problem for Debian Linux, and as a response developers who want
>> their software in Debian often switch to GNUTLS or add a special
>> exception for OpenSSL to their license.
> [...]
> 
> Are the API calls the same? Are any there technical reasons why it
> would not be possible to link in OpenSSL instead of GNUTLS?
> 

Hello David:

Apparently Gaim was originally linked to OpenSSL. GNUthere GNUis
GNUsomething GNUin GNUthe GNUlicense GNUthat GNUoffends GNUstallman.
Even though the license certainly seems to be an open source and free
license, it restricts the ability of linked source to change the license
from the OpenSSL to the GPL. As the nice folks at GNU would tell you:
That's Free Speech. You can say anything as long as we can coopt your
license.

The offending part of the OpenSSL license is:

The licence and distribution terms for any publically available version or
derivative of this code cannot be changed.  i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]

This more than anything illustrates the restrictiveness of the GPL.

JE
0
John
10/18/2003 10:39:35 PM
In article <dejkb.8310$Z_2.609744@news20.bellglobal.com>,
John Eggert  <finarfinjge@hotmail.com> wrote:
>Even though the license certainly seems to be an open source and free
>license, it restricts the ability of linked source to change the license
>from the OpenSSL to the GPL. As the nice folks at GNU would tell you:
>That's Free Speech. You can say anything as long as we can coopt your
>license.

That's not really true. I can combine two works under different
licenses and license the result under my own license, as long
as those two licenses let me. That does not mean those works
now suddenly are under my license, only my combination is.

For example, there's BSD-licensed code in Windows NT. That does
not mean NT is BSD-licensed or that the BSD code now is only
under an MS license.

The problem is that the OpenSSL license requires you to put
something in your advertisements, and the GPL forbids this
type of restriction. Therefore it is impossible to comply
with both licenses, and so the combination is illegal.

Arnoud

-- 
Arnoud Engelfriet, Dutch patent attorney - Speaking only for myself
Patents, copyright and IPR explained for techies: http://www.iusmentis.com/
0
galactus
10/19/2003 9:18:01 AM
In article <867k32w9p7.fsf@number6.magda.ca>,
David Magda  <dmagda+trace031014@ee.ryerson.ca> wrote:
>galactus@stack.nl (Arnoud "Galactus" Engelfriet) writes:
>[...]
>> While few people care about this in practice, it is a frequent
>> problem for Debian Linux, and as a response developers who want
>> their software in Debian often switch to GNUTLS or add a special
>> exception for OpenSSL to their license.
>[...]
>
>Are the API calls the same? Are any there technical reasons why it
>would not be possible to link in OpenSSL instead of GNUTLS?

As far as I know the two are interface-compatible. The only
problem I'm aware of is the licensing issue.

Note that end users are free to replace GNUTLS with OpenSSL;
it's distribution of the combination that is forbidden.

Arnoud

-- 
Arnoud Engelfriet, Dutch patent attorney - Speaking only for myself
Patents, copyright and IPR explained for techies: http://www.iusmentis.com/
0
galactus
10/19/2003 9:19:09 AM
Arnoud Galactus Engelfriet wrote:

> In article <dejkb.8310$Z_2.609744@news20.bellglobal.com>,
> John Eggert  <finarfinjge@hotmail.com> wrote:
>>Even though the license certainly seems to be an open source and free
>>license, it restricts the ability of linked source to change the license
>>from the OpenSSL to the GPL. As the nice folks at GNU would tell you:
>>That's Free Speech. You can say anything as long as we can coopt your
>>license.
> 
> That's not really true. I can combine two works under different
> licenses and license the result under my own license, as long
> as those two licenses let me. That does not mean those works
> now suddenly are under my license, only my combination is.
> 
> For example, there's BSD-licensed code in Windows NT. That does
> not mean NT is BSD-licensed or that the BSD code now is only
> under an MS license.
> 
> The problem is that the OpenSSL license requires you to put
> something in your advertisements, and the GPL forbids this
> type of restriction. Therefore it is impossible to comply
> with both licenses, and so the combination is illegal.
> 
> Arnoud
> 

My mistake: The offending code is:

3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   "This product includes cryptographic software written by
   Eric Young (eay@cryptsoft.com)"
   The word 'cryptographic' can be left out if the rouines from the library
   being used are not cryptographic related :-).

And/Or:

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

Probably #4. And hence the rest of my post still stands. GNU's version of
free speech is: You can say anything as long was we can coopt your license.

JE
0
John
10/19/2003 2:24:58 PM
In article <v4xkb.43$aw5.12126@news20.bellglobal.com>,
John Eggert  <finarfinjge@hotmail.com> wrote:
>Arnoud Galactus Engelfriet wrote:
>> The problem is that the OpenSSL license requires you to put
>> something in your advertisements, and the GPL forbids this
>> type of restriction. Therefore it is impossible to comply
>> with both licenses, and so the combination is illegal.
>
>My mistake: The offending code is:
>
>3. All advertising materials mentioning features or use of this software
>   must display the following acknowledgement:

That's the clause that is incompatible with the GPL, yes.

>Probably #4. And hence the rest of my post still stands. GNU's version of
>free speech is: You can say anything as long was we can coopt your license.

I do not see how the GPL can "coopt" someone's license. If
my license forbids linking to GPL'ed code, there is no way
you can GPL my code. The standard BSD license allows
distribution under any terms, as long as the copyright notices
remain intact. This means it allows distribution under GPL
terms. However, if you take just those bits out of a GPL'ed
program, the license of those bits is the _BSD_ and not
the GPL.

You cannot grant permissions on third party code unless
the copyright holder lets you. It does not matter that you
grant permissions using the GPL. If you want to distribute
combinations of code from multiple sources, you need
permission from all sources to do so under the license you
want to use for the combination. 

Perhaps I am misunderstanding the point you're making,
but if you mean that the GPL can apply to code not
released as GPL, you're wrong. 

Arnoud

-- 
Arnoud Engelfriet, Dutch patent attorney - Speaking only for myself
Patents, copyright and IPR explained for techies: http://www.iusmentis.com/
0
galactus
10/19/2003 5:24:07 PM
Arnoud Galactus Engelfriet wrote:

> 
> Perhaps I am misunderstanding the point you're making,
> but if you mean that the GPL can apply to code not
> released as GPL, you're wrong.
> 
> Arnoud
> 

You can't have it both ways. Either you can freely link openssl to GPL code
or GPL applies to (by forbidding the use of) the code not released under
the GPL (my dictionary shows coopt as: "To lure to join one's own system"
from Webster's New Twentieth Century Dictionary of the English Language
Unabridged, Second Edition, 1977). 

JE
0
John
10/19/2003 6:27:34 PM
In article <VDAkb.110$aw5.27163@news20.bellglobal.com>,
John Eggert  <finarfinjge@hotmail.com> wrote:
>Arnoud Galactus Engelfriet wrote:
>> Perhaps I am misunderstanding the point you're making,
>> but if you mean that the GPL can apply to code not
>> released as GPL, you're wrong.
>
>You can't have it both ways. Either you can freely link openssl to GPL code
>or GPL applies to (by forbidding the use of) the code not released under
>the GPL

The GPL applies to the Gaim code. The BSD+advertising license
applies to the OpenSSL code. Only the authors of the respective
software packages can change those licenses.

Someone making a derivative work of both by combining both
into a new program (secure-gaim or something) must have
permission from the authors of both to make the combination,
and to distribute the combination. In other words, he needs
to fulfil the requirements of both licenses when distributing
the derivative work.

The GPL allows distribution of derivative works only if those
are distributed under the terms of the GPL. The BSD license
allows distribution of derivative works under any terms of your
choosing, as long as you don't touch the copyright notices.

This means that you can make a derivative work and distribute
that under the terms of the GPL, *because the BSD license
allows you to*. It does not mean the BSD code suddenly is
under GPL. It means a derivative work is under GPL. I can
strip out the original bits and use those under _BSD_ license
in my own work.

In other words, the GPL does not apply to OpenSSL (it cannot
since the OpenSSL authors did not license it under GPL). 
A derivative work of GPL'ed code needs to be under GPL or
it cannot be distributed. It is allowed by the BSD license to
make derivative works and to distribute those, even if the
license of the derivative work is GPL. This is why Linux for
example can have BSD code in its kernel.

However, with OpenSSL there is a problem. Its license is not
just the BSD license, but also says "you must put the following
in your advertisement". The GPL does not require you to do
this. As the GPL forbids people to put restrictions on the
rights granted by it, it is impossible to meet both the GPL
and the OpenSSL license. You cannot require an advertisement
with a particular text and at the same time forbid such an 
advertising text. 

As a result, the derivative work secure-gaim is not allowed
to be distributed since you cannot comply with the license
of one of its parts. Still, at no point has the OpenSSL
code "become" GPL licensed.

> (my dictionary shows coopt as: "To lure to join one's own system"
>from Webster's New Twentieth Century Dictionary of the English Language
>Unabridged, Second Edition, 1977). 

The word "lure" suggests evil intent. It is perfectly
normal for a license to put restrictions on what licensees
can do with the software, including what terms they can use
for their derivative works.

Arnoud

-- 
Arnoud Engelfriet, Dutch patent attorney - Speaking only for myself
Patents, copyright and IPR explained for techies: http://www.iusmentis.com/
0
galactus
10/19/2003 6:53:54 PM
Arnoud Galactus Engelfriet wrote:
> 
> The GPL allows distribution of derivative works only if those
> are distributed under the terms of the GPL. The BSD license
> allows distribution of derivative works under any terms of your
> choosing, as long as you don't touch the copyright notices.

In all of that, this little paragraph pretty much says you agree with my
point.

Thanks.

JE
0
John
10/19/2003 10:19:12 PM
Reply:
Similar Artilces:

Re: OT: RE: [HP3000-L] Observation #2
Glenn Paden wrote: > > Terrorism is a strategy and because of that war cannot be declared on it and > it cannot be defeated. Terrorism is not a person, group of people nor a > country. Action can be taken against the use of terrorism and the people and > groups that use it however those actions must include much > more than the military force. > Again, this pains me to tell you that your sentiments are very close to President Bush's. Two months ago I quoted the President from http://www.cnn.com/2001/US/09/20/gen.bush.transcript/: "We will direct ...

OT: Time for some light humor
Too many bad feelings here folks time to lighten up https://sphotos-b.xx.fbcdn.net/hphotos-snc7/406954_4280482563446_2099852542_n.jpg -- https://www.createspace.com/3707686 On 11/19/2012 2:44 PM, philo wrote: > Too many bad feelings here folks time to lighten up > > > https://sphotos-b.xx.fbcdn.net/hphotos-snc7/406954_4280482563446_2099852542_n.jpg > > > > > Please, you are asking too much of the inmates in the Linux and Microsoft wards in this asylum. :) On 11/19/12 12:44 PM, in article k8e27j$32r$2@dont-email.me, "philo�"...

[9fans] sed question (OT)
Sorry, not really the place for such questions but... I always struggle with sed, awk is easy but sed makes my head hurt. I am trying to capitalise the first tow words on each line (I could use awk as well but I have to use sed so it seems churlish to start another process). capitalising the first word on the line is easy enough: h s/^(.).*/\1/ y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/ x s/^.(.*)/\1/ x G s/\n// Though there maye be a much easier/more elegant way to do this, but for the 2nd word it gets much harder. What I really want is sam's ab...

OT: SCOUG
This is a little off topic. Does anyone know what's going on witn SCOUG's website? It's been down for the ast couple of days. On Thu, 25 Dec 2008 01:51:06 UTC, Peter_Flass@Yahoo.com wrote: -> This is a little off topic. Does anyone know what's going on witn -> SCOUG's website? It's been down for the ast couple of days. The person hosting the server is in the process of moving to a new place and had to take the server offline. I was told the server was being moved to someone else to host and should be back in a few days. Mark -- From th...

[OT] The Microsoftmobile
What if Microsoft designed cars? http://tinyurl.com/lpxeb In comp.os.linux.advocacy, Roy Schestowitz <newsgroups@schestowitz.com> wrote on Mon, 18 Sep 2006 17:15:01 +0100 <1617343.2eDJPJ2XUP@schestowitz.com>: > What if Microsoft designed cars? > > http://tinyurl.com/lpxeb That looks a bit like a Trabant (which is slightly appropriate at least for the Win9x variants), though perhaps a better example might be http://sunmanford.net/arrival_photo/1974redpinto.html ? :-) (If one wants one in slightly better condition: http://www.conceptcarz.com/vehicle/z9698/default.as...

OT: Request for a favor 3
Yesterday I wrote regarding the problem that some people were having with= =20 the Firefox browser playing the presentation that I had put together: > I know where the problem is: telling the player where to jump in the MP= 3 file=20 > and then asking it to begin playing from there. It simply doesn't alway= s=20 > work, and I've yet to find a reliable way to get it to do so, that's wh= y=20 > almost all of the complaints were about FF. In my previous Javascript code, I had all sorts of status-checking loops = to see=20 if the RealPlayer MP3 player was re...

Re: OT: Bush speaking with clarity and the "truth" FUNNY #3
Joe, is your information TRUE? NO, Seems not. There is up to 9 swift boat veterans that campaign with Kerry. "Of the 20 officers shown in the photograph, only two openly support Senator Kerry, Swift Boat Veterans for Truth said. Eleven of the officers in the photo oppose Kerry's bid for the presidency, four wish to remain uninvolved and two are deceased, the press release added. " What you refer to is a pic that Kerry uses and only 2 out of the bunch support him. 2 or even 9 is better 1. How many has Bush found that served with him in Alabama? Last count was s...

OT: Note to canadian users. Bell Canada interfering with telecom links.
In case you are not aware, Bell Canada has installed some deep packet inspection technology on non-internet telecommunications links which change user data in order to disrupt applications. While at the ISP level, this would be called throttling, in this case, Bell Canada is modifying payload data in point to point virtual circuits on a service that provides no internet connectivity (GAS, tariff 5410). This is tantamount to Bell Canada looking into bank transactions between bank branches and bank data centres and deciding which transaction should be modified to cause the application to rejec...

OT
Number 1 most requested thing on Dell's "Idea Storm" page: http://www.dellideastorm.com/ bob z. would love to be in a position where he wasn't placing all of his CAD eggs in one OS basket. bob z. p.s. I'm living for givin the devil his due > wasn't placing all of his CAD eggs in one OS basket. Ditto. Maybe someday. "Linux and x64 are two of the technologies most requested by UGS customers." http://www10.mcadcafe.com/nbc/articles/view_weekly.php?articleid=260017 Product name would be: Solinux 3dunix Lincad Modelinux "bob zee" <bobze...

OT - OT - OT
http://www.405themovie.com/Home.asp -- Cliff "Cliff" <Clhuprich@aol.com> wrote in message news:7jht919fodmtt9o6mdo11ac8rqlt6jf2ad@4ax.com... > http://www.405themovie.com/Home.asp > > -- > Cliff Interesting but not very realistic at all. Lane (Lane, check for pulse. Are you alive?) Good effects. I liked Grandma best, I think I've seen her driving in front of me a few times. "Lane" <lane (no spam) at copperaccents dot com> wrote in message news:uYSdnRj7gaIQ6gLfRVn-qA@comcast.com... > > "Cliff" <Clhuprich@aol.co...

Whitelists (OT maybe) #2
Hi, This might be a little OT, but someone here might know. I run a Sendmail 12.6 server on Red Hat for an ISP. Does anyone know of software that might be out there that would let me set up a customer configurable white list? What I am kind of envisioning is to have a web page where a customer could log in and setup the email addresses of people he wanted to be able to receive mail from. This would have to be configurable on a per-customer basis because many customers probably would not want to participate in the white list. Thanks, Lisa Casey ...

Re: OT: Christmas Day on Mars #5
The Beagle is Stranded. -----Original Message----- From: Larry Barnes [mailto:LABarnes@thecreek.com] Sent: Friday, December 26, 2003 9:56 AM To: HP3000-L@RAVEN.UTC.EDU Subject: Re: [HP3000-L] OT: Christmas Day on Mars The Beagle has landed, by all indications no fire hydrants have been found yet! -----Original Message----- From: Denys Beauchemin [mailto:denysnospamwanted@houston.rr.com] Sent: Thursday, December 25, 2003 10:26 AM To: HP3000-L@RAVEN.UTC.EDU Subject: Re: [HP3000-L] OT: Christmas Day on Mars No Mars signal from the Beagle probe. (Yet.) http://news.bbc....

OT-Digital8 camcorders with passthrough?
Just wondering if some of the DV enthusiasts here might know if there is a website listing all the Sony (or other) models that have analogue to digital passthrough. So far I think these ones do: DCR-TRV120 DCR-TRV130 DCR-TRV230 DCR-TRV240 DCR-TRV250 DCR-TRV260 DCR-TRV280 DCR-TRV310 DCR-TRV340 DCR-TRV350 DCR-TRV460 DCR-TRV480 DCR-TRV530 DCR-TRV720 DCR-TRV730 DCR-TRV740 DCR-TRV830 That means you can play an analogue Hi8 (maybe 8mm too?) tape in the camcorder and output it via firewire to your computer. Its a great way of archiving all your old 8mm/Hi8 tapes. You don't even need a work...

OT:AGW
Well the global warming debate is over, as per godwin's law... http://www.cnn.com/2008/TECH/science/03/31/gore.environment.ap/index.htm l=20=20 * To join/leave the list, search archives, change list settings, * * etc., please visit http://raven.utc.edu/archives/hp3000-l.html * You deniers will probably like number 7 on this list of geek solutions to global warming: http://www.cnn.com/2008/TECH/science/03/31/gore.environment.ap/index.html Bruce ----- Original Message ----- From: "Brice Yokem" <byokem@YAHOO.COM> To: <HP3000-L@RAVEN.UTC.EDU&g...

Re: OT: Anyone listening to space shuttle? #2
How long does it take the shuttle to reach its destination once it lifts = off? Stefan >>> Gehan Gehale <gehale@gmail.com> 7/26/2005 1:57 PM >>> http://www.nasa.gov/multimedia/nasatv/index.html?skipIntro=3D1=20 Live cam's of Houston control center with real time feed of audio between shuttle and ground... --=20 Gehan Gehale gehale@gmail.com=20 * To join/leave the list, search archives, change list settings, * * etc., please visit http://raven.utc.edu/archives/hp3000-l.html * ************************* The information in this ema...

OT: Babylon 5 (way OT)
I have just started a high-def blu-ray (or higher-def DVD) petition here: http://www.petitiononline.com/B5HiDef/petition.html We may not see a major effort to recreate space scenes as is happening with Star Trek, but we may see "480p on DVD with more discs" or "1080i on Blu-Ray" if Warner Bros can be encouraged to do another digital transfer. Please consider signing the petition if you agree. Neil Rieck Kitchener/Waterloo/Cambridge, Ontario, Canada. http://www3.sympatico.ca/n.rieck/docs/babylon5-hi-def-petition.html Neil Rieck wrote: > I have just started a high...

Fwd: OT: 10 Commandments--- more OT
> On Sunday, December 7, 2003, at 09:48 AM, Craig Lalley wrote: > >> Fred, >> >> If you believe that then you don't believe in the Bill of Rights >> (Ammendments 1 - 10 of the constitution.) > > Your conclusion is false. See below. > > >> For your clarification: >> >> Ammendment 1 and I quote >> >> "Congress shall make no law respecting an establishment of religion, >> or prohibiting the free exercise thereof; or abridging the freedom of >> speech, or of the press; or the right of the p...

OT UPS
I have a friend that has an APC Smart-UPS 2200 he's selling. retails for $1,300, he's letting it go for $300. One catch, it has two groups of batteries, 4 batteries in each group. He had a battery go bad so instead of buying the very expensive replacements that you can get from www.apcc.com he just put two marine batteries in series and hooked them up to the battery terminal inside. As far as the voltage goes, it works. The oem batteries are 12V put in a series to make 24V. This matches the two marine batteries, which are 12V in series to make 24V. And it appears that the system...

OT: New Microsoft CEIO announced
http://www.microsoft.com/en-us/news/ceo/index.html#b02g04t20w14 Satya Nadella is the new CEO. As Satya Nadella becomes the third CEO of Microsoft, he brings a relentless drive for innovation and a spirit of collaboration to his new role. He joined Microsoft 22 years ago because he saw how clearly Microsoft empowers people to do magical things and ultimately make the world a better place. Many companies, he says, �aspire to change the world. But very few have all the elements required: talent, resources and perseverance. Microsoft has proven that it has all three in abundance.� ...

Re: OT: Congratulations Canada
Shawn Gordan says:=20 > On your wise election of the conservatives, sadly our own liberals=20 > will now have to look to Venezuela to go to when they loose=20 > the next election. Yes, but isn't a conservative in Canada still to the left of Karl Marx? ;^) Tracy Johnson Measurement Specialties, Inc.=20 BT NNNN * To join/leave the list, search archives, change list settings, * * etc., please visit http://raven.utc.edu/archives/hp3000-l.html * Tracy Johnson wrote: >Shawn Gordon says: >> On your wise election of the conservatives...

Console OT...XBOX?
Ok, so I have a bit o' cash to spend and already own a PS2...but...I was thinking of picking up an XBox too. Has anyone got any Pro's/Con's to encourage me, or otherwise in the right direction? I've found a number of games only available for the XBox that I would love to own, but as the same goes for the PS2, having console specific games means that I will have to pick up the XBox in order to satisfy my needs...but I'd still like to hear your opinions... ....also, if any of you have horror stories, re. the XBox...feel free to share. Thanks, Ray You don't think...

OT: Snowing in Austin, Texas
Apologies to you "northerners: who are used to this kind of thing, but it is snowing with slight accumulations in Austin, Texas. Watch the national news tonight for video of trucks sliding sideways on the interstate. We don't know how to drive in this stuff. Richard Funny we have 18" on the ground currently "Richard Doyle" <rdoyle@manitex.com> wrote in message news:c0iu28$188002$1@ID-182008.news.uni-berlin.de... > Apologies to you "northerners: who are used to this kind of thing, but it is > snowing with slight accumulations in Austin, Texas. Watch...

OT: anyone else on Heir Baiers mail list?
Apparently people were tired of him posting mail stories to the list, so now he has taken to sending these news stories to people privately. I've insisted he take me off his little propaganda list multiple times and in no uncertain terms, yet he continues to do it. Isn't it a violation of some list protocol to harvest email addresses and harass people on this list? How about banning him from this list for abuse? Regards, Shawn Gordon President theKompany.com www.thekompany.com www.mindawn.com 949-713-3276 * To join/leave the list, search archives, change list ...

OT: Earbuds
For those using earbuds to listen to music, play games, etc., which brand do you use and are they comfortable? I bought a Sony mp3 player and the earbuds that came with it made my ears really sore after the 3rd day. Someone here at work has the Bose earbuds, but they are like $80 here in the U.S. Yikes. Morvak wrote: > For those using earbuds to listen to music, play games, etc., which > brand do you use and are they comfortable? > > I bought a Sony mp3 player and the earbuds that came with it made my > ears really sore after the 3rd day. > > Someone here at work has t...

[OT] NF5100 Matched Pair
Hi ! This evening I'll install a matched pair (PIII 1000) for my NF5100... Give a look at the passive heatsink ;) www.supervinx.com/temp/02160005.JPG Now THAT's a heatsink! Probably enough to keep even a Pres-hott P4 or GMA590 cool... William ...