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 Quintec‭

Type On... Excerpt Status Date
Edit Post #287792 Initial revision about 1 year ago
Answer A: How should we handle incorrect answers?
Do nothing It's wrong but well intentioned. The best we can do is leave a comment saying why its wrong.
(more)
about 1 year ago
Edit Post #287791 Initial revision about 1 year ago
Answer A: How should we handle incorrect answers?
Lock it Locking a post disallows edits, comments and votes. I am not sure if it allows the original poster to edit or not, but this would be one way to preserve the answer while preventing interaction with it, possibly allowing it to be fixed in the future.
(more)
about 1 year ago
Edit Post #287790 Initial revision about 1 year ago
Question How should we handle incorrect answers?
Recently a flag came to my attention on this post: https://codegolf.codidact.com/posts/280372/281943#answer-281943 It is a well-intentioned answer to the challenge, but unfortunately it is wrong, and despite being notified, the user who posted the answer has not fixed it. What should we do in ...
(more)
about 1 year ago
Comment Post #285891 haha, probably, but my knowledge of golflangs is woefully incomplete
(more)
over 1 year ago
Edit Post #286392 Initial revision almost 2 years ago
Answer A: Under which condition is a function that takes arguments other than those specified by the challenge by itself a valid solution to a challenge?
What you said > a function is a valid solution to a challenge if and only if it can be called with no more than the specified input of the task This sounds reasonable to me. If you want to make your function take in specific parameters, code in defaults, or write a program instead.
(more)
almost 2 years ago
Comment Post #285833 10+ years of python and i somehow have never seen nonlocal before... TIL!
(more)
about 2 years ago
Comment Post #285891 did not work for me when i tried
(more)
about 2 years ago
Edit Post #285891 Initial revision about 2 years ago
Answer A: Can you give me half?
Japt, 1 byte ½ Test it [Jelly], Vyxal, 1 byte . Try it online! Yeah, golf langs still kind of kill this challenge.
(more)
about 2 years ago
Edit Post #285147 Post edited:
over 2 years ago
Edit Post #285147 Initial revision over 2 years ago
Answer A: Find the IP address class
Japt, 26 25 bytes ;Bg4mUqL În10,2 ùT8 qT Îl Try it Long and unwieldy, I'm rusty. Looks at the first 0 in the bitstring of the first octet.
(more)
over 2 years ago
Edit Post #284901 Initial revision over 2 years ago
Answer A: New solution to same challenge in same language: Change existing answer or add new one?
Make a new post If they are completely different solutions, I would say they should be judged separately.
(more)
over 2 years ago
Comment Post #284705 Agree for the most part - Works for me is gone, outdated has been changed to invalid, but maybe dangerous could stay - it doesn't necessarily mean bad coding practices, but maybe instead actual malicious code, for example a reverse shell... sometimes the code is so obfuscated it might be hard to tell...
(more)
over 2 years ago
Edit Post #284584 Initial revision over 2 years ago
Answer A: Tips for golfing in Java
Use higher versions of Java Seriously, it's crazy what sort of features have been added since Java 8. I hardly recognize the language anymore... Examples: Constructing Lists Before, you had to do something like `Arrays.asList(new String[]{"a", "b", "c"})`, but in Java 9+ you have `List.of...
(more)
over 2 years ago
Edit Post #284576 Initial revision over 2 years ago
Answer A: Reactions on Code Golf Codidact
New reactions are up "Works for me" is gone, "Outdated" is now invalid, and "Dangerous" has stayed the same.
(more)
over 2 years ago
Comment Post #284463 This seems like a perfectly reasonable point of view as well - you should post it as an answer to gauge community response
(more)
over 2 years ago
Comment Post #284493 Yeah, I wasn't so sure about Interesting/Cool/Wow either. But I do feel like "works for me" falls under the same category as "what votes are for", I don't really see a difference
(more)
over 2 years ago
Edit Post #284464 Post edited:
over 2 years ago
Edit Post #284464 Initial revision over 2 years ago
Answer A: Reactions on Code Golf Codidact
Interesting! / Cool! / Wow! Any of these names would work, I think. This would be the dark green reaction in place of "works for me". Intended to be used for answers that are extra unique/impressive in some way, even if they aren't the golfiest, or just for answers that you think deserve more than...
(more)
over 2 years ago
Edit Post #284463 Initial revision over 2 years ago
Question Reactions on Code Golf Codidact
Reactions were just released! See the main meta post here for the details. Currently, the default reactions look like this: Reactions panel Now, I would argue that none of these fit for Code Golf - so what reactions do you think the community should have?
(more)
over 2 years ago
Edit Post #284127 Post edited:
over 2 years ago
Comment Post #284127 Ah, cool, thanks, I had no idea `x` existed, that seems oddly specific
(more)
over 2 years ago
Edit Post #284127 Initial revision over 2 years ago
Answer A: Expand a polynomial
Japt `-Q`, 15 12 bytes à üÊËx×JpE -3 bytes thanks to @Shaggy Uses Vieta's. Try it
(more)
over 2 years ago
Comment Post #284084 Technically, command line arguments go to stdin in most languages, don't they
(more)
over 2 years ago
Comment Post #284080 I'd just use random code as filler text instead of binary, it looks wrong
(more)
over 2 years ago
Edit Post #283790 Post edited:
over 2 years ago
Comment Post #283995 Seems too loosely defined. Is recursion a loop? Is mapping a loop? are builtins that give you a range a loop? This feels either too easy or too hard, and if you restrict everything I’m not sure anyone can do better than literally printing out the whole string
(more)
over 2 years ago
Comment Post #283966 It is generally frowned upon to self answer so many times before other people have a chance to see and answer it - you might be taking away a language that they would use
(more)
over 2 years ago
Comment Post #283941 Thanks, edited.
(more)
over 2 years ago
Edit Post #283941 Post edited:
over 2 years ago
Comment Post #283923 I posted about this in the I/O rules thread. https://codegolf.codidact.com/posts/282784/283941#answer-283941
(more)
over 2 years ago
Edit Post #283941 Initial revision over 2 years ago
Answer A: Default Rules: Code Golf I/O
You may modify the input in-place If a function takes an input `a`, it is acceptable that `a` contains the intended output after executing instead of other forms of output. Note that this means `a` must be mutable to begin with and the function must actually mutate `a`. Example
(more)
over 2 years ago
Edit Post #283883 Initial revision over 2 years ago
Answer A: Make my value binary
[Python 3], 3 bytes bin Try it online!
(more)
over 2 years ago
Comment Post #283838 You didn’t answer on sandbox so I guess I’ll ask here: can we output in native formats? Like python uses 0b for binary
(more)
over 2 years ago
Edit Post #283829 Question closed over 2 years ago
Comment Post #283829 Welcome to Codidact! This is our site for recreational coding challenges, not programming help. I see you have already posted on https://software.codidact.com/posts/283824 that is the correct place for this.
(more)
over 2 years ago
Comment Post #283791 whoops, fixed now
(more)
over 2 years ago