tech
How to Capture and Analyze gRPC Packets Using Wireshark
How to Capture and Analyze gRPC Packets Using Wireshark. Introduce Wireshark is a popular tool for capturing network packets. It can not only capture packe。
tech
How to Capture and Analyze gRPC Packets Using Wireshark. Introduce Wireshark is a popular tool for capturing network packets. It can not only capture packe。
tech
使用 wireshark 抓包GRPC. 摘要 wireshark 是一个 流行的抓取网络报文的工具,他不仅自己可以抓包,也可以解析tcpdump抓包的文件。 gRPC 是Google开发的一个高性能RPC框架,基于HTTP/2协议+protobuf序列化协议. 本文主要介绍如何使用wireshark抓取gR。
tech
With the increasing popularity of open-source products, it is crucial for a backend engineer to be able to clearly identify whether an abnormal machine has been compromised. Based on my personal work experience, I have compiled several common scenarios of machines being hacked for reference. This article is first
tech
I read a paper about real-world go concurrency error bugs, and here’s a transcript of what I read as a start to learning about go concurrency programming.
tech
In 2023, there have been some changes to Go’s concurrency library, and this article provides an overview of these changes. Minor details such as typos and documentation changes will not be covered.
tech
From 5.0 to 5.4 in 8 months — here's how to navigate OpenAI's increasingly complex model lineup without losing your mind.
tech
Go 的 Lambda 之争:一个提案争论了 8 年. Go 的 Lambda 之争:一个提案争论了 8 年 一个提案,900 条评论,Go 核心团队亲自下场——这场争论终于要尘埃落定了吗? 我们在用 Go 写项目的时候,一定写过这样的代码:给 sort.Slice 传一个比较函数。每次都要把参数类型写完整。
tech
How a Single Proposal with 900+ Comments is Quietly Reshaping Go's Syntax It started in August 2017. A developer opened issue #21498 on the Go repository with a modest title: "proposal: spec: short function literals." Nobody could have predicted that eight years later, the discussion would
tech
Dissecting the fundamental flaws in current memory systems, and a three-layer architecture you can implement this afternoon
tech
为什么你的 AI Agent 总在遗忘:一套面向个人用户的实用记忆架构. 问题:为什么你的 Agent 用久了反而「变笨」了? 想象一下这个场景:你和一个 AI Agent 协作了好几周,耐心地教它你的项目结构、个人偏好和工作流程。一次对话中,它确实记住了你的指令——但第二天开新会话,就像见了个陌生人。更糟的。
tech
最近有人做了一个实验,我看完之后好几天都在想这件事。 他们让 Claude Code 去构建项目——SaaS 应用、API、数据管道——不给任何工具限制,就问:你觉得应该用什么?然后把 2430 次回答里的工具推荐都统计了一遍。 数字挺吓人的。 Vercel:JS 项目的部署推荐率 100%。不是 80%,不是 90%,是一百分之一百。Stripe 拿走了 91.4% 的支付集成推荐,shadcn/ui 拿走了 90.1% 的 UI 组件推荐,GitHub Actions 拿走了 93.8% 的 CI/CD 推荐。与此同时,AWS
tech
10 Quiet Side Projects Making Real Money in 2025. While everyone on Twitter is chasing the next AI wrapper or prompt marketplace, a post on Hacker News ask。