Explore tweets tagged as #LowLevelProgramming
@mu_chrinovic
chrinovicマーク
1 year
Day 0b11101 of LowLevelProgramming Reading more on Dynamic Memory Allocation design and it's getting quite complex >Pointer alignment arithmetic trick >Traversing through heap data chucks and first fit Algorithm >Extending the heap Still working on the Assembly exercises
7
17
248
@RajeevTapadia
Rajeev Tapadia
9 months
Ngl most enlightening book I have read #LowLevelProgramming
2
0
3
@mu_chrinovic
chrinovicマーク
1 year
Day 0b11111 of LowLevelProgramming Researched more on free-list mallocs Implemented a function to split large heap blocks. A good friend sent me some concise notes on this which assisted me in understanding Thinking of reading another paper on malloc when I'm done with this one
2
5
126
@VishalH68241
Vishal Hilal
22 days
I built a mini web server in pure Rust - No frameworks, just TCP + standard library Rust is not "beginner-friendly" , we must know all basic computer science fundamentals, but that's exactly why it's worth learning #Rust #BuildInPublic #MemoryManagement #LowLevelProgramming
0
0
0
@mu_chrinovic
chrinovicマーク
1 year
Took a break from #LowLevelProgramming & x86 today. I read more on Memory , Dynamic memory allocation and heap based buffer overflow . I still got a lot of questions and a lot to read. Set up Valgrind for detecting leaks. Could ya'll recommend me any resources on memory and C.
4
6
161
@dossdortival
Doss Dortival
9 months
🚀 Just hit a major milestone: Completed Harvard’s CS50 and am finalizing my capstone project #sysmon an interactive system monitor written in C! (Repo: https://t.co/Ppa5Io64J1) Mastering memory management and system calls has leveled up my #lowlevelprogramming skills #CS50
0
0
1
@animeshsarkar_
Animesh Sarkar
2 months
0
0
1
@mu_chrinovic
chrinovicマーク
1 year
Day 0b10101 of #LowLevelProgramming Read through the Math Chapter and did some exercises >Learnt the 3 different ways of multiplication >Division gave me problems , but it's cool >GDB was friendly today >Wrote some C code after a long time Computers are actually dumb : )
7
3
155
@mu_chrinovic
chrinovicマーク
1 year
day 0b100001 of lowlevelprogramming i was starting to miss assembly so I did some exercises completed 2 exercises. i'm stuck with the third . like i think i could solve it using my own way, but gotta follow the rules i feel good about the fact that i even had my own solution
1
1
19
@animeshsarkar_
Animesh Sarkar
1 month
0
0
1
@mu_chrinovic
chrinovicマーク
1 year
Day 0b100000 of LowLevelProgramming Took a break this weekend to spend time with family Still on dynamic memory allocator design and implementation >Adding the wrapper functions to the main malloc The malloc paper had a lot of bugs so, much thanks to @fig_stack 's notes
2
0
53
@mu_chrinovic
chrinovicマーク
1 year
Day 0b10011 of #LowLevelProgramming Finished Chapter 5 of the book and the exercises >Read more on Registers and and register operations >Learnt the sign extension "mov" instruction of various byte sizes >Finally getting the hang of memory examination commands of GDB
5
4
147
@ThePatrickOwor
Patrick (Ikongha) Owor
1 month
2 days of debugging SegFaults and MemoryLeaks and i'm not there yet i miss the good old days when all i cared about was IndexError, KeyError and SyntaxError i just had to get better didn't i #zig #lowlevelprogramming
0
0
0
@ArgyropChristos
Christos Argyropoulos
1 year
Some of the #assembly #lowlevelprogramming are kicking my butt
2
0
2
@mu_chrinovic
chrinovicマーク
1 year
Day 0b10000 of #LowLevelProgramming This was one of those frustrating days were things aren't working out Anyway, I learnt more on memory >Read on Segmentation, Paging and Virtual memory >Examined memory using GDB . I didn't get the same results as the book. 😩🤬
8
5
255
@mu_chrinovic
chrinovicマーク
1 year
Day 0b10110 of #LowLevelProgramming >learnt conditional mov and read a bit on code optimisation . >Started with bitwise operations. It's quite tricky as I learnt bitwise using binary, and now everything is in hex. >Had to divide in order to shift bits.🧠 Chapter is quite long
4
7
117
@mu_chrinovic
chrinovicマーク
1 year
Day 0b11010 of #LowLevelProgramming Still on bit operations >Read more on bit fields and bit extraction >Learnt about Bit Testing and Setting and their Assembly instructions >Read on e flag registers and the Carry flag >GEF is goated btw I hate working with Hex values !!
4
1
88
@mu_chrinovic
chrinovicマーク
1 year
Day 0b11011 of #LowLevelProgramming >The Implementation of bit set and test from the book was quite obscure so I had to turn to C first >Finally understood bit indexing and what ever this -> "[val + 8*rbx], rcx" meant. It took me a while >I need learn more inline ASM in C
2
2
118