Computers

Coputer topics

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.

Software testing

Testing software sucks. However, it is not the worst part of being a Software Engineer; that seat is taken by documentation. Which is why a lot of open source software documentation is horrifically bad. This is an ongoing problem with Linux as most open source developers won’t pay technical writers to polish their documentation. Study:

Mag-stripe readers

iPhone mag-stripe reader stalled article tells that Square, the expected to be breakthrough business launched by twitter-founder Jack Dorsey, won’t be shipping as scheduled. Interesting is that Square was just a magnetic-stripe reader, and that there were a dozen credit card-processing applications on the iPhone. Only this time, it comes with a plastic lump that

Open Source Hardware Companies

Selling products whose design anyone can access, edit, or use on their own is pretty crazy. It’s also good business according to 13 Open Source Hardware Companies Making $1 Million or More (video) article. The article mentions thirteen companies with million dollar revenues from open source hardware (OSHW).Companies providing OSHW allow all designs of the

Cooling Fan Tachometer standards

Internet is usually a goldmine of all technical information, but there’s not much on the internet about the rpm rotation sensor and it’s specification. CPU Cooling Fan Tachometer standards tries to fill this gap. It page describes a little about the tachometer or rpm rotation sensor and it’s electronics. CPU fan pinout page gives the

Arduino programming

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It’s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. So very interesting stuff.. The microcontroller on the board is programmed using the Arduino programming language and the Arduino development environment. Arduino programming environment is lean