From 610d1f02dd57cbaeccd076ad14ee9efacc5954a5 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 3 Jan 2023 13:13:10 -0500 Subject: prog as art post draft --- public/post/index.html | 16 ++++- public/post/index.xml | 11 +++- public/post/programming-as-art/index.html | 106 ++++++++++++++++++++++++++++++ public/post/programs/index.html | 2 +- public/post/self-host/index.html | 4 +- 5 files changed, 134 insertions(+), 5 deletions(-) create mode 100644 public/post/programming-as-art/index.html (limited to 'public/post') diff --git a/public/post/index.html b/public/post/index.html index 524f518..12a4c71 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -43,6 +43,20 @@ +
+
+

Romanticism in Programming

+ +
+ +
+

Why programming I see programming as an art form.

+
+
+

Why do I self-host?

@@ -105,7 +119,7 @@ diff --git a/public/post/index.xml b/public/post/index.xml index 8451bdc..117b024 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -6,7 +6,16 @@ Recent content in Posts on Kumar Damani - Home Hugo -- gohugo.io en-us - Mon, 12 Sep 2022 00:00:00 +0000 + Tue, 29 Nov 2022 00:00:00 +0000 + + Romanticism in Programming + https://kumardamani.net/post/programming-as-art/ + Tue, 29 Nov 2022 00:00:00 +0000 + + https://kumardamani.net/post/programming-as-art/ + <p>Why programming I see programming as an art form.</p> + + Why do I self-host? https://kumardamani.net/post/self-host/ diff --git a/public/post/programming-as-art/index.html b/public/post/programming-as-art/index.html new file mode 100644 index 0000000..691abf4 --- /dev/null +++ b/public/post/programming-as-art/index.html @@ -0,0 +1,106 @@ + + + + Romanticism in Programming – Kumar Damani - Home + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+

Romanticism in Programming

+
+
+

Why programming I see programming as an art form.

+

It started off in my first year as a CS student during a lecture about loops. +It was mind-bending to see “Hello World!” getting printed out to the console N-thousands of times +in just 3 functional lines of code.

+

But there was more. The TA then asks us to put our newly found power to use by producing the +sum of 1 to 100. Ofcourse, it was a natural application of our topic. We simply set the limit, +and do an increment a sum in the loop’s body.

+

Sure enough we saw the answer 5050 in the console. +But then the TA reminds us that we are making that computer work too hard. +It needs to do 100 basic ADD instructions in order to make this happen. +What if it was a million? +Is there a better way?

+
+
+ +
+ +
+
+
+ +

Links

+

Git, email, resume etc.

+
+ + + +
+
+
+

Why I see programming as an art form.

+ +

+ By Kumar Damani, + 2022-11-29 +

+ + +
+
+ + + +
+ + + diff --git a/public/post/programs/index.html b/public/post/programs/index.html index fb13c1a..8d27d54 100644 --- a/public/post/programs/index.html +++ b/public/post/programs/index.html @@ -142,7 +142,7 @@ suffice it to say I will not endorse the usage of proprietary software.

diff --git a/public/post/self-host/index.html b/public/post/self-host/index.html index 723ce2f..cdc2049 100644 --- a/public/post/self-host/index.html +++ b/public/post/self-host/index.html @@ -161,7 +161,7 @@ Short of this, you can only limit your usage.
  1. -

    Smartphones and dompanime ↩︎

    +

    Smartphones and dopamine ↩︎

  2. Mental health and social media ↩︎

    @@ -215,7 +215,7 @@ Short of this, you can only limit your usage.
  3. -- cgit v1.2.3