#Fosdem 2012 – what’s going on.

Mozilla’s schedule for FOSDEM is quite busy: 1. There is an online streaming that can be watched from here 2. Follow #mozilla tag to follow what is going on right now at Fosdem – including nice quotes, slides and some hacks like this one: Hacking the #Fosdem‘s “O” – Hack it and tag it with … Read more

I am Wikileak’ed

A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks: (SBU) A Bulgarian Green Party leader and two other Bulgarian activists have started a petition to establish a Bulgarian “Pirate Party” which advocates for free downloading of copyrighted materials among other things. Under Bulgarian … Read more

Rust Language – Hello World

What is RUST?

Rust is an experimental, concurrent, multi-paradigm, compiled programming language developed by Mozilla Labs. It is designed to be practical, supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. /wikipedia/

How to install it on your Gnu/Linux box?
Pre-requirements:

  • g++ 4.4 or clang++ 3.x
  • python 2.6 or later
  • perl 5.0 or later
  • gnu make 3.81 or later
  • curl

Read more

Fosdem protocol for Mozilla Firefox (fosdem:about)

I just uploaded for approval an Add-on that defines FOSDEM protocol. What is FOSDEM? FOSDEM is a two-day event organized by volunteers to promote the widespread use of Free and Open Source software. Protocol? This Add-on: defines FOSDEM protocol  (see bellow) it’s showcase how to create your own protocol for Mozilla Firefox Supported commands: fosdem:about … Read more