maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Community (https://talk.maemo.org/forumdisplay.php?f=16)
-   -   2012 Coding Competition (https://talk.maemo.org/showthread.php?t=83761)

qwazix 2012-09-13 22:03

Re: 2012 Coding Competition
 
EnyTrip is much better, there is no ambiguity in how should be read. EnYTrip causes the reader to wonder if it is supposed to be pronounced En -why-trip or enytrip or e-en-why-trip.

netvandal 2012-09-13 22:38

Re: 2012 Coding Competition
 
I think so too, so go for EnyTrip.
Thanks a lot!

imo 2012-09-14 16:02

Re: 2012 Coding Competition
 
Can any one list the apps which have been made for N900 in particular in this competition? just wanted to give em a try .. thanks in adv.

imo 2012-09-14 16:10

Re: 2012 Coding Competition
 
Alright just had a glance over kojacker's previous posts ,helped a lot .Other than that i think i should request to all the devs ,If it is not much of a headache thingy then do consider a port of your meego application to maemo 5 . We would love to have it .thanks in adv.

draxcp6 2012-09-14 16:45

Re: 2012 Coding Competition
 
Quote:

Originally Posted by imo (Post 1266390)
Can any one list the apps which have been made for N900 in particular in this competition? just wanted to give em a try .. thanks in adv.

I think that when voting starts that there will be list of all applications, for each app there will be 2 screenshots and brief information and links to downloads. At that time we should be able to test all apps which are in competition :)

dirksonguer 2012-09-14 16:48

Re: 2012 Coding Competition
 
Quote:

Originally Posted by kojacker (Post 1264446)
I'd ask you not to make any feature updates, even teeny weeny ones, if you can. The voting period should only be a couple of weeks. Work on them, but don't push them to the repository if you can. If it's something that happens or comes about because of a bug fix then maybe that can't be helped. We wouldn't expect you to disable the feature again :) It's such a grey area, because to be honest there's someone who always breaks this rule if they mean to do it or not.. I understand it's awkward and sometimes frustrating.

Hi kojacker, I'm actively working on the app and have already made a new version (0.1.0), which I announced on the respective TMO thread. It's also checked into the code repository mentioned in the description.

However the version for the competition (0.0.2) is still available on the original download link given on the competition entry page.

Is it ok to continue working on the app (and checking into the repo) as long as the original download link (and file) stays untouched? When people want to look at the code for that given version, I can provide the link to the given release as well.

jackburton 2012-09-14 17:09

Re: 2012 Coding Competition
 
Quote:

Originally Posted by dirksonguer (Post 1266423)
Hi kojacker, I'm actively working on the app and have already made a new version (0.1.0), which I announced on the respective TMO thread. It's also checked into the code repository mentioned in the description.

However the version for the competition (0.0.2) is still available on the original download link given on the competition entry page.

Is it ok to continue working on the app (and checking into the repo) as long as the original download link (and file) stays untouched? When people want to look at the code for that given version, I can provide the link to the given release as well.

As a fellow competitor, my personal opinion is don't confuse the voters. You also cannot expect them to not be biased against the updates you post if they do indeed download the latest version.

I'm holding back any new versions of my app from the repos except for bug fixes from the repos for this reason. I don't think it would be fair to offer up a newer, better version of my app and have somebody consider those improvements in their voting decision.

kojacker 2012-09-14 18:15

Re: 2012 Coding Competition
 
Quote:

Originally Posted by imo (Post 1266390)
Can any one list the apps which have been made for N900 in particular in this competition? just wanted to give em a try .. thanks in adv.

Hi imo, there's no such list currently. The closest thing we have is the participants table on the wiki, which has a column for the platform. You can click on the column header and it will automatically sort them by platform. However half of it is missing entries. Even the submissions I have, many of them do not contain info on which device they run in the application description. I find myself having to hunt down clues from the announce threads or even just guessing from the screenshots :rolleyes: Once I have all the submissions in the voting threads, I plan to go back and flesh that column out in the wiki with the final data - but that's like the final thing to do. In the meantime you can join me on the treasure hunt :)

I really don't know if I want to open threads and make 100 posts for the entries, I don't even know if I can without the forum booting me off as a spammer :P I might just have to batch them into 5-6 a post.

Quote:

Originally Posted by dirksonguer (Post 1266423)
Hi kojacker, I'm actively working on the app and have already made a new version (0.1.0), which I announced on the respective TMO thread. It's also checked into the code repository mentioned in the description.

However the version for the competition (0.0.2) is still available on the original download link given on the competition entry page.

Is it ok to continue working on the app (and checking into the repo) as long as the original download link (and file) stays untouched? When people want to look at the code for that given version, I can provide the link to the given release as well.

I must admit, I was expecting this problem today from you. I noticed this post on Wednesday

Quote:

Originally Posted by dirksonguer (Post 1265326)
Quick update:

I found an example with a working helper class I used as base, so sharing via standard share ui works. (FYI: http://www.developer.nokia.com/Commu...ic_App_with_Qt)

I'm wrapping it up for release 0.1.0, which will be the public beta release. Expect it on Friday..

I was actually writing this post at the same time, and added the second paragraph after reading your post hoping you and others might pay attention to it.

I'm afraid it's pretty evident that you've broken one of the rules of the competition, as not only have you built the new code but you've linked and sharing on your thread...

Quote:

Originally Posted by dirksonguer (Post 1266321)
Hi all,

I just checked in Version 0.1.0, which is the public beta build for the first official release. Feel free to install and test it and please report any bugs you might find.

Changelog:

* Added sharing to photo detail page
* Optimized code
* Better alignment of user profile data
* New icon
* Updated Instago description text
* App name now capital "Instago"


The .deb file is available here:
[edit: snip]

Source is here:
[edit: snip]

Please report bugs either in this thread or here:
[edit: snip]


If the public beta goes well this will be published to the store as step 1 (Implement as much features as possible without actually authenticating).

Happy testing!

As I said on Monday on this thread, I don't mind you working on new features - that's great! However pushing them but especially releasing them is against the competition rules.

As a way to fix this situation and remain in the competition, I would ask that you remove the deb and the link to the new release. If that is not possible, please let me know asap so we have time to make adjustments.

dirksonguer 2012-09-14 18:52

Re: 2012 Coding Competition
 
Kojacker, I noticed your note just today and wrote as soon as I did. Sounds stupid, but I was too busy preparing the new release. Stupid of me not to check the rules and thread that is.

So here is the thing: I removed the download file (removed, not deprecated) and the posts but there is nothing I can do about the checked in code and .deb in the repo as Google Code does not allow rollbacks and removes.

Closing the project might be a way but then the link is gone too. I will look into it when I get home (I'm on the move atm).

Sorry all, escpecially my fellow competing coders. Please share your view like @jackburton, so we can figure this out. If you agree that this was not fair I will retreat from the competition.

Edit: According to the statistics 24 people already downloaded the 0.1.0 already. Nothing I can do about this either. See http://www.freeimagehosting.net/imglx

Edit 2: I just found this (didn't know it before): http://my-meego.com/software/applica...uto=1858&faq=9. The version you can download there is v0.0.2, which is the one I submitted to the competition, so no harm done.

kojacker 2012-09-14 18:58

Re: 2012 Coding Competition
 
Quote:

Originally Posted by dirksonguer (Post 1266508)
Kojacker, I noticed your note just today and wrote as soon as I did. Sounds stupid, but I was too busy preparing the new release. Stpid of me not to check the rules and thread that is.

So here is the thing: I removed the download file (removed, not deprecated) and the posts but there is nothing I can do about the checked in code and .deb in the repo as Google Code does not allow rollbacks and removes.

Closing the project might be a way but then the link is gone too. I will look into it when I get home (I'm on the move atm).

Sorry all, escpecially my fellow competing coders. Please share your view like @jackburton, so we can figure this out. If you agree that this was not fair I will retreat from the competition.

Thanks dirksonguer :) I understand it was an honest mistake, and we definitely don't want you to retreat from the competition. We should be able to work something out and removing the link is a big help (which I'm just realising Im sharing in the quoted post above .. will remove..). It would be nice if there was some way to remove the new deb, the code I don't mind too much - if someone's smart enough to compile and build that there isn't much you can do about it. Hmm .. we can't roll back time so just doing the best around the Google Code restrictions to cover anything ever happened

Goodness knows you're probably not the first and certainly won't be the last to break this rule (judging by experience in the previous competitions :rolleyes:) But we have to try our best to keep everything fair for everyone as much as we can.


All times are GMT. The time now is 12:11.

vBulletin® Version 3.8.8