HN user

jpierre

10 karma
Posts0
Comments9
View on HN
No posts found.

For sure: "Jetson TX1 draws as little as 1 watt of power or lower while idle, around 8-10 watts under typical CUDA load, and up to 15 watts TDP when the module is fully utilized, for example during gameplay and the most demanding vision routines."[1]

Anecdotally, the RPi2 has been measured[2] around 4-6 watts under load and the Edison was measured[3] around 1 watt.

[1] http://devblogs.nvidia.com/parallelforall/nvidia-jetson-tx1-...

[2] https://github.com/geerlingguy/raspberry-pi-dramble/wiki/Pow...

[3] https://www.openice.info/2015/07/24/three-days-with-intel-ed...

Yet another: the 96Boards[1] DragonBoard 410c[2][3] from Qualcomm has a Snapdragon 410 quad-core Cortex-A53 with a good amount of connectivity and IO interfaces (as per the 96Boards spec) and an Adreno 306 GPU which supports the open source Freedreno[4] GPU drivers (if you have a binary blob allergy). That said, this thing has a whole different performance tier than the TX1, but if you wanted to start poking at 64-bit ARM, this thing might be worth a look, especially with the comparatively low price.

[1] https://www.96boards.org/

[2] https://www.96boards.org/products/ce/dragonboard410c/

[3] https://developer.qualcomm.com/hardware/dragonboard-410c

[4] https://freedreno.github.io/

Not for naught, AMLogic is an American company founded and HQ'd in Santa Clara CA - though that shouldn't detract from their source releases.

Relatedly, Mattt Thompson of Gowalla/Heroku/Panic/AFNetworking fame proposed Rocket, a technique that pairs JSON Patch and Server-Sent Events to aid in the construction of realtime apps via REST services. The proposal has seemingly been abandon, which is unfortunate as the formalization of handling was interesting, even if one implemented it on top of a different transport layer like Web Sockets or a push notification service.

http://rocket.github.io/