NVIDIA Unveils AI & Supercomputing Advances at SC 2024

NVIDIA reveals cutting-edge AI and supercomputing innovations at SC 2024, highlighting partnerships and new breakthroughs in HPC and AI-driven research. Continue reading NVIDIA Unveils AI & Supercomputing Advances at SC 2024

D-POINT: A Digital Pen with Optical-Inertial Tracking

[Jcparkyn] clearly had an interesting topic for their thesis project, and was conscientious enough to write up a chunk of it and release it to the wild. The project in …read more Continue reading D-POINT: A Digital Pen with Optical-Inertial Tracking

This Beginner-Friendly Intro to Machine Learning is Just $30

Machine learning is everywhere these days. Want to know more about it? This beginner e-degree program is just $30 for more than 35 hours of training. Continue reading This Beginner-Friendly Intro to Machine Learning is Just $30

Raspberry Pi Takes Control of Ham Radio

Today’s ham radio gear often has a facility for remote control, but they most often talk to a computer, not the operator. Hambone, on the other hand, acts like a ham radio robot, decoding TouchTone digits and taking action — for example, keying the radio and reading off the weather …read more

Continue reading Raspberry Pi Takes Control of Ham Radio

Circuit Simulation in Python

Using SPICE to simulate an electrical circuit is a common enough practice in engineering that “SPICEing a circuit” is a perfectly valid phrase in the lexicon. SPICE as a software tool has been around since the 70s, and its open source nature means there are more SPICE tools around now …read more

Continue reading Circuit Simulation in Python

Numpy Comes To Micro Python

[Zoltán] sends in his very interesting implementation of a NumPy-like library for micropython called ulab.

He had a project in MicroPython that needed a very fast FFT on a micro controller, and was looking at all of the options when it occurred to him that a more structured approach like …read more

Continue reading Numpy Comes To Micro Python