<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://blogs.forum.nokia.com/styles/rss.css" type="text/css"?>
<rss version="2.0">
 <channel>
  <title>Lucian Tomuta's Forum Nokia Blog - No fun!?</title>
  <description>Forum Nokia Blogs</description>
  <link>http://blogs.forum.nokia.com/summary.php</link>
  <generator>LifeType 1.2</generator>
        <item>
    <title></title>
    <description>&lt;p&gt;Wasn&#039;t it the whole idea to make Symbian/S60 a pop(ular) platform? :) Of course it cannot happen unless it rocks first.&lt;/p&gt;
&lt;p&gt;But in fact, we seem to be already at The Stooges level, judging by this Wikipedia entry &quot;... [The Stooges] often performed for indifferent or hostile audiences. ...&quot;.&lt;/p&gt;
&lt;p&gt;:))&lt;/p&gt;
</description>
    <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23189</link>
    <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23189</guid>
    <author>ltomuta</author>
    <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
   </item>
        <item>
    <title>Joyride</title>
    <description>&lt;p&gt;No one in his right mind would prefer Roxette over The Stooges. :)&lt;/p&gt;
</description>
    <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23186</link>
    <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23186</guid>
    <author>ptrmn</author>
    <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
   </item>
        <item>
    <title></title>
    <description>&lt;p&gt;Interesting comments again. Thanks guys!&lt;/p&gt;
&lt;p&gt;Regarding the Location Acquisition API bug, it must be that we have a communication problem here. What you have published in the wiki is a Known Issue and not a bug report. It is natural to expect some confirmation that the bug is being analyzed but a known issues is self-contained and self-explained. No communication should be expected from Forum Nokia other than maybe if we find that the so called known issue is not (entirely) valid.&lt;/p&gt;
&lt;p&gt;BTW, the Bug Reporting service can be found at http://www.forum.nokia.com/main/technical_services/technical_support/index.html&lt;/p&gt;
</description>
    <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23137</link>
    <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23137</guid>
    <author>ltomuta</author>
    <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
   </item>
        <item>
    <title></title>
    <description>&lt;p&gt;I&#039;m spending way too much figuring out how different API&#039;s work, because they are badly documented. The actual functionality can often be incomplete, crashing or simply just different that has been described.&lt;/p&gt;
&lt;p&gt;I think having only C++ class header as documentation is simply not acceptable. I regard Symbian C++ as trial and error programming, since I can not simply trust that an API works before I&#039;ve tried it well enough on few devices.&lt;/p&gt;
&lt;p&gt;On other systems, like Windows, you can have degree of trust that everything works as documented, and almost everything IS documented. Also Microsoft has great 3rd party developer support, which I can not say of Nokia. For example, I&#039;ve submitted my Location Acquisition API bug to the wiki over 3 months ago and still no response from Nokia! I think this is totally unacceptable. &lt;/p&gt;
&lt;p&gt;http://wiki.forum.nokia.com/index.php/RPositioner::NotifyPositionUpdate_return_KErrInUse_after_few_minutes&lt;/p&gt;
</description>
    <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23136</link>
    <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23136</guid>
    <author>alammi</author>
    <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
   </item>
        <item>
    <title>Instant gratification</title>
    <description>&lt;p&gt;I agree with you that the simple fact that there are some new paradigms to learn should not really be an obstacle. In fact, it can be something I personally find quite refreshing because it gives you a different perspective on things that are just taken for granted on other platforms. I actually like looking at Symbian OS as a huge class library for C++ written from scratch, and without any regards for compatibility - it is interesting in what ways this comes out different from other platforms with APIs that have a Posix, Win32 or STL heritage.&lt;/p&gt;
&lt;p&gt;One thing that occurred to me as being different when developing on mobile phones (as opposed to, say, the Linux desktop) is that you are missing the &quot;early rewards&quot; - you have to go through a lot of set-up, code modifications, learning new design tools etc. all at once before you see the first signs on your phone&#039;s screen that you have actually achieved anything.&lt;/p&gt;
&lt;p&gt;On the other hand, it seems to me (as, admittedly, a relative outsider) as if much of the work in desktop-based OSS projects consists of reconnecting existing modules in interesting ways, and incrementally building a platform that, though fragmented in detail, gives lots of opportunities to port *lib to the XYZ CD-based distribution, and thus has a lot of relatively small sub-tasks that allow people to start contributing.&lt;/p&gt;
&lt;p&gt;In my view Symbian doesn&#039;t seem to have reached that level yet, where people who just want to &quot;wet their feet&quot; a bit can pick from a lot of relatively straightforward tasks to learn the ropes and have their first experience of success rather quickly.&lt;/p&gt;
&lt;p&gt;Not sure what the next steps for this would be, but perhaps something like &quot;Cygwin for Symbian&quot;, i.e. a framework to which individuals can more quickly contribute on the basis of existing code.&lt;/p&gt;
&lt;p&gt;Open C seems to be a baby step in that direction, but of course it still lacks much of the higher levels to actually come to visible results without having to learn about the rest of Symbian as well...&lt;/p&gt;
</description>
    <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23135</link>
    <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/03/03/no-fun#comment23135</guid>
    <author>mgroeber9110</author>
    <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
   </item>
   </channel>
</rss>
