Lattice 0

Results 113 issues of Lattice 0

If I understood correctly, the FetchMacOS project downloads a fresh `BaseSystem.img` directly from apple servers, and then we emulate this `BaseImage.img` which in turn downloads the rest of the system?...

Hello! Are there any plans to support the bluetooth stack?

``` writing new private key to '/etc/openvpn/pki/private/cilinho.dyndns.org.key.XXXXhMhCkM' ----- Using configuration from /usr/share/easy-rsa/openssl-easyrsa.cnf Enter pass phrase for /etc/openvpn/pki/private/ca.key: unable to load CA private key 1995662544:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:531: 1995662544:error:23077074:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 cipherfinal...

According to the seal manual (https://www.microsoft.com/en-us/research/uploads/prod/2017/11/sealmanual-2-3-1.pdf), before the relinearization, ``` c0 = [t/q (ct0[0]ct1[0])]_q c1 = [t/q(ct0[0]ct1[1]1+ct0[1]ct1[0])]_q c2 = [t/q(ct0[1]ct1[1])]_q ``` where the multiplications like `ct0[0]ct1[0] `or `ct0[0]ct1[1] `etc, are...

I don't know why but when I leave my notebook for some hours and go back I have to rerun the script otherwise the fn keys go back to the...

My keyboard IS the K380 but I got this: ``` sudo k380_conf -d /dev/hidraw0 -f on The given device is not a supported Logitech keyboard: Operation not permitted Product :...

I'm trying to decode a video in .h264. On C++ I could simply make the pointer inside the AvPacket point to my chunk of h264 data and it'd work. On...

I've send on twitter but seems that you're not active there anymore. I have a simple question: https://android.googlesource.com/platform/prebuilts/android-emulator/+/refs/tags/android-11.0.0_r28/README says that the emulator prebuilt source is at https://android.googlesource.com/platform/external/qemu/ but it hasn't...

I see in your example that you use android or ios with gradle. I'm using expo for now but of course I'll migrate to gradle. For now, I copied your...

Hi, I just tried to `npm install zmq` at my machine and got the error below. Then I opened a clean `docker ubuntu:latest`, installede buildessential and python, and got the...