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 Jo King‭

Type On... Excerpt Status Date
Comment Post #279688 Another way might be to keep two counters, and output Fizz/Buzz when they reach 3/5 (and then reset them)
(more)
over 2 years ago
Comment Post #279684 Sigh, Unary, score 256
(more)
over 3 years ago
Comment Post #279365 Is the STDERR restriction really necessary? If the program outputs the correct output before terminating with an error, is that really a reason to disregard them?
(more)
over 3 years ago
Comment Post #279660 Answers may want to specify what version of Befunge (e.g 93 or 98) and/or the interpreter they are using, since there are some substantial differences.
(more)
over 3 years ago
Comment Post #279665 You can also do `"n"` where `n` has the char code you want. This fails for 34 (`"`), and starts to take up more bytes above 128, but is usually more golfy than trying to work it out arithmetically
(more)
over 3 years ago
Comment Post #279640 [20 bytes](https://tio.run/##S0pNK81LT9W1tNAtqAQz//@3M9VWttJVrotXsbNS1ok3NdXWcfj/3yM1JydfRyE8vygnRZELAA)
(more)
over 3 years ago
Comment Post #279639 I would recommend allowing programs to reverse all of STDIN as well. Also, forcing an extra newline to be output rather than allowing it to be optional feels like it makes the challenge more complex than it needs to be. Also, do we have to handle empty inputs?
(more)
over 3 years ago
Comment Post #279318 Hi everyone. I'm really sorry for not noticing this Meta post earlier, but I've accepted the offer to be a temporary moderator for the site while we jumpstart the Codidact Code Golf community! Thanks for having faith in me.
(more)
over 3 years ago
Comment Post #279301 What optimisations is TIO missing? As far as I know, it is using the reference interpreter provided by the language's authors (which itself has a number of bugs to exploit). Also, the shortest on SE is [592 bytes](https://codegolf.stackexchange.com/a/161605/76162)
(more)
over 3 years ago
Comment Post #279327 You can golf this pretty easily by removing all the whitespace. I'm not sure what restricted character set you've decided to program this under, since it has quotes and an `x` in it, both of which could surely be used elsewhere to make it shorter.
(more)
over 3 years ago
Comment Post #279255 [32 bytes](https://tio.run/##VcxBCsIwEEDRvacYcJPgBGYyKW2F9i4jXShoLNJFcvq0Wgl0@/j8OS/3d5RSdHjq6zYpJMzXNA6kcTJ8UZMxuWxtmT@PuBg17AmhZWsBztCcKhNj8F/dWCo3RBj6fq9DZela/C2OtaBj3/0nXNl5lD3emMoK) if you don't mind 0 being `False` else [35](https://tio.run/##VcxNCsIwEEDhvacYcDOhE5hJUtoK9S4jXShoLNJFcvrYHwm4/Xi8...
(more)
over 3 years ago
Comment Post #279189 I was also thinking of reposting the quine question, but you beat me to it. One thing that I was thinking of changing was to allow function submissions, which would let some answers be somewhat distinct from the old question.
(more)
over 3 years ago