what side projects are you working on?mine is text only twitter clone. picrel
Learning python by making a script that :- create the directory /tmp/dump- take all the pid name in /proc/[0-9]/comm- create a directory in /tmp/dump named after every process name obtainedAnd now i must figure how to use /proc/[0-9]/maps and /proc/[0-9]/mem to get the actual content of my ram
>>107727620are you planning to build a system resource monitor or just trying to learn python?
I've started making a compiler on llvm for my own language but I've only started.Only done the lexer so far.