Fork me on GitHub

May 21, 2007

Sorry MAC you lose this time :)


Jejeje... we lose against the Skype dudes... but won in this battle :)

May 11, 2007

It's not just only me!!! (JavaFX WTF???)

Take a look at this: http://journal.dedasys.com/articles/2007/05/11/javafx

I still gonna wait for Silverlight on Linux: http://www.mono-project.com/Moonlight

Apache + GPL all love!!!

Well after all the garbage talk about the GPL by Apache it seams that they are looking to accept GPL: http://www.crn.com/software/199500038

Does this have something to do with Java?(that is now GPL)

Does this means that Harmony sucks?

The only thing that is clear here is that Apache have lose some creditability here.

May 10, 2007

Red Hat "Open Your Fuckin' eyes'

Comment on: http://www.redhatmagazine.com/2007/05/09/ask-shadowman-ye-olde-linux-desktop/ (FUD against Ubuntu and Dell partnership)

RedHat is always the FUD...

The garbage talker...

And the one that commit errors...

Remember the time when you(Havoc) don't like mono?(Fedora now includes mono... jaja)

Remember the Microsoft-Novell partnership?... Open SuSE still up(and too Up) your Fedora in Distrowach...

Remember the Web 2.0 awards?... Mugshot didn't show up.

So RedHat you are only a *Garbage Talker* and a the only one that start the FUD on OpenSource.

BTW: Why you always talk about Microsoft? look at your self... look at the track, and *don't* look at the others competitors!

May 7, 2007

sudo apt-get remove --purge skype

Skype really sucks: Skype 1.4 Alpha released

Ok... explain me this:

  • Windows version == 3.2 -> 95% Market share
  • Mac OS X == 2.6 -> 2.4% Market Share
  • Linux == 1.4 -> 2.6% Market share
WTF???

BTW: Use Ekiga

May 4, 2007

How to: Consolas font in Linux

Ok when I used to program in Windows I did like a lot the 'Consolas Font' that is installed by default on Visual Studio 2005...

So... this is the method to install it in Linux(Ubuntu Feisty Fawn):

  1. Download Microsoft PowerPoint 2007 Viewer (approx 25 mb)
  2. Install cabextract via Synaptic. Maybe you’ll need to have the universe repos available
    For the CLI guys: sudo apt-get install cabextract
  3. Run: cabextract PowerPointViewer.exe
  4. Run: cabextract ppviewer.cab
  5. Copy the fonts to your local fonts folder.
    Using CLI magic: find -iname ‘*ttf’ -exec cp {} ~/.fonts/ \;
[From solyaris wordpress blog]

And that is, take a look for the result:


disclaimer



Things written in this blog are my personal thoughts or points of view, and do not represent at all the position of my employer.

Code in the website is licensed under The MIT License

Content of this blog is:
Creative Commons License
Licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.