Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:No Decent Solution (Score 2) 83

I question that basic assumption: All that does is divide people into an "us vs them" mentality.

Why is this wrong? I don't indentify with many people across the globe and often our values conflict. How do we resolve these issues with less violence? Good fences make good neighbors.

Why must there even BE _artificial_ human inventions such as borders?

The earth doesn't have borders, only men do.

There's these things called "oceans", "mountains", "rivers" and "lakes" that do a pretty good job of isolating certain parts of the world from each other.

I want a world where:

* People can freely live and work they may without another man giving them permission * Personal Rights and Freedoms are respected and placed at a higher value then artificial government granted privileges,

Would you be alright with prostitution, drug use, pedophilia and human slavery being practiced in your neighborhood? Because those are legal in countries around the world. Imagine you're got a perfect world in your town that you built through hard work - it's not corrupt, violent or poor - but what happens when some nogoodnicks show up and trash the joint? Wouldn't you want to preserve the slice of heaven you've worked so hard for? Fight them on the streets? There goes the neighborhood... but what if you could stop them from being there in the first place?

* Governments to acknowledge that they are created BY the people to SERVE the people, not the other way around where people are brainwashed into believing they need artificial government granted privileges. * Governments are Accountable for their actions * Governments are Open about their actions

How do you make them accountable for their actions? I have a hard enough time trying to get responses from my state representatives, why do you think a global government would care about me any more? I don't think at a global level, a government COULD really ask people what they wanted.

If people, and government which are an extension of people, would spend less time living in FEAR and profiting off making machines to kill other men we wouldn't even need borders.

Sure, we can start doing away with borders when you give me your house keys, car keys, and any other access control you have. Oh wait you won't do that? Well you're part of the problem, not the solution.

Eventually a unified world government is more efficient but since that scares the hell out of a lot of people that will never happen until we remove money (corruption) from politics.

If we do remove corruption and money from the earth, why would we need a government, let alone a world government?

Comment Re:God please... (Score 1) 180

Well thank you for your advice! I ordered Crockford's book and I'm going to approach javascript with a fresh new perspective for a lot of the new code I have to write at least.

I think Java got a lot less hellish when I started using a proper IDE with code completion and a non-insane build system (maven). For all of Eclipse's instability, it makes writing java tolerable, even fun sometimes. Maven, though it can be hard to understand what all the XML in the pom is really doing, is such a relief compared to make or Ant.

Comment Re:Finally! (Score 0, Redundant) 474

The government profits from illegal drugs even more than drug cartels do.

I invite you to consider what would happen if we make them legal. The government would tax them to an absurd level, a black market would still exist (look at tax-free cigarettes and their role in criminal revenue), consumption would be more widespread on account of the disintegration of social mores against usage, and we'd be tying a government's income into drug consumption, giving them a perverse incentive to continue the use of said drugs. The government would go from "enemy of the cartels" to "yet another cartel," a title I feel they already have from heavy lobbying by the pharmaceutical industry.

I'm all for a repeal of the nastier drug laws and an eventual stop to the "War on" mentality, but there has to be a better strategy here than the "legalize it mon" that I hear college students repeat ad nauseum.

Comment Re:God please... (Score 1) 180

I feel javascript is broken because it doesn't even have an import statement (you'd have to use the awful require.js). Even the lowly C and many varieties of assemblers have in-line importation via preprocessor. Javascript's dependency model is fundamentally broken, especially if you have to use HTML script includes. Couple this with an awful object model, strange string behavior, and obscene variable abuse in a lisp-like language that wants to pretend it's C and you have a disaster language.

Would you recommend any books for learning javascript at a deeper level? My frustrations mount with every javascript project that's thrown at me.

Also, do you think Java is really hellish? It's got its quirks, but since I discovered Effective Java and made heavier use of interfaces, it's been way more delightful.

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...