Feeds:
Posts
Comments

Posts Tagged ‘hint’

… just do it. ps: it’s just marketing, I know. But I really liked the  message…

Read Full Post »

Despite being a KDE person, I use Evolution as my mail client, including for reading mailing lists and posting patches. Up until now I’ve been doing the latter by attaching patches instead of including them in the message body, to avoid whitespace mangling and linewrap. But this method is inconvenient sometimes: when you want to [...]

Read Full Post »

As I mentioned before, I’ve been working on and off on adding Python scripting support to GDB, with Tom Tromey and Vladimir Prus. We did the work in a git repository, separate from the GDB main repo (which still uses CVS, by the way). Now came the time to get the work we did there, [...]

Read Full Post »

autoconf tip

I always dreaded having to do modifications in Makefile.in (e.g., adding a new file to the compilation) because then I’d have to nuke the build directory (you do build your project outside of the source tree, right? ) and run configure again for the Makefile to be generated and then rebuild everything again. Well, of [...]

Read Full Post »

I was downloading pics from my camera this weekend (strictly speaking, from its SD card) and found out about a nasty bug: digikam will fail to download an image for no good reason, and overwrite good images when you tell it to try again! I immediately opened a bug report, let’s how this progresses. A [...]

Read Full Post »

neverball and other simple games in Linux

I’m not really a computer games person. For some reason, I started playing less and less games since I was about 16 years old. After a while, the only game I still played was NetHack (the ASCII or ncurses versions, I don’t like the X ones). And Koules too, for a while. Anyway, I started [...]

Read Full Post »

portable ogg vorbis player

It took me some time to actually own a portable digital music player (mp3 player), because I didn’t want an mp3 player, really. I was searching for an ogg vorbis player and it takes some effort to find one, especially in Brazil where the sound format is virtually unheard of. I was gladly surprised when [...]

Read Full Post »

KDE vs XFCE in terms of memory usage

For the moment I have to cope with a low-memory machine at home, so I decided to switch it from KDE to XFCE. But is it really worth it, in terms of memory savings? I decided to measure… First of all, I’m not trying to do rigorous analysis here but just do some estimates to [...]

Read Full Post »

If you rename and modify a file in the same commit, you will loose its history: http://sourceware.org/ml/frysk/2008-q1/msg00004.html You have to do a commit just with the rename operation (identical file contents), and then modify it. Sheesh, good to know about that! I recall I had a similar problem with Subversion once… I think it was [...]

Read Full Post »

a couple of git hints

Today I just discovered a new command in git which should be very useful: git-stash, which is new in git 1.5.3. It’s great for those moments when git complaints about your modified tree, but you don’t want to commit anything yet. Now you can throw your currently uncommited changes into the drawer, work in something [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.