GSoC '22 final report

Like all things, Google Summer of Code, too, comes to an end.

Now let’s go over what had to be done, what is done, and what’s left.

Read more  ↩︎

An introduction to the Linux graphics stack

Unless you’ve run into a terrible problem with your GPU, I bet you never spent some time actually thinking about how we depend so heavily on graphics to actually do anything meaningful on a computer: from small square blinking letters on a terminal to the utmost insanely complex games we play these days - in the context of Linux, it all depends on the DRI!

Read more  ↩︎

Real contributions with real money

Recently I’ve heard from a friend that his professor simply doesn’t believe that free software should be profitable, so I’m making this blog post.

Read more  ↩︎

On contributing to open source

Alright, so you came for another one of Isinya’s soap operas! I’m excited to have you here, stranger :)

Today, let’s not talk about the kernel, instead, I want to help you understand how you can be part of open source communities.

Read more  ↩︎

On contributing to the kernel

So, for starters, the Linux Kernel is the most beautiful thing ever if you don’t mind a little mess, I mean… no, really, it’s beautiful, and I’ll prove it to you! All you need to do is clone the “main” tree:

git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Well, actually, this isn’t really the main thing, but it’s one of them, together with the one you probably know best (if you’re a rolling release Linux user, that is) Greg Kroah-Hartman’s tree and that’s only half the story, as each Linux distribution likes to put their own flavor of commits on top of that.

Read more  ↩︎