Category Archives: Gtk

Compiling with checks and assertions

Some people like to complain about g_return_if_fail() and g_assert() being left in when compiling release executables and libraries. I have learned that it can actually have a positive effect on performance, as it can start pre-fetching that data into cache-lines. To get the performance I lost by compiling with -DG_DISABLE_ASSERT and -DG_DISABLE_CHECKS I had to [...]

Manpages

A friend of mine said they had the perception that GNOME technologies appeared unfinished due to the nature that manpages were not installed for the APIs. While I didn’t particularly agree with that sentiment, I did decide I would make manpages for them.
The gnome-manpages can be found here.
The resulting manpages look very similar to what [...]

GNOME University @ FOSDEM ‘13?

Is anyone interested in a GNOME University meetup while at FOSDEM ‘13? Leave a comment if you are so I can get an idea of how many.
I would imagine we could use that time for asking questions, guidance, individual help regarding your free software projects and what not. jhbuild also seems to be a common [...]

Update: Gnome University

The turnout for GnomeUniversity has been absolutely outstanding! We have about 85-90 “students” that have contacted me so far. The students have a wide variety of locations, experience, and age. I absolutely love it!
I’m still writing the introductory content, but things will start progressing shortly.

Update: Gnome University

The requests to join Gnome University has been overwhelming. I simply cannot keep up with the incoming requests on a daily basis. Fear not, I’ve received and read them and will not forget about you, I just need to batch up the processing of those emails to every couple days.
I’m still busy writing content.

Rebuilding our community

I have already heard from more than 40 people that want to contribute to our platform. We have some exciting times ahead.
I’m spending all my free time at the moment taking inventory of peoples goals and their current experience. I’m not sure how the process will proceed yet. I am dilligently putting resources together so [...]

I will teach you C

I’m interested in teaching one or more people how to write C for desktop GNU/Linux. This includes Gtk/GObject and related technologies. No particular C experience is required, and I’ll figure out how to move forward once I have an understanding of your experience.
This is just as much an exercise for myself as it will be [...]

smoother graphs coming

I did a bit more work on the real-time graphs during my current vacation. It has resulted in being a whole lot smoother. Primary fixes were:

Graph tracks time rather than “available buckets” for data points. It works so much better I feel stupid for not doing it in the first place.
Use floating point for positioning [...]

Things I’ve been working on

(Animations) …

http://www.youtube.com/watch?v=lp6ceGP-6vU
http://www.youtube.com/watch?v=AlvieV-sBJo
http://www.youtube.com/watch?v=_koPfiJ2zn0

Perfkit

I’ve been busy working on something. It is still just a toy. It’s called perfkit. Fork me on Github.
I’m getting older, and I’m having trouble remembering how to use every little tool under the sun. From valgrind, to interesting proc files, to ftrace and perf. You get the idea. So [...]