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 »

Activity for trichoplax‭

Type On... Excerpt Status Date
Edit Post #287182 Post edited:
Explicitly allow non-string output sequences
over 1 year ago
Edit Post #287153 Post edited:
Settle of input range 2 to 70 to fit in a codeblock without a horizontal scroll bar
over 1 year ago
Edit Post #287153 Post edited:
Test code block width to settle on max input size
over 1 year ago
Edit Post #287161 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287182 Initial revision over 1 year ago
Question Just the vowels please
Given a sequence of letters, output only the vowels. Input - A sequence of letters - This may be a string or any ordered data structure of characters (provided it is consistent between inputs) - The letters may contain a mixture of upper and lower case - The characters that count as letters fo...
(more)
over 1 year ago
Edit Post #287161 Post edited:
Golf the explanation request
over 1 year ago
Edit Post #287161 Post edited:
Simplify output section
over 1 year ago
Edit Post #287180 Post edited:
Add subheadings for examples
over 1 year ago
Edit Post #287180 Initial revision over 1 year ago
Article Lowercase, but not just the letters [FINALIZED]
Now posted: Lowercase, but not just the letters Given a string of printable ASCII characters, convert them all to lowercase, except not just the letters. ASCII characters that are letters have a bit in their binary representation that is `0` for uppercase, and `1` for lower[]()case. Setting...
(more)
over 1 year ago
Edit Post #287154 Post edited:
Invite explanations
over 1 year ago
Edit Post #287154 Post edited:
Trim redundant example text
over 1 year ago
Edit Post #287154 Post edited:
Add examples and explain flexibility
over 1 year ago
Edit Post #287135 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287173 Post edited:
Fix test case formatting
over 1 year ago
Edit Post #287173 Post edited:
Add test cases
over 1 year ago
Edit Post #287173 Initial revision over 1 year ago
Question Balanced quinary quasiquine
Given an integer $N$ in balanced quinary, output the first $N$ characters of your source code if $N$ is positive, or the last $-N$ characters of your source code if $N$ is negative. Terminology Quinary Standard quinary (base $5$) has digits $0, 1, 2, 3, 4$. In a quinary number a digit $n$ plac...
(more)
over 1 year ago
Edit Post #287135 Post edited:
Tidying
over 1 year ago
Edit Post #287135 Post edited:
Permit an optional trailing newline
over 1 year ago
Comment Post #287153 I've updated to show a `.` instead of a space for the background. It makes the boundary of the rectangle much clearer - thanks. I'm now half considering using a character that is more central so it aligns better with the `#` but I haven't settled on one yet.
(more)
over 1 year ago
Edit Post #287153 Post edited:
Add visible background character for clarity
over 1 year ago
Edit Post #287166 Post edited:
Typo
over 1 year ago
Suggested Edit Post #287166 Suggested edit:
Typo
(more)
helpful over 1 year ago
Edit Post #287162 Post edited:
Make formatting of binary digits consistent
over 1 year ago
Edit Post #287162 Initial revision over 1 year ago
Article Mediocre pop count [FINALIZED]
Now posted: Mediocre pop count Given a sequence of letters, omit those with the highest or lowest pop count. Terminology The pop count or [population count] of a binary string is the number of `1`s in it. For this challenge, the pop count of a letter is the number of `1`s in its ASCII c...
(more)
over 1 year ago
Edit Post #287161 Post edited:
Improve wording of input section
over 1 year ago
Edit Post #287161 Initial revision over 1 year ago
Article Just the vowels please [FINALIZED]
Now posted: Just the vowels please Given a sequence of letters, output only the vowels. Input - A sequence of letters - This may be a string or any ordered data structure of characters - The letters may contain a mixture of upper and lower case - The characters that count as letters for...
(more)
over 1 year ago
Edit Post #287156 Initial revision over 1 year ago
Answer A: Tips for [fastest-code] in Python
If you're not required to use the standard cpython implementation of python, you can usually get a significant speed increase by running your code with PyPy.
(more)
over 1 year ago
Edit Post #287153 Post edited:
Add some more example cases for 3, 3
over 1 year ago
Edit Post #287154 Post edited:
Add a thought until I have time to look into it
over 1 year ago
Edit Post #287154 Initial revision over 1 year ago
Article Circle of text characters [FINALIZED]
Now posted: Circle of text characters Given a radius R, output a text representation of a circle. Input - A positive integer R (strictly greater than zero) - You do not need to handle values of R greater than 32 Output - A square grid of characters of side length 2R + 1 - You may cho...
(more)
over 1 year ago
Edit Post #287153 Post edited:
Add examples and work on output spec
over 1 year ago
Edit Post #287153 Initial revision over 1 year ago
Article Connect the corners without 4 in a row [FINALIZED]
Now posted: Connect the corners without 4 in a row Connect opposite corners of a rectangle of characters without putting 4 characters in a row. Input - Two numbers, W and H, representing the width and height of the rectangle - Each number will be in the range 2 to 70 Output - A rectan...
(more)
over 1 year ago
Comment Post #287133 Apart from the choice of outputs it's identical, but the same applies to Kolmogorov complexity challenges in general. That's not to say this new challenge is worth posting, but I wanted to get some feedback to see how different a challenge would need to be to be well received. No plans to post thi...
(more)
over 1 year ago
Comment Post #287088 As for the temptation to downvote, if you decide to then it will be part of the result of the experiment, so I don't want to discourage you from doing so. A failed experiment is still useful...
(more)
over 1 year ago
Comment Post #287088 Thanks for the feedback - it's useful whether in the sandbox or here. I understand the sandbox can't catch everything. I share your concerns, and thought carefully about how to choose the numbers to avoid a simple built-in solution or a brute force testing of all permutations. I estimated that the...
(more)
over 1 year ago
Edit Post #287135 Post edited:
Clarify magnitude
over 1 year ago
Edit Post #287135 Post edited:
Use "fewer" for consistency
over 1 year ago
Edit Post #287135 Post edited:
Remove word "still" that depends on previous optional section
over 1 year ago
Edit Post #287135 Post edited:
Hide supplementary terminology section
over 1 year ago
Edit Post #287135 Post edited:
Hide detailed justification for trivial case threshold
over 1 year ago
Edit Post #287135 Post edited:
Make lengths explicitly characters in excluded cases section
over 1 year ago
Edit Post #287135 Post edited:
Remove ambiguity in code length in input section
over 1 year ago