Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Patents (Score 0, Troll) 217

Until they stop playing games with hidden and required patents, their talk is just BS. They have shown they have no intent to change that model time and time again, this round is no different. You can open source something that requires a DX call but if you don't open source DX and threaten anyone who does with patent suits, is there a point? It is hollow BS for all the same reasons. Don't buy the PR meant to distract, the underlying mechanics are still the same. They are antagonistic to open source and that won't change at a level deeper than the public messaging.

          -Charlie

Comment Not so fast (Score 1) 405

Before you say such things, you might want to look up the legal morass surrounging mail servers under your direct control and those not. Start with Megaupload and then follow links to the less public ones. There are DAMN good reason to keep your mail server on premises be it home or business, if you don't understand why you might want to educate yourself before giving advice.

                -Charlie

Comment Speaking as a Comcast victim (Score 1) 405

I too am a Comcast victim, business class, and I have a mail server on their static IPs. This has been the case for years and while I have seen occasional blocking during inter-company spats, nothing blaket like you are seeing. It could just be the range you are on or it could be something else. What I am trying to say is that it is not those big three blanket blocking Comcast IPs.

I would see if Comcast can give you another set of statics in another range. That may help.

                    -Charlie

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 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."
It's funny.  Laugh.

Homestar Runner To Return Soon 57

An anonymous reader writes with good news for everyone who loves Strong Bad.Back in April, Homestar Runner got its first content update in over four years. It was the tiniest of updates and the site went quiet again shortly thereafter, but the Internet's collective 90s kid heart still jumped for joy...The site's co-creator, Matt Chapman, popped into an episode of The Jeff Rubin Jeff Rubin Show to chat about the history of Homestar — but in the last 15 minutes or so, they get to talking about its future. The too-long-didn't-listen version: both of the brothers behind the show really really want to bring it back. The traffic they saw from their itty-bitty April update suggests people want it — but they know that may very well be a fluke. So they're taking it slow.
Software

Qualcomm Takes Down 100+ GitHub Repositories With DMCA Notice 349

An anonymous reader writes Qualcomm has forced GitHub to remove over 100 repositories due to "unauthorized publication, disclosure, and copying of highly sensitive, confidential, trade secret, and copyright-protected documents." Among the repositories taken down were for CyanogenMod and Sony Xperia. The issue though is that these "highly sensitive" and "confidential" files are Linux kernel code and reference/sample code files that can be easily found elsewhere, including the Android kernel, but GitHub has complied with Qualcomm's DMCA request.

Comment Re:Touch Server (Score 1) 681

It's OK, this version will change all those commands to equally long but completely different commands. According to their internal surveys, that should help sales out by giving administrators a sense of accomplishment in learning a new command set. What could go wrong?

              -Charlie

Comment Re:Touch Server (Score 2) 681

Ha! I get the joke there, you made a funny. Windows in the datacenter, har har.

          -Charlie

P.S. For those who don't get my joke, you should look up the marketshare data of Windows in the datacenter. No not the BS "Sales of OSes on servers" that MS commissions from Gartner, Forrester, and all the others who know where the checks come from, but share by installed socket. If you have access, look at it over the last 6-7 years, it is brutal. Make sure you get installed rather than sales, MS keeps commissioning reports that somehow manage to not count Google, Facebook, Baidu, Tencent etc etc's servers. Not sure why though. :)

Comment I can see why this would work (Score 3, Interesting) 365

Gosh, why not? I can see someone looking at their MBA saying, "It works perfectly, has a great OS, awesome battery life, and does everything I could ask for and does it fast. I need to dump this for a barely functional device with an actively antagonistic OS sold by a company unable to secure a wet paper bag or make software that works acceptably. All this for far less battery life and far more money. I wish I had 2 MBAs to trade in!",

Back to the real world....

Did I mention that the day after the S3's release I was at a press event on a bus full of journalists. Anand has his S3 and in less than 24 hours it broke. The entire bus full of tech journos all concluded it was better that way.

That said, some people do like it. Microsoft traded in an absolute monopoly lock on the desktop to cater to 10% of their base. Clever that MS management, clever.

                                -Charlie

Android

Apple Says Many Users 'Bought an Android Phone By Mistake' 711

mrspoonsi (2955715) writes "Apple CEO Tim Cook during his keynote said that around 130 million customers have purchased their first Apple device in the last twelve months. He states, 'Many of these customers were switchers from Android,' he said. 'They had bought an Android phone by mistake, and then had sought a better experience and a better life.' He added that almost half of those who have purchased an iPhone in China since December have switched from Android. However, it is worth noting that iPhones were not actually available in China until December, when pre-orders began, so it is unclear how much of the device's popularity there is simply down to the novelty factor, rather than a burning desire to flee from Android."

Slashdot Top Deals

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...