Posts
4547
Following
317
Followers
476
Linux kernel hacker and maintainer etc.

OpenPGP: 3AB05486C7752FE1

Jarkko Sakkinen

linux-tpmdd pull request for v6.5-rc7: https://lkml.org/lkml/2023/8/11/1305 #linux #kernel #lkml

0
0
0

Jarkko Sakkinen

I always return to #ctags once tried on LSP. E.g. it does not have dependency hell bundled. It always works as expected. Even with LSP I always disable auto-complete, which takes away a lot of its value, assuming that you care about this feature in the first place.
0
0
0

Jarkko Sakkinen

Let's not forget that one of the two #cofounder's of #Gitlab is also #Ukrainian
0
0
0

Jarkko Sakkinen

Edited 2 years ago
git grep -l -v "\.ident =" | xargs git grep -l "\.callback =" | xargs git grep -l "\.matches = "

I wanted to find all files, which have DMI table entries with matches and callback set, but not ident. #git #note #linux #kernel

0
0
0
still zero idea what #kubernetes even is o_O
0
1
1

Jarkko Sakkinen

I used #container's and #docker for the first time in my work, and on #riscv #platform. #latebloomer
1
1
3

Jarkko Sakkinen

Bought an early access #ebook, very exciting! #fpga #nostarch @nostarch
0
0
3

Jarkko Sakkinen

Edited 2 years ago

I’ve became by accident pretty seasoned with cmake. Never wanted to learn it particularly but it is not too bad. I use it at work.

I like at least these two features of cmake:

I also like that it is focused on C/C++ rather than trying to be everything, which is really a fresh breath of air these days. I rather use it at least than autotools :-)

#cmake #kitware

0
0
0

this could be used to remove a lot of .incbin boilerplate from #linux #kernel.

0
0
0

The most trivial C program to take advantage of this would be something like:

int main(int  argc, char ** argv)
{
        const char __attribute__((unused)) payload[] = {
#embed <data/payload.bin>
        };

        return 0;
}
1
0
0

Jarkko Sakkinen

#embed is a welcome addition to #C, as using incbin has added a lot of unwanted boilerplate. #C23 #ISO #standard

1
0
0
@rockorager I'm using IMAP backend.
0
0
0

Jarkko Sakkinen

four #hardware #loopback's is pretty amazing. afaik #rme uses #fpga in #babyface to manage the total 24 channels. #audio
0
0
0

@rockorager I did read through https://man.archlinux.org/man/aerc-templates.7.en but MessageId is not documented over there. Still a bit confused about template language but it is definitely worth of learning.

I tried to look also whether the template language gives me a way to remove duplicate emails (in the manner of ~= filter in mutt) but could not come up with anything so far.

1
0
0

Jarkko Sakkinen

Rest in peace Bram Moolenaar. I've been a #vim user since 1998. https://groups.google.com/g/vim_announce/c/tWahca9zkt4?pli=1
0
0
2
@rockorager thanks a lot!
1
0
0

Reading a diff patching another diff can be nasty, and it is not unheard use case to patch a #dependency during the #build.

0
0
0

Jarkko Sakkinen

it would be a nice to have a #git #diff #option that would #pretty #format patched #patch files.
1
1
0

Jarkko Sakkinen

apparently folder’s can be cycled in #aerc with the cursor keys when the capslock is turned on. holding shift was getting painful to say the least. #email #shortcut

0
0
0
Show older