Saturday, 3 April 2021

Sourastra Songs

Vido

Avaras, Avaras Vido, Askithenum melli Avo.

Ayyan aski Hath thdaO, Amman Aski Pfodi thdaO

 

Mora Monnu Phodas

Mora Monnu Bhoras, Anamelli rodas, dhov dheka haldhi.

Me Dholam Phani Khadas,  Mora Monnu Dheyo podas, dhov dheka haldhi.

Mora Monnu dheyo podas, me Monnu dheyo podas, dhov dheka haldhi.


Mora monnu sukkaras, Hari Nam Menathi

Mora monnu sukkaras, mora monnu sukkaras, hari nam menathiii mora monnu sukkurasssss

Hari meni savaga... monnu bhoraiyi..  hari meni savaga... monnu sukkaiyi..

Hari nam menathi, mora monnu sukkaras...

Hari Hari hariiii... Hari Hari hariiii...

Hari men bha thu, thu men bha hari.. Monnu sukkaiyii... Monnu sukkaiyii...

Hari meni thu, hari meniii... Thu hari nha.. hari thu menigin.. Hari hari.. hari hari...

Hari meni menuvo... Hari meni menuvo... Hari hari... Hari Hari..

Hari Nam menathi... Hari.. Hari.. Hari.. Hari..



Friday, 19 March 2021

சார்பும் செயல்வீரனும்

தீக்கோழியின் சார்பு  (Ostrich bias)

நல்லவை மட்டும் கேட்டு, தீயவை கேட்கமருத்து, மறந்து, தன்னையே ஏமாற்றி அழியுமாம் தீக்கோழி.

தீக்கோழி என்று நினைத்து கூவிக் கூவி தன்வாயால் கெடுமாம் நுணல்.

அமைதிகாத்து, கேட்டறிந்து, கேட்காமலிருத்து அறம்காப்பவன் இறைந்து, கடந்தும் நிற்பவன்.

நங்கூரம் சார்பு (Anchoring bias)

முதலில் பாய்ந்த நங்கூரம் சராசரி என நினைத்து அதை சுற்றிவரும் பேதை மனம்.
நங்கூரம் பாய்த்து, சராசரியை மாற்றி, தன்னையும் ஏமாற்றும் மானுடம்.
வினைப்பயன் அறிந்து, விளைபயன் அறிந்து, பயன் பாதை சென்று, வென்றுவரும், கப்பலோட்டும் வீரன்.

உறுதி சார்பு (Confirmation bias)

எண்ண பிதற்றலை பிடித்து, அதை ஞாயதாராசில் இட்டு,
தான் நம்பியதை வைத்து உறுதிபட சமைக்குமாம் சார்பு, உறுதி சார்பு. 

உறுதி என நம்பி, வாதம் பல செய்ய, முடிவுறா பள்ளத்தில் உழல்வர் பலர்.

கேள்வி செல்வம் "எண்ணங்களின் மூலம்" அறிந்து, கேட்டலறித்து, தீர்வு காண்பான் மாவீரன்.

 

பின்புத்தி பேசல் சார்பு (Outcome bias)

பேதை மனம் பின்புத்தி பேசி, கேட்டலை மறுத்து, வீழுமாம்.

பின்புத்தி பேசி, சார்பு வழி சென்று, விதி பயன்  என எண்ணல், விளைபயன் அறியாதது.

இதனை இதனால் என அறிந்து பின்புத்தி வெல்லுமாம், கசடற அறிந்து விளைவு வழி செலல்.

நினைவு மனம் கடிதல் (Endowment Effect)

சோகம்தனை சூழ, ஆற்றல்தனை மறந்து தவித்திடும், நினைவு மனம்.
கார்மேகம்தனை சூழ, மழை வந்திடும் குறி அறியும், நினைவு மனம்.
மழை பொழிய வையம் செழிக்கும், சோகம் சூழ, விடிவும் பிறக்கும்
காலம் கடத்தி ஊக்கம் பெற்று, மனம் மலர்த்திடும் நினைவு மனம்.


Monday, 25 January 2021

DVI Resources

http://hint.fm/wind/

http://www.stefanieposavec.com/writing-without-words

GESTALT priniciples

https://www.youtube.com/watch?v=G-xD1bDoNl4

Visual Perception

https://www.youtube.com/watch?v=ZlkcuS5iw4w


Additive to play with colors

https://color.method.ac/

https://material.io/design/color/the-color-system.html

Saturday, 16 January 2021

Limits - Race between two variables while some explode and while some vanish.

Limits - Race between two variables while some explode and while some vanish.

Limit is like log and modulo, an algebraic construct. 

Discontinuity has a major impact over limits. For a Limit to exists, the function or variable should be rotating or keep moving. Two Discontinuity exists - 1. Infinite Discontinuity (Asymptotes), 2. Definite Discontinuity - Floor/Ceil function, Manual - IN reality, functions are discontinuous at various points or not defined.

Derivative can be defined only with Limit reducing the difference / gap, to get a particular value of a function. It is a special kind of math with properties.

References:

https://byjus.com/maths/limits-and-derivatives/

Saturday, 2 January 2021

Data Structures in Python without any special class

Unlike many languages, data structures in python makes use of the no special class rather uses simple syntax to represent them directly.

 Below table gives a very much required summary of frequently used data structures.


 

 


Some Most Useful functions in python for anyone who is getting started

For any language learner who is getting started, learning ways to unblock oneself becomes one of the most important part to keep self encouraging.

type of any variable

>>> st="Narendran"
>>> type(st)
<class 'str'>
>>> num = 123
>>> type(num
... )
<class 'int'>
>>>

help with type

help(str)

dir with any variable

dir(st)

Monday, 14 December 2020

Maven Tips

Maven Tips Link

https://dzone.com/articles/5-maven-tips

https://zeroturnaround.com/rebellabs/your-maven-build-is-slow-speed-it-up/

https://zeroturnaround.com/rebellabs/maven-cheat-sheet/

Helpful Maven Build Commands

  1.  Resume Build
    mvn -rf <module-name> clean install
  2. Parallel Builds
    mvn -T <no. of Threads> install
    mvn -T <no. of CPU Cores>C install
  3. Build Selective Modules
    mvn -pl <module-name1>,<module-name2> clean install
  4. Build Selective Module and its dependencies
    mvn install -pl <module-name> -am
  5. Build Selective Module and its dependents
    mvn install -pl <module-name> -amd
  6. Build Selective Module and its dependents at the same time exclude a dependent
    mvn install -pl <module-name>,!<dep-module-name> -amd

Few Skip Activities to Improve Build productivity in Maven

  1. Skip Unit Test
    mvn install -Dmaven.test.skip=true
  2. Skip FindBugs Analysis
    mvn install -Dfindbugs.skip=true
  3. Skip Online Build (Offline build)
    mvn -o install
  4. Skip Cleaning, only package or install
  5. Skip Unrequired Modules - By building selective modules.
  6. Skip Assembly (moving packages and other simple assemblies), If required.

Helpful Maven Analysis Commands

  1. Generate Dependency Tree - Finding the Dependencies
    mvn dependency:tree
  2. Generate Dependency Tree of a particular Module in MultiModule Project - Finding the Dependents
    mvn dependency:tree -Dincludes=<group-id>:<artifact:id>
    example:
    mvn -o dependency:tree -Dincludes=com.wildcraft:app -DappendOutput=true -DoutputType=dot -DoutputFile=C:/dependencyTree.dot
  3. Filter includes with LIKE option with * - Filtering the Dependents
    mvn dependency:tree -Dincludes=<group-id partial name>.*
    example:
    mvn -o dependency:tree -Dincludes=com.aris.* -DoutputType=dot -DoutputFile=dependencyTree.dot

Combine dot format in GraphViz

While checking list of dependents of a Module, one might required to combine various digraphs generated by maven with command - mvn -o dependency:tree -Dincludes=<module-name> -DappendOutput=true -DoutputType=dot -DoutputFile=<filepath>

GraphViz tool can be used to combine these multiple graphs with example command as below.

C:\Softwares\graphviz-2.38\bin>type C:\dependencyTree.dot | gvpack -u -o output.dot

Output file will be available at C:\Softwares\graphviz-2.38\bin

Skill, Knowledge and Talent

I kept overwhelming with data, information, knowledge and wisdom over a period of time. And I really wanted to lean towards skilling on few ...