Forgot your password?

typodupeerror

Comment: Re:Allah Akbar, Han Solo? (Score 1) 514

by Slime-dogg (#42693261) Attached to: Lego Accused of Racism With Star Wars Set

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

by Slime-dogg (#42618247) Attached to: Java Vs. C#: Which Performs Better In the 'Real World'?

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

by Slime-dogg (#42465847) Attached to: Reason On How and Why 38 Studios Went Bust

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

by Slime-dogg (#42450923) Attached to: TSMC Preparing To Manufacturer A6X Chip As Apple Looks to Ditch Samsung
  1. Company A supplies Company B with chips for Company B's products.
  2. 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.
  3. Company B files suit against Company A for infringement.
  4. Company A insists they're fine, but doesn't realize a good chunk of business still comes from Company B
  5. 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.

Comment: Re:could be usefull for other things (Score 4, Insightful) 422

by Slime-dogg (#42076103) Attached to: Could Testing Block Psychopaths From Senior Management?

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 /. article phrased as a question.

The first amendment doesn't apply to a company's ability to censor content on a site they own.

Comment: Re:America leader on clean energy, not Europe (Score 2) 341

by Slime-dogg (#42075205) Attached to: The World Falls Back In Love With Coal

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

by Slime-dogg (#41698523) Attached to: Google's Engineers Are Well Paid, Not Just Well Fed

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 .gov shops, but certainly not in the small shops I have experience with.

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

by Slime-dogg (#41562957) Attached to: Ask Slashdot: Am I Too Old To Retrain?

I'm a 40-year-old developer, and it's become apparent that my .NET skillset is woefully out of date after five years of doing various bits of support.

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 .NET, pay-to-play, and therefore irrelevant. That, in truth, is political garbage.

To answer more fully - age is irrelevant. If you desire to pick up the variations between .NET 2.0 and 4.0, just put in the time necessary to practice some of the newer things. You could also pick up C#, though it isn't absolutely necessary, because the positions open on the market lean more heavily toward C# than VB.NET. It's primarily syntactical sugar, you'll find, but some of the newer things are performed a little more easily in C# than VB. Some of the more exciting aspects of .NET lie in the direction of F#, too, which is pretty easy to experiment with (and fully supported by Mono/Monodevelop).

Comment: Re:Statistically Meaningless Conclusions (Score 1) 203

by Slime-dogg (#41553279) Attached to: New Study Links Caffeinated Coffee To Vision Loss

On top of this, why were people drinking so much coffee? Because they were working long days? Staying up late? Other activities that can lead to eye strain? Sorry but this sounds like correlation rather than causation.

While a decent point, I'm pretty sure coffee is very much a cultural thing for those up near the arctic circle. It might have something to do with the lack of sunlight, so compensation is made with caffeine.

Comment: Re:Good (Score 1) 192

Having seen fully-US-government-run healthcare up close and personal? Let's just say that no matter how good Canada or the UK does it, I know full well that here in the US, we'll just fuck it up, and to the detriment of anyone who will have to suffer under it.

It's not very good in Canada or the UK, even though you get a pile of Canadians and English spouting how great gov't healthcare is. That is the problem when bureaucracy is introduced to healthcare. Everyone gets crappy care that is free.

Comment: Re:Bye Apple (Score 1) 451

by Slime-dogg (#41491701) Attached to: Apple CEO Tim Cook Apologizes For Maps App, Recommends Alternatives

You should never, never, never, ever use a production release as a beta test.

Tell that to Blizzard, Bethesda, Rockstar, Google, Microsoft (all OS versions before first or second svc pack), Apple...

Sure, it's ideal to catch everything, but it's ultimately unrealistic. There's also the issue of software vs. data. In Apple's maps' case, it's the data that's problematic. The software implementation seems to be solid.

Comment: Re:Bye Apple (Score 1) 451

by Slime-dogg (#41491479) Attached to: Apple CEO Tim Cook Apologizes For Maps App, Recommends Alternatives

Mod parent up! Apple may have money to throw at this issue, but they do NOT have the time. They might have if they have developed this for a few more years in secret, but now that it's out, they're boned.

That's the most ridiculous thing I've read today. The issues present in the maps app are hyped up only in a very small community - and given the alternative apps, the "time" issue is irrelevant. Apple isn't in any danger over their flawed maps app.

Today is a good day for information-gathering. Read someone else's mail file.

Working...