HN user

rsxzi

12 karma
Posts0
Comments3
View on HN
No posts found.

I think Rob fails to see the guy playing the guitar has the mindset to take it upon himself to go and find his own audience that will appreciate his work. The guitarist could be a session artist, locked away in a studio providing minor contribution to someone else's masterpiece; putting him on par with Rob and his lack of vocal appreciation he receives as a programmer.

Rob could find the same fulfilment and admiration if he was to go and create his own work to display his talents to an audience. For example releasing an app to one of the mobile markets could draw a decent parallel to the attention the guitarist receives. The first piece of feedback about your work feels as good as the thousandth. It may take a little more to get the cute girl home but having your own project that's openly admired by X amount of folk is a few steps up the ladder.

  var h_c  = (q_b - q_a + r_a * p + (r_b + r_a) *
             ((p + q_a - w) / r_a - p)) /
           (-r_b - r_b / r_a * c - c);
  
  var h_b  = (p + q_a - w) / r_a - p + (1 + c / r_a) * h_c;

  var h_a  = -p + h_c - h_b;

  var w_c  = c * h_c;

  var w_ab = q_a + r_a * h_a;
Up next - How Self Obfuscation Secured My Position As a JSPro!

This technique has been around since prior to 2008 at least, the biog entry below introduced the code[1], along with providing a tool to compress your js into an image using ruby [2].

The technique has a legitimate use as a suave compression method and was termed "super packing" in 2011 [3]

[1]http://blog.nihilogic.dk/2008/08/imageinfo-reading-image-met...

[2]http://www.nihilogic.dk/labs/canvascompress/

[3]http://daeken.com/superpacking-js-demos