Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287059 |
Post edited: Fix diacritic rule |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Make title fit on one line |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Consider a larger salad |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Change title |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Hide fruit provenance |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Add links to Wikipedia |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Add fruit provenance |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Tidying |
— | over 2 years ago |
Edit | Post #287082 | Initial revision | — | over 2 years ago |
Article | — |
3D compass point from 3D coordinates Given 3 dimensional (3D) Cartesian coordinates (x, y, z), output the 3D compass point that comes nearest to describing the direction from the origin. Definitions Directions In reality, the direction of North changes as you move across the surface of the globe. This challenge is based in a simpli... (more) |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Consistency for interpretation section |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Add sandbox question |
— | over 2 years ago |
Comment | Post #287055 |
Good catch - thank you! They were indeed shorter than intended - now fixed. (more) |
— | over 2 years ago |
Edit | Post #287055 |
Post edited: Fix incorrect test cases |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Update title to no longer be dependent on the choice of salad size |
— | over 2 years ago |
Comment | Post #287054 |
Also, instead of
> **Current** voting seems to suggest that anonymous functions are acceptable
I should have said
> Voting seems to suggest that anonymous functions are **currently** acceptable
Meta is always open to further discussion, new answers, and new votes. Anything you disagree wi... (more) |
— | over 2 years ago |
Comment | Post #287054 |
@#56533 if it affects your perspective, some languages allow passing an anonymous function as a function argument, or returning an anonymous function as a return value. This allows another part of the program to call the anonymous function without ever having to name it.
This is common with lambda... (more) |
— | over 2 years ago |
Edit | Post #287059 |
Post edited: Add hope for explanations |
— | over 2 years ago |
Edit | Post #287059 | Initial revision | — | over 2 years ago |
Article | — |
55 fruit salad: choose your own Kolmogorov complexity [FINALIZED] Now posted: 55 fruit salad: choose your own Kolmogorov complexity This is a fixed output challenge. It is similar to a standard Kolmogorov complexity challenge, except you get to choose your own fixed output. Given no input, output 55 fruits. You may choose any 55 distinct fruits from the foll... (more) |
— | over 2 years ago |
Comment | Post #286989 |
I've just realised that the new clearer output specification, and example, invalidate the [existing answer](https://codegolf.codidact.com/posts/286989/286993#answer-286993) (it gives the output shown in my previous comment, which you have now explained is not valid). Just mentioning in case this affe... (more) |
— | over 2 years ago |
Comment | Post #287054 |
This has been mentioned previously on Meta in [Rules for function submissions](https://codegolf.codidact.com/posts/286366/286367#answer-286367) if either of you want to vote/comment/answer in that discussion.
Current voting seems to suggest that anonymous functions are acceptable. (more) |
— | over 2 years ago |
Comment | Post #286602 |
>
> * Assuming that things like memory allocation are handled by the caller might give contributions an unfair advantage
>
I'm not sure how to interpret this. If a fixed size input argument (such as a 32 bit integer) is modified, there is no need for memory allocation as it already exists. If ... (more) |
— | over 2 years ago |
Comment | Post #286602 |
> Some languages separate subroutines (do not return a value) from functions (returns a value)
In such a language I would see a subroutine that modifies an input argument as a valid submission, unless the challenge explicitly requires a function. I agree that a challenge that requires a function r... (more) |
— | over 2 years ago |
Comment | Post #286602 |
> Not all languages support pass by reference
I don't see this as a reason to prevent its use by languages that do support it. There are many ways that languages differ and restricting the particular advantages that each language has seems to remove the benefit of allowing submissions in different... (more) |
— | over 2 years ago |
Comment | Post #286602 |
I don't know which way to vote on this one.
> Therefore, interpreting a challenge asking for a return value as "return through parameter" is creating a local code golf dialect of the language
I see this Meta discussion as establishing defaults. Any challenge is free to override the defaults and... (more) |
— | over 2 years ago |
Edit | Post #287054 |
Post edited: Typo |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: Remove accidentally saved markdown link testing |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: Add missing colon |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: Mark as finalized |
— | over 2 years ago |
Edit | Post #287055 |
Post edited: Explain that the diagram is not part of the challenge |
— | over 2 years ago |
Edit | Post #287055 | Initial revision | — | over 2 years ago |
Question | — |
Chequer checker A chequer board (also spelt "checker board" in some places) is an 8 by 8 grid of squares alternating between 2 colours. Check whether a provided pattern could be a region of a chequer board. The colours in the pattern will be represented by letters of the alphabet. The squares of a chequer boar... (more) |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: Reduce level of formality |
— | over 2 years ago |
Suggested Edit | Post #287054 |
Suggested edit: Typo (more) |
helpful | over 2 years ago |
Comment | Post #287050 |
I see now - thanks for the explanation. I should have tested the unary cases before making a suggestion... (more) |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: A few more test cases |
— | over 2 years ago |
Comment | Post #287050 |
Can you save a couple of bytes by using `m>0` instead of `if m else`? (more) |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: Condense long output point |
— | over 2 years ago |
Edit | Post #287005 |
Post edited: Suggest explanations in answers |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Add request for explanations in answers |
— | over 2 years ago |
Edit | Post #287035 |
Post edited: Formating for explanation request |
— | over 2 years ago |
Edit | Post #287035 |
Post edited: Prefer answers with explanations |
— | over 2 years ago |
Comment | Post #287044 |
Following the edit, I can see that this now correctly handles unary inputs and non-unary inputs with leading zeroes. (more) |
— | over 2 years ago |
Comment | Post #287033 |
If we do decide to go ahead with deleting finalized and cancelled Sandbox posts, ideally I'd prefer this to be with a warning comment so the challenge creator can voice any objection or copy any info not present in the main post in the Challenges section. It could just be a quick copy pasted note lik... (more) |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Set a provisional max input length |
— | over 2 years ago |
Comment | Post #287040 |
That sounds sensible. I guess the limits will determine to what extent languages without arbitrary sized numbers can avoid having to do everything manually with strings.
I'm tempted to make the limits on all 3 (input length, numerator size, denominator size) quite small to avoid having to deal wit... (more) |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Improve introduction |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Relax output data type requirements |
— | over 2 years ago |
Edit | Post #287040 |
Post edited: Remove redundant "treated as" |
— | over 2 years ago |