Posts
4835
Following
322
Followers
492
Linux kernel hacker and maintainer etc.

OpenPGP: 3AB05486C7752FE1

Jarkko Sakkinen

#ubuntu #multipass look like something for my needs as i use mostly ubuntu virtual machines for test #kernel's. especially it could replace #vmware fusion in my mac mini, which I use to test #arm64 kernels. in my #linux desktop it is not as useful because #libvirtd and #qemu are already perfect for my needs.
1
0
0

Jarkko Sakkinen

Edited 2 years ago
0
0
0

Jarkko Sakkinen

Edited 2 years ago
@mwcz Yeah, I know :-) I was more interested on user space workloads (should have mentioned). Fair argument in any case.
0
0
0

Jarkko Sakkinen

Edited 2 years ago

i wonder in what state is explicit heap oom handling in #rust today. it was still pretty bad year ago.

especially i’m interested what has been already fixed when mirroring against a great #analysis from #crowstrike’s blog.

#rustlang #programming

1
0
0

Jarkko Sakkinen

Taking care of the #finance with #awk :-)

$ awk '!/Payer/ {amount[$1] += $2} END { for (i in amount) print i " " amount[i]}'  2023-08.csv
Jarkko 400
Lotta 515

File format:

$ head -1 2023-08.csv
Payer               Amount              Date                Type
1
0
1

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
Show older