<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Ariq Azad</title> <atom:link href="http://azad.org/feed" rel="self" type="application/rss+xml" /><link>http://azad.org</link> <description>Personal website of Ariq Azad</description> <lastBuildDate>Thu, 05 Jan 2012 19:36:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Build something people Need, not Want</title><link>http://azad.org/2011/build-something-people-need-not-want</link> <comments>http://azad.org/2011/build-something-people-need-not-want#comments</comments> <pubDate>Mon, 28 Nov 2011 02:27:45 +0000</pubDate> <dc:creator>ariq</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://azad.org/?p=129</guid> <description><![CDATA[“Only a life lived for others is a life worth while.” &#8211; Albert Einstein Personally, I&#8217;d remove the &#8216;only&#8217; at the beginning because no one really has the right to judge life worth, but other than that the quote is spot on. PG mentioned that to create wealth: you must build something people want. I&#8217;d ...]]></description> <content:encoded><![CDATA[<blockquote><p>“Only a life lived for others is a life worth while.” &#8211; Albert Einstein</p></blockquote><p>Personally, I&#8217;d remove the &#8216;only&#8217; at the beginning because no one really has the right to judge life worth, but other than that the quote is spot on.</p><p>PG <a
href="http://paulgraham.com/wealth.html"> mentioned</a> that to create wealth: you must build something people <em>want</em>. I&#8217;d make a slight modification to that: build something people <em>need</em>.</p><p>We already have enough people building things that people <em>want</em>. And let&#8217;s clarify whom we are referring to when we say people. We&#8217;re talking about first world people building things that other first world people want.</p><p>Of course there&#8217;s nothing wrong with that. And I&#8217;d be a hypocrite to claim otherwise. I also partake in the building of what people <em>want</em>. But please don&#8217;t say a platform that lets you rent out your apartment is putting a &#8220;ding in the universe.&#8221; I&#8217;m sorry, it&#8217;s not. (Not hating on AirBnB, just the first example that popped in my head).</p><p>So what do people need? People <em>need</em> clean water. People <em>need</em> shelter. People <em>need</em> medicine. People <em>need</em> better public health measures. Sure, many of these problems can&#8217;t exactly be solved by building out applications on an internet that many people still don&#8217;t have access too, but some of them certainly can. And perhaps that&#8217;s a better usage of our time than solving more <a
href="http://instagram-engineering.tumblr.com/post/12651721845/instagram-engineering-challenge-the-unshredder">first world problems</a>.</p><p>Don&#8217;t quit your job or anything. Just know that there are people out there who still don&#8217;t have the things they <em>need</em>.<a
href="http://www.openideo.com/"> Maybe we should address them first.</a> A community of entrepreneurial, driven, badass devs can do a lot.</p> ]]></content:encoded> <wfw:commentRss>http://azad.org/2011/build-something-people-need-not-want/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Model the Cell? A Cell API</title><link>http://azad.org/2011/model-the-cell-a-cell-api</link> <comments>http://azad.org/2011/model-the-cell-a-cell-api#comments</comments> <pubDate>Thu, 13 Oct 2011 05:04:09 +0000</pubDate> <dc:creator>ariq</dc:creator> <category><![CDATA[Biotechnology]]></category> <guid
isPermaLink="false">http://azad.org/?p=103</guid> <description><![CDATA[I have been thinking of a way to programatically model the human cell for a while now and my thoughts were recently reignited after I read this post. At a very basic level, I imagine an interface where a cell object can be initialized and passed various methods &#8211; to modify cellular components or run ...]]></description> <content:encoded><![CDATA[<p>I have been thinking of a way to programatically model the human cell for a while now and my thoughts were recently reignited after I read this <a
href="http://www.stanford.edu/~rubylee/">post</a>.</p><p>At a very basic level, I imagine an interface where a cell object can be initialized and passed various methods &#8211; to modify cellular components or run cellular functions. Consider the following code snippet:</p><pre>SkinCell cell = new Cell();<br/>
    protein_A = cell.translate(chromosome 12, gene 56);
    visualize protein_A;
<br/>
<em>//load protein_A via <a href="http://jolecule.appspot.com/pdb/1mbo#view:4mfct8">HTML5 App</a></em>
<br/>
   protein_A.phosphorylate(C56); //Phosphorylate at carbon 56
   visualize protein_A;</pre><p>Imagine inducing a genetic mutation at a specific loci via code instead of going through the difficulty of doing such in a lab on actual cells. Then, calling a function to visualize the modified, translated protein or calling a function to see how this new molecule reacts with other molecules.</p><p>Instead of turning to the lab to understand cellular functions, we could turn to our computers. Of course, to model the cell completely or accurately would be arguably impossible. There are too many unknown unknowns in cellular biology currently and probably will be in the foreseeable future. Further, calculating the result of interactions between <em>n</em> molecules would become extremely resource intensive once the number of molecules in this cell became larger than <em>n</em> &#8211; without making certain assumptions. We still can&#8217;t accurately model the folding of proteins, let alone the complex interactions of multiple proteins.</p><p>But nonetheless, let&#8217;s start somewhere. And I understand that these kind of domain-specific languages already exist &#8211; actually probably a ton already exist. But I don&#8217;t see any web API&#8217;s where we could leverage the increasing number of HTML5 webapps available for biologists. Further, a web API would call for a more centralized cloud-based development effort and increased open source contributions. Watch out for a future post for a prototype of this API.</p><p>Oh yeah &#8211; an awesome post of <a
href="http://ds9a.nl/amazing-dna/">DNA seen through the eyes of a coder</a>.</p><p>- Ariq</p> ]]></content:encoded> <wfw:commentRss>http://azad.org/2011/model-the-cell-a-cell-api/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Crowdsource Public Health Complaints?</title><link>http://azad.org/2011/crowdsource-public-health-complaints</link> <comments>http://azad.org/2011/crowdsource-public-health-complaints#comments</comments> <pubDate>Sun, 09 Oct 2011 05:03:05 +0000</pubDate> <dc:creator>ariq</dc:creator> <category><![CDATA[Public Healh]]></category> <guid
isPermaLink="false">http://azad.org/?p=82</guid> <description><![CDATA[Haven&#8217;t been blogging much at all &#8211; I have a lot of ideas in public health and biotech that I&#8217;d like to document. Most of them probably frivolous, but if telling people about your ideas is half the battle in the war against (or for) serendipity, let this blog be a testament to that. A ...]]></description> <content:encoded><![CDATA[<p>Haven&#8217;t been blogging much at all &#8211; I have a lot of ideas in public health and biotech that I&#8217;d like to document. Most of them probably frivolous, but if telling people about your ideas is half the battle in the war against (or for) serendipity, let this blog be a testament to that.</p><p>A lot of medical problems are caused by underlying social maltreatment. A doctor continuously treats a patient who comes in with asthma but never treats the underlying cause &#8211; perhaps dust in the household or a polluted neighborhood. The lead leaking into the water pipes lead to lead poisoning, but the landlord doesn&#8217;t do anything and nor does the doctor (and how could they, doctors are overwhelmed with patients &#8211; they don&#8217;t have time to treat the very non-medical underlying causes of ailments).</p><p>I&#8217;m not saying all medical problems are due to underlying social problems, but I&#8217;m sure many are &#8211; especially in lower income areas. And because many landlords don&#8217;t resolve issues from complaints, why don&#8217;t we create an alternative platform for drawing attention to problems? Create an app that simply allows you to take a picture of your problem and distribute it over this specialized network. People can chime in, comment, get angry and cause some change (similar to <a
href="http://www.citysourced.com/default.aspx">CitySourced</a> &#8211; which lets you complain about local problems via your iPhone or Android app).</p><p>Give them a voice, and crowdsource the feedback. Of course there are a lot of issues with this idea. This does not apply to all medical ailments or social problems. And the potential audeince for this idea &#8211; the urban poor mostly &#8211; probably can&#8217;t afford access to smartphones or the app market (is this true?). Even more fundamentally, Can we address problems like these through apps or do apps tend to address richer audiences?</p><p>- Ariq</p> ]]></content:encoded> <wfw:commentRss>http://azad.org/2011/crowdsource-public-health-complaints/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Columbia University app: Next Steps</title><link>http://azad.org/2011/columbia-university-app-next-steps</link> <comments>http://azad.org/2011/columbia-university-app-next-steps#comments</comments> <pubDate>Sun, 21 Aug 2011 17:17:37 +0000</pubDate> <dc:creator>ariq</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://azad.org/?p=10</guid> <description><![CDATA[I’m not exactly sure for whom I’m writing or why I’m writing for that matter – but I feel I should have a blog to archive my thoughts and projects. As of late I’ve been working on the Columbia University ‘portal’ app for Android, which you may have seen here or on bwog. It’s still ...]]></description> <content:encoded><![CDATA[<p>I’m not exactly sure for whom I’m writing or why I’m writing for that matter – but I feel I should have a blog to archive my thoughts and projects. As of late I’ve been working on the Columbia University ‘portal’ app for Android, which you may have seen <a
href="https://market.android.com/details?id=com.phonegap.columbia&amp;feature=search_result" target="_blank">here</a> or on <a
href="http://bwog.com/2011/08/18/sockethop-theres-an-app-for-that-us/" target="_blank">bwog</a>. It’s still a work in progress and far from where I want it to be. But I’m glad there has been positive reception &#8211; apparently there has been a desire for a mobile app amongst Columbia faculty for a while now.</p><h3>The Issues</h3><p>Right now, the biggest issue with the set of current features is that some of the data doesn’t format nicely on the mobile interface. This is evident on bulletin or SSOL. HTML tables suck on mobile and both these sites love sending me tables via my AJAX returns. I probably have to write a better parser and spend more time styling, which won&#8217;t be fun.</p><p>Second, sometimes clicks just don’t register. Or scrolling is erratic. Or the load screen hangs. Or your Droid starts talking to you. I’m not too sure how to handle these and they’re probably ramifications of my non-native approach. Hopefully newer iterations of jQuery Mobile will fix some of these.</p><h3>Upcoming Features</h3><p>SSOL and Courseworks are the biggest upcoming features. SSOL is already in place, I just need to request CUIT for unlimited requests before I release it. If you remember during class registration, spamming the refresh button lands you a temporary IP ban on your connection. Now if a bunch of people using the app at once request SSOL, that&#8217;s the equivalent of spamming refresh and my server will get banned. So I have to talk to CUIT on how to proceed.</p><p>Some people are bringing up privacy concerns regarding the fact that you have to input your uni/pass to access SSOL or Courseworks. It&#8217;s not an issue. Your uni and pass will be stored locally – using HTML5 localStorage – meaning I’ll never see it. And why would I want to phish your credentials anyways? To log into your SSOL and drop you out of Lambert’s currently maxed out orgo class so I could get a spot? No, that’s ridiculous <img
src='http://azad.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><h3>UX Redesign</h3><p>The current interface is pretty shitty, I’m not gonna lie. I tried to model it after the Harvard mobile app (bad idea, I know), but I didn’t get the icons right. Thankfully <a
href="http://iiro.eu/" target="_blank">Iiro Jäppinen</a> designed a new set that looks substantially better. They should do, for now.</p><p>&nbsp;</p><p><center><div
id="attachment_34" class="wp-caption aligncenter" style="width: 190px"><a
href="http://azad.org/wp-content/uploads/2011/08/ux-design.png"><img
class="size-medium wp-image-34 " title="ux-design" src="http://azad.org/wp-content/uploads/2011/08/ux-design-180x300.png" alt="" width="180" height="300" /></a><p
class="wp-caption-text">UX Redesign</p></div></center></p><p>I’m not sure if the traditional one-page icon interface is very scalable though. As more features are added (though I don’t want to add too much), the home page will become pretty cluttered. Kevin Zhang suggested a ‘carousel’- style UI which may be better suited.</p><p>&nbsp;</p><p><center><div
id="attachment_43" class="wp-caption aligncenter" style="width: 190px"><a
href="http://azad.org/wp-content/uploads/2011/08/ux-design-2.png"><img
class="size-medium wp-image-43" title="ux-design-2" src="http://azad.org/wp-content/uploads/2011/08/ux-design-2-180x300.png" alt="" width="180" height="300" /></a><p
class="wp-caption-text">Carousel design</p></div></center></p><p>Anyways, again the app is very much a work in progress. If anyone has any suggestions, concerns or wants to help out: shoot me an email.</p> ]]></content:encoded> <wfw:commentRss>http://azad.org/2011/columbia-university-app-next-steps/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
