HackerTrans
TopNewTrendsCommentsPastAskShowJobs

markrages

no profile record

comments

markrages
·il y a 15 jours·discuss
I can't be the only one whose memory is so bad that I am like this in my own code base.
markrages
·le mois dernier·discuss
Faster than some, slower than some.

PCBs come in all different levels of complexity.
markrages
·il y a 2 mois·discuss
RFCOMM is old Bluetooth, not BLE.

Nordic has a serial-over-ble profile, but it is not standard like RFCOMM.
markrages
·il y a 4 mois·discuss
GP is talking about seeing the string oscillations alias against the 30 Hz camera frame rate.

I've never tried it.
markrages
·il y a 7 mois·discuss
Why not? It's been a decade away for the past 20 years.
markrages
·il y a 8 mois·discuss
"defining them right before the dependency is actually used"
markrages
·il y a 8 mois·discuss
You have always been able to do the same thing in Python. This PEP isn't needed for that functionality.
markrages
·il y a 9 mois·discuss
ChatGPT doesn't run commands, does it?
markrages
·l’année dernière·discuss
Thanks. What a weird API.
markrages
·l’année dernière·discuss
shouldn't it be

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

?