회전하는그래디언트
@curling_grad
newbie {compiler, architecture} researcher
마음먹으면 독학이 되기때문에 csapp OSTEP 독학하자고 트위터에서 한 7년째 앵무새처럼 계속 반복했는데, 제 주변에서 실제로 저 두개를 독학으로 마친사람이 한명밖에 없어요
Slides from my GPU talk are online! - tinyurl.com/y3zqqdrx
Haven’t posted much about this. This is SIRIOS (Seriously Inexpensive Robot In One Semester) the goal was to build a large form quad in a single semester. From design, to fabrication, the assembly, it took 3 months with an overall cost of 1100$. (1/2)
Looking forward to seeing everyone for ES-FoMo part three tomorrow! We'll be in East Exhibition Hall A (the big one), and we've got an exciting schedule of invited talks, orals, and posters planned for you tomorrow. Let's meet some of our great speakers! 1/
맥에서 한영 전환이 느린 걸 견디다 못해 한글/영문 통합 입력기를 하나 만들었다. Swift도 워낙 오랜만이었지만, 프레임워크가 오래되니 문서가 많이 사라진 게 가장 문제. 레퍼런스는 어디선가 주운 중국어 PPT, IMKit 예제 코드, 그리고 구름 입력기. 공개 가능한 수준 될 때까지 열심히 개밥먹기.
There’s a cursed C++ competition where programmers try to create the largest possible error message. Finalists created ~1.5GB of error messages from just 256 bytes of source. Preprocessor exploits were so easy, they had to create a separate division! Here's my favorites:
#AMD #Instinct #MI300 Instruction Set Architecture Reference Guide: amd.com/content/dam/am…
#AMD #CDNA4 Instruction Set Architecture Reference Guide: amd.com/content/dam/am…
Inspired by a recent post by @effectfully, here is a review of functional programming concepts and their usefulness in everyday enterprise software development:
:w 누르면 바로 clang-format이 박살내버릴것처럼 생겼네
I'm not a fan of the C programming language but I give credit where credits due: The "tends towards" operator --> is a programming language design masterpiece.