- 🔭 I’m currently working on:
- debugger101, describes how to develop a go debugger
- gorpc101, describes how to develop a microservice framework
- libmill, describes the libmill go-style coroutine library
- go internals, (try to) describes nearly every aspect of golang internals
go internals, (try to) describes nearly every aspect of golang internals- go patterns, common design patterns in Go
- 🌱 I’m currently learning:
- ⚡ Fun fact:
- keep writing blogs every week
- 🦮 Useful utilities:
- toc, scans your folders and generate SUMMARY.md automatically
- notion, read CSV exported by Notion and generates markdowns with liquid tags
- wc, an alternate to GNU
wc
, which outputs more clearer - rm, an alternate to GNU
rm
, which effectively reduces mistakes of deletion - red, a log analysis tool, which aggregates similar events to help discover the problems
stay hungry, stay foolish.
Pinned Loading
-
golang-debugger-book
golang-debugger-book PublicFrom a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a d…
-
trpc-go
trpc-go PublicForked from trpc-group/trpc-go
A pluggable, high-performance RPC framework written in golang
Go
-
-
328 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
hitzhangjie/chat_with_ai,
hitzhangjie/codemaster,
hitzhangjie/golang-debugger-book
and 22 other
repositories
Loading
Contribution activity
February 2025
Created an issue in microsoft/vscode that received 3 comments
shortcut 'f10' to toggle terminal not working
Type: Bug In previous vscode versions, it works as expected. My shortcuts configuration is: [{ ... }, { "key": "f10", "command": "workbench.action.…
3
comments
Opened 10 other issues in 3 repositories
hitzhangjie/golang-debugger-book
2
open
3
closed
-
中英文部分分离,更好管理维护,配图文字标注等等,混在一个repo下不好维护
This contribution was made on Feb 26
-
continue的代码实现有了,但是lessons里面没有对应的实例,godbg里面有但是已经向符号级调试器演进很多了,对不上,而且还强制检查dwarf
This contribution was made on Feb 26
-
优化下breakpoints、clear命令字的代码示例,该代码示例仅有godbg有,lessons中没有
This contribution was made on Feb 24
-
再补充一个小节继续完善下断点处反汇编功能的实现。涉及到从断点位置读取指令数据的部分、指令patch数据的备份还原、反汇编
This contribution was made on Feb 22
-
syscall.PtraceSetOptions(pid, syscall.PTRACE_O_TRACECLONE),单独一个小节、demo进行介绍
This contribution was made on Feb 20
microsoft/vscode
2
open
1
closed
-
Feature Request: add a page to help download the previous VSCode version easily
This contribution was made on Feb 20
-
Feature Request: please support backup/restore to previous user used VSCode version.
This contribution was made on Feb 20
-
vscode logging error messages during launch/reloading with all extensions disabled
This contribution was made on Feb 20
hitzhangjie/go-ftrace
2
open
-
docs: 讲下如何基于dlv\break\continue\disass\regs操作如何快速编写fetchrules(参考examples/trace_proto_unmarshal)
This contribution was made on Feb 20
-
docs: 讲下对于寄存器立即数如何提取(参考examples/trace_proto_unmarshal)
This contribution was made on Feb 20
2
contributions
in private repositories
Feb 20