Vladimir

Results 42 comments of Vladimir

This is extremely odd: I've rebooted the machine for the sake of consistency, Same files, same order, same code, read speed is somewhere around 1-2MB/s which is somewhat unacceptable.

I concur, I bricked my system today due to the recent GRUB update and I had to chroot in to fix it. Now it boots just fine, but the message...

@cjekel > First perform an initial fit, to all of your datasets (combined as one single large dataset) to find the break points. This part would be expensive. Indeed, that...

Hey, @cjekel, sorry, I'm knee-deep in my thesis and I systematically swing from writing to actual calculations. a) I don't know the positions of breakpoints but I can use one...

I have a similar issue but with dataframes, a simple conversion takes ages, pulling individual columns directly, converting them to numpy arrays and rebuilding the dataframe on Python's side subjectively...

I know my questions are not related directly to this issue, but it looks like the best place to ask. I'm trying to port `coreboot` to one of my old...

@i-c-o-n Thanks for the info, I'll try that. > flash the onboard chip internally The problem is I have image to flash in the first place, I need to read...

Similar issue but running arch.

I just attempted to build [5f3e781](https://github.com/FreeCAD/FreeCAD/commit/5f3e781dbf280c5f8c97183414e2aeb93a57b0be) on my `x86_64` machine, no result so far.

~~> FMA~~ ~~Not necessarily, vectorization of your code sometimes leads to such effects. I'm not even sure `fma` is IEEE-compilant.~~ ~~Non-associative properties of floating-point arithmetic can mess around with your...