#c-sdk

[ follow ]
#c26
JavaScript
fromInfoQ
2 days ago

C++26: Reflection, Memory Safety, Contracts, and a New Async Model

C++26 introduces reflection, enhances memory safety, adds contracts, and establishes a unified framework for concurrency and parallelism.
JavaScript
fromInfoQ
2 days ago

C++26: Reflection, Memory Safety, Contracts, and a New Async Model

C++26 introduces reflection, enhances memory safety, adds contracts, and establishes a unified framework for concurrency and parallelism.
#claude-code
Productivity
fromMedium
2 days ago

How to prevent "You've hit your limit" when working with Claude Code

Reaching usage limits in Claude Code can hinder productivity, but there are practical tips to manage and reduce this risk.
Productivity
fromMedium
2 days ago

How to prevent "You've hit your limit" when working with Claude Code

Reaching usage limits in Claude Code can hinder productivity, but there are practical tips to manage and reduce this risk.
#visual-studio
Software development
fromTheregister
2 days ago

Visual Studio 18.5 lands with AI debugging at a price

Visual Studio 2026 18.5 introduces a smarter code suggestion system and an AI-powered debugger, but developer frustrations persist.
fromTheregister
2 months ago
Artificial intelligence

Microsoft prioritizing 'reliability' for AI in Visual Studio

Microsoft is prioritizing reliability and IntelliSense predictability over Copilot suggestions while refining AI workflows and agent stability in Visual Studio.
Software development
fromTheregister
2 days ago

Visual Studio 18.5 lands with AI debugging at a price

Visual Studio 2026 18.5 introduces a smarter code suggestion system and an AI-powered debugger, but developer frustrations persist.
fromThe Hacker News
4 days ago

Google Adds Rust-Based DNS Parser into Pixel 10 Modem to Enhance Security

The new Rust-based DNS parser significantly reduces our security risk by mitigating an entire class of vulnerabilities in a risky area, while also laying the foundation for broader adoption of memory-safe code in other areas.
Information security
Roam Research
fromArs Technica
5 days ago

Google shoehorned Rust into Pixel 10 modem to make legacy code safer

Rust's borrow checker ensures memory safety at compile time, making it a suitable choice for enhancing modem security against vulnerabilities.
#swift
Productivity
fromZDNET
2 days ago

I found the apps slowing down my PC - how to kill the biggest memory hogs

Identifying and managing background processes can optimize PC performance and reduce memory usage.
Software development
fromInfoQ
3 days ago

Cursor 3 Introduces Agent-First Interface, Moving Beyond the IDE Model

Cursor 3 transforms AI coding by prioritizing agent management over direct code editing, reflecting a shift in software development practices.
#swift-63
Angular
fromInfoQ
2 weeks ago

Swift 6.3 Stabilizes Android SDK, Extends C Interop, and More

Swift 6.3 introduces official Android support, enhances C interoperability, and improves embedded programming capabilities with a unified build system and low-level performance control.
Web frameworks
fromInfoWorld
3 weeks ago

Swift 6.3 boosts C interoperability, Android SDK

Swift 6.3 introduces enhanced C interoperability and cross-platform build tools, including an official SDK for Android development.
Angular
fromInfoQ
2 weeks ago

Swift 6.3 Stabilizes Android SDK, Extends C Interop, and More

Swift 6.3 introduces official Android support, enhances C interoperability, and improves embedded programming capabilities with a unified build system and low-level performance control.
Web frameworks
fromInfoWorld
3 weeks ago

Swift 6.3 boosts C interoperability, Android SDK

Swift 6.3 introduces enhanced C interoperability and cross-platform build tools, including an official SDK for Android development.
#ai
Software development
fromTechzine Global
4 days ago

Anthropic introduces routines in Claude Code

Anthropic introduces routines in Claude Code to automate recurring tasks in software development, enhancing workflow efficiency without additional infrastructure.
Software development
fromTheregister
1 week ago

AI slop got better, so now maintainers have more work

AI-generated reports improve quality but increase workload for maintainers, necessitating more reviewers in open-source projects.
Software development
fromTheregister
3 weeks ago

Linux kernel czar says AI bug reports aren't slop anymore

AI-driven activity around Linux security and code review has significantly improved, leading to better quality reports and increased collaboration among open source projects.
Software development
fromTechzine Global
4 days ago

Anthropic introduces routines in Claude Code

Anthropic introduces routines in Claude Code to automate recurring tasks in software development, enhancing workflow efficiency without additional infrastructure.
Software development
fromTheregister
1 week ago

AI slop got better, so now maintainers have more work

AI-generated reports improve quality but increase workload for maintainers, necessitating more reviewers in open-source projects.
Software development
fromTheregister
3 weeks ago

Linux kernel czar says AI bug reports aren't slop anymore

AI-driven activity around Linux security and code review has significantly improved, leading to better quality reports and increased collaboration among open source projects.
Software development
fromInfoWorld
4 days ago

Where will developer wisdom come from?

Agentic coding allows software creation without traditional developer wisdom, relying instead on AI like Claude Code for implementation and problem-solving.
Software development
fromZDNET
5 days ago

The new rules for AI-assisted code in the Linux kernel: What every dev needs to know

Torvalds and Linux maintainers establish a formal policy for AI-assisted code contributions, emphasizing human responsibility and accountability.
fromTechzine Global
3 weeks ago

OpenTelemetry accepts Kotlin SDK for mobile observability

The SDK provides observability support for Kotlin Multiplatform (KMP) projects on Android, iOS, and JavaScript via a single standardized API, giving the cloud-native community a vendor-neutral Kotlin implementation.
Java
Software development
fromMedium
6 days ago

Async Logging Is Not a Silver Bullet - What Actually Limits Performance

Async logging redistributes costs rather than reducing them, impacting performance in different ways depending on implementation.
fromRubyflow
4 weeks ago

The tool I wish I had 25 apps ago

Every iOS app I've shipped over the last nine years started the same way: a Rails developer with a great web app, users who want it in the App Store, and weeks spent on Xcode, signing certificates, and Swift boilerplate that has nothing to do with the actual product.
Software development
fromZDNET
1 week ago

I tested CuerdOS and its unique app lineup is even better than its blazing speed

CuerdOS is a Debian-based Linux distribution focused on stability, efficiency, and performance.
Artificial intelligence
fromMedium
1 month ago

AI Copilots at Work: Practical Tools, Open-Source Options, and Strategy

AI copilots are context-aware assistants embedded in productivity tools that enhance work efficiency by providing relevant suggestions and automations while requiring human approval and oversight.
Java
fromInfoWorld
1 month ago

9 reasons Java is still great

Java maintains prominence through balancing stability with innovation, community-driven governance via the Java Community Process, and continuous evolution incorporating functional programming, concurrency, and cloud computing advances.
#java-interoperability
Java
fromTheregister
1 month ago

Project Detroit: Java interop with JavaScript and Python

Oracle released Java 26 and introduced Project Detroit to enable faster interoperability between Java, JavaScript, and Python by embedding V8 and CPython runtimes directly in the JVM.
fromInfoWorld
1 month ago
Java

Project Detroit, bridging Java, Python, JavaScript, moves forward

Detroit project enables Java integration with Python and JavaScript, becoming an official OpenJDK project to support multi-language development within the Java ecosystem.
Java
fromTheregister
1 month ago

Project Detroit: Java interop with JavaScript and Python

Oracle released Java 26 and introduced Project Detroit to enable faster interoperability between Java, JavaScript, and Python by embedding V8 and CPython runtimes directly in the JVM.
Java
fromInfoWorld
1 month ago

Project Detroit, bridging Java, Python, JavaScript, moves forward

Detroit project enables Java integration with Python and JavaScript, becoming an official OpenJDK project to support multi-language development within the Java ecosystem.
#javascript-ecosystem
Software development
fromDEV Community
2 weeks ago

From Maintaining Open Source Libraries to Building an AI-Powered Tools OS with Rust and WebAssembly

Kitmul evolved from a modest project to a platform offering over 300 tools, leveraging AI to enhance development speed and user accessibility.
#ai-in-open-source
fromZDNET
1 month ago
Miscellaneous

Why AI is both a curse and a blessing to open-source software - according to developers

fromZDNET
1 month ago
Artificial intelligence

Why AI is both a curse and a blessing to open-source software - according to developers

fromZDNET
1 month ago
Miscellaneous

Why AI is both a curse and a blessing to open-source software - according to developers

Artificial intelligence
fromZDNET
1 month ago

Why AI is both a curse and a blessing to open-source software - according to developers

AI can benefit open source when properly applied for security analysis, but causes harm when generating low-quality automated bug reports that overwhelm maintainers with false positives.
#open-source
Software development
fromZDNET
2 weeks ago

How AI has suddenly become much more useful to open-source developers

AI tools are becoming increasingly useful for open-source maintainers, but legal and quality issues remain.
fromZDNET
2 months ago
Gadgets

10 open-source apps I recommend every Windows user download - for free

Windows users can replace proprietary apps with numerous free open-source alternatives that cover nearly every task.
fromInfoQ
2 months ago
Software development

Swift Cross-Platform Framework Skip Now Fully Open Source

Skip is now fully open source, enabling iOS and Android apps from a single Swift/SwiftUI codebase while preserving developer investment and encouraging community contribution.
Software development
fromZDNET
2 weeks ago

How AI has suddenly become much more useful to open-source developers

AI tools are becoming increasingly useful for open-source maintainers, but legal and quality issues remain.
Artificial intelligence
fromZDNET
1 month ago

AI is getting scary good at finding hidden software bugs - even in decades-old code

AI models can effectively identify decades-old bugs in legacy code, but this capability also enables hackers to exploit vulnerabilities in deployed systems.
fromInfoWorld
1 month ago

Microsoft's .NET 11 Preview 2 offers cleaner stack traces

New overloads on TarFile.CreateFromDirectory accept a TarEntryFormat parameter, giving direct control over the archive format. Previously, CreateFromDirectory produced Pax archives. The new overloads support all four tar formats—Pax, Ustar, GNU, and V7—for compatibility with specific tools and environments.
Web frameworks
Software development
fromInfoQ
3 weeks ago

Microsoft Introduces WinApp CLI to Unify Windows App Development Workflows

WinApp CLI simplifies Windows application development by consolidating tasks into a single command-line tool for various frameworks.
Node JS
fromInfoWorld
1 month ago

WinterTC: Write once, run anywhere (for real this time)

Unified JavaScript runtime standard WinterTC creates a consistent guaranteed API surface across browsers, servers, and edge runtimes to reduce fragmentation.
#xcode
Web development
fromTheregister
2 months ago

Anthropic's AIbuilt C compiler is not all that impressive

Anthropic's AI-built C compiler is largely a demo, replicating existing knowledge and failing practical basics; it does not signal a revolution in software engineering.
Gadgets
fromEngadget
2 months ago

Microsoft ports the Xbox app to Arm-based Windows PCs

Xbox app now runs on all Arm-based Windows 11 PCs, enabling purchase, download, and streaming of most Game Pass titles with Prism emulator AVX/AVX2 support.
#xcode-263
Web development
fromPeter-hoffmann
2 months ago

Local macOS Dev Setup: dnsmasq + caddy-snake for python projects

Use dnsmasq with a .lan wildcard and a vhost proxy to give each local service a stable subdomain, avoiding port conflicts and easing development.
Node JS
fromInfoWorld
2 months ago

Bun 1.1 JavaScript toolkit backs Windows 10

Bun 1.1 adds Windows 10 support, improves Node.js compatibility, boosts performance, stabilizes WebSocket, and integrates SQLite and developer tooling.
Software development
fromTheregister
1 month ago

Mistral's new agent proofs your code on the cheap

Mistral's Leanstral uses formal code verification in Lean programming language to improve AI code generation reliability while offering significantly lower costs than competitors like Claude.
JavaScript
fromSubstack
2 months ago

Friday Links #34: Fresh JavaScript Tools & Releases

Pinterest claims parity with ChatGPT in search volume and emphasizes visual search and e-commerce integrations to capture commercial intent and buying journeys.
Information security
fromTheregister
2 months ago

How the GNU C Compiler became the Clippy of cryptography

Modern compilers optimize away security protections, causing constant-time and other defensive code to fail and reintroducing side-channel vulnerabilities.
Artificial intelligence
fromInfoQ
2 months ago

Working with Code Assistants: The Skeleton Architecture

Combining Vertical Slice architecture with Dependency Inversion and a Skeleton of base classes constrains AI code assistants' context, producing safer, consistent, and maintainable generated code.
Software development
fromInfoWorld
1 month ago

Microsoft accelerates pace of VS Code development

Microsoft is accelerating Visual Studio Code updates from monthly to weekly releases starting March 9, introducing more frequent changes and new functionality.
fromDevOps.com
2 months ago

Survey Surfaces Massive Amount of Java Technical Debt

A global survey of 2,039 Java developers published today finds 63% reporting that dead and unused code adversely affects their team's productivity, with 22% describing the impact of that technical debt as being severe. Conducted by Dimensional Research on behalf of Azul, a provider of a distribution of OpenJDK, the survey also finds that more than half (56%) now deal with a Common Vulnerability and Exposure (CVE) involving Java on a daily or weekly basis.
Java
Software development
fromInfoQ
1 month ago

Microsoft Launches MCP C# SDK v1.0, Bringing Full Support for Latest Protocol Specification

Microsoft released MCP C# SDK version 1.0 with enhanced authorization, icon support, incremental scope consent, URL mode elicitation, and tool calling capabilities for .NET developers.
#agentic-ai
fromZDNET
2 months ago
Artificial intelligence

Want local vibe coding? This AI stack replaces Claude Code and Codex - and it's free

fromZDNET
2 months ago
Artificial intelligence

Want local vibe coding? This AI stack replaces Claude Code and Codex - and it's free

Artificial intelligence
fromTechzine Global
1 month ago

Remote Control extends Claude Code to the mobile app

Anthropic's Remote Control for Claude Code enables developers to continue local coding sessions across phones, tablets, and browsers while maintaining all processing on their local machine with automatic synchronization.
#ai-assisted-development
Software development
fromInfoWorld
1 month ago

An ode to craftsmanship in software development

Senior developers are transitioning from writing code to orchestrating AI-assisted development, trading hands-on coding satisfaction for architectural oversight and process management.
Software development
fromInfoWorld
1 month ago

An ode to craftsmanship in software development

Senior developers are transitioning from writing code to orchestrating AI-assisted development, trading hands-on coding satisfaction for architectural oversight and process management.
fromTheregister
2 months ago

VS Code for Linux may be secretly hoarding trashed files

The reason for this is Snap - a Linux application packaging format - creates a local Trash folder for each VS Code version, one that's separate from the system-managed Trash, according to a VS Code bug report dating back to November 11, 2024. Not only that, but Snap keeps older versions of VS Code after updates, potentially multiplying the number of local Trash folders and the trashed-but-not-deleted files therein. Emptying the system Trash folder doesn't affect the local instances.
Software development
Software development
fromInfoWorld
2 months ago

Go 1.26 unleashes performance-boosting Green Tea GC

Go 1.26 introduces self-referential generic parameters, expression operands for new, go fix modernizers, reduced cgo overhead, and multiple runtime and performance improvements.
fromInfoQ
1 month ago

.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features

The headline runtime feature in this preview is Runtime Async, described as a major change to how asynchronous methods work in .NET. According to the release notes, since C# 5 introduced async/await, the compiler has been solely responsible for rewriting async methods into state machine structs that track progress across suspension points. With Runtime Async, the runtime itself now understands async methods as a first-class concept and takes over responsibility for suspending and resuming methods.
Software development
fromZDNET
2 months ago

Why my favorite Linux distro is slowing down - and I'm thrilled about it

My favorite Linux desktop distribution, Linux Mint, is considering slowing down its release cadence. That's because, as lead developer Clement "Clem" Lefebvre explained, while releasing often has worked very well, it produces "these incremental improvements release after release. But it takes a lot of time, and it caps our ambition when it comes to development. ... [so] We're thinking about changing that and adopting a longer development cycle."
Software development
Software development
fromInfoWorld
2 months ago

4 self-contained databases for your apps

XAMPP provides a complete local web stack (MariaDB, Apache, PHP, Mercury SMTP, OpenSSL) while PostgreSQL can be run standalone or embedded via pgserver in Python.
Software development
fromInfoWorld
2 months ago

Microsoft previews GitHub Copilot app modernization for C++

GitHub Copilot app modernization for C++ automates upgrading C++ projects to newer MSVC Build Tools within Visual Studio 2026 Insiders.
fromInfoQ
2 months ago

OpenCode: an Open-source AI Coding Agent Competing with Claude Code and Copilot

Open-source AI coding tool OpenCode features a native terminal-based UI, multi-session support, and compatibility with over 75 models, including Claude, OpenAI, Gemini, and local models. In addition to its CLI tool, OpenCode is also available as a desktop app and and an IDE extension for VS Code, Cursor, and other tools. OpenCode allows developers to use their existing subscriptions to paid services such as ChatGPT Plus/Pro, GitHub Copilot. Additionally, it includes a set of free models that can be used locally through LM Studio.
Software development
Software development
fromTheregister
2 months ago

Cursor shows AI agents capable of shoddy code at scale

An AI-generated browser prototype of three million Rust lines ran briefly but shows poor quality, high failure rates, and substantial bloat versus existing engines.
fromInfoQ
2 months ago

GitHub Copilot SDK Lets Developers Integrate Copilot CLI's Engine into Apps

Now available in technical preview on GitHub, the GitHub Copilot SDK lets developers embed the same engine that powers GitHub Copilot CLI into their own apps, making it easier to build agentic workflows. This makes it possible to integrate Copilot into any environment. You can build GUIs that use AI workflows, create personal tools that level up your productivity, or run custom internal agents in your enterprise workflows.
Software development
Software development
fromMedium
2 months ago

A Shared Context Optimization to Eliminate 75% Service Calls

Refactoring reduced redundant HTTP calls between the Recommendation API and the Unified Customer Database, removing the chatty-services pattern and improving performance and code maintainability.
[ Load more ]