Blog

Content before 2026 was migrated and some information might have been lost.

Supybot

Published on April 10, 2014.

Supybot é um robô para canais de IRC escrito em Python2 (ainda não é compatível com Python3). Neste post é apresentado como instalá-lo e configurá-lo.

Instalação

Debian:

# apt-get install supybot

Criação

É recomendado que você crie um usuário sem premissões administrativas para rodar o Supybot.

Crie um diretório para armazenar os arquivos do Supybot:

$ mkdir supybot

Utilize o supybot-wizard para criar os arquivos necessários (no exemplo a seguir o robô irá se conectar na rede Freenode). :

More ...

Firefox OS - Math apps

Published on April 9, 2014.

This is a review of almost all Firefox OS apps list when search for “math” at MarketPlace and related with math. The apps are sort alphabetically.

Advance Calculus

{width=“50%”}

Advance Calculus is a app that calculate very basic differentiation and integrals.

{width=“75%”}

The input and output is in (La)TeX format.

Calcul.us

{width=“50%”}

Calcul.us is a app where the user should choose the correct operation for the numbers in the screen.

Kids Mathematics

{width=“50%”}

More ...

IndexedDB

Published on April 4, 2014.

IndexedDB é uma forma de guardar informações no browser. Neste post vamos criar uma página que possui um campo de texto e um botão que ao pressionado salva o conteúdo da caixa de texto.

Layout

O layout é bem simples. Download do layout aqui. <00.html>

{width=“25%”}

Banco de Dados

Banco de dados é consiste de um ou mais objetos de armazenamento. Cada banco de dados é identificado por um nome e uma versão.

More ...

WeeChat

Published on March 31, 2014.

WeeChat é um cliente de IRC. Neste tutorial será apresentado como configurá-lo.

Instalação

Debian:

# apt-get install weechat

Fedora:

# yum install weechat

Arch:

# pacman -S weechat

Iniciando

Para iniciar o WeeChat:

$ weechat-curses

{width=“25%”}

Para obter ajuda:

/help

Para obter ajuda sobre um comando específico:

/help comando

Extensões

O WeeChat possui várias extensões/scripts úteis. Para ajuda sobre o gerenciador de extensões:

/help script

Alguns dos scripts que utilizo são: buffers.pl, iset.pl e autojoin.py. Para instalá-los:

More ...

MDN Translation Review

Published on March 29, 2014.

Florian Scholz and Jean-Yves Perrier had request to test and give some feedbacks about the new features of MDN (Mozilla Developer Network related with the translation of the pages.

In this post you will find my feedbacks.

Documentation Status Page

I really like the Documantation Status (e.g. MathML Documentation Status). It gives a great overview of what I can do to help build a better web.

{width=“25%”}

Start a translation

{width=“25%”}

To start the translation of a page, click on “LANGUAGES” -> “Add a translation”.

More ...