Droid fonts are cooked

March 31, 2009 at 11:22 pm (fedora, linux)

…and ready to be eaten:

http://amoradi.fedorapeople.org/rpms/droid-fonts-1.0-1.fc10.noarch.rpm

Droid fonts are google android fonts, some of them are cool, but I packaged it mostly because I didn’t have anything better to do and I’m interested in their monospaced fonts. I haven’t tried it yet, but it shouldn’t be bad. Right now, I use Inconsolata as my monospaced font.

Anyway, I’m going off-topic. Enjoy the extra fonts!

Permalink 5 Comments

Vote identi.ca

March 31, 2009 at 4:55 pm (Uncategorized)

http://march.shoeboxed.com/

here, vote for identi.ca, the free solution to micro-blogging needs!

Permalink Leave a Comment

using maps to get to destination

March 31, 2009 at 2:08 pm (fedora, linux, programming) (, )

How can I start this post? I can’t think of any “proper” way, so I will just jump in.

If you are fed up with pressing Esc every time, you can change it to something more “useful,” like Caps Lock. Doing it is very easy:

- in your ~/.Xmodmap file enter these lines: (if it doesn’t exist, create it)

clear Lock
keycode 0×42 = Escape

and if you restart X, you will have your new Esc key!

note: thanks to heftig (#fedora-social @ freenode) for telling me about this.

Permalink Leave a Comment

How to shoot yourself in the foot

March 26, 2009 at 11:41 pm (programming) ()

Jay Dobies Commented on the last post about coding and religion, and I thought the link he posted was worth another blog post in its own right.

How to shoot yourself in the foot

Of all of those, I really enjoyed the “Unix” one:

Unix
% ls
foot.c foot.h foot.o toe.c toe.o
% rm * .o
rm: .o: No such file or directory
% ls
%

And Perl:

Perl
You shoot yourself in the foot, but nobody can understand how you did it. Six months later, neither can you.

Anyway, if you are at all interested in programming languages, it’s worth a read. It certainly made the joke of the day for me!

Permalink Leave a Comment

Some GTK+ themes

March 26, 2009 at 11:28 pm (Uncategorized) (, , )

Any chance of getting these themes (from Ubuntu 9.04) into Fedora? Not to be shipped, of course, just as a package somewhere!

http://news.softpedia.com/news/Ubuntu-9-04-039-s-New-Themes-106961.shtml

Permalink 2 Comments

self.take_note(git)

March 26, 2009 at 11:22 pm (Uncategorized) (, , )

getting git running is a bit odd if you don’t know your way around. After some fighting, I figured it out, and so, here is a note to self in case I need to refer to it later.

$ git init
$ git remote add origin git@example.org/project.git
$ git add my_folder file1 file2
$ git commit -m ‘commit message’
$ git push origin master

$ git push

Permalink Leave a Comment

coding and religion

March 22, 2009 at 1:54 pm (Uncategorized) ()

What would you call your favorite programming language if it was a religion?

http://www.aegisub.net/2008/12/if-programming-languages-were-religions.html

I just found it funny and wanted to share it :)

Permalink 1 Comment

Happy Nowrooz everyone!

March 19, 2009 at 7:09 pm (Uncategorized) (, )

Nowrooz, Iranian new year is coming very close. It will be the new year in about 12 hours (I think) at 8:00 in Halifax, Canada time zone (my time-zone). You can check the times at http://calendar.mozillafirefox.ir/newyear.html (I can’t make it a hyperlink in QuickPress, so just copy/paste).

On a second thought, it looks like our Iranian friends in Fedora have put a lot of effort in setting up fedoraproject.ir. It’s still in the early stages, but it will get better as time goes. Anyway, Kudos goes to the Iranian Fedora community for their great contributions to the Fedora project.

Permalink Leave a Comment

raptor packages ready to be tested

March 16, 2009 at 5:37 pm (kde, linux)

In short, Raptor-menu packages (that menu you thought is dead!) are ready to be tested and enjoyed! Install it and you can add them by:

1) cashew nut > add widget
2) Raptor application launcher

Bug reports go into nowhere yet (they are not ready for bug reports)

DISCLAIMER: This package is HIGHLY experimental, USE AT YOUR OWN RISK (but I had fun with it!)

Permalink Leave a Comment

worthy of news

March 16, 2009 at 2:30 pm (kde, programming) (, )

First and foremost, March-break has started! yay for that!

But jokes aside, we will have a Persian New Year celebration next Saturday (I believe)! It is the first day of spring, and it will still be march-break which will make it even more fun! Happy new year to all Iranian readers :)

Also worthy of news, I was introduced to a website last night by a friend of mine. That is StackOverflow. I’m sure a lot of you should be familiar with this site, but I thought it’s worthy of news. It’s a very cool website that people ask and answer questions and it’s community-run which makes it even cooler. You get points to have good answers and all that. Check it out, I subscribed to their ‘python’ tag rss, and since then (one night) I learned a whole lot already!

Now, if you got this far in this post, you deserve a treat :) here are the updated konversation 2 packages, available for both x86_64 and i386, and also as a src.rpm.

Permalink 2 Comments

« Previous page · Next page »