xloem

Results 343 comments of xloem

It think that means that I was wrong about it being SSE. Are you aware of whether there are compile flags that will exclude this instruction?

Hmm, on that site you link, I think it does say SSE2 for the specific bytes here. Thanks (that site didn't come up in my websearches.)

This is so slow (I haven’t seen any output from pip yet) that I am using this which is much faster: ``` alias easy_install="python3 -c 'from setuptools import setup; setup()'...

I’m trying this out to use the old versions without downgrading the whole system. Note that alpine is up to v3.16 now. ``` # add 3.13 repos, keeping 3.14 echo...

[ Fri Jul 29 06:52:02 2022] WARNING: 423(cargo) illegal instruction at 0x56bfe2d1: 66 0f 61 e8 66 0f 62 e8

I wasn't sure how to use alexy's bindings to load a file, but although I'm not familiar with rust I got bindings to work well enough to tokenize strings. I...

I was looking into https://stellar.org/, which appeared larger and more versatile to me than a couple others I briefly reviewed. Since this task is both large and important, I think...

hey @gabev, I was looking at bitshares, and I noticed there is a flat transaction fee for every order placed and every order canceled. This worries me a bit, because...

@MarkoPaasila thanks for the information that placement fees are refunded on cancel. It looks like bitshares allows for high-frequency information via the [set_pending_transaction_callback](https://dev.bitshares.works/en/master/api/websocket.html#database-notifications) api call. This seems to send order...

I can't believe I didn't see this issue. I've just implemented this for myself over the past two days. Work seems to be stable over today, but still testing to...