Skip to content

Commit a16ffce

Browse files
committed
bug fix
1 parent 34da738 commit a16ffce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

my_repos/my_repos_notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 id="a-story-of-my-code-repos">A story of my code repos</h1>
1717
<p>I really like to program in C more than in C++ (however, I am trying to learn cpp better too). Sometimes, I have this immense urge to code something. In 2021, I was heavily inspired by the linked list library written by Taehwan Hwang in Samsung. So, I tried to create a very very minimal version of that in my repo <strong><a href="https://github.com/devprabal/small-linklist">small-linklist</a></strong> .
1818
Since then, time and now, this <em>local-maxima-urge</em> of coding keeps coming back to me, creating something like - <strong><a href="https://github.com/devprabal/csv">csv</a></strong>, which is user-config based serialization of C-structs to csv. There&#8217;s also <strong><a href="https://github.com/devprabal/reactor">reactor</a></strong> which is a very minimal implementation of reactor pattern in C (because I read about this pattern that week hahaha!).</p>
1919

20-
<p>I was introduced to computers in my 8th class (2011, maybe), but to linux, I was introduced in 2017 (1 year into college). And just after a few months, I had to fall into the rabbit hole of ricing (I think it is a customary initiation XD). My <strong><a href="https://www.reddit.com/r/unixporn/comments/d24bxk/gnome_ubuntu_1904_desktop_customizations/">first ricing</a></strong> and <strong><a href="https://www.reddit.com/r/unixporn/comments/jia3mm/bspwm_first_experience_with_a_twm_and_gruvboxlight/">second ricing</a></strong> reddit posts on the famous r&#47;unixpxrn channel pushed me to create dotfiles repos <strong><a href="https://github.com/devprabal/dotfiles-voidlinux">dotfiles-voidlinux</a></strong>, <strong><a href="https://github.com/devprabal/dotfiles-manjaro">dotfiles-manjaro</a></strong> and <strong><a href="https://github.com/devprabal/dotfiles-ubuntu">dotfiles-ubuntu</a></strong> (seriously Prabal? Who even creates dotfiles for <em>ooh-bun-tooh</em> ?) to look cool (well, I never used Arc btw! Am I disowned?).
20+
<p>I was introduced to computers in my 8th class (2011, maybe), but to linux, I was introduced in 2017 (1 year into college). And just after a few months, I had to fall into the rabbit hole of ricing (I think it is a customary initiation XD). My <a href="https://www.reddit.com/r/unixporn/comments/d24bxk/gnome_ubuntu_1904_desktop_customizations/">first ricing</a> and <a href="https://www.reddit.com/r/unixporn/comments/jia3mm/bspwm_first_experience_with_a_twm_and_gruvboxlight/">second ricing</a> reddit posts on the famous r&#47;unixpxrn channel pushed me to create dotfiles repos <strong><a href="https://github.com/devprabal/dotfiles-voidlinux">dotfiles-voidlinux</a></strong>, <strong><a href="https://github.com/devprabal/dotfiles-manjaro">dotfiles-manjaro</a></strong> and <strong><a href="https://github.com/devprabal/dotfiles-ubuntu">dotfiles-ubuntu</a></strong> (seriously Prabal? Who even creates dotfiles for <em>ooh-bun-tooh</em> ?) to look cool (well, I never used Arc btw! Am I disowned?).
2121
It would be only later in 2023, that I realize what actually matters is to &#8220;get things working&#8221; (defaults + some tweaks for my aesthetics). So now, I maintain my <strong><a href="https://github.com/devprabal/mac_setup">mac_setup</a></strong> repo to note down sensible tweaks (which should be defaults in mac, ngl, uff!) and some day-to-day dev-friendly tools.</p>
2222

2323
<p>Everyone starts somewhere, right? I too started somewhere in ML (and kaggle) with <strong><a href="https://github.com/devprabal/BMI-prediction-of-health-status">BMI-prediction-of-health-status</a></strong> and <strong><a href="https://github.com/devprabal/indian-liver-patients-prediction">indian-liver-patients-prediction</a></strong> in 2017. Then came the big hit of peer pressure. Everyone doing web-dev like it was some buzz word (seriously? ML wasn&#8217;t? oh their magazines are outdated, lol). So, I did try to <strong><a href="https://github.com/devprabal/happybday">learn some js</a></strong>. But tbh, it wasn&#8217;t (and still isn&#8217;t) my interest. However, I did like that guy &#8211; &#8220;Shiffman from Coding Train&#8221; and I <strong><a href="https://github.com/devprabal/starry">learnt a bit of p5.js</a></strong>. But while this time I was also into ricing, and saw cool devs on the internet creating utilities like neofetch, hacking into dwm, writing lua code for awesomewm, etc. etc., I did try to create my own <strong><a href="https://github.com/devprabal/Adwaita-bananafish">gnome-shell colorscheme</a></strong> (what is this comparison even? eww) and in process, learnt a bit of scss. </p>

my_repos/my_repos_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
I really like to program in C more than in C++ (however, I am trying to learn cpp better too). Sometimes, I have this immense urge to code something. In 2021, I was heavily inspired by the linked list library written by Taehwan Hwang in Samsung. So, I tried to create a very very minimal version of that in my repo **[small-linklist](https://github.com/devprabal/small-linklist)** .
44
Since then, time and now, this *local-maxima-urge* of coding keeps coming back to me, creating something like - **[csv](https://github.com/devprabal/csv)**, which is user-config based serialization of C-structs to csv. There's also **[reactor](https://github.com/devprabal/reactor)** which is a very minimal implementation of reactor pattern in C (because I read about this pattern that week hahaha!).
55

6-
I was introduced to computers in my 8th class (2011, maybe), but to linux, I was introduced in 2017 (1 year into college). And just after a few months, I had to fall into the rabbit hole of ricing (I think it is a customary initiation XD). My **[first ricing](https://www.reddit.com/r/unixporn/comments/d24bxk/gnome_ubuntu_1904_desktop_customizations/)** and **[second ricing](https://www.reddit.com/r/unixporn/comments/jia3mm/bspwm_first_experience_with_a_twm_and_gruvboxlight/)** reddit posts on the famous r/unixpxrn channel pushed me to create dotfiles repos **[dotfiles-voidlinux](https://github.com/devprabal/dotfiles-voidlinux)**, **[dotfiles-manjaro](https://github.com/devprabal/dotfiles-manjaro)** and **[dotfiles-ubuntu](https://github.com/devprabal/dotfiles-ubuntu)** (seriously Prabal? Who even creates dotfiles for *ooh-bun-tooh* ?) to look cool (well, I never used Arc btw! Am I disowned?).
6+
I was introduced to computers in my 8th class (2011, maybe), but to linux, I was introduced in 2017 (1 year into college). And just after a few months, I had to fall into the rabbit hole of ricing (I think it is a customary initiation XD). My [first ricing](https://www.reddit.com/r/unixporn/comments/d24bxk/gnome_ubuntu_1904_desktop_customizations/) and [second ricing](https://www.reddit.com/r/unixporn/comments/jia3mm/bspwm_first_experience_with_a_twm_and_gruvboxlight/) reddit posts on the famous r/unixpxrn channel pushed me to create dotfiles repos **[dotfiles-voidlinux](https://github.com/devprabal/dotfiles-voidlinux)**, **[dotfiles-manjaro](https://github.com/devprabal/dotfiles-manjaro)** and **[dotfiles-ubuntu](https://github.com/devprabal/dotfiles-ubuntu)** (seriously Prabal? Who even creates dotfiles for *ooh-bun-tooh* ?) to look cool (well, I never used Arc btw! Am I disowned?).
77
It would be only later in 2023, that I realize what actually matters is to "get things working" (defaults + some tweaks for my aesthetics). So now, I maintain my **[mac_setup](https://github.com/devprabal/mac_setup)** repo to note down sensible tweaks (which should be defaults in mac, ngl, uff!) and some day-to-day dev-friendly tools.
88

99
Everyone starts somewhere, right? I too started somewhere in ML (and kaggle) with **[BMI-prediction-of-health-status](https://github.com/devprabal/BMI-prediction-of-health-status)** and **[indian-liver-patients-prediction](https://github.com/devprabal/indian-liver-patients-prediction)** in 2017. Then came the big hit of peer pressure. Everyone doing web-dev like it was some buzz word (seriously? ML wasn't? oh their magazines are outdated, lol). So, I did try to **[learn some js](https://github.com/devprabal/happybday)**. But tbh, it wasn't (and still isn't) my interest. However, I did like that guy -- "Shiffman from Coding Train" and I **[learnt a bit of p5.js](https://github.com/devprabal/starry)**. But while this time I was also into ricing, and saw cool devs on the internet creating utilities like neofetch, hacking into dwm, writing lua code for awesomewm, etc. etc., I did try to create my own **[gnome-shell colorscheme](https://github.com/devprabal/Adwaita-bananafish)** (what is this comparison even? eww) and in process, learnt a bit of scss.

0 commit comments

Comments
 (0)