Things used to be complicated with regard to setting realtime permissions on Linux (realtime-lsm and /etc/security/limits.conf). Not any more it seems! Using chrt If your user is in the 'audio' g...
So I wrote a number of test programs. Each program uses a 'before' and 'after' timestamp retrieved by gettimeofday(). Regular usleep Let's start with plain usleep(). The results: Plain usleep(10...
So you're building a C program that uses a 3rd party library which requires you to call a certain function every 10ms (10000 us)... Seems simple right? Just do this: usleep(10000); This is supp...
This is a quick guide on how to install Debian on a Dell Latitude e6400 with integrated Intel GM45 graphics. Most things can be solved by downloading a new kernel :) Download netinstall Debian ...
Hi, welcome to my blog! I'm planning to put some technical stuff here in the future. Nerd-o-rama!
A new version of content is available.