Forgot your password?

typodupeerror

Comment: Re:So says the religious guy. (Score 5, Insightful) 1237

by Hooya (#39120725) Attached to: Santorum Calls Democrats 'Anti-Science'

I was perplexed for the longest time how the republican party worked since all of their policies seem to be in favor of the rich. where did they get their votes? It finally clicked for me: they get their money from the rich (by favoring that segment in policies, taxes etc.) and the votes from the religious zealots (by appealing to the creationism, every-sperm-is-sacred etc. crowds).

Religion is regarded by the common people as true, by the wise as false, and by rulers as useful. - Seneca

Comment: Re:Abolish copyrights and patents. (Score 1) 171

by Hooya (#38797271) Attached to: The Behind-the-Scenes Campaign To Bring SOPA To Canada

A reality check for congress critters and senate squatters:

http://blog.agrawals.org/2012/01/18/the-chart-every-member-of-congress-should-see/

Meeting halfway my ass. If the media companies were so precious that we needed all kinds of laws to specially protect them, how about protecting the much bigger industry that they are about to destroy?

Comment: Re:comment from the article (Score 2) 206

by Hooya (#38466536) Attached to: The Problem With Windows 8's Picture Password

The "things" that matter the most to me, my most valuable "things", are protected by a flimsy wooden door with easily breakable hinges and easily pickable locks - my wife and kids. I would think if you apply your logic, then unless your wife and kids were locked up in a vault in, say, fort knox, you would consider it unsecure?

My point being that it's a risk/reward thing. If you have something on your tablet that needs 3 factor authentication, you would have 3 factor authentication. But not everything needs 3 factor authentication. I don't need to lock up my family in fort knox. Just like I don't need what I have on my tablet to be protected by a 3 factor auth.

Comment: Re:How about neither? (Score 3, Insightful) 482

by Hooya (#37496704) Attached to: The Great JavaScript Debate: Improve It Or Kill It

> Why is this so hard?

Two reasons, from my experience:

1. we have large corporate clients (think multinational). They use our services exactly once every year. Over 1,000,000 people in total. Imagine the logistics involved to get a desktop/native application deployed - for that one time use? What if we need to tweak something halfway. How do we re-deploy?

2. That application is "distributed". Everyone does a little bit that is then accumulated. Sure, we could write a client-server app. Then we'd need to figure out threading issues on the server side, work out the communication protocols, work out locking issues. Or we could let, say, Apache handle the threading (we're good but i'd rather trust software that has undergone years and years of usage - there are other web servers that do this better, i know.) Let HTTP be the communication protocol. Let the backend database handle data locking issues (at least using standard SQL concepts allows everyone to be able to wrap their heads around the issues involved). You could argue that we could use a native app that then uses HTTP. For that, see #1.

Native apps were great. Far richer experience in terms of UI. But far, far, poorer in terms of distributed-ness and ease of deployment. Or, looking at it another way, the current state of things are due to the evolution of one native app - the browser. It's just that it comes with an established integrated communication protocol and a UI that's flexible/extendable and the guarantee that the shell/runtime is multi-vendor - but largely compatible and available on most computers shielding you from deployment hassles. So it IS a native app that comes with the pieces you need (comm protocol, extension language, widespread availability).

Comment: Re:Server cold war (Score 1) 347

by Hooya (#37401964) Attached to: Windows Server 8 Is A Radical Departure From Previous Releases

> The hard cold truth is that Windows Server is used on around 50% of servers

Yeah? where did you pull that number from?

> Linux is fine for hobbyist stuff and some real work

'some' real work? are you kidding me? You're right. Hobbyist stuff. The same hobbyist stuff that's been paying my bills for over 12 years now.

I've run DOOM more in the last few days than I have the last few months. I just love debugging ;-) (Linus Torvalds)

Working...