Jacob Gadikian

Results 253 comments of Jacob Gadikian

Also, if validators or their sentries peer with this node, it will help our relayer performance: ``` [email protected]:2160 ```

I think this might be related. In earlier commits I flagged a bunch of repetition in go.sum and I think this is the source: https://github.com/CosmWasm/wasmd/pull/692/commits

Okay! So I did come out with a result. https://GitHub.com/faddat/spos I have builds working both in Docker and in a chroot. neither currently works in GitHub actions but I believe...

Hey so I thought I would keep the essay going. All right, I am a little more than a month in. I have successfully done all of this with docker...

That's wonderful. I haven't made the transition yet but my expectation is that I will be able to use your software to dramatically reduce our image build times.

So even with us, build times are still kind of an issue for me. I am hoping to figure out a way to make this even faster and possibly slim...

If it's not currently desired then I can tell you that the default raspberry Pi 64-bit kernel is actually not all that stable and you probably don't want to use...

OK, I'll leave it open-- when mainline smoothly supports Pi 4, it'll make good sense to add arm64 support, I reckon.

You can't run 32-bit packages on 64-bit arch, unless you want to play with qemu binfmt_misc. But there are builds of everything in the default repositories though so you shouldn't...

> I'm actually interested to have 64bit arch linux to run pikvm on it, and other sortware in docker. > Will it work this way: > > * install ArchLinuxARM-rpi-aarch64-latest.tar.gz...