HackerTrans
TopNewTrendsCommentsPastAskShowJobs

markrages

no profile record

comments

markrages
·15 дней назад·discuss
I can't be the only one whose memory is so bad that I am like this in my own code base.
markrages
·в прошлом месяце·discuss
Faster than some, slower than some.

PCBs come in all different levels of complexity.
markrages
·2 месяца назад·discuss
RFCOMM is old Bluetooth, not BLE.

Nordic has a serial-over-ble profile, but it is not standard like RFCOMM.
markrages
·4 месяца назад·discuss
GP is talking about seeing the string oscillations alias against the 30 Hz camera frame rate.

I've never tried it.
markrages
·7 месяцев назад·discuss
Why not? It's been a decade away for the past 20 years.
markrages
·8 месяцев назад·discuss
"defining them right before the dependency is actually used"
markrages
·8 месяцев назад·discuss
You have always been able to do the same thing in Python. This PEP isn't needed for that functionality.
markrages
·9 месяцев назад·discuss
ChatGPT doesn't run commands, does it?
markrages
·в прошлом году·discuss
Thanks. What a weird API.
markrages
·в прошлом году·discuss
shouldn't it be

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

?