From 5b7676b248719287bb3145aa9aaa5b721654db03 Mon Sep 17 00:00:00 2001 From: roumail Date: Thu, 2 Nov 2023 16:20:36 +0000 Subject: [PATCH] deploy: f54fcfe5f4c64bab89e55c388b4886d2f7d7d420 --- 404.html | 22 +- a-scraper-that-scales-part-i/index.html | 49 +- categories/index.html | 96 +- categories/index.xml | 10 +- categories/page/1/index.html | 6 +- category/drumming/index.html | 1047 +++++++++++++++++ category/drumming/index.xml | 53 + category/drumming/page/1/index.html | 10 + category/musings/index.html | 118 +- category/musings/index.xml | 81 +- category/musings/page/1/index.html | 6 +- category/technology/index.html | 118 +- category/technology/index.xml | 25 +- category/technology/page/1/index.html | 6 +- contact/index.html | 16 +- css/libs/chroma/github-light.min.css | 1 - css/libs/chroma/pygments.min.css | 1 + event/example/index.html | 28 +- event/index.html | 16 +- event/index.xml | 12 +- index.html | 62 +- index.json | 2 +- index.xml | 130 +- personal-values-part-i/index.html | 32 +- personal-values-part-ii/index.html | 32 +- personal-values-part-iii/index.html | 32 +- .../index.html | 160 +-- post/20231017-hello-world/index.html | 24 +- post/index.html | 111 +- post/index.xml | 51 +- post/page/1/index.html | 6 +- post/series-books-i-read-in-2023/index.html | 17 +- post/series-books-i-read-in-2023/index.xml | 8 +- .../page/1/index.html | 6 +- .../index.html | 119 +- .../index.xml | 25 +- .../page/1/index.html | 6 +- post/series-decoding-rohail/index.html | 17 +- post/series-decoding-rohail/index.xml | 38 +- post/series-decoding-rohail/page/1/index.html | 6 +- project/index.html | 16 +- publication/conference-paper/index.html | 26 +- publication/index.html | 16 +- publication/index.xml | 20 +- publication/journal-article/index.html | 26 +- publication/preprint/index.html | 26 +- robots.txt | 2 +- .../building-a-scraper-that-scales/index.html | 118 +- .../building-a-scraper-that-scales/index.xml | 25 +- .../page/1/index.html | 6 +- series/decoding-rohail/index.html | 16 +- series/decoding-rohail/index.xml | 38 +- series/decoding-rohail/page/1/index.html | 6 +- series/index.html | 18 +- series/index.xml | 8 +- series/page/1/index.html | 6 +- sitemap.xml | 110 +- sitemap/index.html | 27 +- slides/example/index.html | 2 +- slides/index.xml | 8 +- tag/conscious-choices/index.html | 16 +- tag/conscious-choices/index.xml | 20 +- tag/conscious-choices/page/1/index.html | 6 +- tag/core-values/index.html | 16 +- tag/core-values/index.xml | 24 +- tag/core-values/page/1/index.html | 6 +- tag/covid-19/index.html | 16 +- tag/covid-19/index.xml | 22 +- tag/covid-19/page/1/index.html | 6 +- tag/drums/index.html | 16 +- tag/drums/index.xml | 22 +- tag/drums/page/1/index.html | 6 +- tag/life-lessons/index.html | 16 +- tag/life-lessons/index.xml | 38 +- tag/life-lessons/page/1/index.html | 6 +- tag/overcoming-procrastination/index.html | 16 +- tag/overcoming-procrastination/index.xml | 20 +- .../page/1/index.html | 6 +- tag/personal-growth/index.html | 16 +- tag/personal-growth/index.xml | 38 +- tag/personal-growth/page/1/index.html | 6 +- tag/productivity/index.html | 16 +- tag/productivity/index.xml | 22 +- tag/productivity/page/1/index.html | 6 +- tag/python/index.html | 118 +- tag/python/index.xml | 25 +- tag/python/page/1/index.html | 6 +- tag/self-reflection/index.html | 16 +- tag/self-reflection/index.xml | 38 +- tag/self-reflection/page/1/index.html | 6 +- tag/source-themes/index.html | 16 +- tag/source-themes/index.xml | 16 +- tag/source-themes/page/1/index.html | 6 +- tag/web-scraping/index.html | 118 +- tag/web-scraping/index.xml | 25 +- tag/web-scraping/page/1/index.html | 6 +- tags/index.html | 18 +- tags/index.xml | 8 +- tags/page/1/index.html | 6 +- tags/page/2/index.html | 18 +- 100 files changed, 2413 insertions(+), 1540 deletions(-) create mode 100644 category/drumming/index.html create mode 100644 category/drumming/index.xml create mode 100644 category/drumming/page/1/index.html delete mode 100644 css/libs/chroma/github-light.min.css create mode 100644 css/libs/chroma/pygments.min.css rename {a-scraper-that-scales-part-ii => post/2023-11-02-i-joined-a-band-as-a-drummer}/index.html (76%) diff --git a/404.html b/404.html index ba3d7bb..6002c67 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ - + @@ -232,8 +232,8 @@ - - + + @@ -285,8 +285,8 @@ - - + + @@ -317,11 +317,11 @@ - + - + - + @@ -714,6 +714,8 @@

Latest

  • Posts
  • +
  • I Joined a Band as a Drummer!
  • +
  • Part III: Embedding Your True North
  • (Series) Decoding Rohail
  • @@ -722,12 +724,10 @@

    Latest

  • Part I: Quarantine Chronicles: How COVID-19 Helped me look inward
  • -
  • Part II: Stateful Applications Need to Be Designed Differently
  • +
  • Part I: The Motivation to Build a Scraper in Python
  • (Series) Building a scraper that scales
  • -
  • Part I: The Motivation to Build a Scraper in Python
  • - diff --git a/a-scraper-that-scales-part-i/index.html b/a-scraper-that-scales-part-i/index.html index cc7560e..73f663c 100644 --- a/a-scraper-that-scales-part-i/index.html +++ b/a-scraper-that-scales-part-i/index.html @@ -1,6 +1,6 @@ - + @@ -232,8 +232,8 @@ - - + + @@ -285,8 +285,8 @@ - - + + @@ -317,11 +317,11 @@ - + - + - + This article is part of a series. - -
  • - - Part 2: Part II: Stateful Applications Need to Be Designed Differently - -
  • - - @@ -1082,14 +1074,6 @@

    This article is part of a series.

    - -
  • - - Part 2: Part II: Stateful Applications Need to Be Designed Differently - -
  • - - @@ -1130,7 +1114,7 @@

    Share this Article:

  • -
  • @@ -1147,7 +1131,7 @@

    Share this Article:

  • -
  • @@ -1213,15 +1197,6 @@

    Share this Article:

    -
    -

    Related

    - -
    -
    diff --git a/categories/index.html b/categories/index.html index 50b2351..b9a25b0 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,6 +1,6 @@ - + @@ -232,8 +232,8 @@ - - + + @@ -285,8 +285,8 @@ - - + + @@ -317,14 +317,14 @@ - + - + - + - + @@ -747,6 +747,80 @@

    Blog Categories

    + + +
    +
    + +
    + drumming +
    + + + + + + + +
    +
    + + +
    +
    + + + + + + + + + + + + + + +
    @@ -777,7 +851,7 @@

    Blog Categories

    - Oct 31, 2023 + Nov 2, 2023 @@ -851,7 +925,7 @@

    Blog Categories

    - Oct 25, 2023 + Oct 24, 2023 diff --git a/categories/index.xml b/categories/index.xml index 064fda2..9c980a8 100644 --- a/categories/index.xml +++ b/categories/index.xml @@ -2,14 +2,14 @@ Blog Categories | Musings from Rohail - https://rohailtaimour.com/categories/ - + https://www.rohailtaimour.com/categories/ + Blog Categories - Wowchemy (https://wowchemy.com)en-usTue, 31 Oct 2023 13:26:24 +0100 + Wowchemy (https://wowchemy.com)en-usThu, 02 Nov 2023 16:50:02 +0100 - https://rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png + https://www.rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png Blog Categories - https://rohailtaimour.com/categories/ + https://www.rohailtaimour.com/categories/ diff --git a/categories/page/1/index.html b/categories/page/1/index.html index 4807c4a..b50cc42 100644 --- a/categories/page/1/index.html +++ b/categories/page/1/index.html @@ -1,10 +1,10 @@ - https://rohailtaimour.com/categories/ - + https://www.rohailtaimour.com/categories/ + - + diff --git a/category/drumming/index.html b/category/drumming/index.html new file mode 100644 index 0000000..17f0eef --- /dev/null +++ b/category/drumming/index.html @@ -0,0 +1,1047 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + drumming | Musings from Rohail + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    drumming

    + + + + +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + I Joined a Band as a Drummer! +
    + + + +
    + First few songs as a drummer for the band A Message to Somethin' +
    +
    + + + + + + +
    +
    + + +
    +
    + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/category/drumming/index.xml b/category/drumming/index.xml new file mode 100644 index 0000000..4b02e13 --- /dev/null +++ b/category/drumming/index.xml @@ -0,0 +1,53 @@ + + + + drumming | Musings from Rohail + https://www.rohailtaimour.com/category/drumming/ + + drumming + Wowchemy (https://wowchemy.com)en-usThu, 02 Nov 2023 16:50:02 +0100 + + https://www.rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png + drumming + https://www.rohailtaimour.com/category/drumming/ + + + + I Joined a Band as a Drummer! + https://www.rohailtaimour.com/post/2023-11-02-i-joined-a-band-as-a-drummer/ + Thu, 02 Nov 2023 16:50:02 +0100 + https://www.rohailtaimour.com/post/2023-11-02-i-joined-a-band-as-a-drummer/ + <h2 id="milestone-unlocked-my-first-band">Milestone unlocked: My first band</h2> +<p>I&rsquo;m part of a number of different facebook groups where people post about +looking for jam partners or asking for information about where there&rsquo;d be live +music playing in Brussels.</p> +<p>I made a similar post in one of these groups asking for information about a +place I can book a practice room that contains a drum kit. As you would have it, +by a matter of pure luck, I got in touch with Nicholas, who was looking for a +drummer. It seems he happened to see one of my post looking for a rehearsal room +and decided to get in touch.</p> +<p>It&rsquo;s been a while I&rsquo;ve been looking to play along with folks to get to that next +level as a musician. Practicing and improving your techniques is something I +really enjoy but at the end of the day, we play our preferred instruments to +make music. This was always something my drum teacher taught me that in the end, +the techniques and tools we have are always there to serve music.</p> +<p>Moreover, there are certain aspects of playing music, which only come from +playing with each other. There is an element of communication, improvisation and +when these elements come together in a natural manner, there&rsquo;s nothing that&rsquo;s +more satisfying.</p> +<p>This is a video of the second single from the second time we&rsquo;ve jammed together +as a group!</p> +<p>Check out +<a href="https://www.facebook.com/groups/1128615181441179/permalink/1132430547726309/" target="_blank" rel="noopener">Weird Times</a> +on facebook!</p> +<p>Band members:</p> +<ul> +<li>Arnaud Veraart (Guitar/vocals)</li> +<li>Rohail Taimour (Drum)</li> +<li>Nicolas Forthomme (Bass)</li> +</ul> + + + + + diff --git a/category/drumming/page/1/index.html b/category/drumming/page/1/index.html new file mode 100644 index 0000000..968da92 --- /dev/null +++ b/category/drumming/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://www.rohailtaimour.com/category/drumming/ + + + + + + diff --git a/category/musings/index.html b/category/musings/index.html index 88c4a89..4f4e240 100644 --- a/category/musings/index.html +++ b/category/musings/index.html @@ -1,6 +1,6 @@ - + @@ -232,8 +232,8 @@ - - + + @@ -285,8 +285,8 @@ - - + + @@ -317,14 +317,14 @@ - + - + - + - + @@ -743,6 +743,106 @@

    musings

    + + + + +
    +
    + +
    + I Joined a Band as a Drummer! +
    + + + +
    + First few songs as a drummer for the band A Message to Somethin' +
    +
    + + + + + + +
    +
    + + +
    +
    + + + + + + + + + + + + + + + diff --git a/category/musings/index.xml b/category/musings/index.xml index b2abc21..4b2477c 100644 --- a/category/musings/index.xml +++ b/category/musings/index.xml @@ -2,30 +2,67 @@ musings | Musings from Rohail - https://rohailtaimour.com/category/musings/ - + https://www.rohailtaimour.com/category/musings/ + musings - Wowchemy (https://wowchemy.com)en-usTue, 31 Oct 2023 13:26:24 +0100 + Wowchemy (https://wowchemy.com)en-usThu, 02 Nov 2023 16:50:02 +0100 - https://rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png + https://www.rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png musings - https://rohailtaimour.com/category/musings/ + https://www.rohailtaimour.com/category/musings/ + + I Joined a Band as a Drummer! + https://www.rohailtaimour.com/post/2023-11-02-i-joined-a-band-as-a-drummer/ + Thu, 02 Nov 2023 16:50:02 +0100 + https://www.rohailtaimour.com/post/2023-11-02-i-joined-a-band-as-a-drummer/ + <h2 id="milestone-unlocked-my-first-band">Milestone unlocked: My first band</h2> +<p>I&rsquo;m part of a number of different facebook groups where people post about +looking for jam partners or asking for information about where there&rsquo;d be live +music playing in Brussels.</p> +<p>I made a similar post in one of these groups asking for information about a +place I can book a practice room that contains a drum kit. As you would have it, +by a matter of pure luck, I got in touch with Nicholas, who was looking for a +drummer. It seems he happened to see one of my post looking for a rehearsal room +and decided to get in touch.</p> +<p>It&rsquo;s been a while I&rsquo;ve been looking to play along with folks to get to that next +level as a musician. Practicing and improving your techniques is something I +really enjoy but at the end of the day, we play our preferred instruments to +make music. This was always something my drum teacher taught me that in the end, +the techniques and tools we have are always there to serve music.</p> +<p>Moreover, there are certain aspects of playing music, which only come from +playing with each other. There is an element of communication, improvisation and +when these elements come together in a natural manner, there&rsquo;s nothing that&rsquo;s +more satisfying.</p> +<p>This is a video of the second single from the second time we&rsquo;ve jammed together +as a group!</p> +<p>Check out +<a href="https://www.facebook.com/groups/1128615181441179/permalink/1132430547726309/" target="_blank" rel="noopener">Weird Times</a> +on facebook!</p> +<p>Band members:</p> +<ul> +<li>Arnaud Veraart (Guitar/vocals)</li> +<li>Rohail Taimour (Drum)</li> +<li>Nicolas Forthomme (Bass)</li> +</ul> + + + Part III: Embedding Your True North - https://rohailtaimour.com/personal-values-part-iii/ + https://www.rohailtaimour.com/personal-values-part-iii/ Tue, 31 Oct 2023 13:26:24 +0100 - https://rohailtaimour.com/personal-values-part-iii/ + https://www.rohailtaimour.com/personal-values-part-iii/ <p>Complete me</p> Part II: Unearthing Your True North - https://rohailtaimour.com/personal-values-part-ii/ + https://www.rohailtaimour.com/personal-values-part-ii/ Thu, 26 Oct 2023 18:24:31 +0200 - https://rohailtaimour.com/personal-values-part-ii/ + https://www.rohailtaimour.com/personal-values-part-ii/ <details class="toc-inpage d-print-none " open> @@ -43,7 +80,7 @@ </details> <h2 id="values-exercise">Values exercise</h2> -<p>In my last article on the <a href="https://rohailtaimour.com/personal-values-part-i/">subject</a>, I stressed the +<p>In my last article on the <a href="https://www.rohailtaimour.com/personal-values-part-i/">subject</a>, I stressed the importance of having a set of values to inspire you to make the tough decisions. The toughest decisions for me often involved saying no. No to something cool I wanted to do, without first finishing something else I had started. It&rsquo;s okay to @@ -211,7 +248,7 @@ that you may find interesting.</p> /personal-values-part-ii/NP%20brain_huf584c28369a34fd8213508d55282912c_136872_932323097e601f29c72d81e04cf97d1d.webp 400w, /personal-values-part-ii/NP%20brain_huf584c28369a34fd8213508d55282912c_136872_3577a0df17a7ca46541c341f37d21238.webp 760w, /personal-values-part-ii/NP%20brain_huf584c28369a34fd8213508d55282912c_136872_1200x1200_fit_q75_h2_lanczos_3.webp 1200w" - src="https://rohailtaimour.com/personal-values-part-ii/NP%20brain_huf584c28369a34fd8213508d55282912c_136872_932323097e601f29c72d81e04cf97d1d.webp" + src="https://www.rohailtaimour.com/personal-values-part-ii/NP%20brain_huf584c28369a34fd8213508d55282912c_136872_932323097e601f29c72d81e04cf97d1d.webp" width="760" height="506" loading="lazy" data-zoomable /></div> @@ -241,7 +278,7 @@ that you may find interesting.</p> /personal-values-part-ii/P%20brain_huaa6769202a2ff51cb8a42a9203e96e49_175078_29def570355ae74d9ba72d54a1115ba2.webp 400w, /personal-values-part-ii/P%20brain_huaa6769202a2ff51cb8a42a9203e96e49_175078_e308ae0fad8ad1e9bd11dab3cb80f9aa.webp 760w, /personal-values-part-ii/P%20brain_huaa6769202a2ff51cb8a42a9203e96e49_175078_1200x1200_fit_q75_h2_lanczos_3.webp 1200w" - src="https://rohailtaimour.com/personal-values-part-ii/P%20brain_huaa6769202a2ff51cb8a42a9203e96e49_175078_29def570355ae74d9ba72d54a1115ba2.webp" + src="https://www.rohailtaimour.com/personal-values-part-ii/P%20brain_huaa6769202a2ff51cb8a42a9203e96e49_175078_29def570355ae74d9ba72d54a1115ba2.webp" width="760" height="506" loading="lazy" data-zoomable /></div> @@ -319,15 +356,15 @@ headspace and allowed me to make choices I could confidently stand behind.</p we can make sure to embed these values in our day to day life. How can we make sure these values are more than words to you, written somewhere and forgotten?</p> <p>I will be exploring these ideas in more detail in the final -<a href="https://rohailtaimour.com/personal-values-part-iii/">blog</a> in the series</p> +<a href="https://www.rohailtaimour.com/personal-values-part-iii/">blog</a> in the series</p> Part I: Quarantine Chronicles: How COVID-19 Helped me look inward - https://rohailtaimour.com/personal-values-part-i/ + https://www.rohailtaimour.com/personal-values-part-i/ Thu, 26 Oct 2023 10:50:45 +0200 - https://rohailtaimour.com/personal-values-part-i/ + https://www.rohailtaimour.com/personal-values-part-i/ <details class="toc-inpage d-print-none " open> @@ -388,7 +425,7 @@ towards. And on March 30th 2020, my life was forever changed.</p> /personal-values-part-i/AJLF3953_hua840194b759347812a16e5c141166fda_1531015_24aa08aee4d4eaeaf78c01715d500a70.webp 400w, /personal-values-part-i/AJLF3953_hua840194b759347812a16e5c141166fda_1531015_2e5762df0cd57295a4e39f6c9c144718.webp 760w, /personal-values-part-i/AJLF3953_hua840194b759347812a16e5c141166fda_1531015_1200x1200_fit_q75_h2_lanczos.webp 1200w" - src="https://rohailtaimour.com/personal-values-part-i/AJLF3953_hua840194b759347812a16e5c141166fda_1531015_24aa08aee4d4eaeaf78c01715d500a70.webp" + src="https://www.rohailtaimour.com/personal-values-part-i/AJLF3953_hua840194b759347812a16e5c141166fda_1531015_24aa08aee4d4eaeaf78c01715d500a70.webp" width="668" height="760" loading="lazy" data-zoomable /></div> @@ -455,7 +492,7 @@ configured my kit to suit this style of playing too:</p> /personal-values-part-i/kit-setup_hu8b4f4db4d2a4b8d46a2052a4896f6c76_2077477_cedb6ddcfa6298de0ae9e97fd8cadd10.webp 400w, /personal-values-part-i/kit-setup_hu8b4f4db4d2a4b8d46a2052a4896f6c76_2077477_f010c97bdfe89e3ae187c88cffbac3b9.webp 760w, /personal-values-part-i/kit-setup_hu8b4f4db4d2a4b8d46a2052a4896f6c76_2077477_1200x1200_fit_q75_h2_lanczos.webp 1200w" - src="https://rohailtaimour.com/personal-values-part-i/kit-setup_hu8b4f4db4d2a4b8d46a2052a4896f6c76_2077477_cedb6ddcfa6298de0ae9e97fd8cadd10.webp" + src="https://www.rohailtaimour.com/personal-values-part-i/kit-setup_hu8b4f4db4d2a4b8d46a2052a4896f6c76_2077477_cedb6ddcfa6298de0ae9e97fd8cadd10.webp" width="570" height="760" loading="lazy" data-zoomable /></div> @@ -534,7 +571,7 @@ There was likely also the fatigue from the long drawn COVID lockdowns coming in, but I had basically taken the magic out of my mornings by overengineering that time I had to myself. Don&rsquo;t get me wrong, a number of good things came out of this time, such as for example a scraper of immoweb that I wrote around this -time (see blog entry <a href="https://rohailtaimour.com/a-scraper-that-scales-part-i/">here</a>).</p> +time (see blog entry <a href="https://www.rohailtaimour.com/a-scraper-that-scales-part-i/">here</a>).</p> <p>Nonetheless, it wasn&rsquo;t long before I started to wake up, only to hit the snooze button and go back to bed once I saw the long todo list I had left for myself.</p> <p>I knew that I needed to reorient myself and get back to the basics. I had let my @@ -548,7 +585,7 @@ foundation. Making such decisions is hard! For example, if you had to choose between knowledge and imagination, which value would you prioritize? What if you had to choose between Integrity and Accountability? Not easy is it?</p> <p>I explore how these insights helped me formulate my values in a following -<a href="https://rohailtaimour.com/personal-values-part-ii/">article</a>. Stay posted!</p> +<a href="https://www.rohailtaimour.com/personal-values-part-ii/">article</a>. Stay posted!</p> <div class="alert alert-note"> <div> Soon, playing on the electronic kit wasn&rsquo;t enough and I @@ -579,7 +616,7 @@ needed to rent out a practice room /personal-values-part-i/real-kit_hucdbd301978b6aa20cba4b1cc8f601d32_2518857_a8bbe05be4b6e7b591bf08a7361b890e.webp 400w, /personal-values-part-i/real-kit_hucdbd301978b6aa20cba4b1cc8f601d32_2518857_ab5ee5a0177452aa020f7c1db4511690.webp 760w, /personal-values-part-i/real-kit_hucdbd301978b6aa20cba4b1cc8f601d32_2518857_1200x1200_fit_q75_h2_lanczos.webp 1200w" - src="https://rohailtaimour.com/personal-values-part-i/real-kit_hucdbd301978b6aa20cba4b1cc8f601d32_2518857_a8bbe05be4b6e7b591bf08a7361b890e.webp" + src="https://www.rohailtaimour.com/personal-values-part-i/real-kit_hucdbd301978b6aa20cba4b1cc8f601d32_2518857_a8bbe05be4b6e7b591bf08a7361b890e.webp" width="760" height="570" loading="lazy" data-zoomable /></div> @@ -592,9 +629,9 @@ needed to rent out a practice room Welcome to my Website! 👋 - https://rohailtaimour.com/post/20231017-hello-world/ + https://www.rohailtaimour.com/post/20231017-hello-world/ Tue, 17 Oct 2023 00:00:00 +0000 - https://rohailtaimour.com/post/20231017-hello-world/ + https://www.rohailtaimour.com/post/20231017-hello-world/ <p>Exciting News: My Website is Live! 🎉<br> Hello everyone, and welcome to <a href="https://www.rohailtaimour.com" target="_blank" rel="noopener">www.rohailtaimour.com</a>! I am incredibly excited to announce that my website is officially live. 🚀</p> diff --git a/category/musings/page/1/index.html b/category/musings/page/1/index.html index 0e9bacd..c592e18 100644 --- a/category/musings/page/1/index.html +++ b/category/musings/page/1/index.html @@ -1,10 +1,10 @@ - https://rohailtaimour.com/category/musings/ - + https://www.rohailtaimour.com/category/musings/ + - + diff --git a/category/technology/index.html b/category/technology/index.html index 745ccba..167154d 100644 --- a/category/technology/index.html +++ b/category/technology/index.html @@ -1,6 +1,6 @@ - + @@ -232,8 +232,8 @@ - - + + @@ -285,8 +285,8 @@ - - + + @@ -317,14 +317,14 @@ - + - + - + - + @@ -743,106 +743,6 @@

    technology

    - - - - -
    -
    - -
    - Part II: Stateful Applications Need to Be Designed Differently -
    - - - -
    - The improvements and what remains -
    -
    - - - - - - -
    -
    - - -
    -
    - - - - - - - - - - - - - - - diff --git a/category/technology/index.xml b/category/technology/index.xml index 5461d1b..fa705d2 100644 --- a/category/technology/index.xml +++ b/category/technology/index.xml @@ -2,30 +2,21 @@ technology | Musings from Rohail - https://rohailtaimour.com/category/technology/ - + https://www.rohailtaimour.com/category/technology/ + technology - Wowchemy (https://wowchemy.com)en-usWed, 25 Oct 2023 16:15:28 +0200 + Wowchemy (https://wowchemy.com)en-usTue, 24 Oct 2023 16:14:00 +0200 - https://rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png + https://www.rohailtaimour.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png technology - https://rohailtaimour.com/category/technology/ + https://www.rohailtaimour.com/category/technology/ - - Part II: Stateful Applications Need to Be Designed Differently - https://rohailtaimour.com/a-scraper-that-scales-part-ii/ - Wed, 25 Oct 2023 16:15:28 +0200 - https://rohailtaimour.com/a-scraper-that-scales-part-ii/ - <p>Complete me</p> - - - Part I: The Motivation to Build a Scraper in Python - https://rohailtaimour.com/a-scraper-that-scales-part-i/ + https://www.rohailtaimour.com/a-scraper-that-scales-part-i/ Tue, 24 Oct 2023 16:14:00 +0200 - https://rohailtaimour.com/a-scraper-that-scales-part-i/ + https://www.rohailtaimour.com/a-scraper-that-scales-part-i/ <details class="toc-inpage d-print-none " open> @@ -183,7 +174,7 @@ high-quality, accurate data was stored.</p> one-off script but a robust data collection tool capable of supporting more complex analyses and experiments.</p> <h2 id="final-comments">Final comments</h2> -<p>In the next blog <a href="https://rohailtaimour.com/a-scraper-that-scales-part-ii/">post</a> in the series, I will +<p>In the next blog <a href="https://www.rohailtaimour.com/a-scraper-that-scales-part-ii/">post</a> in the series, I will go over the implementation details. For those interested, you can find the current state of the project <a href="https://github.com/roumail/immoweb-scraper/tree/v1.0.0" target="_blank" rel="noopener">here</a>.</p> diff --git a/category/technology/page/1/index.html b/category/technology/page/1/index.html index 972efa7..45cc33f 100644 --- a/category/technology/page/1/index.html +++ b/category/technology/page/1/index.html @@ -1,10 +1,10 @@ - https://rohailtaimour.com/category/technology/ - + https://www.rohailtaimour.com/category/technology/ + - + diff --git a/contact/index.html b/contact/index.html index 35c8098..eb9e8b9 100644 --- a/contact/index.html +++ b/contact/index.html @@ -1,6 +1,6 @@ - + @@ -236,8 +236,8 @@ - - + + @@ -289,8 +289,8 @@ - - + + @@ -321,11 +321,11 @@ - + - + - + diff --git a/css/libs/chroma/github-light.min.css b/css/libs/chroma/github-light.min.css deleted file mode 100644 index dc5acf8..0000000 --- a/css/libs/chroma/github-light.min.css +++ /dev/null @@ -1 +0,0 @@ -.bg{background-color:#fff}.chroma{background-color:#fff}.chroma .x{}.chroma .err{color:#a61717;background-color:#e3d2d2}.chroma .cl{}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#ffc}.chroma .lnt{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#000;font-weight:700}.chroma .kc{color:#000;font-weight:700}.chroma .kd{color:#000;font-weight:700}.chroma .kn{color:#000;font-weight:700}.chroma .kp{color:#000;font-weight:700}.chroma .kr{color:#000;font-weight:700}.chroma .kt{color:#458;font-weight:700}.chroma .n{}.chroma .na{color:teal}.chroma .nb{color:#0086b3}.chroma .bp{color:#999}.chroma .nc{color:#458;font-weight:700}.chroma .no{color:teal}.chroma .nd{color:#3c5d5d;font-weight:700}.chroma .ni{color:purple}.chroma .ne{color:#900;font-weight:700}.chroma .nf{color:#900;font-weight:700}.chroma .fm{}.chroma .nl{color:#900;font-weight:700}.chroma .nn{color:#555}.chroma .nx{}.chroma .py{}.chroma .nt{color:navy}.chroma .nv{color:teal}.chroma .vc{color:teal}.chroma .vg{color:teal}.chroma .vi{color:teal}.chroma .vm{}.chroma .l{}.chroma .ld{}.chroma .s{color:#d14}.chroma .sa{color:#d14}.chroma .sb{color:#d14}.chroma .sc{color:#d14}.chroma .dl{color:#d14}.chroma .sd{color:#d14}.chroma .s2{color:#d14}.chroma .se{color:#d14}.chroma .sh{color:#d14}.chroma .si{color:#d14}.chroma .sx{color:#d14}.chroma .sr{color:#009926}.chroma .s1{color:#d14}.chroma .ss{color:#990073}.chroma .m{color:#099}.chroma .mb{color:#099}.chroma .mf{color:#099}.chroma .mh{color:#099}.chroma .mi{color:#099}.chroma .il{color:#099}.chroma .mo{color:#099}.chroma .o{color:#000;font-weight:700}.chroma .ow{color:#000;font-weight:700}.chroma .p{}.chroma .c{color:#998;font-style:italic}.chroma .ch{color:#998;font-style:italic}.chroma .cm{color:#998;font-style:italic}.chroma .c1{color:#998;font-style:italic}.chroma .cs{color:#999;font-weight:700;font-style:italic}.chroma .cp{color:#999;font-weight:700;font-style:italic}.chroma .cpf{color:#999;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#000;background-color:#fdd}.chroma .ge{color:#000;font-style:italic}.chroma .gr{color:#a00}.chroma .gh{color:#999}.chroma .gi{color:#000;background-color:#dfd}.chroma .go{color:#888}.chroma .gp{color:#555}.chroma .gs{font-weight:700}.chroma .gu{color:#aaa}.chroma .gt{color:#a00}.chroma .gl{text-decoration:underline}.chroma .w{color:#bbb} \ No newline at end of file diff --git a/css/libs/chroma/pygments.min.css b/css/libs/chroma/pygments.min.css new file mode 100644 index 0000000..49423e2 --- /dev/null +++ b/css/libs/chroma/pygments.min.css @@ -0,0 +1 @@ +.bg{}.chroma{}.chroma .x{}.chroma .err{}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#e5e5e5}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:green;font-weight:700}.chroma .kc{color:green;font-weight:700}.chroma .kd{color:green;font-weight:700}.chroma .kn{color:green;font-weight:700}.chroma .kp{color:green}.chroma .kr{color:green;font-weight:700}.chroma .kt{color:#b00040}.chroma .n{}.chroma .na{color:#7d9029}.chroma .nb{color:green}.chroma .bp{}.chroma .nc{color:#00f;font-weight:700}.chroma .no{color:#800}.chroma .nd{color:#a2f}.chroma .ni{color:#999;font-weight:700}.chroma .ne{color:#d2413a;font-weight:700}.chroma .nf{color:#00f}.chroma .fm{}.chroma .nl{color:#a0a000}.chroma .nn{color:#00f;font-weight:700}.chroma .nx{}.chroma .py{}.chroma .nt{color:green;font-weight:700}.chroma .nv{color:#19177c}.chroma .vc{}.chroma .vg{}.chroma .vi{}.chroma .vm{}.chroma .l{}.chroma .ld{}.chroma .s{color:#ba2121}.chroma .sa{color:#ba2121}.chroma .sb{color:#ba2121}.chroma .sc{color:#ba2121}.chroma .dl{color:#ba2121}.chroma .sd{color:#ba2121;font-style:italic}.chroma .s2{color:#ba2121}.chroma .se{color:#b62;font-weight:700}.chroma .sh{color:#ba2121}.chroma .si{color:#b68;font-weight:700}.chroma .sx{color:green}.chroma .sr{color:#b68}.chroma .s1{color:#ba2121}.chroma .ss{color:#19177c}.chroma .m{color:#666}.chroma .mb{color:#666}.chroma .mf{color:#666}.chroma .mh{color:#666}.chroma .mi{color:#666}.chroma .il{color:#666}.chroma .mo{color:#666}.chroma .o{color:#666}.chroma .ow{color:#a2f;font-weight:700}.chroma .p{}.chroma .c{color:#408080;font-style:italic}.chroma .ch{color:#408080;font-style:italic}.chroma .cm{color:#408080;font-style:italic}.chroma .c1{color:#408080;font-style:italic}.chroma .cs{color:#408080;font-style:italic}.chroma .cp{color:#bc7a00}.chroma .cpf{color:#bc7a00}.chroma .g{}.chroma .gd{color:#a00000}.chroma .ge{font-style:italic}.chroma .gr{color:red}.chroma .gh{color:navy;font-weight:700}.chroma .gi{color:#00a000}.chroma .go{color:#888}.chroma .gp{color:navy;font-weight:700}.chroma .gs{font-weight:700}.chroma .gu{color:purple;font-weight:700}.chroma .gt{color:#04d}.chroma .gl{text-decoration:underline}.chroma .w{color:#bbb} \ No newline at end of file diff --git a/event/example/index.html b/event/example/index.html index 5ee4da8..1b330f6 100644 --- a/event/example/index.html +++ b/event/example/index.html @@ -1,6 +1,6 @@ - + @@ -232,8 +232,8 @@ - - + + @@ -285,8 +285,8 @@ - - + + @@ -316,11 +316,11 @@ - + - + - + Share this Article:
  • -
  • @@ -994,7 +994,7 @@

    Share this Article:

  • -
  • @@ -1027,11 +1027,11 @@

    Share this Article:

    - Rohail Taimour + Rohail Taimour
    -
    Rohail Taimour
    +
    Rohail Taimour
    Machine Learning Engineer

    The writer is passionate about using open source technology for development and deployment of machine learning algorithms