Click any tag below to further narrow down your results
Links
GoStringUngarbler is a Python tool that extracts and deobfuscates strings from Go binaries obfuscated with the Garble tool. It requires specific flags during compilation and supports Windows and Linux binaries. The program works by patching decryption routines to reveal the original strings.
This article details Reddit's migration from a legacy Python service to Go microservices for handling comments. It outlines the challenges faced during the migration, including write endpoint validations and performance improvements achieved. The migration has successfully reduced latency while maintaining reliability.
The author details their transition from VSCode to Zed after growing frustrated with VSCode's intrusive AI features and performance issues. They highlight Zed's speed, stability, and a smoother setup for Go, though they faced challenges configuring it for Python.
Telemetry Harbor transitioned its data ingest pipeline from Python to Go to enhance performance and scalability. The move was driven by the need for improved concurrency and lower latency in processing large volumes of data. This rewrite aims to better meet the growing demands of their services and improve overall efficiency.