<br><br><div class="gmail_quote">On Sun, May 23, 2010 at 2:48 PM, Alvaro Soliverez <span dir="ltr">&lt;<a href="mailto:asoliverez@gmail.com">asoliverez@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sat, May 22, 2010 at 8:18 PM, Brian Cappello &lt;<a href="mailto:briancappello@gmail.com">briancappello@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; It is normally better to have more work than schedule. It often makes for<br>
&gt;&gt; amazing results, and if the work does not get finished, it makes planning<br>
&gt;&gt; for<br>
&gt;&gt; release n+1 easy :-).<br>
&gt;<br>
&gt; I like this philosophy very much :D<br>
&gt;<br>
&gt; I just &quot;finished&quot; putting together a Wiki page that&#39;s a lot more<br>
&gt; readable/sensible than the above email, excess dreams included :)<br>
&gt; For now, it lives at:<br>
&gt; <a href="http://techbase.kde.org/User:Bpeller#" target="_blank">http://techbase.kde.org/User:Bpeller#</a><br>
&gt;<br>
<br>
</div>I&#39;d only add to this &quot;release early - release often&quot; which does not<br>
equal to &quot;release crap&quot;, but &quot;get something working fast, and then<br>
build on it&quot; :)<br></blockquote><div><br>Sounds good to me :)  I&#39;m still digging through the DBus docs, but in the mean time I got something *really* basic working... it&#39;s just a download results previewer. For now it lives at: git://<a href="http://gitorious.org/quotebackend/quotebackend.git">gitorious.org/quotebackend/quotebackend.git</a><br>
<br>To start with, I&#39;m getting hung up on what&#39;s the best way to download stuff. That code uses KIO Jobs, but, it just doesn&#39;t &quot;feel right.&quot; I could very well be doing something dumb. Maybe not initially, but eventually, I&#39;d like to be able to support parallel downloads as well as not lock-up/block anything else. But I don&#39;t know how to do that..? Also, has there been a firm decision either way on alkimia being strictly Qt? One alternative to KIO I&#39;m considering is QNetworkAccessManager and friends, as mentioned in the Qt docs under Network Examples, but I haven&#39;t gotten the time yet to play around with that stuff...<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
In this particular case, I&#39;d concentrate on getting the prices right,<br>
and any other data you can get &quot;for free&quot;, and then you can build on<br>
it.<br></blockquote><div> <br>I&#39;m a little confused by what you mean by &quot;right.&quot; I&#39;m taking it to mean the price-algorithms are logically verified? Pretty much all the code I have related to that stuff was literally the first C++ code I ever wrote, so needless to say, it all needs to be rewritten. But this time I&#39;ve been through it once, so hopefully I learned at least a few lessons... :)  For instance, storing the most recent close at index 0 makes life hella easier... I still need to write the code to make sure, but, I think I at least got the math all worked out and verified for the time conversion and adjusted prices algorithms.<br>
<br>I think what I&#39;m most uncomfortable with would be creating code not controlled by a UI, so at least personally, I&#39;m thinking my next step is to split up that previewer UI from the &#39;core&#39; into two programs, and get the same functionality working over DBus. Any thoughts on that?<br>
<br>Also, is there any way I could maybe get a
consensus on whether or not &quot;the powers that be&quot; would ever allow
TA-Lib to eventually be integrated into this? The reason I ask is
because it seems to me to determine whether I use std arrays or QLists for storing
prices. QLists are obviously more convenient/less bookkeeping, but, they also don&#39;t work
with TA-Lib. At least not without copying all the data first, which I
suppose isn&#39;t the end of the world. Any strong opinions either way?<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Regards,<br>
<font color="#888888">Alvaro<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Kde-finance-apps mailing list<br>
<a href="mailto:Kde-finance-apps@kde.org">Kde-finance-apps@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-finance-apps" target="_blank">https://mail.kde.org/mailman/listinfo/kde-finance-apps</a><br>
</div></div></blockquote></div><br>