Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #292000 |
Post edited: Make x and y axes flexible |
— | 11 months ago |
Comment | Post #292000 |
When the community grows and there is more conclusive voting, I would like to see those rules that have reached consensus moved to a help page. I agree it's not definitive at present.
Generally I try to make my specifications reasonably clear for most languages, and then if an obscure language wit... (more) |
— | 11 months ago |
Comment | Post #292000 |
The Meta post is deliberately in the form of a list of proposals, so that voting can indicate which ones have community approval. If there are plenty of upvotes and no downvotes I take that as a default rule. If there are very few upvotes, or a mix of up and downvotes then I'm more likely to make a c... (more) |
— | 11 months ago |
Comment | Post #292000 |
I agree that it is arbitrary. The only difference is simply that input as function arguments has support in the form of upvotes, whereas input as a pre-existing variable has support for only being allowed when there is no other alternative.
I don't have a strong opinion on what the rules should be... (more) |
— | 11 months ago |
Comment | Post #292000 |
So the general answer is "yes you can use a library but it will be classed as a different language", but for this challenge specifically I'm not expecting a graphics library to be necessary, or even particularly advantageous. I'm aiming for a graphics challenge that is so reduced that the code can be... (more) |
— | 11 months ago |
Comment | Post #292000 |
Consensus on Meta seems to be that an answer in a language can include the standard library, although the bytes needed for importing it (if any) count towards the score. For other libraries, using them would count as competing in a different language. See [Default Rules: Libraries](https://codegolf.... (more) |
— | 11 months ago |
Comment | Post #292000 |
I'm happy to accept the defaults on Meta: [Default Rules: Code Golf I/O](https://codegolf.codidact.com/posts/282784).
This means taking input as command line arguments, or from STDIN, or as function arguments are all acceptable approaches. I didn't see reading from a text file mentioned there but ... (more) |
— | 11 months ago |
Edit | Post #292000 |
Post edited: Expand initial draft |
— | 11 months ago |
Edit | Post #292000 |
Post edited: Recommend adding a diagram |
— | 11 months ago |
Edit | Post #292000 | Initial revision | — | 11 months ago |
Article | — |
Plain spheres Given a list of spheres, output an image. Produce a greyscale orthographic (parallel projection - no perspective) ray caster, that renders only plain grey spheres with no lighting. Input - A list of spheres, each consisting of: - The coordinates of its centre $(x,y,z)$. - Its radius $r$.... (more) |
— | 11 months ago |
Edit | Post #291933 |
Post edited: Mark as finalized |
— | 11 months ago |
Edit | Post #291939 | Initial revision | — | 11 months ago |
Question | — |
Substring factor Does a positive integer have a substring as a factor? Input - A positive integer. Output - One of 2 distinct values to indicate whether the input has a factor that is a strict substring of its base 10 (decimal) representation. - Only strict substrings count - a string does not count as a str... (more) |
— | 11 months ago |
Edit | Post #291933 |
Post edited: Emphasise difference between subsequence and substring |
— | 11 months ago |
Edit | Post #291930 |
Post edited: Typo |
— | 11 months ago |
Edit | Post #291933 |
Post edited: Clarify example heading |
— | 11 months ago |
Edit | Post #291933 | Initial revision | — | 11 months ago |
Article | — |
Substring factor [FINALIZED] Now posted: Substring factor Does a positive integer have a substring as a factor? Input - A positive integer. Output - One of 2 distinct values to indicate whether the input has a factor that is a strict substring of its base 10 (decimal) representation. - Only strict substrings coun... (more) |
— | 11 months ago |
Edit | Post #291923 |
Post edited: Mark as finalized |
— | 11 months ago |
Edit | Post #291930 | Initial revision | — | 11 months ago |
Question | — |
Most isolated of 3 points Given 3 points, output one that is separated from its nearest neighbour by the largest distance. Input - 3 distinct points (that is, no 2 points are in the same position). - Each point is a pair of positive integers. Output - A single point, as a pair of positive integers. - The distance be... (more) |
— | 11 months ago |
Edit | Post #291923 |
Post edited: Clarify examples |
— | 11 months ago |
Edit | Post #291923 |
Post edited: Add examples |
— | 11 months ago |
Edit | Post #291923 |
Post edited: Remove redundant "valid" |
— | 11 months ago |
Edit | Post #291923 | Initial revision | — | 11 months ago |
Article | — |
Most isolated of 3 points [FINALIZED] Now posted: Most isolated of 3 points Given 3 points, output one that is separated from its nearest neighbour by the largest distance. Input - 3 distinct points (that is, no 2 points are in the same position). - Each point is a pair of positive integers. Output - A single point, as a ... (more) |
— | 11 months ago |
Comment | Post #291893 |
I understood from "y'all" that you didn't mean me personally. My overcareful wording was more to make sure other people reading my comment didn't think I was trying to make a unilateral decision.
Thanks for clarifying. (more) |
— | 11 months ago |
Edit | Post #291894 |
Post edited: Link to Monica's answer for reference |
— | 11 months ago |
Edit | Post #291894 |
Post edited: Remove ambiguity |
— | 11 months ago |
Edit | Post #291894 | Initial revision | — | 11 months ago |
Answer | — |
A: Short titles A limit of 1 character for Challenges and Sandbox Now that Monica has pointed out that adjusting the minimum is already possible per category, I propose that we leave the minimum at 15 characters for Q&A and Meta, and reduce the minimum to 1 character for Challenges and Sandbox. Why 1 character? ... (more) |
— | 11 months ago |
Comment | Post #291893 |
It's not my call what the limit should be, but yes I would expect it to be the same for both those categories since new challenges are copied across and need to fit both.
Great to hear that this is already implemented. I'll wait to see what new limit the community settles on. I may propose a limit... (more) |
— | 11 months ago |
Comment | Post #289925 |
I have no APL knowledge so I can't guess. It was just to let you know in case either the code or the explanation needed to change. (more) |
— | 11 months ago |
Edit | Post #291891 |
Post edited: Typo |
— | 11 months ago |
Edit | Post #291890 | Initial revision | — | 11 months ago |
Question | — |
Short titles The title of a Codidact question has a minimum length of 15 characters. For a question this is generally fine, as the title will be a summary of the question in the form of a single sentence. However, for a Code Golf challenge, the title is not necessarily a question, or a sentence. If I have a go... (more) |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Mark as finalized |
— | 11 months ago |
Edit | Post #291889 | Initial revision | — | 11 months ago |
Question | — |
Hex detector Given an integer from 1 to 1000, indicate whether it is a centered hexagonal number[^1] (also known as a hex number). What is a hex number? The hex numbers can be visualised as follows: - On a hexagonal grid, start with a single hexagon coloured. - At each step, colour all hexagons adjacent t... (more) |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Further golf title |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Shorten title and improve formatting |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Remove redundant examples |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Add step by step construction to the introduction |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Add animated visualisation |
— | 11 months ago |
Edit | Post #291884 |
Post edited: Add description of how the numbers are formed, to avoid dependence on Wikipedia |
— | 11 months ago |
Edit | Post #291884 | Initial revision | — | 11 months ago |
Article | — |
Hex detector [FINALIZED] Now posted: Hex detector Given an integer from 1 to 1000, indicate whether it is a centered hexagonal number (also known as a hex number). What is a hex number? The hex numbers can be visualised as follows: - On a hexagonal grid, start with a single hexagon coloured. - At each step,... (more) |
— | 11 months ago |
Edit | Post #291091 |
Post edited: Fix heading so that the leaderboard picks up the language correctly |
— | 11 months ago |
Edit | Post #291320 |
Post edited: Fix typo in description to match code |
— | 12 months ago |