![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
Aspire, Microsoft’s open source, cloud native development platform, now supports JavaScript, TypeScript, Python, and Java as first-class citizens.
“With Aspire 13, JavaScript and TypeScript developers get to join the party — and I’m not talking about some half-baked afterthought integration,” wrote Microsoft Senior Software Engineer David Pine on Microsoft’s developer blog. “This is first-class, full-featured support for orchestrating your JavaScript apps in distributed systems.”
The tool was previously called .Net Aspire, but .Net has been dropped since Aspire is a polyglot.
The code-first orchestration platform is used to build, debug, and deploy distributed applications, such as cloud native apps or microservices.
Aspire provides a set of curated components and tooling, including a developer dashboard. Its goal is to simplify starting, building, and running cloud native applications.
Pine explains how to run JavaScript code in three different scenarios, including Node and Vite.
Rust released version 1.93.0 this week. The big news here is that it upgrades the version of the musl C library used when building certain Linux apps.
This ”should make portable Linux binaries that do networking more reliable, particularly in the face of large DNS records and recursive nameservers,” according to the Rust blog about version 1.93.0.
That translates into apps that will be more stable when running in Kubernetes, Docker, or complex cloud environments where DNS records are large and complex.
If you have a previous version of Rust installed via rustup, you can update to 1.93.0 with:
$ rustup update stable
Are you working on a side project that’s especially useful and an actual application — not just a demo?
If so, you might want to submit it to the Proof of Usefulness Hackathon, which runs each month until June 5. It’s “a global developer competition that rewards one thing and one thing only: Real-world usefulness,” according to HackerNoon.
What’s interesting about this hackathon is that it will offer monthly rewards and recognition for more than 40 winners over the next six months. Every two months, there will be major software prize cycles for top startups. There’s also $1,500 worth of inventory for each participant.
The hackathon is open to individual developers and budding startups. It provides access to free tools that help you build and promote something meaningful.
While any technology is welcome, the bigger prizes will go to AI and machine learning (ML) projects that use the sponsor technologies. This week, the site explained how to enter the event, which is a bit of a process.
The event is sponsored by HackerNoon, Bright Data, Neo4j, Storyblok, and Algolia.
Kaggle, a Google-owned online AI developer community, recently launched a new feature that lets you create custom benchmarks for evaluating AI models.
The feature is called Community Benchmarks for its Benchmarks platform. It can be used to design, run, and share the custom AI model benchmarks.
Here’s why it matters: AI is evolving so rapidly that it’s become difficult to evaluate model performances, according to a blog post by Michael Aaron, a Kaggle software engineer, and Megan Risdal, a product lead for Kaggle.
“Not long ago, a single accuracy score on a static dataset was enough to determine model quality,” Aaron and Risdal write. “But today, as LLMs evolve into reasoning agents that collaborate, write code, and use tools, those static metrics and simple evaluations are no longer sufficient.”
Among the features of Community Benchmarks:
The Kaggle Benchmarks repo has examples of prebuilt tasks.