Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for qwr
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #285894 |
Comment voting is an important mechanism to highlight important comments, usually pointing out something is wrong or unclear. This is immensely beneficial when trying to assess the accuracy of an answer. (more) |
— | over 1 year ago |
Comment | Post #289121 |
Incidentally my browser autocompletes to softwareengineering.stackexchange.com (more) |
— | over 1 year ago |
Comment | Post #289009 |
Unless a model does what you want out-of-the-box, usually pretrained models are customized and tweaked to meet the specific task. (more) |
— | over 1 year ago |
Comment | Post #289112 |
I don't have access to a Snowflake db. But natural outer join should be like an outer join with equality condition. Can you test on some test data and post your query? (more) |
— | over 1 year ago |
Comment | Post #289047 |
PyCharm Community Edition is licensed under Apache License 2.0, so is free software. (more) |
— | over 1 year ago |
Comment | Post #286504 |
First impressions are important, and excessive decimals is a telltale sign of a UI and thus the whole site not being polished. (more) |
— | over 1 year ago |
Edit | Post #289121 | Initial revision | — | over 1 year ago |
Answer | — |
A: How can we grow this community? Give software.codidact.com its own domain Stack Overflow is by far the largest community on Stack Exchange and likely serves as the main base of users (covered in metal.carratt's answer). I see software.codidact.com as prominent enough to get its own domain name, so it shouldn't feel like just ano... (more) |
— | over 1 year ago |
Comment | Post #285826 |
Currently there is even more of a furor about AI-generated answers on Stack Overflow to potentially capitalize on. (more) |
— | over 1 year ago |
Edit | Post #289112 |
Post edited: |
— | over 1 year ago |
Edit | Post #289112 |
Post edited: |
— | over 1 year ago |
Edit | Post #289112 |
Post edited: |
— | over 1 year ago |
Edit | Post #289112 | Initial revision | — | over 1 year ago |
Answer | — |
A: Does Snowflake NATURAL JOIN support outer-style join? Snowflake's `NATURAL JOIN` follows the SQL standard in that it is simply an (inner) equi-join with implied column names. (This is discouraged as it's safer and clearer to just explicitly write the join condition.) See Snowflake join docs. In the equality comparison, NULLs will not be retained. The ou... (more) |
— | over 1 year ago |
Comment | Post #289009 |
Your question is more about statistics than coding, so probably belongs on the Math community. Anyway what you want (keyword image classification) is well-researched and doesn't require any state-of-the-art models. It is quite easy to train such a classifier with many tutorials on convnets out there,... (more) |
— | over 1 year ago |