😆 Ah, #Skir, the "revolutionary" tool that claims to outshine Protocol Buffers! Because, of course, adding yet another layer of complexity with its own .skir files and #YAML wizardry is exactly what every developer needs to clutter their toolchain. 🚀 But hey, at least it promises to make that #TypeScript code feel like home, as if we weren't already comfy enough in our coding caves. 🙄
https://skir.build/ #ProtocolBuffers #DeveloperTools #HackerNews #ngated
Skir - A modern alternative to Protocol Buffer

A descriptive language for representing data types, constants, and APIs.

Już kiedyś wspominaliśmy o #ProtocolBuffers (lub #Protobuf), ale ten artykuł wyjaśnia to wszystko bardzo jasno i warto się z nim zapoznać.

#programowanie #WebDev #JSON #JavaScript

https://aloisdeniel.com/blog/better-than-json

Better than JSON

An in-depth look at why Protobuf can outperform JSON for modern APIs, with practical Dart examples showing how strong typing, binary serialization, and shared schemas improve both performance and developer experience.

Oya Studio

#GoogleCloud announces #gRPC as native transport for #MCP #AI

#MachineLearning #opensource

🔌 Eliminates need for transcoding gateways between #gRPC services and #MCP JSON-RPC

⚡ Binary encoding via #ProtocolBuffers shrinks messages up to 10x compared to JSON - dramatically lower latency, reduced bandwidth consumption & faster serialization

🧵 👇

🚀 gRPC es el framework de Google que acelera la comunicación entre servicios. Usa HTTP/2 y Protocol Buffers para máximo rendimiento. ¡Conoce cómo funciona! 💻

Lee más 👉 https://www.soloingenieria.org/ingenieria-en-sistemas/grpc/

#gRPC #Microservicios #IngenieríaDeSistemas #DesarrolloBackend #ProtocolBuffers #HTTP2

En microservicios, la velocidad de comunicación define el rendimiento total. gRPC existe porque Google entendió esto antes que nadie. 🚀

#gRPC #Microservicios #IngenieríaDeSistemas #DesarrolloBackend #ProtocolBuffers #HTTP2

RIOT Summit 2018 @ Amsterdam - Google’s “Protocol Buffers” for Embedded IoT

https://makertube.net/w/tYXQoPm6MQq2eyYsxDisXk

RIOT Summit 2018 @ Amsterdam - Google’s “Protocol Buffers” for Embedded IoT

PeerTube
Raspberry Pi Pico 2 × Zephyr × Pigweed で実現する「型安全」なRPC通信とLチカ点灯 - Qiita

はじめに TL;DR: Raspberry Pi Pico 2 と PC を pw_rpc (Pigweed) で繋ぎ、「gRPCのように型安全な」Lチカを実現しました。 Zephyr + Pigweedの組み合わせは超大変でした。。 動機 & Pig...

Qiita
Protocol Buffers(protobuf)入門 - Qiita

JSONとの違い・書き方・gRPCの仕組みまで完全解説! 本記事は、Proto / gRPC をこれから触る方、buf lint に苦しんでいる方を主な対象にしています。 はじめに 🎅 この記事は RetailAI Advent Calendar 2025 の25日目の記...

Qiita
@ThreeSigma before that I was working on a project where the original designers used #protocolbuffers, which gave me hope: "ok at least these guys started off correctly", but then they decided to transpose all the rows and columns because they figured it would make compression more efficient. But nowhere in the specification was compression ever mentioned or used again. The result was an over complicated mess with additional processing power required to exchange messages. Keep it simple, stupid.

Achievement unlocked... I've just successfully transmitted the first Protocol Buffers messages over a UART link between an STM32G070 MCU (code written in Rust using Embassy) and a Python test program running on my Debian Linux laptop.

Messages are sent with a small header (sync byte and length) and a CRC-16 trailer, and all worked on the second try (on the first try the CRC-16 calculation on the MCU was ignoring the first two bytes of the message - doh!).

#Python #Rust #ProtocolBuffers #RustEmbedded