<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for about.aakashd</title>
	<atom:link href="http://aakash.doesthings.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aakash.doesthings.com</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 17:31:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on What to expect from Mozillians.org in 2012 by Gervase Markham</title>
		<link>http://aakash.doesthings.com/2012/01/09/what-to-expect-from-mozillians-org-in-2012/comment-page-1/#comment-1784</link>
		<dc:creator>Gervase Markham</dc:creator>
		<pubDate>Wed, 11 Jan 2012 17:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=647#comment-1784</guid>
		<description>Aakash,

Mozilla continues to be in dire need of a space somewhere between &quot;public&quot; and &quot;employees of MoCo&quot;. There are loads of discussions which happen among employees because it&#039;s the only non-public group available, and this is a community-corrosive effect.

In order to have such a forum, we need to know who to admit - and the phonebook is the obvious basis for this. All vouched users&quot; is too wide a net for such a forum. Therefore, the phonebook needs to support &quot;blessed tags&quot; (or whatever we call it) - a way of particular special tags being only conferred by a subset of users. Then we can give a tag to the users who should have access to the forum.

Is that feature on the roadmap? If so, when might we see it?

Gerv</description>
		<content:encoded><![CDATA[<p>Aakash,</p>
<p>Mozilla continues to be in dire need of a space somewhere between &#8220;public&#8221; and &#8220;employees of MoCo&#8221;. There are loads of discussions which happen among employees because it&#8217;s the only non-public group available, and this is a community-corrosive effect.</p>
<p>In order to have such a forum, we need to know who to admit &#8211; and the phonebook is the obvious basis for this. All vouched users&#8221; is too wide a net for such a forum. Therefore, the phonebook needs to support &#8220;blessed tags&#8221; (or whatever we call it) &#8211; a way of particular special tags being only conferred by a subset of users. Then we can give a tag to the users who should have access to the forum.</p>
<p>Is that feature on the roadmap? If so, when might we see it?</p>
<p>Gerv</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to expect from Mozillians.org in 2012 by Paul [sabret00the]</title>
		<link>http://aakash.doesthings.com/2012/01/09/what-to-expect-from-mozillians-org-in-2012/comment-page-1/#comment-1783</link>
		<dc:creator>Paul [sabret00the]</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=647#comment-1783</guid>
		<description>Am quite looking forward to seeing the changes. I have a profile but had no idea what to do with it, how to go about interacting with people or any of that stuff.</description>
		<content:encoded><![CDATA[<p>Am quite looking forward to seeing the changes. I have a profile but had no idea what to do with it, how to go about interacting with people or any of that stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Platform for Contributor Engagement at Mozilla by aakash desai &#62; home &#187; Blog Archive &#187; What to expect from Mozillians.org in 2012</title>
		<link>http://aakash.doesthings.com/2011/07/19/a-platform-for-contributor-engagement-at-mozilla-2/comment-page-1/#comment-1782</link>
		<dc:creator>aakash desai &#62; home &#187; Blog Archive &#187; What to expect from Mozillians.org in 2012</dc:creator>
		<pubDate>Mon, 09 Jan 2012 19:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=592#comment-1782</guid>
		<description>[...] were a lot of issues that we needed to solve in the Mozilla community. Contributors couldn&#8217;t easily find ways to get involved in our community. The organization and community didn&#8217;t know who or how many Mozillians were [...]</description>
		<content:encoded><![CDATA[<p>[...] were a lot of issues that we needed to solve in the Mozilla community. Contributors couldn&#8217;t easily find ways to get involved in our community. The organization and community didn&#8217;t know who or how many Mozillians were [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians.org and BrowserId: Two clicks. That&#8217;s it. by Tantek</title>
		<link>http://aakash.doesthings.com/2011/12/28/mozillians-org-and-browserid-two-clicks-thats-it/comment-page-1/#comment-1779</link>
		<dc:creator>Tantek</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=641#comment-1779</guid>
		<description>@Oscar Godson, in answer to your question:

&quot;How do 90% of sites run?&quot;

The answer is: much faster!

* fewer HTTP requests
* more responsive UI not waiting for poorly written scripts to complete.

And on mobile (e.g. over flaky 3G connections as is common in major cities, SF, NYC), sites actually complete loading their content (rather than being hung-up on requests for unnecessary scripts).

Thus in many cases, such as mobile use, disabling JS actually results in more reliability.

On a slow network when users click an AJAX #!-link before the JS loads nothing happens. A slow net is like JS-off, thus it behooves webdevs to make their site work without JS, at least if they care about mobile, which is how the web accessed more and more often these days.</description>
		<content:encoded><![CDATA[<p>@Oscar Godson, in answer to your question:</p>
<p>&#8220;How do 90% of sites run?&#8221;</p>
<p>The answer is: much faster!</p>
<p>* fewer HTTP requests<br />
* more responsive UI not waiting for poorly written scripts to complete.</p>
<p>And on mobile (e.g. over flaky 3G connections as is common in major cities, SF, NYC), sites actually complete loading their content (rather than being hung-up on requests for unnecessary scripts).</p>
<p>Thus in many cases, such as mobile use, disabling JS actually results in more reliability.</p>
<p>On a slow network when users click an AJAX #!-link before the JS loads nothing happens. A slow net is like JS-off, thus it behooves webdevs to make their site work without JS, at least if they care about mobile, which is how the web accessed more and more often these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians.org and BrowserId: Two clicks. That&#8217;s it. by Oscar Godson</title>
		<link>http://aakash.doesthings.com/2011/12/28/mozillians-org-and-browserid-two-clicks-thats-it/comment-page-1/#comment-1777</link>
		<dc:creator>Oscar Godson</dc:creator>
		<pubDate>Fri, 30 Dec 2011 17:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=641#comment-1777</guid>
		<description>@Neil Rashbrook - You actually disable your JS? I thought people haven&#039;t done that since the Netscape days. How do 90% of sites run?</description>
		<content:encoded><![CDATA[<p>@Neil Rashbrook &#8211; You actually disable your JS? I thought people haven&#8217;t done that since the Netscape days. How do 90% of sites run?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians.org and BrowserId: Two clicks. That&#8217;s it. by Neil Rashbrook</title>
		<link>http://aakash.doesthings.com/2011/12/28/mozillians-org-and-browserid-two-clicks-thats-it/comment-page-1/#comment-1776</link>
		<dc:creator>Neil Rashbrook</dc:creator>
		<pubDate>Thu, 29 Dec 2011 11:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=641#comment-1776</guid>
		<description>One thing I do miss with the old site was being able to log in without enabling JavaScript.</description>
		<content:encoded><![CDATA[<p>One thing I do miss with the old site was being able to log in without enabling JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians.org and BrowserId: Two clicks. That&#8217;s it. by Jay Patel</title>
		<link>http://aakash.doesthings.com/2011/12/28/mozillians-org-and-browserid-two-clicks-thats-it/comment-page-1/#comment-1774</link>
		<dc:creator>Jay Patel</dc:creator>
		<pubDate>Thu, 29 Dec 2011 08:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=641#comment-1774</guid>
		<description>congrats on the launch!  seems to work great... IF i don&#039;t want to change my email address.

see, i setup my original mozillians account with jay@mozilla.com... but since i am about to lose that email address, i want to change my email address in the profile to jaymoz@gmail.com.  but there is no way to do that. :-(

i imagine a lot of other users might want to do this at some point... so hopefully you guys figure out the work flow to allow for this.

i really don&#039;t want to delete my existing profile and start over.</description>
		<content:encoded><![CDATA[<p>congrats on the launch!  seems to work great&#8230; IF i don&#8217;t want to change my email address.</p>
<p>see, i setup my original mozillians account with <a href="mailto:jay@mozilla.com">jay@mozilla.com</a>&#8230; but since i am about to lose that email address, i want to change my email address in the profile to <a href="mailto:jaymoz@gmail.com">jaymoz@gmail.com</a>.  but there is no way to do that. :-(</p>
<p>i imagine a lot of other users might want to do this at some point&#8230; so hopefully you guys figure out the work flow to allow for this.</p>
<p>i really don&#8217;t want to delete my existing profile and start over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Filing Firefox Issues into Bugzilla via input.mozilla.com by Hinkley</title>
		<link>http://aakash.doesthings.com/2011/10/13/coming-soon-filing-firefox-issues-into-bugzilla-via-input-mozilla-com/comment-page-1/#comment-1773</link>
		<dc:creator>Hinkley</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=621#comment-1773</guid>
		<description>Great...
this input.mozilla.com is valuable. Many prefer to use Mozilla since of its really rock..</description>
		<content:encoded><![CDATA[<p>Great&#8230;<br />
this input.mozilla.com is valuable. Many prefer to use Mozilla since of its really rock..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians 1.1: Making the Mozillians in our &#8220;Groups&#8221; a little easier to find by Danny Moules</title>
		<link>http://aakash.doesthings.com/2011/11/03/mozillians-1-1-making-the-mozillians-in-our-groups-a-little-easier-to-find/comment-page-1/#comment-1765</link>
		<dc:creator>Danny Moules</dc:creator>
		<pubDate>Fri, 04 Nov 2011 15:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=631#comment-1765</guid>
		<description>A central listing of what group names people are using would be nice. What does &#039;firefox add-on development&#039; come under I wonder?

If anyone wants to vouch for me it&#039;d be appreciated. Hugs and cookies available as rewards (note: Cookies may be tracking cookies, hugs may be virtual):

https://mozillians.org/en-US/u/eac7aa1c38</description>
		<content:encoded><![CDATA[<p>A central listing of what group names people are using would be nice. What does &#8216;firefox add-on development&#8217; come under I wonder?</p>
<p>If anyone wants to vouch for me it&#8217;d be appreciated. Hugs and cookies available as rewards (note: Cookies may be tracking cookies, hugs may be virtual):</p>
<p><a href="https://mozillians.org/en-US/u/eac7aa1c38" rel="nofollow">https://mozillians.org/en-US/u/eac7aa1c38</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians 1.1: Making the Mozillians in our &#8220;Groups&#8221; a little easier to find by Wladimir Palant</title>
		<link>http://aakash.doesthings.com/2011/11/03/mozillians-1-1-making-the-mozillians-in-our-groups-a-little-easier-to-find/comment-page-1/#comment-1764</link>
		<dc:creator>Wladimir Palant</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://aakash.doesthings.com/?p=631#comment-1764</guid>
		<description>So, how are you going to deal with synonymous group names? For example, &quot;quality assurance&quot; and &quot;qa&quot;, &quot;support&quot; and &quot;sumo&quot; (all these groups already exist)? Given that the list of groups isn&#039;t visible I guess that a lot more such synonyms will be created.</description>
		<content:encoded><![CDATA[<p>So, how are you going to deal with synonymous group names? For example, &#8220;quality assurance&#8221; and &#8220;qa&#8221;, &#8220;support&#8221; and &#8220;sumo&#8221; (all these groups already exist)? Given that the list of groups isn&#8217;t visible I guess that a lot more such synonyms will be created.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

