HackerTrans
トップ新着トレンドコメント過去質問紹介求人

markrages

no profile record

コメント

markrages
·15 日前·議論
I can't be the only one whose memory is so bad that I am like this in my own code base.
markrages
·先月·議論
Faster than some, slower than some.

PCBs come in all different levels of complexity.
markrages
·2 か月前·議論
RFCOMM is old Bluetooth, not BLE.

Nordic has a serial-over-ble profile, but it is not standard like RFCOMM.
markrages
·4 か月前·議論
GP is talking about seeing the string oscillations alias against the 30 Hz camera frame rate.

I've never tried it.
markrages
·7 か月前·議論
Why not? It's been a decade away for the past 20 years.
markrages
·8 か月前·議論
"defining them right before the dependency is actually used"
markrages
·8 か月前·議論
You have always been able to do the same thing in Python. This PEP isn't needed for that functionality.
markrages
·9 か月前·議論
ChatGPT doesn't run commands, does it?
markrages
·昨年·議論
Thanks. What a weird API.
markrages
·昨年·議論
shouldn't it be

var actualSize = 1 << Integer.highestOneBit(approxSize - 1);

?