Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment How big before you can't call it creative? (Score 1) 2

When I went, I went along with "old blood." As late (or early) as 2003, the "elites" had disdain for all the "new blood" trash that was amassing. The "elites" had reminisced about the old days when only handfuls would gather and do crazy things like shoot fully automatic machine guns in the desert. Somehow they couldn't put it through their heads that large numbers of people have no sense of either collective or individual responsibility and thus have to be policed.

To me, there is no "radical self expression, self-reliance, creativity and freedom" in this event any longer; however, there are a few *individuals* who have those traits, but all others are audience. The CYA agreement just reaffirms their identity as a corporation.

Comment Re:Ummm (Score 1) 76

This wouldn't be a question of data entry. In most cases, the data is already there. All you need is a way to connect it. For example, the U.S. Census Bureau has a list of neighborhoods and their polygonal borders.

Now, the CS students in your reference would simply apply a PIP (point-in-polygon) algorithm to see which neighborhood a particular lat, lon coordinate belongs to.

And since that's computationally intensive, the CS "students" would have to know a bit about optimization - including quad trees, and so forth. Bla.

Comment This is a modern take on RAD (Score 1) 244

While vi and a Web Browser is good enough for some, I'd take just the Web Browser. Rapid development needs to break out of the constant theoretical-writing-uploading/saving-previewing cycle and that's why I put together my "eval2" project for PHP.

This video tells it better:

http://www.youtube.com/watch?v=Yfxrt2pc3pg

While the example is ultra-simplistic, I use this every day for altering regex or otherwise previewing REAL data as I protoype code. Anyhow, the typical horse and buggy mentality backlash against this approach has been "well, I can just do php -a".

For the interested, see http://eval2.sourceforge.net/

Slashdot Top Deals

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...