Comment: Re:Missing option: WTF? (Score 3, Insightful) 469
The amusing thing here is that the Naginata is probably more immediately recognized by this audience as an ashandarei.
Ask Slashdot: Projects For a Heap of Tech Junk? 210
from the build-a-robot-army-and-send-it-to-texas dept.
Comment: Re:Allah Akbar, Han Solo? (Score 1) 514
And here I was thinking that Jabba was a caricature of American politicians - fat, stupid, lazy, ready to kill on a whim, and unable to speak anything but nonsensical gibberish.
I would take it differently. Jabba was incredibly intelligent, fat, lazy and ruthless. You don't come to control a major criminal element without being intelligent.
Comment: The second test is pretty bunk. (Score 1) 437
This is a really strange article. MVC vs. JSP / static content is not apples to apples, like the first test was.
When you return a view, it isn't static content. Making a call to a controller is also not the same as serving up an HTML page - the controller is instantiated, the action is invoked, and depending on the type of action, a model could be instantiated and bound. It isn't like creating a simple ASP.NET page that has "Response.Write" in the page load, since the ASP.NET page itself is much closer to what a JSP page is.
There isn't really a circumstance for static HTML in ASP.NET, since it all gets rolled into a Response.Write method in the end. I imagine a JSP page does the same thing, and on both ends, the resulting HTML gets cached. This would be the "optimization" he's witnessing from Tomcat. ASP.NET does the same thing.
You'd have to do some stuff in Java to get to the MVC level of complexity, and not just use Tomcat. Vanilla ASP.NET is a more appropriate tool for comparison. As noted in an above comment, you'd probably have to compare ASP.NET MVC to Spring.
Hell, classic ASP performs better than ASP.NET MVC.
Comment: Re:blah blah Capitalism Evil blah blah (Score 1) 227
Wrong.
The regulation we applied to capitalism made higher standard of living for a population.
You might want to actually read up on capitalists.
"Tax payer money was wasted by loaning it to a business nobody else would touch." while true with studio 38, usually that isn't true. In fact, a lot of case it as helped. but success in government isn't really reported. You know why? it's not unusual.
I think the argument is more one of "should government be investing in not-for-public-use private entities?" rather than one of regulation. Regulation is setting boundaries for capitalism to live within - it's generally a good thing. Government investment in the private sector, however, is something that needs to be monitored. It makes sense when investing in private companies to the end of the public good (military spending, roads, "utilities"), but that's about it.
Comment: Re:Ditching strong partners -- smart move! (Score 1, Troll) 172
- Company A supplies Company B with chips for Company B's products.
- Company A decides the money made off supplying parts is not enough and decides to compete with Company B directly by supplying products with very similar designs to Company B.
- Company B files suit against Company A for infringement.
- Company A insists they're fine, but doesn't realize a good chunk of business still comes from Company B
- Company B does the logical thing and divorces all business from Company A.
Samsung is not a victim, here. This is the logical conclusion of bad business done by Samsung. They could have done it differently, and coexisted with Apple. Now, they reap their reward. I don't really understand why this is so hard for the Android fanbois to understand.
Ask Slashdot: Do Coding Standards Make a Difference? 430
from the everybody-do-it-wrong-the-right-way dept.
Comment: Re:could be usefull for other things (Score 4, Insightful) 422
You've just suggested that an individual company be allowed to restrict the ability of some users to post whatever they want. Cue screams involving the first amendment and a
The first amendment doesn't apply to a company's ability to censor content on a site they own.
Comment: Re:It isn't very different (Score 1) 331
If you don't know this, perhaps it says more about *your* ignorance of the law.
FTFY. It's not a language issue, it's a law issue. "Evasion" has a connotation within the boundaries of US law, whereas "Avoidance" does not. They mean the same exact thing, however.
Comment: Re:America leader on clean energy, not Europe (Score 2) 341
Well, to be fair, after a short google expedition, America does seems to be an accepted name for the United States of America, but it is so ONLY in the United States of America.
This isn't really true. When you say that you're an "American" to nearly anyone in the world, the valid assumption they make is that you're from the USA. It only follows that an "American" would be from "America," being the USA.
Comment: Re:$128,000? (Score 1) 342
As for cost of living... I'm at the Boulder, Colorado office (which is hiring, BTW
Sadly, I'm used to my 5 minute commute from Highlands Ranch. Boulder is pricey too, but I guess if you live in Broomfield, it's cheap.
Comment: Re:$128,000? (Score 1) 342
I assure you that neither of those things has EVER come up in a job interview.
But they have in the salary planning. They know what they're getting, and pay accordingly.
Perhaps in larger or
They show up in determining whether to consider a candidate for an interview. Many places will not interview someone with short experience and an associate's. I've been on the interviewing end of that equation.
Comment: Re:You Tell Me If You're Too Old; What Is Your Goa (Score 0) 418
I'm a 40-year-old developer, and it's become apparent that my
I'm sorry. Honestly, I really am sorry. I don't like that framework, I don't like that language. Also when I was growing up it was largely a "pay to play" realm and largely still is (although I know I can get my hands on an express IDE).
This really is less than helpful, albeit typical for the longer-run members in this community. It's
To answer more fully - age is irrelevant. If you desire to pick up the variations between
Decentralized Social Networking — Why It Could Work 128
from the keeping-your-face-off-the-books dept.