🎓 Pursuing a Ph.D. @LMU Munich.🔭 Research in computer graphics, mathematics, machine learning, and system programming.🌱 Open source fancier in Go, C++, JavaScript, Python, etc.🏠 Homepage at changkun.de.💬 My resume and talks.⚖️ I founded The golang.design Initiaitive.
Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,489 contributions in the last year
Contribution activity
November 1, 2020
October 2020
- changkun/things.sh Shell
- book: typo fixes in ch03lang/type.md
- book: improve gfget/gfput behavior description in ch06sched/init
- book: typo fixes in ch03lang/map.md
- book: typo fixes in ch06sched/mpg.md
- book: fix ch06sched P destroy code comment(#64)
- book: typo fixes in ch05sync/map.md
- book: typo fixes in ch05sync/mem.md (#59)
- book: typo fixes in ch05sync
- book: typo fixes in ch05sync
- book: typo fixes in ch04errors/future.md
- book: typo fixes in ch08GC/barrier.md and ch12generics/future.md
- book: typo fixes in ch04errors/value.md
- fix: typo error in finalwords.md
- book: fix ch03lang/panic.md typo (#49)
Created an issue in glfw/glfw that received 6 comments
drag window is laggy initially on macOS
I just got the initial example up and running, and created a window tested on macOS and Linux. #include <GLFW/glfw3.h> int main(void) { GLFWwindow*…