Interesting though: Senior developers just got more valuable as the industry gets flooded with junior vibe coders that do not know how to build real-world maintainable software and/or don’t understand to fix it when it’s broken.
#Development #Launches
AINativeDev Landscape · A catalog of AI-powered development tools https://ilo.im/1630z2
_____
#Programming #Coding #VibeCoding #AI #AiAgents #MCP #WebDev #Frontend #Backend #Collections
Jai looks like the future of systems programming. A fresh take on C++ with speed and simplicity we all want.
#programming #systemsdev #cpp https://smarimccarthy.is/posts/2024-12-02-four-years-of-jai/
Not a comforting thing to find in someone's old code you're trying to debug.
I joined a company that is outdated. Should I leave it? (PLEASE HELP)
https://www.linkedin.com/in/achal-venkatesh-k-366502220/
Discussions: https://discu.eu/q/https://www.linkedin.com/in/achal-venkatesh-k-366502220/
Introducing Herb: A new HTML-Aware ERB Parser for smarting developer tooling
https://marcoroth.dev/posts/introducing-herb
Discussions: https://discu.eu/q/https://marcoroth.dev/posts/introducing-herb
Unauthenticated Remote Code Execution in Erlang/OTP SSH
https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2
Discussions: https://discu.eu/q/https://github.com/erlang/otp/security/advisories/GHSA-37cp-fgq5-7wc2
Is gofiber.io compromised or bugged? Seeing weird site despite legit URL.
Discussions: https://discu.eu/q/https://gofiber.io
Practical recursion schemes in Rust: traversing and extending trees
https://www.tweag.io/blog/2025-04-10-rust-recursion-schemes/
Discussions: https://discu.eu/q/https://www.tweag.io/blog/2025-04-10-rust-recursion-schemes/
Taking a Look at Storytale
https://touchlab.co/previewing-storytale
Discussions: https://discu.eu/q/https://touchlab.co/previewing-storytale
Writing Correct C++ GUI Code: Bug-Free JUCE UI – Jan Wilczek – ADC 2024
https://www.youtube.com/watch?v=Ur_sTOe-1LI
#coding #cpp #JUCE #programming
My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.
Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.
"[T]hose claiming we're mere months away from AI agents replacing most programmers should adjust their expectations because models aren't good enough at the debugging part, and debugging occupies most of a developer's time. That's the suggestion of Microsoft Research, which built a new tool called debug-gym to test and improve how AI models can debug software.
Debug-gym (available on GitHub and detailed in a blog post) is an environment that allows AI models to try and debug any existing code repository with access to debugging tools that aren't historically part of the process for these models. Microsoft found that without this approach, models are quite notably bad at debugging tasks. With the approach, they're better but still a far cry from what an experienced human developer can do.
(...)
This approach is much more successful than relying on the models as they're usually used, but when your best case is a 48.4 percent success rate, you're not ready for primetime. The limitations are likely because the models don't fully understand how to best use the tools, and because their current training data is not tailored to this use case."
UI tip: maybe don't round percentages to 0% or 100% https://evanhahn.com/maybe-dont-round-percentages-to-0-or-100-percent/