" /> Marcel Neuhausler's World: November 2004 Archives

« October 2004 | Main | December 2004 »

November 27, 2004

Whatever Happened to SGI?

What high-powered, high-design, graphics-oriented, Unix-based computers are beloved by their fanatical users? Clue: It's not what you think. By Jason Walsh.
[Wired News: Technology]

Ibis

Ibis, a Java library for Grid computing.

November 23, 2004

MetaProgrammingSystem

MetaProgrammingSystemdesign 

Sergey Dmitriev is one of the leaders of JetBrains, the people who gave us such wonderful tools as IntelliJ Idea and ReSharper. He's recently published an article on some exploratory development he's done called the Meta Programming System. He sees this system as an example of a broader movement which he calls Language Oriented Programming.

My colleague Matt Foemmel and I spent some time with him last week and were very impressed with what we saw. I'm very interested in this growing movement, one that looks to build software through closely integrated sets of DomainSpecificLanguages. There's other interesting players in this space - most notably Intentional Programming and Microsoft's Whitehorse work. It's an area to keep your eye on over the next few years.


[Martin Fowler's Bliki]

November 19, 2004

IDE for Laszlo

You can download a new IDE for Laszlo technology preview from the Alphaworks site. Laszlo is based on LZX, a XUL-like language for Rich Internet Applications (RIAs), and the IDE is a set of Eclipse plug-ins that let you edit, preview, and debug these applications. There is a demo, written ...
[eclipsepowered]

November 15, 2004

How to never miss an episode with BitTorrent and RSS

There's a great new app floating around that automatically downloads and saves your favorite programs via bittorrent. I haven't used TVtorrent before so I'm not sure how complete it is, I bet you'd have to stick to fairly popular shows if you really wanted to get every episode.

People have been building apps with bittorrent and rss before, but this is the first automated app I've heard of that combines the two to grab just the shows you want. Sounds a lot like the app wished for here.

[PVRblog]

November 13, 2004

Using Ant To Build Blackberry Projects

Enrique Ortiz of J2MEDeveloper.com wrote an excellent article that shows how you can use Ant (a Java based build tool) to build your J2ME applications for the Blackberry platform (and simultaneously frees you from having to use the Blackberry JDE... [Blackberry Blog]

Antenna

Antenna provides a set of Ant tasks suitable for developing wireless Java applications targeted at the Mobile Information Device Profile (MIDP). With Antenna, you can compile, preverify, package, obfuscate, and run your MIDP applications (aka MIDlets), manipulate Java Application Descriptor (JAD) files, as well as convert JAR files to PRC files designed to run on the MIDP for PalmOS implementations from Sun and IBM. Deployment is supported via a deployment task and a corresponding HTTP servlet for Over-the-Air (OTA) provisioning. A small preprocessor allows to generate different variants of a MIDlet from a single source.

November 10, 2004

Seagull Aerosports Ultra-Ultralights

Just caught wind of this new ultralight from Seagull Aerosports, unveiled at EAA AirVenture in Oshkosh back in July. Basically, you buy the cockpit (or "pod" as the manufacturer calls them) and attach wings from a standard hang glider. The pods come in two versions, the Escape Pod and the Pod Racer. The primary difference between the two is that the Pod Racer has no motor—it seems like a heavily reconfigured hang glider, and obviously it can't take off without assistance. The Escape Pod, however, comes with a 25 horsepower motor and three-blade propeller, making it a true self-contained ultralight—at a mere 75 pounds including motor, the name ultralight might be an understatement when you consider that most ultralights weigh in between two and three hundred pounds. The web site doesn't specify a price and the company didn't immediately respond to my email, but I'd guess the Escape Pod can be had for well under $5,000.

Seagull Aerosports [FlySeagull]

[Gizmodo]

Slow DNS Forwarding in OS X

First, STOP the DNS service in Server Admin. (& make a backup of the existing named.conf file.

Edit the /etc/named.conf file (I use Pico. Needs 'sudo' or root privs), go to the "." zone clause, remark out the existing 2 line contents and add the forwarder statements. My "." zone now looks like...

zone "." IN {
     //type hint;
     //file "named.ca";
      type forward;
      forwarders {
      1.1.1.1;
      2.2.2.2;
      };
};

...where 1.1.1.1 etc are my ISP's DNS servers. There are semi-colons after the IPs and after the closing curly bracket.

November 06, 2004

XFactor

Xfactor a client for all 3 major p2p networks (Kazaa, Gnutella, OpenFT) seamlessly using giFT. (cross platform modular network daemon).

November 01, 2004

Open Source Document Repository Solutions Written

A list of Open Source Document Repository Solutions written in Java. [stuff]