Hi Victor,
I haven't done any special "negotiations" mainly because anyone expressed interest on participating in the event. In case you or anyone else want to participate feel free to contact me and maybe we can workout something
Regards,
/Marc
From: victor martinez
Sent: Thursday, November 20, 2008 4:01 PM
To: ros-dev(a)reactos.org
Subject: [ros-dev] Re: Event invitation [jornadas Imaginática 2009]
Hi All,I have been contacted/invited to participate and give a talk about ReactOS in an event organized by the university of Seville, spain (very beautiful city!) on 2-6 March 2009. It would be great if some of the other spanish based members are also interested on participate, I have been disconnected from the project lately due to offline life but would be willing to participate in this event and help to spread the word about reactos in academic circles.More information here (in spanish): http://imaginatica.org/2009/descargas/Dossier.pdfRegards,/MarcHi Marc, there are spanish people in Seville interested in Imaginatica Event. Does the invitation still available?How goes the "negotiations"?are they still counting on us being at Imaginatica?Thanks in advance. This event mix the most important IT companies,and also there are a lot of skilled developers.This is one of the most important Event in Spain (since SIMO has been cancelled).So being in Imaginatica must be a priority ;)VicmarcalSeville
--------------------------------------------------------------------------------
No te aburras más, engánchate a los Juegos de Messenger
--------------------------------------------------------------------------------
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
Hi All,
I have been contacted/invited to participate and give a talk about ReactOS in an event organized by the university of Seville, spain (very beautiful city!) on 2-6 March 2009. It would be great if some of the other spanish based members are also interested on participate, I have been disconnected from the project lately due to offline life but would be willing to participate in this event and help to spread the word about reactos in academic circles.
More information here (in spanish): http://imaginatica.org/2009/descargas/Dossier.pdf
Regards,
/Marc
Hi Marc, there are spanish people in Seville interested in Imaginatica Event. Does the invitation still available?How goes the "negotiations"?are they still counting on us being at Imaginatica?
Thanks in advance. This event mix the most important IT companies,and also there are a lot of skilled developers.This is one of the most important Event in Spain (since SIMO has been cancelled).
So being in Imaginatica must be a priority ;)
Vicmarcal
Seville
_________________________________________________________________
Los más de lo más, Especial Rankings
http://events.es.msn.com/dinero/listas/default.aspx
Has anybody considered to use the openwatcom compiler for ReactOS?
http://www.openwatcom.org/index.php/Main_Page
At least it provides a proper native SEH implementation and is as free
as the GCC is.
➧ Marcin Dalecki ❖
These are correct changes.
On Tue, Nov 18, 2008 at 10:34 AM, Aleksey Bragin <aleksey(a)reactos.org> wrote:
> May I ask why those if (!Info) checks are required? To me it makes no
> sense to call those APIs with the cruicial, mandatory working (and in
> one case the only) parameter being NULL, and I would put an ASSERT
> (Info) there to catch bad callers and fix them.
>
> WBR,
> Aleksey.
>
> On Nov 18, 2008, at 8:36 AM, jimtabor(a)svn.reactos.org wrote:
>
>> Author: jimtabor
>> Date: Mon Nov 17 23:36:19 2008
>> New Revision: 37436
>>
>> UINT
>> FASTCALL
>> DIB_BitmapMaxBitsSize( PBITMAPINFO Info, UINT ScanLines )
>> {
>> UINT MaxBits = 0;
>> +
>> + if (!Info) return 0;
>>
>>
>> +UINT
>> +FASTCALL
>> +DIB_BitmapBitsSize( PBITMAPINFO Info )
>> +{
>> + UINT Ret;
>> +
>> + if (!Info) return 0;
>
gedmurphy wrote:
> Let's say you implement a function in our win32k, based on Wine code. How
> exactly would you realistically discover which Wine dev wrote that
> function, and if the function was merely _based_ on wine code, which parts
> of the function would you attribute credit to, and how would you do it?
I think if the dev is not known, then all authors should be credited. I.e.:
"Parts of this file are Copyright (C) ... ". Or: to gather the original Wine
copiright notices into a separate file and put a pointer to it in any file
which is based on Wine.
Dmitry,
On Tue, Nov 18, 2008 at 2:22 AM, Dmitry Timoshkov
<dmitry(a)codeweavers.com> wrote:
> http://www.reactos.org/archives/public/ros-diffs/2008-November/027021.html
>
> Please stop copying Wine code without any copyright and source
> reference into reactos. This became very bad practice from your
> side during last years.
I have no power with the ReactOS project other than to ask and try to
get policy changed in a democratic manner. I've made the case for the
ReactOS to do a better job at proper attribution in code that is
imported based on feedback from you in the past. In fact, just
yesterday I replied to ros-dev proposing some guidelines for how to
handle code imported from Wine. There is nothing more I can do.
I have CC'd Alexandre and Jeremy for there thoughts on the subject. I
welcome feedback from the Software Freedom Law Center or the FSF with
reguards to this issue because on one hand I understand the
attribution is important but on the other hand ReactOS is persona
non-grata with Wine. Given Wine's reluctance to accept any
contributions from ReactOS developers, totally based on guilt by
assocation I think its in your best interested not to be credited. The
Software is still being released under the terms you granted so I
don't see a major violation.
>From the LGPL preamble:
"...Also, if the library is modified by someone else and passed on,
the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others."
Clearly the ReactOS developer is doing you a favor by not hurting your
reputation if ReactOS is as Toxic as Wine makes it out to be.
Thanks
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
So we've been invited to SCALE and I'm wondering whether any of the devs can
actually make it. Arty is a logical choice because he's so close and we
might be able to pull in some community members who are close by if we can
only get one dev there. We'd get a booth on the show floor which includes
table, chairs, power, ethernet drop, and 3-5 passes to the show. Are we
going to be able to make it this year at all?