Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:It's not broken. (Score 1) 1154

I've only been using Linux for ~2 years. and funny enough I've already experienced the same thing. The first 6 months using Linux was just trying every different distros/windowing system combination possible. When I finally found my most optimal setup, they changed it into some horrible thing called Unity. So for a short time I went back to Windows, until I lost my mind over loss of functionality, and came back to Linux-land.

The second most frustrating thing is lack of decent graphics drivers. It took me weeks to figure out the optimal setup for the stupid nvidia optimus card.

I'd love to recommend Linux to my friends and family but I can't until they can do things like run Photoshop, play video games, and not have to use the command line when things go horribly wrong.

Comment Re:From my understanding (Score 2, Interesting) 241

I emailed someone from project honeypot about this same thing. They said they would setup a service where people could submit unauthorized login attempts automatically. (right now my honeypot just emails the result of logwatch --service sshd to an account)

It it useful information. I've used it to contact some providers (e.g. aws, linode, etc.) about the machines making unauthorized attempts. Usually it's from a server hosting a website that hasn't been updated in years.

Comment Re:Mighty broad definition of "language" there (Score 0) 146

Thank you for posting this. I've been programming JavaScript since 2007, and it's the only language I've ever really took the time to understand. So I can't comment from your vantage point. But what I can say is that once I had a full appreciation for JavaScript inheritance, first-class function, and the other things that make JavaScript great, it has been extremely easy to work with. Of course there are parts that will kill you if abused, but doesn't every language?

Comment Re:uh... only if you run it (Score 1) 50

I won't disagree that the majority of web developers do things like load jQuery, before they even know why they need it. Usually because they're a novice trying to create a blog for their cousin and never had any actual web development experience. But please remember that not all web developers are like that.

When used properly JavaScript can enhance the overall security and experience of the site. For example, I like to SHA1 my user's passwords before submitting them to the server. Then I'll SHA1 that with a random seed and store it in the database. Or I'll add simple encryption algorithms to encrypt sensitive data. Of course it all runs under HTTPS, but never hurts to have a little more security.

Unfortunately the masses of web developers who "have gone suck fucking heavy" with JavaScript drown out the few of us who know when and how to use it.

Comment Re:But ... (Score 1) 846

What you're not taking into account is the complexity of State laws. States have a wide range of gun regulations that vary greatly. Let's look at Gun Homicides specifically. In California, which is the most restrictive State, is the 4th highest at 4.82 per 100,000. While Utah, which has some of the most lenient laws, has 0.93 per 100,000. If you take the time to graph out all the data you'll find that there are States with very restrictive gun laws, which have both high and low death rates per capita. Same with lenient States. What you'll find is low statistical correlation between gun restrictions and gun deaths.

In the end the statistics plainly show that it is impossible to say either way whether gun restrictions prevent deaths.

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...