Skip to content

Instantly share code, notes, and snippets.

@Overbryd
Created June 1, 2011 22:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Overbryd/1003516 to your computer and use it in GitHub Desktop.
Save Overbryd/1003516 to your computer and use it in GitHub Desktop.
Code Challenge #1
Btw, I have recently started a small code battle upon an easy task.
The goal is to improve your self estimation skill and to code something minimalistic in the shortest time possible.
If you want to join the battle, just do the following:
1) Check the briefing: "Create a webservice that is generating the 'Che Guevara Effect' on an uploaded picture"
I have already done my job and implemented an working version of this here: http://che-guevara-fy.heroku.com/
2) You can accept the challenge by giving an upfront estimate on how much time you think is needed to implement and deploy the briefing.
3) When working on the implementation _always_ have an time tracker running. This is for your your own good, as the better you can estimate yourself the better it is. It only works if your honest with yourself and track the exact working time from start to finish.
4) When you're done, send an link to the publicly available project of yours. It must be able to process any reasonable sized image file with the expected result to pass.
5) After that make your complete source code and hosting plan available. It will be compared and evaluated against the other implementations.
6) Last but not least, you are free to use any technology (yes, even webservices) but it must work repeatingly whenever evaluation takes place.
@jamesu
Copy link

jamesu commented Jun 16, 2011

@Overbryd not sure, but i think it needs to be conceptually simple like this task (unless you want to turn it into a full-blown coding competition). Will brainstorm later unless someone comes up with something before then.

@radiospiel
Copy link

@rtacconi count me in :)

@Overbryd
Copy link
Author

Hey guys,

a new challenge is on: https://gist.github.com/1029706 =)

@jamesu
Copy link

jamesu commented Jun 16, 2011

I like @rtacconi 's idea.

For the future, possible staring points for other ideas. Note that these may be too elaborate for the competition, but i'll post them anyway in case anyone gets stuck:

WEBSERVICE

Create a pasteboard
Create a file sharing solution
Create a youtube frontend for synchronized social playback (ala synchtube)
Create a synchronised whiteboard
Create an anonymous imageboard
Create a wiki

TECHNICAL

Create a simple command-line based todo list
Create a random article generator
Create your own package management system

@Overbryd
Copy link
Author

Overbryd commented Jun 16, 2011 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment