Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Challenges relying on external links

+1
−0

To what extent should a challenge be required to be self contained?

There is a recent challenge Partition Algorithm Trap that involves finding an input that defeats a specified algorithm. Currently the algorithm is provided as an external link to an implementation.

In a similar way, I would like to post King of the Hill contests where the answers compete in a game run by a controller program. I would like to provide this controller program as an external website which reads the code from the answers and plays the game to see who wins.

In both these cases the challenge only makes sense if the external link is working. Should there be a requirement to host required code on Codidact in the challenge itself to protect against any problems with external websites? This would put a limit on the size of code that a challenge can use, since the challenge wording is currently limited to a total of 30,000 characters.

For me personally, this would exclude some of the King of the Hill contests I plan to post, since the challenge specification plus the controller code would not fit in a post.

The options I can think of are:

  • Allow links to external resources such as code.
  • Increase the maximum character limit of a post.
  • Limit all challenges to only what can fit in 30,000 characters with no external links.

I have previously requested increasing the character limit for posts (under Preferred length limit for Code Golf posts), but I'm not sure if this is feasible much beyond 65,000 characters without more significant database changes. I don't know whether there would be challenges that exceed this larger limit.

History

0 comment threads

Sign up to answer this question »