You are here |
yieldcode.blog | ||
| | | |
www.wbscodingschool.com
|
|
| | | | Join WBS CODING SCHOOL's one year Software Engineering Program. Gain real-world coding skills with Python, JavaScript, Azure, and more, plus a 2-month internship and industry certifications. | |
| | | |
codecapsule.com
|
|
| | | | I have used OpenAI's o3-mini-high model to create a web application for transferring ChatGPT conversations to an e-reader, addressing challenges like login barriers. The iterative development experience was smooth, but trust in LLMs is essential, especially for more complex or sensitive applications. Future programming will combine LLMs with human engineers, potentially displacing less skilled positions. | |
| | | |
michaelscodingspot.com
|
|
| | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | |
blog.jak-linux.org
|
|
| | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail. |