Computers

Coputer topics

Saleae Logic Analyzer

If you’ve ever had a problem getting two chips to talk, or wanted to reverse engineer a protocol, a logic analyzer is the right tool for this. Logic analyzer only detects digital high and low digital states, it records many signals simultaneously and allows to dump data to a computer for analysis. Logic analyzers can

MPEG Transport Stream Editing

Files made of Digital Television broadcast can be very large. One hour of program can easily be over two gigabytes. I had one recording from which I wanted to take a part and convert it to another format. So I needed tools to edit the file I had and convert it. The Digital Television broadcast

Producing Open Source Software

Producing Open Source Software book tells how to run a Successful free software project. This book is about t the human side of open source development. It describes how successful projects operate, the expectations of users and developers, and the culture of free software. The book is released under an open copyright: it is available

Not so boring sorting algorithms

Anyone who has ever done a programming course or tried to learn to code out of a book will have come across sorting algorithms. Bubble, heap, merge, there’s a long list of these methods of sorting data. The subject matter is fairly dry, and is usually presented in a prety boring way. Sorting algorithms: quite

HTML5 Pac-Man

Everyone knows and loves Pacman game. Programmer Dale Harvey has created a playable version of Pac-Man because writing a simple browser game seemed like a good idea. He is using only web standards: localStorage, HTML5 Audio, Canvas and @font-face. To play Harvey’s game, you’ll need to use a browser that supports the HTML5 elements he’s

NetFPGA

NetFPGA is a FPGA based line-rate, flexible, and open platform for research, and classroom experimentation. I found the address of this page because one of the blog comments had link to this web site. Looks interesting. The NetFPGA platform promises that it enables researchers and instructors to build working prototypes of high-speed, hardware-accelerated networking systems.

Design Tips for Programmers

Design is pretty important. Steve Jobs said “Design is how it works” not just how it looks. If you don’t appreciate that design is a fundamentally important part of your software, then no tips in the world can help. Design Tips for Programmers article can give you some useful tips for designing software user interfaces

Cool thing from Assembly Summer 2010

I visited Assembly Summer 2010 computer festival this weekend. There were many interesting multimedia presentations shown there and some interesting seminars. Check the competition results and view the winners easily on Assembly Summer 2010 gallery and more on YouTube. Check also Future Crew documentary. In the seminars Andreas Jakl from Nokia presented material on programming

New Programming Jargon

Every field comes up with its own jargon. New Programming Jargon article lists programming terms that different programmers or their team have coined and have come into regular use in their own circles. Interesting and in some parts funny reading.