I can't be the only one whose memory is so bad that I am like this in my own code base.
HN user
markrages
Faster than some, slower than some.
PCBs come in all different levels of complexity.
RFCOMM is old Bluetooth, not BLE.
Nordic has a serial-over-ble profile, but it is not standard like RFCOMM.
GP is talking about seeing the string oscillations alias against the 30 Hz camera frame rate.
I've never tried it.
Why not? It's been a decade away for the past 20 years.
"defining them right before the dependency is actually used"
You have always been able to do the same thing in Python. This PEP isn't needed for that functionality.
ChatGPT doesn't run commands, does it?
Vacuum people have been trying to normalize high prices for a long time... From the old Internet: https://www.cockeyed.com/citizen/kirby/kirby.html
I think a lot of real reviews are written by ChatGPT. People are lazy!
The Loudness War has come to Slack.
...for now.
ULN2003 is not DIP8
And I would assume for pedalogical purposes a bare transistor would be preferred rather than the '2008 with its extra diodes and base resistor.
Of course the comments section is going to be full of war stories about everyone's hardest bug.
This is how humans work, and this is why I am reading the comments.
Thanks. What a weird API.
shouldn't it be
var actualSize = 1 << Integer.highestOneBit(approxSize - 1);
?
The statistical likelihood is that other civilisations will arise. There will one day be lemon-soaked paper napkins.
‘Till then, there will be a short delay. Please return to your seats.
Is there any precedent to car carriers dedicated to one manufacturer?
General Motors helped design the Vert-A-Pac. https://chevyvega.fandom.com/wiki/Vert-A-Pac
I am sure is not a fundamental but is the reality for the currently available chipsets.
It is pretty fundamental. Ant has an inverted master/slave (or whatever we're calling it nowdays) relationship. In Ant, the sensor determines the timing, and can broadcast to many receivers. In Bluetooth, the central device (phone) determines the timing, and each sensor connects to one central with a one-to-one connection.
There are ways around this limitation of BLE:
1. A few bytes of data can be stuffed in BLE advertising, so the sensor can communicate without a connection in the Ant style. To my knowledge, none of the Ant+-replacing profiles support this.
2. The sensor can basically run multiple instances of bluetooth stack at the same time to connect to multiple central devices. This basically doubles the resource usage, and good luck determining if your sensor supports this without trying it.
#2 appears to be the path forward. A few sensors support it already, and the next generation of radio SOCs will make the resource requirements less onerous.
Ant also broadcasts a unique(-ish) identifier. This was enough to end Nike+. https://en.wikipedia.org/wiki/Nike%2BiPod#Wireless_protocol_...
The Amazon preview included a page advocating for systems Hungarian in naming variables.
I am no longer interested in the book.
In the 90s I worked for a company in Kansas City designing pagers. We rented space underground for RF testing. There are no radio signals in the caves, at least back then. I'm sure that's different now, especially with manufacturing happening there. (Our cave was closer to downtown and was mostly used for warehousing.)
Yes! Code is for people to read, not computers. Beautiful code uses the full expressiveness that the language allows.
For integer values, just subtracting bytes is enough to allow much better compression ratios. See the table at https://opensource.quarq.com/zfit/zfit.pdf
Does the output work with patch(1)? Or does this use a different patch?
Even with these in place, the output of the LLM is not trustworthy. In the sense that it doesn't care what it true, only what is plausible.
For problem with mechanical interference, the old school trick was to stack a few DIP sockets together and plug into those. These would space the adapter up off of the reader. (We used to use extra sockets to save wear on the chip pins during the program/burn/crash/debug cycle.)
Previously: https://news.ycombinator.com/item?id=19008109
She's a solid entrepreneur and a competent engineer.
Calling her "greatest" seems odd, for implementing breakout boards with datasheet circuits.