$ cat /home/mridul/profile.txt
mridul@linux:~$ whoami
Flutter Developer | C Programmer | Open Source Enthusiast
mridul@linux:~$ uname -a
Linux | Low-Level Systems | Retro Hardware Lover (PSP, Old Systems)mridul@linux:~$ cat about.txt
> Building beautiful UIs with Flutter
> Diving deep into C and low-level programming
> Passionate about Linux, kernel internals, and bare metal
> Love for retro systems: PSP, old hardware, and the beauty of simplicity
> Open source is not just code β it's a way of lifemridul@linux:~$ ls -la /skills
drwxr-xr-x mobile/
βββ Flutter
βββ Dart
βββ Cross-platform Apps
drwxr-xr-x systems/
βββ C
βββ Linux
βββ Kernel Programming
βββ Low-level Development
drwxr-xr-x tools/
βββ Git
βββ Terminal
βββ Vim/VSCode
βββ GCC/Makemridul@linux:~$ cat current_mission.c
#include <stdio.h>
int main(void) {
while (1) {
explore_linux_kernel();
write_c_code();
build_flutter_apps();
contribute_to_opensource();
tinker_with_psp();
}
return 0;
}mridul@linux:~$ echo $INTERESTS
β Linux kernel internals
β Low-level systems programming
β Retro hardware (PSP, old computers)
β Open source contribution
β Building from scratch in C
β Bridging high-level and low-level codemridul@linux:~$ cat ~/.philosophy
"The best code is the code you understand at the bit level"
"Old systems had soul β let's bring that back"
"Open source: built by the community, for the community"mridul@linux:~$ ./fetch_stats.shmridul@linux:~$ ./connect.sh
[GitHub] https://github.com/MridulSharma2552007
[Status] Open to collaboration
[Mode] Always learningmridul@linux:~$ exit
# Made with β€οΈ on Linux.


