Tag

interoperability

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Apr 10, 2025 · Artificial Intelligence

How Google’s A2A Protocol Enables Seamless AI Agent Collaboration

Google’s A2A (Agent‑to‑Agent) protocol introduces a universal language that lets AI agents from different vendors and platforms communicate, cooperate, and jointly complete tasks, addressing the current isolation of agents and reducing integration complexity across cloud environments.

A2AAI agentsinteroperability
0 likes · 8 min read
How Google’s A2A Protocol Enables Seamless AI Agent Collaboration
IT Services Circle
IT Services Circle
May 25, 2024 · Backend Development

Calling Go Functions from C: Implementation Steps and Underlying Mechanism

This article explains how to call Go functions from C within the same process, covering the three‑step implementation, compilation into a shared library, the C invocation code, and a detailed walkthrough of the cgo and Go runtime mechanisms that make cross‑language calls possible.

C++Gocgo
0 likes · 13 min read
Calling Go Functions from C: Implementation Steps and Underlying Mechanism
Refining Core Development Skills
Refining Core Development Skills
May 23, 2024 · Fundamentals

Calling Go Functions from C: Step‑by‑Step Guide and Underlying Mechanism

This article explains how to invoke Go functions from C within the same process, covering the three‑step implementation, the required cgo compilation commands, the generated intermediate files, and the runtime mechanisms such as crosscall2 and stack switching that make cross‑language calls possible.

C++FFIGo
0 likes · 12 min read
Calling Go Functions from C: Step‑by‑Step Guide and Underlying Mechanism
Bilibili Tech
Bilibili Tech
May 17, 2024 · Mobile Development

Cross‑Platform Language Benchmark and Interoperability Analysis

The study benchmarks Kotlin, JavaScript, Dart, C++ and Swift across iOS, Android and HarmonyOS using 237 protobuf files, finding Kotlin’s performance and binary size rival native Swift, JavaScript slower with higher memory, while C++/Rust excel but need more effort, leading to a recommendation of Kotlin Multiplatform with a three‑repo structure for optimal reuse and maintainability.

Cross‑PlatformKotlinMobile Development
0 likes · 30 min read
Cross‑Platform Language Benchmark and Interoperability Analysis
AntTech
AntTech
Apr 24, 2024 · Information Security

Beijing FinTech Alliance Releases Privacy Computing Interoperability Platform Technical Specification

Under the guidance of the People’s Bank of China, the Beijing FinTech Industry Alliance has published the 'Financial Industry Privacy Computing Interconnection Platform Technical Specification', a standard co‑authored by China UnionPay, major banks, universities, tech firms and telecom operators, with Ant Group playing a key role.

Ant GroupStandardfinancial technology
0 likes · 4 min read
Beijing FinTech Alliance Releases Privacy Computing Interoperability Platform Technical Specification
Sohu Tech Products
Sohu Tech Products
Dec 13, 2023 · Mobile Development

Swift–Kotlin Interoperability in Compose for iOS

This article demonstrates how to bridge Swift and Kotlin in a Compose‑Multiplatform iOS app by using Swift view modifiers to detect orientation changes and call Kotlin functions, while exposing Kotlin callbacks that Swift registers to change device orientation, enabling seamless two‑way platform‑specific logic integration.

KotlinSwiftcompose multiplatform
0 likes · 9 min read
Swift–Kotlin Interoperability in Compose for iOS
IT Services Circle
IT Services Circle
Aug 14, 2023 · Backend Development

PythonMonkey: Seamless Interoperability Between Python, JavaScript, and WebAssembly

PythonMonkey is a Python library built on Mozilla’s SpiderMonkey engine that enables near‑native performance interoperation between Python, JavaScript, and WebAssembly, allowing developers to run code across these languages, embed modules, and leverage async features with minimal overhead.

JavaScriptPythonPythonMonkey
0 likes · 7 min read
PythonMonkey: Seamless Interoperability Between Python, JavaScript, and WebAssembly
AntTech
AntTech
Jul 27, 2023 · Information Security

Privacy Computing Cross‑Platform Interoperability Open Protocol v2.0 (ECDH‑PSI): Overview and Key Enhancements

The article introduces the privacy‑computing open protocol v2.0, explains its technical improvements such as flexible handshake options, point‑compression and ciphertext truncation, and highlights its role in enabling secure cross‑platform data fusion through widely accepted cryptographic algorithms.

ECDH-PSIdata securityinteroperability
0 likes · 6 min read
Privacy Computing Cross‑Platform Interoperability Open Protocol v2.0 (ECDH‑PSI): Overview and Key Enhancements
AntTech
AntTech
Jul 7, 2023 · Information Security

SecretFlow’s YinYu 1.0 Release: New MVP Deployment Package, Expanded Architecture, and Full‑Stack Interoperability

The YinYu 1.0 release introduces an MVP deployment package for privacy‑computing beginners, expands the product, resource, and connectivity layers, adds the Kuscia orchestration framework, enhances algorithm, device, and cryptographic capabilities, and promotes full‑stack interoperability across platforms.

KusciaMVP deploymentSecretFlow
0 likes · 9 min read
SecretFlow’s YinYu 1.0 Release: New MVP Deployment Package, Expanded Architecture, and Full‑Stack Interoperability
DataFunSummit
DataFunSummit
Jul 7, 2023 · Information Security

Exploration and Reflections on Interoperability of Privacy Computing

This article presents a comprehensive overview of privacy‑computing interoperability in the financial sector, covering background challenges, the Beijing FinTech Alliance’s collaborative project structure, an industry‑level framework with technical and requirement layers, sub‑topic research results, achieved milestones, and future outlook for standardisation and ecosystem building.

Data SharingSecure Computationfinancial data security
0 likes · 11 min read
Exploration and Reflections on Interoperability of Privacy Computing
DataFunSummit
DataFunSummit
Apr 27, 2023 · Artificial Intelligence

Baidu's Interoperability Solutions for Federated Learning: Principles, JinKe Alliance, and the Open‑Source HIGHFLIP Protocol

The article presents Baidu's comprehensive approach to federated‑learning interoperability, covering the underlying principles, the JinKe Alliance bottom‑layer solution, the high‑level HIGHFLIP protocol, and a comparative discussion of white‑box, gray‑box, and black‑box integration strategies.

AI infrastructureBaiduFederated Learning
0 likes · 11 min read
Baidu's Interoperability Solutions for Federated Learning: Principles, JinKe Alliance, and the Open‑Source HIGHFLIP Protocol
DataFunSummit
DataFunSummit
Mar 13, 2023 · Information Security

Unified Remote Attestation for TEE Interoperability: A Practical Overview

This article presents a comprehensive overview of TEE interoperability, describing the background of trusted execution environments, their remote attestation processes, a unified remote attestation framework, and the overall strategy for achieving cross‑TEE compatibility, including open‑source implementations and future directions.

Remote AttestationUnified Attestationinteroperability
0 likes · 9 min read
Unified Remote Attestation for TEE Interoperability: A Practical Overview
Python Programming Learning Circle
Python Programming Learning Circle
Feb 16, 2023 · Fundamentals

Calling C/C++ Code from Python Using ctypes and Shared Libraries

This tutorial explains how to call C and C++ code from Python by compiling source files into shared libraries, using the ctypes module to load and invoke functions, and demonstrates both simple C functions and C++ class methods with complete code examples and compilation instructions.

C++Shared Libraryctypes
0 likes · 5 min read
Calling C/C++ Code from Python Using ctypes and Shared Libraries
DataFunTalk
DataFunTalk
Feb 11, 2023 · Information Security

Challenges and Trends in Privacy Computing: Insights from Alibaba Cloud Datatrust Architect Liang Aiping

The interview with Alibaba Cloud Datatrust architect Liang Aiping reveals that privacy computing is still in its early stage, facing technical challenges in data sources, algorithm theory‑engineering gaps, system management interoperability, and product trade‑offs, while outlining future trends toward cross‑platform interoperability and distributed computing.

algorithm engineeringdata securityinteroperability
0 likes · 13 min read
Challenges and Trends in Privacy Computing: Insights from Alibaba Cloud Datatrust Architect Liang Aiping
AntTech
AntTech
Dec 30, 2022 · Information Security

Release of the First Open White‑Box Protocol for Privacy Computing: ECDH‑PSI Interconnection Protocol

The 2022 Trusted Privacy Computing Summit announced and released the industry's first open white‑box protocol, the ECDH‑PSI interconnection protocol, detailing its design, implementation highlights, and open‑source availability to promote interoperable and secure privacy‑preserving data collaboration across platforms.

ECDH-PSIcryptographydata security
0 likes · 6 min read
Release of the First Open White‑Box Protocol for Privacy Computing: ECDH‑PSI Interconnection Protocol
Architects Research Society
Architects Research Society
Aug 9, 2022 · Fundamentals

Software Architecture Tradeoffs: What We Trade and Why It Matters

This article explains the concept of software‑architecture tradeoffs, why they are inevitable, the key system attributes involved, and how architects can consciously balance scalability, simplicity, interoperability and other “‑ilities” to make informed design decisions.

design principlesinteroperabilityscalability
0 likes · 12 min read
Software Architecture Tradeoffs: What We Trade and Why It Matters
Kuaishou Tech
Kuaishou Tech
May 21, 2021 · Mobile Development

Swift and Objective‑C Interoperability: Mixing, Modules, and Runtime Dynamics

This article explains how Swift and Objective‑C can be mixed in iOS projects, covering prerequisite settings, CocoaPods module configuration, name mangling, compilation differences, dynamic features, method replacement techniques, and the underlying Swift runtime metadata that enable seamless inter‑language calls.

CocoaPodsModulesSwift
0 likes · 25 min read
Swift and Objective‑C Interoperability: Mixing, Modules, and Runtime Dynamics
Baidu App Technology
Baidu App Technology
Jan 18, 2021 · Mobile Development

Baidu App Objective-C/Swift Mixed Programming Practice - Component Transformation and Interoperability

To enable Objective‑C and Swift mixed programming in Baidu App, static libraries are converted to static frameworks, module stability is activated, headers are module‑ized and dependencies declared via EasyBox, allowing safe inter‑component calls, proper nullability handling, and encouraging broader Swift adoption across the codebase.

Binary DistributionModule StabilitySwift
0 likes · 17 min read
Baidu App Objective-C/Swift Mixed Programming Practice - Component Transformation and Interoperability
JD Retail Technology
JD Retail Technology
Jan 6, 2021 · Mobile Development

Kotlin Language Features, Differences from Java, and Their Practical Application in a Mobile Cash Register App

This article examines the classification of mobile apps, the shortcomings of an H5‑based cash register, the rationale for adopting Kotlin over Java, a detailed overview of Kotlin’s language features and differences, practical implementation details, interoperability, null‑safety techniques, encountered issues, and the performance gains achieved after native migration.

KotlinMobile DevelopmentNull Safety
0 likes · 16 min read
Kotlin Language Features, Differences from Java, and Their Practical Application in a Mobile Cash Register App