Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grantj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
grantj
4mo ago
https://m.youtube.com/watch?v=Sy6VMDXB2SQ
2.
▲
by
grantj
2y ago
I’m guessing professional EEs have better tools but in my hobbyist experience the power profiling kit II works well for analyzing low power (0-5v) circuits. The software tool provided by Nordic is fairly capable and easy to use. At $89 fro
3.
▲
by
grantj
14y ago
That private API appears to be usbmux which iTunes uses to create tunnels to the device: http://www.theiphonewiki.com/wiki/index.php?title=Usbmux
4.
▲
by
grantj
16y ago
I've used it for a few iOS projects. It's strength is making multi-state things like buttons and automating different resolution images (i.e. Retina). The factories feature combined with "variables" makes it a powerful vector editor. I'm n
5.
▲
by
grantj
16y ago
My guess is IE 9 doesn't supports the 'lighter' globalCompositeOperation on the canvas which is key to making the effect work. Without it I bet the lines look pretty dull.
6.
▲
by
grantj
16y ago
That should really be in big red text in the docs considering it actually destroys bits. The api also seems inconsistent wrt net.Stream writes are encoded in ASCII but plain writable streams default to utf8: stream.write(string, encoding='u
7.
▲
by
grantj
16y ago
Which part of the API has ASCII as the default encoding? From the v0.2.0 docs it seems like Buffer objects default to utf8.
8.
▲
by
grantj
17y ago
Could your instability be attributed to the fact that you might not be running the actual release version (or has been modified in some nefarious way)?