Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Google

Google Expands Safe Browsing To Block Unwanted Downloads 106

An anonymous reader writes "Google today announced it is expanding its Safe Browsing service to protect users against malware that makes unexpected changes to your computer. Google says it will show a warning in Chrome whenever an attempt is made to trick you into downloading and installing such software. In the case of malware, PUA stands for Potentially Unwanted Application, which is also sometimes called Potentially Unwanted Program or PUP. In short, the broad terms encompass any downloads that the user does not want, typically because they display popups, show ads, install toolbars in the default browser, change the homepage or the search engine, run several processes in the background that slow down the PC, and so on."

Comment cheap (Score 1) 216

So the consumers love their team so much they always want to watch the team play. They just don't want to pay for tickets or pay for the TV channel to watch.
Maybe it is time for the major league sports teams to just give in and make watching their games completely free and supported by advertising. I mean we're pretty far along already. Adverts on the screen all the time, swooshing adverts on the screen intermittently, adverts between plays, commercials, logos all over the field, etc.
Let's just for for the gusto... "Frito Lay presents the snapping the ball the quarterback, as he fades back in the team's signature Cadillac move. He Snickers tosses the ball to the wide receiver who's catch is sponsored by Taco Bell and runs to the Minute Maid mid-field where he's taken down by Office Max's linebacker.

Look.. the teams in cities and states have 0 to do with the city or state any more, the players are from all over the world, training camps are in another part of the county and they'd relocate for a deal that made them 2% more money. The stadiums are owned by the team and they sell the naming rights to the highest bidder.
Just go full out commercial with this stupid professional games stuff.

Comment The canonical best household router is (Score 1) 427

One example of too-much-integration I have. My edge router (Deutsche Telekom, Germany, some Fritzbox variant) has integrated modem, WAP and switch. Despite the fact that my entire house is wired with CAT6 and I have a patch panel and rack in the cellar my WAP/Router/Switch box is physically constrained by the point the phone line comes into the house, and by the room's geometry. The problem is that, from there, the WiFi reception is very spotty in some places, most notably my favourite bench in the kitchen where I like to browse the days news on my iPad early in the morning with coffee before the kids wake up.

Since I can't split the devices I had to buy another WAP to get reasonable reception in the kitchen cause that is a major use-case for me.

L

Comment Computing is bigger than any one language! (Score 1) 637

I'm no fan of Java-based curricula, for the same reason I'd be no fan of Fortran-based curricula. Computing isn't about one language. Each language and system shows you one hyperplane of a vast multidimensional space. The best programmers know lots of languages, and choose wisely among them — or even create new ones when appropriate.

In the production world, there are times where some C++ or Java code is appropriate ... and there are times when what you want is a couple of lines of shellscript and some pipes ... and there are times when the most sensible algorithm for something can't be neatly expressed in a language like C++ or Java, and really requires something like Common Lisp or Haskell. If you need to exploit multiple processors without getting bogged down in locking bullshit and race conditions, you're much better off using Go than Java.

(Just last night, at a meetup, I was talking with two bright young physicists who reported that their universities don't do a good enough job of teaching Fortran, which is the language they actually need to do their job. Scientific computing still relies heavily on Fortran, Matlab, and other languages well removed from what's trendy in the CS department — no matter if that CS department is in the Java, Haskell, or Python camp. But if you want to learn to write good Fortran, you basically need a mentor in the physics department with time to teach you.)

And there are times when the right thing to do is to create a new language, whether a domain-specific language or a new approach on general-purpose computing. There's a good reason Rob Pike came up with Sawzall, a logs-analysis DSL that compiles to arbitrarily parallel mapreduces; and then Go, a C-like systems language with a rocket engine of concurrency built in.

(And there's a good reason a lot of people adopting Go have been coming not from the C++/Java camps that the Go developers expected, but from Python and Ruby: because Go gives you the raw speed of a concurrent and native-compiled language, plus libraries designed by actual engineers, without a lot of the verbose bullshit of C++ or Java. Would I recommend Go as a first language? I'm not so sure about that ....)

What would an optimal computing curriculum look like? I have no freakin' clue. It would have to cover particular basics — variable binding, iteration, recursion, sequencing, data structures, libraries and APIs, concurrency — no matter what the language. But it can't leave its students thinking that one language is Intuitive and the other ones are Just Gratuitously Weird ... and that's too much of what I see from young programmers in industry today.

Social Networks

Hotel Charges Guests $500 For Bad Online Reviews 183

njnnja (2833511) writes In an incredibly misguided attempt to reduce the quantity of bad reviews (such as these), the Union Street Guest House, a hotel about 2 hours outside of New York City, had instituted a policy to charge groups such as wedding parties $500 for each bad review posted online. The policy has been removed from their webpage but the wayback machine has archived the policy. "If you have booked the Inn for a wedding or other type of event anywhere in the region and given us a deposit of any kind for guests to stay at USGH there will be a $500 fine that will be deducted from your deposit for every negative review of USGH placed on any internet site by anyone in your party and/or attending your wedding or event If you stay here to attend a wedding anywhere in the area and leave us a negative review on any internet site you agree to a $500. fine for each negative review."

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...