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
Comment Post #287928 As we don't have any prior examples of [fastest-code](https://codegolf.codidact.com/categories/50/tags/5329 "Posts tagged fastest-code") challenges, I've posted in the Q&A section asking for general advice on [Hosting fastest code challenges](https://codegolf.codidact.com/posts/287927) to see what id...
(more)
about 1 year ago
Edit Post #287927 Initial revision about 1 year ago
Question Hosting fastest code challenges
When posting a fastest-code challenge, what do I need to bear in mind? Unlike with code-golf challenges, where the score is simply the number of bytes in the source code, for a fastest-code challenge the time taken to run will be different on different machines. What options are there for defining...
(more)
about 1 year ago
Comment Post #287925 (You can always "undelete" your own posts that you have deleted, so it works as a way of temporarily preventing answers.)
(more)
about 1 year ago
Comment Post #287925 I missed your post while typing - sounds like you're fine with running on your own machine. Once you have copied this into the sandbox you can simply press delete on this one - it will remain visible to you but no one will be able to post an answer which means you'll be free to change whatever you ch...
(more)
about 1 year ago
Comment Post #287925 We don't yet have any examples of [fastest-code](https://codegolf.codidact.com/categories/49/tags/5329) challenges - yours would be the first. If you made this a code golf challenge (shortest code) then it would be simpler for you, but would still benefit from some test cases. If you keep it as...
(more)
about 1 year ago
Comment Post #287925 Welcome to Code Golf Codidact! This looks like an interesting challenge. It might need some fine tuning to make it clear how to calculate the score for generating the automated leaderboard. For example, the run time will differ on different machines. We usually post our challenge ideas in the [San...
(more)
about 1 year ago
Comment Post #287816 If we label an answer as invalid but don't delete it, then currently I'm guessing it still appears on the automated leaderboard? If it's decided to go with this approach maybe we could look into amending the leaderboard to not include invalid answers.
(more)
about 1 year ago
Comment Post #287816 Is it straightforward to remove this reaction once the answer has been fixed? I guess the thread could remain as history as long as the reaction badge can be removed?
(more)
about 1 year ago
Edit Post #287794 Initial revision over 1 year ago
Answer A: How should we handle incorrect answers?
Respect both sides We should consider how an approach would affect the poster of the incorrect answer, and how it would affect the posters of correct answers. Correct answers In general, allowing an incorrect answer to remain leaves some or all of the correct answers lower in the automated per l...
(more)
over 1 year ago
Comment Post #287790 I think it's worth taking into account that an answer appears in the per language leaderboard below the question, so allowing it to remain in place can give a casual observer (particularly one not familiar with that language) the impression that it is officially approved and correct. For example, ...
(more)
over 1 year ago
Edit Post #287403 Post edited:
Formatting
over 1 year ago
Comment Post #287087 There is a guide on Wikipedia to [Converting repeating decimals to fractions](https://en.wikipedia.org/wiki/Repeating_decimal#Converting_repeating_decimals_to_fractions), which also mentions application to other bases.
(more)
over 1 year ago
Edit Post #287403 Post edited:
Fix missing backticks
over 1 year ago
Edit Post #287403 Post edited:
Typo
over 1 year ago
Edit Post #287403 Initial revision over 1 year ago
Article Shortest representation in generalised Roman numerals [FINALIZED]
Posted Given an integer, find its shortest representation in generalised Roman numerals. Since there is more than one way to generalise, only the definition shown below applies to this challenge. Definition The digits used are the same as for standard Roman numerals, with the same values: Dig...
(more)
over 1 year ago
Edit Post #287377 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287386 Initial revision over 1 year ago
Question Digit antitranspose
Convert a matrix or grid of digits to its antitranspose. For a square matrix , this is its reflection in its antidiagonal. More generally, for a rectangular matrix, this is its reflection in its skew diagonal. Less formally, the line to reflect in is from South West to North East, at 45 degrees re...
(more)
over 1 year ago
Edit Post #287377 Post edited:
Specify input is rectangular
over 1 year ago
Edit Post #287376 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287381 Initial revision over 1 year ago
Question Encode with ROT13.5
Given a string, convert all of its letters using ROT13, and all of its digits using ROT5. This is sometimes referred to as ROT13.5. Input - A sequence of printable ASCII characters (character codes 32 to 126 inclusive) - This may be a string or any data structure of characters Output - A seq...
(more)
over 1 year ago
Edit Post #287377 Post edited:
Add more test cases
over 1 year ago
Edit Post #287377 Post edited:
Move example out of bullet point list
over 1 year ago
Edit Post #287376 Post edited:
Add hope for explanations
over 1 year ago
Edit Post #287377 Initial revision over 1 year ago
Article Digit antitranspose [FINALIZED]
Now posted: Digit antitranspose Convert a matrix or grid of digits to its antitranspose. For a square matrix , this is its reflection in its antidiagonal. More generally, for a rectangular matrix, this is its reflection in its skew diagonal. Less formally, the line to reflect in is from Sou...
(more)
over 1 year ago
Edit Post #287376 Post edited:
Slight adjustment to a test case
over 1 year ago
Edit Post #287376 Post edited:
Amend test cases
over 1 year ago
Edit Post #287376 Initial revision over 1 year ago
Article Encode with ROT13.5 [FINALIZED]
Now posted: Encode with ROT13.5 Given a string, convert all of its letters using ROT13, and all of its digits using ROT5. This is sometimes referred to as ROT13.5. Input - A sequence of printable ASCII characters (character codes 32 to 126 inclusive) - This may be a string or any data str...
(more)
over 1 year ago
Edit Post #287238 Post edited:
Remove trailing comma from test cases
over 1 year ago
Edit Post #287329 Post edited:
Conclude switching to 0-bits for knights would be longer
over 1 year ago
Edit Post #287329 Post edited:
Forgot to update Rust Playground link
over 1 year ago
Edit Post #287329 Post edited:
Combine bitmask pairs into single applications
over 1 year ago
Edit Post #287329 Post edited:
No need to stop knights moving off the top of bottom of the board, only the sides
over 1 year ago
Edit Post #287341 Post edited:
Mark code block as text to avoid syntax highlighting making the first letter bold
over 1 year ago
Edit Post #287238 Post edited:
Make test case explanations a hidden section
over 1 year ago
Suggested Edit Post #287341 Suggested edit:
Mark code block as text to avoid syntax highlighting making the first letter bold
(more)
helpful over 1 year ago
Edit Post #287329 Post edited:
Further golfing
over 1 year ago
Edit Post #287329 Initial revision over 1 year ago
Answer A: Knight safe squares
Rust, 236 184 166 142 bytes ```rust |i:u64|{let s=0x101010101010101;let(a,b,c,d)=(i&252s,i&254s,i&127s,i&63s);(i|a>6|c>>15|b>>17|a>>10).countzeros()} ``` All test cases on Rust Playground Takes input as a 64 bit unsigned integer where each 1-bit represents a knight and each 0-bit represent...
(more)
over 1 year ago
Edit Post #287323 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287324 Initial revision over 1 year ago
Question Sort letters by height
Given a sequence of lower case letters, sort them into order of height. Heights The heights of letters are dependent on font, so for this challenge the height order to be used is as defined below: ```text acemnorsuvwxz t i bdfghklpqy j ``` Letters on the same line are defined to be ...
(more)
over 1 year ago
Edit Post #287323 Post edited:
Add test case
over 1 year ago
Edit Post #287323 Post edited:
Add test cases
over 1 year ago