Twirrim

Results 8 comments of Twirrim

Not sure if this is useful, but a hopefully fairly straightforward benchmark for complex number multiplication could come from a straightforward fractal loop: ``` #[bench] fn bench_mul(b: &mut Bencher) {...

It is now broken for me, entirely, Running 51.0b6, with cliget version 1.2.3.1-signed.1-signed (interesting version number?)

There is a native option in Firefox. Go to the page where you'd start the download. Through the browser menu, select: Tools > Web Developer > Network. Now do whatever...

Maybe just a simple header to indicate what the file list is below? I didn't realise what that file listing was. At first glance it appeared to be "biggest files...

Not exactly the same lines, but: ``` bpftune: error initializing '/usr/lib64/bpftune//route_table_tuner.so: No such file or directory ``` file exists: ``` $ stat /usr/lib64/bpftune/route_table_tuner.so File: /usr/lib64/bpftune/route_table_tuner.so Size: 1826464 Blocks: 3568 IO...

That PR seems to have fixed the main library path issue (cleared symlink, all looks good). It's still complaining about: ``` bpftune: could not open /proc/sys/net/ipv6/route/max_size (netns fd 0) for...

Confirmed those `bpftune: error initializing '/usr/lib64/bpftune//neigh_table_tuner.so: No such file or directory` were happening because I had `ipv6.disable=1` as a kernel parameter.

I've been using "It's All Text" for several years now, after a co-worker suggested it, and has been a staple part of my workflow ever since. Thanks for all your...