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 »

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Activity for ArtOfCode‭

Type On... Excerpt Status Date
Comment Post #292849 In our case, no, they're different networks entirely just because of how we have things set up at the moment. The design is deliberate, though, it's so that the request source can be configured and doesn't rely on a particular route of communication.
(more)
28 days ago
Comment Post #292849 @#8056 the communities and codidact.com are served by different servers, so them talking to each other isn't quite like internal communication within one physical machine. It's an HTTP request to codidact.com, which necessarily goes through Cloudflare.
(more)
29 days ago
Edit Post #292849 Initial revision about 1 month ago
Article Incident postmortem - 4th October 2024
Incident At 00:49 UTC on the 4th October 2024, Codidact communities unexpectedly became unavailable from the web. This outage lasted for 15 hours and 30 minutes - most of that time was waiting for someone with access to become available, and about an hour was spent investigating and remediating th...
(more)
about 1 month ago
Comment Post #292843 https://github.com/codidact/qpixel/issues/1439
(more)
about 1 month ago
Edit Post #292635 Initial revision 2 months ago
Answer A: How can I private chat with moderators here?
There's no built-in way to do this, but you're welcome to join our Discord server and we can set up a private chat there.
(more)
2 months ago
Edit Post #292458 Question reopened 2 months ago
Edit Post #292458 Question closed 2 months ago
Edit Post #292492 Initial revision 2 months ago
Answer A: Observations on close messages
Thank you for this. You're absolutely right - we don't currently do enough in terms of providing guidance for users when something goes wrong. It's part of our vision for the platform that we'll provide context-sensitive, just-in-time guidance for all users across the platform, but it's also a long a...
(more)
2 months ago
Edit Post #291398 Post edited:
Phrasing
6 months ago
Edit Post #290792 Question closed 9 months ago
Comment Post #290764 While I'd echo the other comment about the front page not really being a "feed" as such, I like the idea of a tag-based method of browsing. Not sure how it would work, but it's something I'd be interested in exploring a bit.
(more)
9 months ago
Edit Post #290753 Initial revision 9 months ago
Answer A: Would there ever be A / B testing?
Not in the forseeable future. Building a system to A-B test new features takes time, as does the analysis afterwards. While we're still a small team, it's more effective for us to collect feedback via Meta, make changes, and continue to collect feedback afterwards. This lets us make changes quickly w...
(more)
9 months ago
Edit Post #290752 Initial revision 9 months ago
Answer A: Modular or “microservices” architecture
The first question to ask when considering a change of architecture is why? What benefits would a modular architecture bring, and would it outweigh the drawback of having to re-write the entire system? The main reason to make something modular is so that it can be used as separate parts, but if you s...
(more)
9 months ago
Edit Post #290751 Post edited:
9 months ago
Edit Post #290741 Initial revision 9 months ago
Answer A: Vote counts as ratios?
This is already how it works. Those red/green bars in post lists are driven by a Wilson score for the post based on the numbers of up and downvotes. Post & answer sorting is also based on these Wilson scores. If you hover over the vote counts on any post, the Wilson score will be displayed in a toolt...
(more)
9 months ago
Edit Post #290729 Question closed 9 months ago
Comment Post #290006 Running the numbers for Monica, one of our most prolific voters - in the past month, this would have almost doubled the number of notifications she received - this alone resulted in almost the same number of notifications as all other activity combined. I think it's worth thinking about some sort of ...
(more)
about 1 year ago
Comment Post #289569 Hypothetically, if someone were to do this, we could have just added all their details into our anti-spam systems.
(more)
about 1 year ago
Comment Post #276584 @#64277 I'd suggest looking at some more recent posts (like [this one](https://meta.codidact.com/posts/289080)) for up-to-date information - this one is very much outdated.
(more)
over 1 year ago
Edit Post #289294 Post edited:
over 1 year ago
Edit Post #289279 Post edited:
over 1 year ago
Edit Post #289294 Initial revision over 1 year ago
Answer A: Is it okay to scrape Codidact for personal tools?
As a general rule: yes, for personal use there's no issue with that. Caveats: First & foremost, this is a general rule - if we discover requests or usage that looks like a problem we'll want to know what's going on; CloudFlare sits in front of all the public communities and will take issue wi...
(more)
over 1 year ago
Edit Post #289247 Post edited:
over 1 year ago
Edit Post #289254 Initial revision over 1 year ago
Answer A: Spinners don't spin for nested details tags
I've fixed this in the design framework - once the CDN's cache updates, you should see this start working properly.
(more)
over 1 year ago
Comment Post #289240 [_cough cough_](https://design.codidact.org/utilities/colors/)
(more)
over 1 year ago
Comment Post #289240 Yeah, the preview isn't entirely accurate as to what it allows. If you try posting that you should find it gets stripped out.
(more)
over 1 year ago
Comment Post #289240 It shouldn't be - it's not in this list of allowed attributes. Have you got an example I can use?
(more)
over 1 year ago
Edit Post #289240 Post edited:
over 1 year ago
Edit Post #289240 Initial revision over 1 year ago
Answer A: What class attributes can we (usefully) use in HTML tags?
Here's the list of supported tags and attributes, pulled straight from the current code: ```ruby self.tags = %w[a p span b i em strong hr h1 h2 h3 h4 h5 h6 blockquote img strike del code pre br ul ol li sup sub section details summary ins table thead tbody tr th td...
(more)
over 1 year ago
Edit Post #289222 Initial revision over 1 year ago
Answer A: Rendering bug of HTML entity in hover text for tags guidance.
This is something we either can't fix, or can't fix without significant effort. It's been a little while since I last checked what browser tooltips can do, but one thing they can't do is render HTML entities. That's up to your browser, not up to us. The way to fix it would be to use a custom tooltip,...
(more)
over 1 year ago
Edit Post #289221 Post edited:
over 1 year ago
Comment Post #289208 @#36396 FractionalRadix isn't talking about 2FA. They're suggesting adding a second confirmation to the _mobile sign in_ feature, which is separate. 2FA is not and will not be required.
(more)
over 1 year ago
Comment Post #289108 You've clicked "moderator tools" from the main page or from the sidebar on another page. You need to click on the "moderator tools" button _on a user's profile_, as Monica said.
(more)
over 1 year ago
Edit Post #289080 Nominated for promotion over 1 year ago
Edit Post #289086 Initial revision over 1 year ago
Answer A: 1. Outline Codidact's complaints process? 2. What public bodies oversee Codidact?
You have a slight misunderstanding here, I'm afraid. Companies like Lloyds Bank and British Airways are both part of highly regulated industries (banking and aviation). Those industries have their own specific set of regulations, regulators, ombudsmen, professional bodies, etc, which often require co...
(more)
over 1 year ago
Comment Post #288695 @#63646 Absolutely not! We're a small team, but that doesn't mean we're not trying to improve Codidact as we go. Feature requests from users are an essential part of that - they help us understand how folks are using these communities and how we can help. We have to prioritise and we can't do everyth...
(more)
over 1 year ago
Edit Post #288695 Initial revision over 1 year ago
Answer A: A feature-request status page
Codidact is small, as is our team. Our development team is even smaller. That means that time, especially dev time, is a very precious resource that we have little of. Something like this requires a fairly significant time investment both in development and in keeping up to date; I'm not convinced th...
(more)
over 1 year ago
Edit Post #288454 Initial revision over 1 year ago