Mathnerd314

Results 74 comments of Mathnerd314

The images are definitely a sticking point. From a contribution standpoint I think the easiest thing would be to accept self-shot mobile videos. There's open-source [tools](https://github.com/PeterL1n/BackgroundMattingV2) that remove the video...

Well, what I put for "Haskell type" is actually the type I think an [intersection type system](https://en.wikipedia.org/wiki/Intersection_type_discipline) would infer. Haskell only came into play because I used it to infer...

@edolstra Is there any possibility of this being merged?

I might update this eventually, but not anytime soon. There are some systematic design flaws which I want to resolve first.

@alesguzik I've stopped most Nix development until June 24, 2016; you're welcome to do something with it before then though.

@copumpkin That's just #296 and related issues; the only issue with this PR I know of is that I'm too lazy to update it to fix the merge conflicts. From...

I think instead of `invert`, `orient = auto-start-reverse` could be used.

The easy solution is to not use Hz at all: ```Python >>> from pint import UnitRegistry >>> ureg = UnitRegistry(autoconvert_offset_to_baseunit=True) >>> (-161 * ureg("dBm")).to("mW") ``` But of course that defeats...

As I understand @frevib's responses, this project is dead/abandoned. You can look at other benchmarks: * [MonoIO vs Tokio](https://github.com/bytedance/monoio/blob/master/docs/en/benchmark.md#testing-data), the small slowdown on 1 core and speedups on 4+ cores...

The other partitions I dumped just by running the extract-partition script a bunch of times, but the system partition is too big for that.