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
Suggested Edit Post #287054 Suggested edit:
Typo
(more)
helpful over 1 year ago
Comment Post #287050 I see now - thanks for the explanation. I should have tested the unary cases before making a suggestion...
(more)
over 1 year ago
Edit Post #287005 Post edited:
A few more test cases
over 1 year ago
Comment Post #287050 Can you save a couple of bytes by using `m>0` instead of `if m else`?
(more)
over 1 year ago
Edit Post #287005 Post edited:
Condense long output point
over 1 year ago
Edit Post #287005 Post edited:
Suggest explanations in answers
over 1 year ago
Edit Post #287040 Post edited:
Add request for explanations in answers
over 1 year ago
Edit Post #287035 Post edited:
Formating for explanation request
over 1 year ago
Edit Post #287035 Post edited:
Prefer answers with explanations
over 1 year 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 1 year 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 1 year ago
Edit Post #287040 Post edited:
Set a provisional max input length
over 1 year 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 1 year ago
Edit Post #287040 Post edited:
Improve introduction
over 1 year ago
Edit Post #287040 Post edited:
Relax output data type requirements
over 1 year ago
Edit Post #287040 Post edited:
Remove redundant "treated as"
over 1 year ago
Edit Post #287040 Post edited:
Add more test cases
over 1 year ago
Edit Post #287040 Post edited:
Specify test case output format
over 1 year ago
Edit Post #287040 Initial revision over 1 year ago
Article Rationalise recurring binary [FINALIZED]
Now posted: Rationalise recurring binary Given a potentially recurring binary string, output the number it represents, as a fraction in lowest terms. The notation used in this challenge for recurring digits is non-standard. An `r` is used to indicate that the remaining digits recur. For exa...
(more)
over 1 year ago
Edit Post #287026 Post edited:
Indicate this is no longer my opinion
over 1 year ago
Edit Post #287033 Post edited:
Add torn afterthought
over 1 year ago
Edit Post #287033 Post edited:
Fix inaccurate search behaviour description
over 1 year ago
Edit Post #287033 Post edited:
Mention cannot add "finalized" tag if there are already 5 tags
over 1 year ago
Edit Post #287008 Post edited:
Add finalized tag, edit title, link to posted challenge
over 1 year ago
Edit Post #287035 Initial revision over 1 year ago
Question Presumptuous base conversion
Take an input string representing a number and convert it to decimal (base 10). However, the base of the input is not specified. Assume the input is in the smallest base for which its digits are valid. Input - The input consists only of characters from 0123456789ABCDEF where A to F represent the ...
(more)
over 1 year ago
Edit Post #287008 Post edited:
Remove ambiguity from opening sentence
over 1 year ago
Edit Post #287008 Post edited:
Slight wording improvement
over 1 year ago
Edit Post #287008 Post edited:
Avoid confusion as N is not a valid digit
over 1 year ago
Edit Post #287008 Post edited:
Remove one more "assumed"
over 1 year ago
Edit Post #287008 Post edited:
Rephrase the output section to avoid the word "assume"
over 1 year ago
Edit Post #287008 Post edited:
Clarify output section on leading zeroes
over 1 year ago
Comment Post #286989 Illustration of the example: ``` 11111000 12221000 12321110 12222210 11123210 00122210 00111110 00000000 ``` I suspect this was not intended to be a valid output but it would be good to have it made explicit either way.
(more)
over 1 year ago
Comment Post #286989 From "You can choose which one takes priority." I assume that for 2 overlapping beacons there are only 2 potential solutions. That is, one beacon must be chosen to entirely overwrite the other everywhere that they overlap. In case anyone has a different interpretation, such as giving priority t...
(more)
over 1 year ago
Edit Post #287033 Post edited:
Clearer subheadings
over 1 year ago
Edit Post #287033 Initial revision over 1 year ago
Answer A: Filtering the sandbox for ease of feedback
Both tags and [FINALIZED] are problematic Problem with tags Having been shown the related meta post [Separate the tags away from the Sandbox or delete the \[finalized\] tag] I can now see that having tags in the Sandbox that are not tags for Challenges is problematic. It's clear from that post that...
(more)
over 1 year ago
Comment Post #287026 That meta post does provide a good motivation for avoiding both "finalized" and "cancelled" tags. I'm less comfortable with "[FINALIZED]" or "[CANCELLED]" in the title - that requires searching each time I want to see posts that need feedback, rather than just setting a permanent filter on sandbox po...
(more)
over 1 year ago
Edit Post #287005 Post edited:
Add diagram and extra wording for clarity
over 1 year ago
Edit Post #287008 Post edited:
Add a unary test case
over 1 year ago
Edit Post #287005 Post edited:
Improve wording and add a larger truthy test case
over 1 year ago
Edit Post #287008 Post edited:
Clarify output section
over 1 year ago
Edit Post #287008 Post edited:
Improve example calculation
over 1 year ago
Edit Post #287008 Post edited:
Fix incorrect test cases
over 1 year ago
Edit Post #287008 Post edited:
Split specification into input and output sections
over 1 year ago
Comment Post #287005 Good point. Although this is mentioned in the opening paragraph and there are the test cases you mention, I agree it would be better for the output section to also be explicit about this, so I've added a couple more bullet points.
(more)
over 1 year ago
Comment Post #287005 Thanks for all the feedback! I'll wait to see if there are any other opinions for or against before making a final decision on allowing empty input. I've edited to allow the input formats you listed, added an upper limit on input size, included your extra test case, and specified that the input...
(more)
over 1 year ago
Edit Post #287005 Post edited:
Narrow down sandbox questions to those that still need feedback
over 1 year ago
Edit Post #287005 Post edited:
Address feedback
over 1 year ago