@monsieuricon @torvalds I thought Walleij was the real “Linus”. And yes, we need to get him here! (maybe he is, but I can’t find him).
@takaswie I would love to switch (and may do so), but we are resurrecting “ureadahead” from the dead, and it’s currently knee deep in autoconf. It has international local support and all that jazz, where I have no idea how to port that to meson and not cause regressions (it’s really more like a zombie than totally dead).
Random first trial post: today, March 14th, is the 29th anniversary of the Linux 1.0 announcement.
Of course, there are other arguably more important dates in Linux history, but this is one of them.
There’s no hell like trying to make a project build with autoconf - automake written in 2009 work with today’s autoconf - automake.
Today is the anniversary of the public announcement of streamline_config.pl. What eventually became “make localmodconfig” https://lore.kernel.org/lkml/Pine.LNX.4.58.0503110338230.19798@localhost.localdomain/
And today’s hack is: https://lore.kernel.org/all/20230306122529.44e8d566@gandalf.local.home/
PowerTop has had a copy of libtraceevent for over 10 years, with the assumption it would use the external library when ready. That library has been ready for a few years now, but I finally got around to porting PowerTop to it. https://github.com/fenrus75/powertop/pull/122
I guess I’m not the only one that hates this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028643#26
@monsieuricon Maybe one day when searching for realtime linux kernel
the first link will not be the obsolete kernel.org wiki!
Anyone else hate upgrades that mess with your fonts?? For some reason, every so often, after an upgrade. My default fonts are all messed up. WTF!
Today marks the day I officially converted my internal C
and bin
directories over to git
from subversion
. I have a set of personal tools I use (or just to test how things work) that I’ve kept in subversion.
Why?
Because the central repository was perfect for it. I did not care about distributed environment. I would always commit back to the central authority.
Why did I change?
Well, I do modify the code from different machines here and there, and I finally hit a merge conflict that is pretty much impossible to solve with subversion. Which caused me a couple of hours to get it back to a working state as subversion makes it very difficult to resolve nasty conflicts.
Thank God for git svn
as I needed to maintain the history as well.
Oh well, Goodbye subversion. It was fun while it lasted.
For my day off, I decided to implement passing a stack trace from start event to end event (to show the backtrace of the longest blocked areas).