Top

Category: Software Category

software category


Development Software, Software Category

JetBrains Compose Multiplatform debuts UI testing API

March 1, 2024

Via: InfoWorld

JetBrains has released Compose Multiplatform 1.6.0, an upgrade to the company’s declarative UI framework that introduces a UI testing API and improves the common resources API. Compose Multiplatform allows developers to build UIs for Android, iOS, desktop, and web from […]


Development Software, Software Category

Stack Overflow opens API to Google’s Gemini

February 29, 2024

Via: InfoWorld

Stack Overflow, the popular question-and-answer portal for developers, has partnered with Google’s cloud computing arm to develop an API that will give Google’s Gemini AI model access to Stack Overflow’s knowledge base. Dubbed the Overflow API, the new offering will […]


Development Software, Software Category

High-risk open source vulnerabilities on the rise, Synopsys reports

February 28, 2024

Via: InfoWorld

Nearly three-quarters of codebases assessed for risk by Synopsis in 2023 contained open source components with high-risk vulnerabilities, according to a just-released report from the company, a provider of application security testing tools. While the number of codebases with at […]


Application Software, Software Category

Microsoft faces scrutiny from EU after partnership with OpenAI rival Mistral

February 28, 2024

Via: Ars Technica

On Monday, Microsoft announced plans to offer AI models from Mistral through its Azure cloud computing platform, which came in conjunction with a 15 million euro non-equity investment in the French firm, which is often seen as a European rival […]


Development Software, Software Category

Deno 1.40 Released, Features Upcoming JavaScript’s Temporal API and Decorators

February 28, 2024

Via: InfoQ

The Deno team recently released Deno 1.40. Deno 1.40 implements upcoming JavaScript’s Temporal API for advanced date and time operations; and the latest JavaScript’s decorator proposal for meta- and aspect-oriented programming. The Temporal API addresses shortcomings in JavaScript’s Date object. […]


Development Software, Software Category

TypeScript soothes type narrowing pain point

February 26, 2024

Via: InfoWorld

TypeScript 5.4, a planned update to the strongly typed JavaScript variant from Microsoft, has graduated to the release candidate stage. New capabilities in version 5.4 include preserved narrowing within function closures created after the last assignment and a NoInfer type […]


Development Software, Software Category

Java News Roundup: JDK 22 RC2, Multiple Releases in the Spring Ecosystem, Payara Platform

February 26, 2024

Via: InfoQ

This week’s Java roundup for February 19th, 2024 features news highlighting: JDK 22 in release candidate 2, the February 2024 edition of the Payara Platform, numerous milestone and point releases in the Spring ecosystem, multiple releases of Apache Tomcat and […]


Development Software, Software Category

Rethinking AI’s Impact on Software Development and Testing

February 23, 2024

Via: InformationWeek

Artificial intelligence has rapidly evolved from a buzzword to a crucial tool in software development and testing, marking a transformative shift in the industry. As someone closely involved in this field, I have observed AI’s role in enhancing various development […]


Development Software, Software Category

Java virtual threads hit with pinning issue

February 22, 2024

Via: InfoWorld

Java’s virtual threads, introduced in JDK 21 in September 2023 to make it easier to write and maintain concurrent applications, has suffered from a “pinning” issue that arises with synchronized methods or synchronized statements. Oracle detailed the virtual thread pinning […]


Software Category, System Software

Microsoft is developing a network card that improves AI performance

February 21, 2024

Via: TechSpot

The Information has learned that Microsoft is developing a new network card that could improve the performance of its Maia AI server chip. As an added bonus, it would further Microsoft’s goal of reducing its dependence on Nvidia as the […]


Application Software, Software Category

Google stresses safety with Gemma open models

February 21, 2024

Via: InfoWorld

Google has unveiled Gemma, a family of open models designed to assist developers and researchers enganged in responsible AI development. Google said the Gemma models were created from the same research and technology used to create its Gemini models. Described […]


Application Software, Software Category

ngrok unveils API gateway-as-a-service

February 20, 2024

Via: InfoWorld

Ngrok, provider of an ingress service that delivers traffic from developer platforms to the internet, has unveiled an API gateway-as-a-service, which is now available in an early access developer preview. Ngrok’s API gateway enables developers to use the global ngrok […]


Application Software, Software Category

Here’s how to turn off Microsoft Edge’s pesky new sidebar button

February 20, 2024

Via: TechSpot

According to reports from Edge users, the icon appeared after updating Edge to version 121.0.2277.128, and can be seen in the top-right corner of the screen, just below the Close (x) box. It is only visible when all Sidebar settings, […]


Development Software, Software Category

Java News Roundup: New JEP Candidates, Milestone Releases for Spring Projects and Micrometer

February 19, 2024

Via: InfoQ

JEP 466, Class-File API (Second Preview), has been promoted from its JEP Draft 8324965 to Candidate status. This JEP proposes a second round of preview to obtain feedback from the previous round of preview: JEP 457, Class-File API (Preview), to […]


Development Software, Software Category

.NET Aspire Preview 3: Expanded Component Support with Azure OpenAI, MySQL, CosmosDB, Kafka and More

February 19, 2024

Via: InfoQ

Last week, Microsoft revealed the availability of the .NET Aspire – third preview. Preview 3 brings changes including UI improvements to the dashboard, and new component support for Azure OpenAI, Kafka, Oracle, MySQL, CosmosDB & Orleans, and many more. The […]


Application Software, Software Category

Peloton Reverses Course, Will Continue to Support Apple GymKit

February 16, 2024

Via: MacRumors

Earlier this week, Peloton said that it would drop support for Apple’s GymKit feature that syncs data to the Health app. Customers were unhappy with the decision and complained to the company, leading Peloton to announce a change in plans. […]


Application Software, Software Category

Microsoft fixes problem that let Edge replicate Chrome tabs without permission

February 16, 2024

Via: Ars Technica

Microsoft has fixed a problem that resulted in tabs from Google Chrome being imported to Microsoft Edge without user consent, as spotted by The Verge. Microsoft has kept mum on the situation, making the issued update the first time Microsoft […]


Application Software, Software Category

Google turbocharges its genAI engine with Gemini 1.5

February 15, 2024

Via: Computerworld

Only a week after releasing its latest generative artificial intelligence (genAI) model, Google on Thursday unveiled that model’s successor, Gemini 1.5. The company boasts that the new version bests the earlier version on almost every front. Gemini 1.5 is a […]


Development Software, Software Category

Microsoft’s vision for .NET 9 development framework is all about AI and cloud

February 15, 2024

Via: TechSpot

A few months after officially launching .NET 8, Microsoft is now preparing for the next generation of its open-source development platform. .NET 9, scheduled to arrive in November 2024, will be shaped by a “vision” focused on two main development […]


Development Software, Software Category

When to use classes, structs, or records in C#

February 15, 2024

Via: InfoWorld

Classes, structs, and records are fundamental concepts in C# programming. Each is a different kind of type, with different features, capabilities, and limitations. To make matters more confusing, they have features and characteristics in common. Classes are reference types that […]