/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jimlawless.net
| | schadokar.dev
1.9 parsecs away

Travel
| | Conversion between byte array to hex string and hex string to byte array.
| | infinitedigits.co
3.2 parsecs away

Travel
| | A simple way to get MIDI and Golang work together using portmidi.
| | parsiya.net
4.0 parsecs away

Travel
| | [AI summary] A post by a security engineer details a subtle bug in Go code where dependence on system architecture (32-bit vs 64-bit) caused an integer overflow during a type conversion, leading to unexpected logic flow and security implications.
| | mfbmina.dev
23.3 parsecs away

Travel
| The first time I heard about RPC, I was in a distributed systems class while completing my bachelor's in computer science. I like it but didn't fully understand why I should use it instead of REST. Time passed, and I started working at a company where the legacy services use SOAP. I remember thinking: "hm, that's cool! It is like RPC but using XML instead! Years later, I heard for the first time about gRPC, but I've never fully understood it until now!