mantielero

Results 39 comments of mantielero

I wasn't aware of the existance of [binarylang](https://github.com/sealmove/binarylang). It actually solved my problem. Thanks for the info.

I think I hit this problem too: * Archlinux * Nvidia proprietary drivers All three commands mentioned before produce a black screen. kdenlive works fine on my system but this...

I own a Lenovo laptop with a NVidia RTX3060. If I go into the BIOS menu I can select between "Switchable Graphics" and "Discrete Graphics". When I use "switchable graphics"...

I am thinking on [Nim](https://nim-lang.org/). It is fast as C, with a syntax similar to python, but it also provides metaprogramming enabling the creation of Domain Specific Languages (this could...

I am facing the same problem in windows when I do: ``` C:> nimble install https://github.com/mantielero/VapourSynth.nim Downloading https://github.com/mantielero/VapourSynth.nim using git Error: Execution failed with exit code 128 ... Command: git...

I fixed the issue. I explain here what I did (this might help others). In my case, the problem was that I had an issue with the permissions to the...

I don't know how to do that (I have never done CI before). I have been playing with Azure (run the basic tutorial), I forked the repository and I have...

In the freezer I am getting -14.1ºC, so it looks like it is 2's complement: ``` [02] {36} 12 f4 1f 73 00 : 00010010 11110100 00011111 01110011 0000 ^^^^...

OFFTOPIC (I know this is the wrong place to ask, but probably there is plenty of people who can point me in the right direction) I am trying to read...

I have another question: ``` 00010010 11110100 00011111 01110011 0000 ^^^^ 00010010 11110100 00011111 10010101 0100 ^^^^ 00010010 11110100 00010000 11000100 0111 ^^^^ ``` In BitBench, it shows something like:...