Monday, May 30, 2005

JVMs

Interesting post about different JVMs (Java Virtual Machine) [link]

It mentions the following open source java projects:
http://www.kaffe.org/
http://www.gnu.org/software/classpath/classpath.html
http://jikes.sourceforge.net/
http://jikesrvm.sourceforge.net/

The auther was motivated by the Apache Harmony project

Sunday, May 29, 2005

SystemC channel/Interface

SystemC interface is an abstract class that inherits from sc_interface and provides only pure virtual declarations of methods referenced by SystemC channels and ports. No implementations or data are provided in a SystemC interface

SystemC channel is a class that implements one or more SystemC interface classes and inherits from either sc_channel or sc_prim_channel. A channel implements all the methods of the inherited interface classes.

SystemC port is a class templated with and inheriting from a SystemC interface. Ports allow access of channels across module boundaries.

from
SystemC: from the ground up.

Thursday, May 26, 2005

Sites of Interest

Wednesday, May 18, 2005

Entry level DSLRs

I'll start collecting some reviews for the available DSLs (affordable ones) in my blog, my current list:

Nikon:
D70
D70s
D50

Canon:
Canon EOS 350D / Digital Rebel XT
Canon EOS 300D / Digital Rebel
Canon EOS 20D (not entry level)

If you have other recommendation, please let me know.

Tuesday, May 17, 2005

Perfect design

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away" - Antoine de Saint-Exupery