Romanticism in Programming
+ +Why programming I see programming as an art form.
+From 610d1f02dd57cbaeccd076ad14ee9efacc5954a5 Mon Sep 17 00:00:00 2001
From: Kumar Damani Why programming I see programming as an art form. 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? Git, email, resume etc. Why I see programming as an art form.
+ By Kumar Damani,
+ 2022-11-29
+ Romanticism in Programming
+
+ 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 @@
Kumar Damani - Home
+
+
+Romanticism in Programming
+
+
Links
+
+