Code With Kanna (@codewithkanna) 's Twitter Profile
Code With Kanna

@codewithkanna

Software @freshworks

ID: 2165092993

calendar_today30-10-2013 16:41:09

6,6K Tweet

191 Followers

1,1K Following

katzz (@0xkatzz) 's Twitter Profile Photo

"A Malloc Tutorial" A step-by-step guide to implementing your own memory allocator to truly grasp how memory allocation works in C. Covers heap management, block splitting, & memory alignment. Easential for understanding how malloc, free, & realloc work under the hood.

"A Malloc Tutorial"  

A step-by-step guide to implementing your own memory allocator to truly grasp how memory allocation works in C.

Covers heap management, block splitting, & memory alignment.

Easential for understanding how malloc, free, & realloc work under the hood.
Vivek Galatage (@vivekgalatage) 's Twitter Profile Photo

This article, Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know, by Abhinav Upadhyay, explores how understanding CPU architecture can help developers write more efficient code. It introduces the concept of hardware-aware coding, which involves optimizing

FFmpeg (@ffmpeg) 's Twitter Profile Photo

FFmpeg makes extensive use of hand-written assembly code for huge (10-50x) speed increases and so we are providing assembly lessons to teach a new generation of assembly language programmers. Learn more here: github.com/FFmpeg/asm-les…

Calascibetta Romain (@dinoosaure) 's Twitter Profile Photo

I'm really glad to share my last work about μTCP, #unikernels, effects and #OCaml 5. I talk about TCP/IP, #GADTs, and some useful data-structures. blog.robur.coop/articles/utcp_…

Piyush Itankar (@_streetdogg) 's Twitter Profile Photo

See the CPU execution, Pipeline stages and Caches in action. This emulator animates the high level CPU and Cache state-machine. You can track the state (fetch, decode, execute, memory access, write back and ) of a given instruction... Try it here: ripes.me

DHH (@dhh) 's Twitter Profile Photo

Unbelievably impressive. I think programmers are right to have some worry that the world of tomorrow won't need all of them. Illustrators, animators, and cartoonists surely already do. What a time to be alive.

ludwig (@ludwigabap) 's Twitter Profile Photo

I’ve been looking for what would be the ONE video I should share to introduce risc-v to people (and give a quick refresher on cpu architecture and ISAs) and I’ve found it

I’ve been looking for what would be the ONE video I should share to introduce risc-v to people (and give a quick refresher on cpu architecture and ISAs) and I’ve found it
wangbin579 (@wangbin579) 's Twitter Profile Photo

All the computer science papers and recommended books shared by this account are mostly available on GitHub now. You can bookmark it. Here’s the link: enhancedformysql.github.io/tech-explorer-…

Mustafa (@mustafa_kh4n) 's Twitter Profile Photo

mannn, this course is just soo good. it basically teaches you to put raw mathematical thought in every line of code. optimize it to the bits.

mannn, this course is just soo good.  

it basically teaches you to put raw mathematical thought in every line of code. 

optimize it to the bits.
A J λ-Y (@ajayrajan43) 's Twitter Profile Photo

God level teaching skills, undoubtedly the best researcher teaching Computer architecture out there. youtube.com/@onurmutlulect…

Abhinav Upadhyay (@abhi9u) 's Twitter Profile Photo

Some of the best engineers I’ve met share one thing in common. They don’t just learn how a system works. They understand why it was built that way. That kind of understanding doesn’t come from scrolling past summaries or skimming neatly labeled diagrams. But that’s how a lot of

Jignesh Patel (@pateljm) 's Twitter Profile Photo

Mosha Pasumansky, CTO Firebolt, delivered a sharp 10-min talk to CMU Database Group students fresh off learning about transaction processing. Don’t miss Mosha's description of their WAL indexing mechanism. youtu.be/i6yz3Xm3eOg

KC Sivaramakrishnan (@kc_srk) 's Twitter Profile Photo

Finished teaching another offering of Programs and Proofs course at IIT Madras: github.com/kayceesrk/cs62…. Funny how students learn linked lists in their first programming course (cse.iitm.ac.in/~rupesh/teachi…), but that's the last thing that we do in this github.com/kayceesrk/cs62…

Alexander Granin (@graninas) 's Twitter Profile Photo

What great news! Thank you for this honored award! I'm happy to know that my book won! This is a surprise, a very pleasant one! And thanks to all my readers, present and future. There is so much to share about pragmatic software engineering in FP, and I hope to write more!

KC Sivaramakrishnan (@kc_srk) 's Twitter Profile Photo

The section on verse and concurrency is a superb advertisement for functional and logic programming, formal verification, concurrency, etc. x.com/lexfridman/sta…

Thiago Ghisi (@thiagoghisi) 's Twitter Profile Photo

That feeling of finally nailing down the Executive Summary/Key Takeaways section of a 20+ pages article I've been writing for the past few months extending my talk “Breaking the Ceiling: Scaling Your Impact at the Staff-Plus Level” at InfoQ Dev Summit Boston last year. Outline:

That feeling of finally nailing down the Executive Summary/Key Takeaways section of a 20+ pages article I've been writing for the past few months extending my talk “Breaking the Ceiling: Scaling Your Impact at the Staff-Plus Level” at InfoQ Dev Summit Boston last year.

Outline:
KC Sivaramakrishnan (@kc_srk) 's Twitter Profile Photo

Nice to see heartbeat scheduling in OxCaml Parallel library. Eliminates the need for granularity control in conjunction with stack local allocation of closures.

Nice to see heartbeat scheduling in OxCaml Parallel library. Eliminates the need for granularity control in conjunction with stack local allocation of closures.