Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Tue, 09 Sep 2003
Contempt of Consumer: It's a Real Crime
The Fast Company piece that I
referred to last month is now available, and it's more relevant then ever.
[01:35] |
[computers/internet/mail] |
# |
TB |
F |
G |
0 Comments |
XML Phones
This
CNET article is ostensibly about Cisco's color VOIP phone, but tucked in at then end is a bit of interesting information:
[01:32] |
[computers/programming/xml] |
# |
TB |
F |
G |
2 Comments |
Like most VoIP phones, the 7970G will also perform Internet functions such as searching a database for work orders. It does so by running programs written in an emerging software language called XML (Extensible Markup Language) that's used to share data over networks. Also Tuesday, Cisco said it will extend XML capabilities to its 7905G and 7912G VoIP phones by the end of the year. The phones are available now, selling for $135 and $165 respectively.Does this have possibilities?
Simplexity
Artima has another part of their
interview with Anders Hejlsberg today. The topic is simplexity, which Hejlsberg defines this way:
[01:29] |
[computers/programming] |
# |
TB |
F |
G |
3 Comments |
There's one kind of simplicity that I like to call simplexity. When you take something incredibly complex and try to wrap it in something simpler, you often just shroud the complexity. You don't actually design a truly simple system. And in some ways you make it even more complex, because now the user has to understand what was omitted that they might sometimes need. That's simplexity.The example that he uses for this is C# delegates vs Java interfaces. Now I haven't done a lot of visual event handling in Java, but the argument that he is making about delgates versus interfaces, anonymous inner classes, adapters, and so on, seems pretty clear to me.