HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brettdong

no profile record

comments

brettdong
·3 lata temu·discuss
I haven’t heard any major stock and derivatives exchange providing connectivity SDK or documentation in Rust but there is always plenty of them in C/C++.
brettdong
·4 lata temu·discuss
Also see the Fitbit ad from Singapore.
brettdong
·4 lata temu·discuss
QEMU needed to be patched for network to work on M1 Mac hosts back then. I don’t know if the patches landed in newer versions of QEMU.
brettdong
·4 lata temu·discuss
https://news.ycombinator.com/item?id=28312935
brettdong
·4 lata temu·discuss
Why don’t you run ARM containers on M1?
brettdong
·4 lata temu·discuss
Hope Asahi Linux will get mature and be daily driver usable in the near future.
brettdong
·4 lata temu·discuss
On film SLR cameras, mechanical parts (shutters, film motors, etc.) generally fail faster before electronic parts (e.g. auto focus, light meters) fail.
brettdong
·4 lata temu·discuss
I tried cross-compiling a Rust project from ARM macOS host to ARM Linux target, compiling source files is still fine, but during linking stage it threw lots of lots of errors. And it’s a pure Rust project without any system library dependencies. Seems that the system linker also needs to support the target platform, or cross compiling won’t work.