Hacker Newsnew | past | comments | ask | show | jobs | submit | armx40's commentslogin

My opinion is that Raspberry Pi has to release an NPU, and start/revolutionise the open source NPU communities and tech. Raspberry Pi's has to find itself useful in vision AI applications (extremely common in industries these days). Without it I think Arduino with its new Qualcomm boards will kill it.

Yup. At this moment in the embedded world Jetson Orin Nano is the best value for money purchase. Absolute beast at the price point.

I guess we are using mems pressure sensors for altitude these days.


No. It’s there already. I used Ethernet on esp32-p4 and it nicely hovers around 90-100 mbps with lan8720 chip.


I guess it hit mass production and then suddenly recalled and is now in sample status again with “X” variant. I designed boards using esp32-p4 and deployed and then suddenly local supply of esp32-p4 went dry. Now waiting for the x variant to go mass production but you can by samples directly from espressif for 3.33$.


Such a shame that all these diamonds stolen from Indian temples and shit. Europeans in India were “theifing” around a lot.


Don't know why you're getting downvoted. The existing treasure vaults of former colonial empires are often made from stolen goods.

Oh, and about those marble sculptures, Great Britain...


How about using docker context. I use that a lot and works nicely.


How do docker contexts help with the transfer of image between hosts?


I assume OP meant something like this, building the image on the remote host directly using a docker context (which is different from a build context)

  docker context create my-awesome-remote-context --docker "host=ssh://user@remote-host"

  docker --context my-awesome-remote-context build . -t my-image:latest
This way you end up with `my-image:latest` on the remote host too. It has the advantage of not transferring the entire image but only transferring the build context. It builds the actual image on the remote host.


This is exactly what I do, make a context pointing to the remote host, use docker compose build / up to launch it on the remote system.


How to hand solder it?


Microsurgical manipulators.


You can use this c3rl.com/roxy


You can use this c3rl.com/roxy


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: