Forgot your password?
typodupeerror

Comment Re:Who says "we" are drawn to it? (Score 1) 870

As someone noted above, the military force in this particular situation was private and not governmental, however it was essentially the private armies of the British East and West India Companies that were responsible for most of the horrors of colonization by the British (I've never been too clear on the situation with the Spanish insofar as to whether or not they were regular military or not).

From living at an Iberic ex-colony in South America, I can assure you that regular military is as greedy and corrupt as any private one.

Comment Pseudo-code recipe (Score 1) 180

Lets suppose you have networks A and B. Given N cheap broadband connections on each side, lets call them A1, A2 ... A(N) and B1, B2 ... B(N)

At host A, for each A(N), B(N) pair, you set:
* a route for B(N)_IP via A(N)_Gateway
* a VPN link with source address A(N)_IP and destination B(N)_IP
* a static route for private networks behind B via each A(N)->B(N) virtual interface

Repeat for host B and each B(N), A(N) pair.

Problem: if each link has very distinct latencies, you will end up with package streams arriving at the other side heavily out of order. Tune your TCP stack accordingly.

Comment check also Jasper Reports and OpenLaszlo (Score 1) 348

Check also Jasper Reports and iReport (http://jasperforge.org/). It's a Crystal Reports killer. It's Java, but I managed to write a small servlet which receives the jrxml path/filename and other parameteres via HTTP and it spits out the report in PDF, XML and other formats. That way I can integrate it with PHP or any other framework able to communicate using HTTP. Another interesting tool is OpenLazslo (http://www.openlaszlo.org/). It is a RAD (rich internet application) framework posed to compete with Macromedia Flex and Microsoft Silverlight. Unlike these two, Openlaszlo is multi-runtime, generating applications in DHTML, Flash and (potentially) even Silverlight.

Slashdot Top Deals

Philosophy: A route of many roads leading from nowhere to nothing. -- Ambrose Bierce

Working...