November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Also available on Twitter
My TweetsCategories
Recent Comments
- Gábor on GCC Error Messages
- e8johan on GCC Error Messages
- Juampa on GCC Error Messages
- e8johan on GCC Error Messages
- lava on GCC Error Messages
Archives
- June 2022
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- August 2014
- April 2014
- March 2014
- February 2014
- July 2013
- June 2013
- May 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
Meta
Author Archives: e8johan
A few bits of RAM
The growth of RAM is one of the things that boggles my mind. The available RAM of an average computer has increased many magnitudes during my days as a computer nerd and now I have far more RAM than I … Continue reading
Posted in Uncategorized
Comments Off on A few bits of RAM
The first Unix
We can learn a lot from the past – you may even experience aha moments. Reading the source code of the first edition of Unix is such an experience. The simplicity of it all, combined with the knowledge that this … Continue reading
Posted in Programming
Comments Off on The first Unix
The Raspberry Pi Screen Announced
The Raspberry Pi foundation has just released a long blog post announcing a Raspberry Pi touchscreen, available from $60 + local taxes. The screen is connected using DSI/DSP, meaning that the final connector on the Pi finally has a use. … Continue reading
Posted in Raspberry Pi
Comments Off on The Raspberry Pi Screen Announced
800×600 Video Output for Small Systems
The Mesa-Video is a low cost, low power, small open source hardware/software solution for providing graphics from embedded projects. It is, basically, a graphics card with an UART interface. The graphics card side of the solution can display text and … Continue reading
Posted in Electronics, FPGA, Open Hardware, Programming
Comments Off on 800×600 Video Output for Small Systems
NodeIT – stackable IoT
The NodeIT by Sweet Pea’s is an extendable, minimal IoT thing being launched on kickstarter right now. The project has already been funded, but is still open to additional backers. Based on the ESP8266, the core module, called ESP210, provides an … Continue reading
Posted in Electronics, IoT, Platforms, Programming
Comments Off on NodeIT – stackable IoT
Understanding ARM
As a follow up on Raymond Chen’s in-depth look at Intel’s Itanium, he has posted a set of links to an introduction to ARM. Also an interesting read. Part 1 – Processor features Part 2 – How Windows uses the … Continue reading
Posted in Uncategorized
Comments Off on Understanding ARM
Understanding Intel’s Itanium
Raymond Chen has written a multi part series on the Intel Itanium processor architecture. It really helps you understand the CPU architecture from a software development and performance optimization perspective. To quote Raymond: The Itanium may not have been much … Continue reading
Posted in Programming
Comments Off on Understanding Intel’s Itanium
Built to Scale
Taking on the most complex, miniaturized part of a computer and going in the other direction takes a special kind of mind. Doing it “because I want to” takes it to the next level. James Newman is building a CPU … Continue reading
Posted in Electronics
Comments Off on Built to Scale
An embeddable C interpreter
If you like scripting and embedded systems, but feel that Python, Lua, Javascript and the rest are too high level, I give you picoc. The picoc interpreter, created by Zik Saleeba, is an embeddable, minimal C interpreter environment that you can … Continue reading
Posted in Programming
Comments Off on An embeddable C interpreter
Transistor level Atari 2600 simulation
Based on the work from visual6502.org, Greg James has put together a transistor level simulation of the Atari 2600 console. The entire project is available from github. The simulator runs slowly, but that is the trick. Everything is simulated at half-clock … Continue reading
Posted in Electronics, Retro
Comments Off on Transistor level Atari 2600 simulation