ReMo Council Meetup 2014
On February 2014, the Mozilla Reps Council and module Peers met for 2 days at the Mozilla Paris office to discuss the future roadmap of the Mozilla Reps program. The idea was to discuss and solidify plans, vision and goals of the Mozilla Reps program in general to align with Mozilla’s organizational goals around growing the community towards the Million Mozillian goal.
The Mozilla Reps council was joined by William Reynolds (Community Tools, including reps.mozilla.org), Konstantina Papadea (Budget and Swag), Michelle Thorne (Foundation), Marcia Knous (QA), and Rosana Ardila (SUMO) as guests for the bi-annual meetup to provide their feedback on the discussions and help solidify the roadmap for the council in the upcoming year.
Day 1
How can we improve the Reps program to better enable Mozilla Communities that have impact?
The two primary topic areas on day one were program structure / goals, and leadership. We broke into sub-groups to come up with the bottlenecks and problems in these areas. Solutions were kept aside for the upcoming sessions. Items were grouped into three different categories that we felt caught all we wanted to capture – Council and Peers, Mentors, Reps.
Apart from these we also had discussions on a larger spectrum of topics. Michelle talked about Teach The Web/Webmaker plans for the year and how Reps can support it. Here we also had a discussion about events in general and what would be the best way forward in supporting event organizers worldwide.
Tristan Nitot came in to talk about TRIBE and personal development. Kate Naszradi dialed in really early California time to give us an update on the fast growing Firefox Student Ambassadors Program. Then Mary Colvig and David Boswell joined to discuss the topic ‘Enable Communities that have Impact’, aka One Million Mozillians. How we are going to scale by 10x in 2014.
Day 2
On the second day, we basically threw out the written schedule, and decided to hack around a bit. The general mood of the room was to find solutions to the issues we identified on day one and start implementing them.
In the meanwhile, Pete Scanlon dropped in for a discussion on Engagement, the team’s role in 2014 Mozilla goals, and how Reps fit in and can make an impact. We also had a few more discussions on some other important topics that came up such as the Reps application process and how it can be improved.
Summary
The summary of what was discussed over the weekend can be expressed in a single line as:-
The goal for the ReMo program is that Mozilla Reps across the globe would be more engaged, empowered and enabled in the year 2014.
FOSDEM 2014
Ever since the time I first got involved in the Free and Open Source community I would hear about people’s experiences about FOSDEM [Free and Open Source Developers’ European Meeting]. If you are into Open Source communities, then apparently FOSDEM was the place to be. A few years back when I was nothing more than a wide eyed geek attending events out of curiosity to know what the hoopla was all about, I would at times meet people who would talk about someone that they know off, who had been to FOSDEM and I could not help but wonder about how big a tech event can be so big that people would would compare it to the holy grail of FOSS events.
Fast forward a few years, and I got to have a first hand experience of it and that too from the driver’s seat. Not only did I attend FOSDEM this year, but I was also one of the speakers at the Mozilla Dev-Room. I had a joint talk on “Developing Webapps for Firefox OS – The Efficient & Simplistic Approach” with Robert Kaiser (KaiRo).

Me and KaiRo During Our Talk!
In all, this year, four of us [Me, Priyanka, Soumya and Srikar] were invited as speakers at the Mozilla Dev-Room at FOSDEM from India, and it was also the first one for all of us. Even though all four of us are pretty much veteran FOSS evangelists, yet FOSDEM was something that was pretty new to us. Needless to say, we were excited! It was like we were back to being the curious geeky newbie souls that we were just a few years back. And I must say, we enjoyed every moment of the experience to the fullest.
One of the most striking things for me was the fact that for the first time, in the last couple of years I felt nervous while getting on the stage [which, I’m pretty sure was quite evident in my talk]. However, I’m quite sure that it wasn’t peer pressure, or the number of people looking at me in the room [the room was packed with 350+ of the geekiest people from around the world], I’d guess it was more because of the fact that it was something right out of an adolescent day dream for me. Somehow, however, I enjoyed this feeling all over again. I felt like the ever too curious techie geek from a few years back again.
What I do want mention here is after quite a long time [a couple of years maybe?] I went berserk with swag again. I guess being surrounded by the choicest of official goodies representing all the things that you use in your everyday life does have that effect on one. And, I’m pretty sure I wasn’t alone as well. There were people all around me jumping from one booth to the other with the curious glean in their eyes which can easily compete with that of a bookworm left free in the world’s best library without a care in the world. Knowledge flow was the mantra here, and then of course there were the swags.

Swag galore from FOSDEM
I have to confess, I ended up with a pretty good stockpile of stickers and other similar goodies, thanks to my sudden bout of childishness. But again, who can resist the temptation of picking up a few of the most sought after swags in the Free and Open source communities.
I won’t write much about how my talk went though, I would rather leave it for you to see and understand. For the sake of simplicity, I’m embedding the video recording of my talk along with the slides from FOSDEM here. Do check it out and leave me a note, about what you think of it. [Just remember, I was a bit nervous ;)].
Slides: Developing Webapps for Firefox OS – The Efficient & Simplistic Approach
Video: Developing Webapps for Firefox OS – The Efficient & Simplistic Approach
A special note here for Benoit Leseul: You are one of the nicest and wonderful person that I have ever met. Thanks a lot for taking care of us during FOSDEM! 🙂
Coding Best Practices – With a tinge of CSS!
For the curious: What made me write this post:
A very good friend of mine called me up today and asked me to go through a web portal that their company is developing to gather some feedback about it. When I opened the page I was quite impressed at first site and everything about the visual styling to the page layout frankly looked quite awesome.
Being a web developer myself, I somehow couldn’t resist the urge of opening up the browser’s developer tools to check out code behind it, and this is where the problems started showing up. As soon as the developer tools window pane opened up eating up half of my screen estate, I noticed the page layout completely fall apart. There was a mess of overlapping texts, visual elements, and what not all over the page rendering the site completely useless.
By instinct I ended up opening the style editor of developer tools to check the CSS to find out where things where breaking, however what I saw was nothing but plain horror for any front-end developer . It had to be one of the most messed up style-sheets I have ever seen! Basically it was nothing but a garbled up mess of style definitions for classes, ids, media queries, etc. What made it even more insane was that there was no homogeneity to the way the document was written, no indentations and to top it all the whole site had the most generically confusing class names that one could ever have nightmares of.
So, I called up my friend to congratulate him about having such a gem of a front end guy work on his team, when I came to know about the most sorry part of the whole story. The person who wrote this code was apparently a man who had quite a large number of years worth of “industry experience” and has been doing front end work since before even I knew what HTML/CSS was!
This is what convinced me to go ahead and post a few simple things about things that one should keep in mind while writing code with a bit of an inclination towards CSS.
For the Restless, Here’s what I want to say:
Here are a few best practices that I personally follow that I’d like to share with everyone:-
- Always remember that any code that you write has a high probability of being extended or needing maintenance in the long term. 70% of most maintenance woes can be avoided by keeping this simple fact in mind while writing code.
- As a direct consequence of this, make sure that whatever code that you write is readable even to the most novice coders out there.
- Adopt good variable naming practices [eg. a variable name “count” is always more desirable than a variable name “i” for a counter variable since it’s name gives a good idea about it’s functionality.]
- Try and write self documenting code, with enough [read: not too less, yet not too much] comments describing what a certain block of code does, and how it does that. The best way to make sure that the comments are of the perfect length would be to make sure that the comments for a block of around 5-10 lines of code is never longer than 2 lines [of 80 characters each].
- One of the places which very often make the biggest mistakes in documenting stuff are the CSS files. A CSS file with a spaghetti mixture of ids, classes, etc. is never a good idea.
- Always try to have a proper document structure for the CSS with logical grouping of style definitions, preferably with an index comment at the very beginning. This helps make the code more readable and thus much more easy to maintain and extend in the long run.
- Indentation is your biggest friend – It helps make the code more easily readable as well as create a well-structured document format. Indentation makes it dead simple to understand the flow of logic within the program and separated different logical groups from each other by creating well nested content for the document.
- Lastly, and more importantly before signing off a piece of code as ready for production, be honest to yourself and ask yourself: “Is this the kind of code that I would like to read through and work upon in a few years time when I have forgotten the minutes of the implimentation?”
I sincerely this helps atleast a few people to understand what it is like to write beautiful code and give them a brief idea about how to do so themselves.
Installing Firefox Nightly with Australis on Fedora 18 / 19 / 20
Are you a Fedora user who wants to check out the new Australis Theme for Firefox scheduled for release with Firefox 28? However, you are a bit apprehensive of letting go that stable release of Firefox in bundled within your Fedora installation by default, just in case something goes wrong with the nightly beta release.
If this is what defines your current dilemma, fear not. You can have both the stable as well as the nightly beta versions installed simultaneously in your computer in a few simple steps without any trouble at all! Here’s how to do it in case of Firefox Nightly version 28 [the latest release at the time of writing this post]:-
Step 1: Login as Super User:-
$su
Step 2: Get the nightly package:-
Go to http://nightly.mozilla.org to get the latest available nightly build for your system.
Alternatively, you can use the command line tool wget to directly download it via the command line as follows:-
Step 3: Extract the contents of the tar ball as follows:-
#tar -xvf firefox-28.0a1.en-US.linux-x86_64.tar.bz2
Step 4: Rename the extracted directory to “nightly”:-
#mv firefox nightly
Step 4: Create an installation directory:-
#mkdir /opt/firefox
Step 5: Move the contents of the “nightly” directory to the installation directory:-
#mv /nightly /opt/firefox/nightly
Step 6: Create a Symbolic link for the Nightly installation:-
#ln -s /opt/firefox/nightly/firefox /usr/local/bin/nightly
Step 7:Run Firefox Nightly by typing the following within the command line or the alt+f2 launcher:-
For command line: $nightly
For alt+f2: nightly
Step 8: Relax and enjoy the Australis awesomeness! 🙂
Installing Skype on Fedora 18 / 19 / 20
Here’s a list of command line steps to install Skype on Fedora 19:-
Step 1: Open up the terminal and switch to super user:
$su –
Step 2: Install the dependencies:
yum install alsa-lib.i686 fontconfig.i686 freetype.i686 glib2.i686 libSM.i686 libXScrnSaver.i686 libXi.i686 libXrandr.i686 libXrender.i686 libXv.i686 libstdc++.i686 pulseaudio-libs.i686 qt.i686 qt-x11.i686 qtwebkit.i686 zlib.i686
Step 3: Download Skype 4.2 Dynamic package for Fedora into /tmp:
cd /tmp
wget –trust-server-names http://www.skype.com/go/getskype-linux-dynamic
Step 4: Extract the Skype 4.2 package to /opt:
mkdir /opt/skype
tar xvf skype-4.2* -C /opt/skype –strip-components=1
Step 5: Create Launcher, Link icons, language and sounds:
ln -s /opt/skype/skype.desktop /usr/share/applications/skype.desktop
ln -s /opt/skype/icons/SkypeBlue_48x48.png /usr/share/icons/skype.png
ln -s /opt/skype/icons/SkypeBlue_48x48.png /usr/share/pixmaps/skype.pngtouch /usr/bin/skype
chmod 755 /usr/bin/skype
Open /usr/bin/skype with text editor and add following content:
#!/bin/sh
export SKYPE_HOME=”/opt/skype”$SKYPE_HOME/skype –resources=$SKYPE_HOME $*
Step 6: Congratulate yourself! You have successfully installed a non-free proprietary software on top of free Open Source software and bent down to corporate needs. Now go ahead and configure Skype according to your needs!
Sigh!
ReMo Camp 2013 – Madrid
Earlier this year from August 30th to September 1st, 2013, I was invited to Madrid, Spain, to take part in Mozilla Reps Camp as a Mozilla Reps mentor to discuss the roadmap ahead for the Mozilla Reps Program.
ReMo Camp is an annual event / meeting where the leadership of the Mozilla Reps program, comprising of Council members and Reps mentors, meet for 3 days. The meeting comprised of presentations, breakout sessions and discussions to draft the 2013/2014 Mozilla Reps program roadmap. This was the second time the entire program leadership met and worked together in person, the first being in Berlin in 2012.
Even though there were discussions on some pretty serious topics, we made sure that we had our fair share of fun as well, starting from wacky yellow construction jackets to crazy late night wandering in the streets of Madrid.
Amidst all the serious discussions and fun times, one thing that stood out quite prominently was the high spirits that was evident among all the participants throughout the event. I’m sure that future of the Mozilla Reps program is quite bright and secure in the presence of such wonderful people and it is going to grow by leaps and bounds in the upcoming days. 🙂
Hello WordPress – says my Keon!!
This blog post celebrates the joy that I feel from the depths of my heart to see that my baby has finally hatched from its shell and come to life for the first time on my Firefox OS Keon developer device.
This is the first post that is being made from an actual Firefox OS device using the WordPress for Firefox OS web application to commemorate the completion of my Google Summer of Code 2013 project!
I’m grateful to have received the opportunity to develop WordPress for Firefox OS (Alpha) – v0.01 as my project for this year’s Google Summer of Code! 🙂
Installing Sublime Text 2 on Fedora 18 / 19 / 20
Here’s another three step guide to installing Sublime Text 2 on Fedora 19 – Schrodinger’s Cat:-
- Download the installation script from the following gist.
https://gist.github.com/sayak-sarkar/5810101
- Extract it to your home directory [or anywhere you like].
$tar -xvf gist5810101-3b0e9bb3ef5128760df9e3e06877fa4f7e5689ec.tar.gz
- Open your terminal (preferably as super user), navigate to your home directory and execute the shell script.
#./sublime-text-2.sh
Voila!! You now have Sublime Text 2 installed on your machine. You may run it from the terminal or via the alt+f2 shortcut by simply typing in “sublime-text”.
Credits to Henrique Moody for the original script gist!!
I’ve simply added a symbolic link at /usr/bin to enable terminal execution. 😉
Enjoy!! 🙂
Installing VLC player on Fedora 18 / 19 / 20
Here’s a simple three step guide to installing VLC media player on Fedora 19 [Schrodinger’s Cat]:-
- Login as Super User:
- $su
- Setup rpmfusion:
- Install vlc using the default yum package manager:
- #yum install vlc mozilla-vlc
Voila! You now have VLC media player installed on you computer! 🙂