Jack Schmidt

Results 23 comments of Jack Schmidt

The problem seems to be the version of setuptools shipped in ubuntu 16.04 (setuptools-20.7.0). Upgrading to setuptools-41.6.0 with `pip install --upgrade setuptools` allows filebytes to be installed (with `python3.5 setup.py...

kernel bug: glibc is ok, so I'm assuming the kernel is basically ok. syscall: I think vdso, but I'm not an expert. strace attached below. (gcc+glibc appears to be using...

I wrote one that just uses the syscall pretty directly, and it appears to work well. Seconds go up by 1 about once per second :-) ## Program ```C #include...

Do you think the kernel is putting wrong things in vdso or is musl misinterpreting the contents? Is there a simple way to help debug that? The kernel itself is...

Ok. I tried on a very default kernel for the hardware. Same behavior. I checked the hex version of the time, and didn't see any obvious patterns. ## Reproducible kernel...

vdso.so attached (gzip'd only because github required it) Let me know if you want me to change `CLOCK_REALTIME` to another value, or send the entire kernel (and if so, do...

Yes, sorry. I suspect I was misreading @nsz-arm's messages. I don't use KODI, but it is a very popular arm OS, and libreelec is a popular way to run kodi...

I've worked on this a little. I have some simple but longer code with the following properties: * :+1: agrees with matrix.gi for square matrices * :+1: works for all...

The `fix_urls.js` problem is fixed in 6fcc076dc1964cf2b1d35115475fa6cd98aaa138 I think the current advice is end-users should use a docker image. In the next week or so, the docker image and script...