boto is currently certified at Journeyer level.

Name: Eduardo Habkost
Member since: 2001-09-22 05:04:36
Last Login: 2007-11-07 13:06:03

FOAF RDF Share This

Homepage: http://www.raisama.net

Notes: As I won't update this page frequently, you should look at my web page if you want to know something about me.

Projects

Recent blog entries by boto

Syndication: RSS 2.0

2 Oct 2008 »

Meme

Meme

From Rich Sharples:

  1. Take a picture of yourself right now.
  2. Don’t change your clothes, don’t fix your hair…just take a picture.
  3. Post that picture with NO editing.
  4. Post these instructions with your picture.

Via Rich Sharples:

  1. Tire uma fotos sua nesse exato momento.
  2. NÃO troque de roupa, NÃO arrume seu cabelo. Simplesmente tire uma foto.
  3. Poste essa foto, SEM editá-la.
  4. Poste estas instruções junto com a foto.

Syndicated 2008-10-02 17:20:35 from Eduardo Habkost / diary

27 Mar 2008 »

4a7d3d609129a9296bf7ac0608c2097

Can somebody explain to me where this hex string comes from?

It has lots of matches on Google. Most of them are on blog comments. But they appear on valid comments, so I don’t think it is some marker string being used by spam bots.

Syndicated 2008-03-27 17:33:14 from Eduardo Habkost / diary

9 Oct 2007 »

Getting a mailing-list archive URL from a Message-ID

It happens often to me: I am reading a mailing list on mutt and I want to send a pointer to the message to somebody.

I always wanted to be able to press a key on mutt, and a script would query mailing list archives and find a URL for the message on a mailing list archive. Today I have found this to be possible. Gmane has a “Message-Id” URL format tha allows you to do it. Just point to http://mid.gmane.org/<message-id> and it will redirect to the message on the archives, if it is present.

Now, getting a URL for a mailing list message is as simple as piping the message from mutt to this small script:

#!/bin/bash
mid="$(grep -m 1 -i ^Message-ID: | cut -d: -f2 | sed -e 's/^ *//')"
kfmclient openURL 'http://mid.gmane.org/'"$mid"

And this can be bound this to a keystroke under mutt by simply using something like this on .muttrc:

macro pager U "<pipe -entry>msg2url\n”
</pipe>

There are other mailing list archives with similar features. But they are more specific to some mailing lists, so they are not as comprehensive as Gmane. Some examples:

  • http://kerneltrap.org/mailarchive/message-id/<message-id> (for KernelTrap mailing list archives)
  • http://www.red-bean.com/threadfind (mostly Subversion-related mailing lists)

Syndicated 2007-10-09 15:50:55 from Eduardo Habkost / diary

7 Feb 2007 »

Brazil insisting on Internet Censorship

After the first fiasco, the brazilian judiciary insists that Internet Censorship is a good thing.

I haven’t found any news articles about it in english yet, but you can read the news in portuguese (or an automated translation). A court ordered the major brazilian ISPs to block another site. Now the target is not a big site, but a tourism agency that got some attention from the brazilian media recently, in news related to sexual tourism in Brazil.

It seems that at least the ISP I am using right now (BrasilTelecom) haven’t implemented the block yet. But considering that on the YouTube blocking case they have done this immediately after receiving the court notification, I think it is just a matter of time until ISPs receive a notification and implement the new block.

This blocking was also ordered because of a “public image protection” lawsuit. Not by a celebrity in this case, but somebody whose picture was taken and published on the site. The sad part is that probably most brazilians will not care this time because it is a small site not targetted to brazilians, and then we have a legal precedent for further Internet blocks caused by stupid reasons.

Syndicated 2007-02-07 16:00:48 from Eduardo Habkost / diary

1 Feb 2007 »

Google is Smart

This surprised me:

'mandrake' highlighted when searching for 'mandriva' on Google search

How Google knows that “mandriva” was formerly called “mandrake”, to be smart enough to highlight “mandrake” on the results as if I had also searched for “mandrake”?

I don’t think they have added this to a “synonyms table” manually. I believe this was somehow detected automatically. My question is: how the Google software could have detected this automatically?

Syndicated 2007-02-01 15:05:23 from Eduardo Habkost / diary

20 older entries...

 

boto certified others as follows:

  • boto certified boto as Journeyer
  • boto certified rms as Master
  • boto certified clausen as Master
  • boto certified marcelo as Master
  • boto certified baretta as Journeyer
  • boto certified gwm as Journeyer
  • boto certified lclaudio as Master
  • boto certified niemeyer as Master
  • boto certified riel as Master
  • boto certified ruda as Journeyer
  • boto certified Roxo as Journeyer
  • boto certified maragato as Journeyer
  • boto certified webseeker as Apprentice
  • boto certified bruder as Journeyer
  • boto certified xsandro as Apprentice
  • boto certified ralf as Master
  • boto certified godoy as Journeyer
  • boto certified morcego as Journeyer
  • boto certified olive as Master
  • boto certified minami as Journeyer
  • boto certified fbl as Journeyer
  • boto certified eliphas as Journeyer
  • boto certified claudio as Master
  • boto certified quintela as Journeyer
  • boto certified jgarzik as Master
  • boto certified livio as Journeyer
  • boto certified davem as Master
  • boto certified aristeu as Journeyer
  • boto certified caio1982 as Apprentice
  • boto certified spuk as Apprentice
  • boto certified DV as Master

Others have certified boto as follows:

  • boto certified boto as Journeyer
  • clausen certified boto as Apprentice
  • acme certified boto as Journeyer
  • maragato certified boto as Apprentice
  • ruda certified boto as Journeyer
  • webseeker certified boto as Apprentice
  • bruder certified boto as Apprentice
  • xsandro certified boto as Apprentice
  • minami certified boto as Journeyer
  • fbl certified boto as Journeyer
  • morcego certified boto as Journeyer
  • niemeyer certified boto as Journeyer
  • riel certified boto as Journeyer
  • livio certified boto as Journeyer
  • caio1982 certified boto as Master
  • rootsh certified boto as Apprentice
  • faw certified boto as Journeyer
  • chakie certified boto as Master
  • nixnut certified boto as Master

[ Certification disabled because you're not logged in. ]

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!

X
Share this page