Articles
- May 6, 2024
- 5 Comments
JetPack 6 is now a production release! This version of JetPack is for the NVIDIA Jetson Orin series, and will not work on earlier Jetsons. This version of JetPack marks […]
- April 22, 2024
- No Comments
Better late than never. Back in March NVIDIA held the biggest GTC ever! Unfortunately I had a death in the family which cut my visit short. I left before my […]
- February 20, 2024
- No Comments
A couple of weeks ago I was in a YouTube video which went viral. The video is in a fun format, where Kerry from GenAI Nerds acts as host and […]
- January 15, 2024
- One Comment
CUDA programming in Python is a good way to start learning to leverage the power of GPU hardware. At the same time, wouldn’t it be nice to be able to […]
- December 31, 2023
- 8 Comments
We are heading into the last few months of the tenth year of JetsonHacks. I want to thank you for being part of the community, and wish you the best […]
- December 7, 2023
- No Comments
JetPack 6 Developer Preview is now out and about! A lot of people have been anticipating this release, which marks a major change in Jetson software distribution. This release will […]
- December 3, 2023
- 4 Comments
NoMachine is remote desktop software that allows you to connect with any computer through a network connection. NoMachine is popular in the Jetson community. Many people use this technique as […]
- November 25, 2023
- 7 Comments
Most people know that you can run command line programs over SSH. But a lot of people don’t realize that you can run graphics programs over SSH through a feature […]
- November 16, 2023
- 6 Comments
It takes several hours to build OpenCV with CUDA support on a NVIDIA Jetson. In the normal build process, the finished library is installed on the build machine. But what […]
- November 7, 2023
- 6 Comments
Building OpenCV with CUDA support is a task and a half. Many folks get a surprise when the try to run the result in Python. Fortunately, there’s a solution. Looky […]