-
Benchmarking: minimum vs average
I’ve seen this question come up a couple times, most recently on the python-dev mailing list. When you want to benchmark something, you naturally want to run the workload multiple times. But what is the best way to aggregate the multiple measurements? The two common ways are to take the minimum of them, and to […]
-
Xilinx Zynq: Initial Impressions
I’ve been passively watching the FPGA space for the past few years. Partially because I think they’re a really interesting technology, but also because, as The Next Platform says: [T]here are clear signs that the FPGA is set to become a compelling acceleration story over the next few years. From the relatively recent Intel acquisition […]
-
Pyston 0.4 released!
I haven’t been very active on this blog since I’ve been busy with Pyston — and we just released version 0.4, check it out on the Pyston blog!
-
What’s happening on Pyston
People sometimes ask me how Pyston is going and what we’re currently working on. It’s a bit hard to answer, both because we haven’t had a release recently with some headline-worthy features, but also because a lot of the stuff we’re working on is individually pretty small. Sometimes I try to find some sort of way […]
-
Quick report: Altera vs Xilinx for hobbyists
I’ve done a number of projects involving Xilinx FPGAs and CPLDs, and honestly I’m frustrated with them enough to be interested in trying out one of their competitors. This is pretty rant-y, so take it with a grain of salt but some of my gripes include: Simply awful toolchain support. The standard approach is to […]
-
Impressed
I remarked to a friend recently that technology seems to increase our expectations faster than it can meet them: “why can’t my pocket-computer get more than 6 hours of battery life” would have seemed like such a surreal complaint 10 years ago. For that reason I want to recognize an experience I had lately that […]
-
Getting started with STM32 microcontrollers
I was excited to see recently that ARM announced their new Cortex-M7 microcontroller core, and that ST announced their line using that core, the STM32F7. I had briefly played around with the STM32 before, and I talked about how I was going to start using it — I never followed up on that post, but I got […]
-
Pyston 0.2 released
We’ve been working very hard over the past few months, and I’m very proud to “release” version 0.2. I set up a shiny new dedicated Pyston blog, and you can see the announcement here: http://blog.pyston.org/2014/09/11/9/ I’m putting “release” in quotes since we’re not distributing binaries due to the “early access” nature, and in fact the v0.2 […]
-
Building a single board computer: DRAM soldering issues
Sometimes I start a project thinking it will be about one thing: I thought my FPGA project was going to be about developing my Verilog skills and building a graphics engine, but at least at first, it was primarily about getting JTAG working. (Programming Xilinx FPGAs is actually a remarkably complicated story, typically involving people […]
-
Thoughts on the “wearables” market
I’ve seen a lot of references to the wearables market lately with a lot of people getting very excited about it. I can’t tell though, is it actually a thing that people will really want? Lots of companies are jumping into it and trying to provide offerings, and the media seems to be taking it […]