Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:They KNEW about this vulnerability? (Score 1) 202

There are two groups of developers here.

Ruby on Rails, the framework, had developers that knew about this general class of vulnerabilities - it's easy to write code that ends up being buggy.

GitHub, the web site (that runs on Rails, and hosts the Rails source repository), knew about the general class of vulnerabilities but not that they had these particular instances of them.

It appears that Homakov tried to get Rails to change the defaults so that these things can't happen unless you ask for them, and was rejected as making the framework more difficult for prototyping use; the opinion on the bug was something along the lines of "the developer using the framework should be protecting against this". He then demonstrated in frustration that this was a bad default, since GitHub is one of the leading sites using the framework and is developed by people generally thought of as knowing what they are doing.

It appears that this has worked and the opinion of the framework developers have changed, and no real damage was done, other than possibly reputation.

GitHub, overall, seemed to be collateral damage.

P.S. I don't think GitHub is open source; Ruby on Rails is.

Comment Re:Tethered jailbreak (Score 1) 121

Do you happen to know how the drive-by PDF exploit manages to keep root, then? I'm curious as I don't see how arbitrary code execution via a PDF vulnerability differs from arbitrary code execution via a cable - what sort of magic allows the former case to bypass the security checks that the latter can't duplicate?

Comment Re:From TFS (Score 1) 260

That particular comparison keeps getting reposted as the proof that Theora is feasible.

Theora may or may not be comparable in quality to H.264, but that comparison doesn't tell me either way. It completely ignores the H.264 encoding process, which means that Theora has the advantage of taking however long it needs to compress things. Lots of things involve a time/space (memory or disk) trade off, that needs to be taken into account too.

I don't particularly like the licensing issues around H.264 / MPEG*, but that doesn't mean I am willing to take an unfair comparison either.

Comment Re:Visual Studio replacement on Linux (Score 1) 310

(Caveat: I'm a C++ programmer, working on code that has lots of macros.)

The debugger. You can mouseover variables in the source view, and it shows the data (reliably, and points to concrete classes). It lets you switch between threads easily, and shows backtraces you double click on to get to the relevant source code. It uses a normal GUI file browser to let you choose symbols to load, if you haven't set it up beforehand (also via a GUI), and warns when it's out of date. With lots of annoying config file hacking, it can let you display structures in a custom manner.

The closest I've seen on Linux was insight, and that was quite a few years ago (maybe it's improved since?). GDB has a huge barrier to entry, and being line-input based means there's no organization (I don't want my code to be displayed in the same place as my backtrace or my local variables). DDD doesn't reliably display my data, and when it does manage to do so visualizes anything C++ horribly.

I've tried KDevelop (3 and 4) a while back; it absolutely hated dealing with things that has an external build system (i.e. it doesn't work as a pure debugger). Debugging C++ in Eclipse was a joke when I tried it (the one time I did have to work on Java, though, it was pretty nice).

As a reference, I code in Komodo/Eclipse/vim (all on the same code base, depends on what I feel like), on a project that uses autoconf/gmake. That applies to both win32 (via msys+msvc) and Linux. I use MSVC as a pure debugger, not as a code editor.

Space

Space Photos Taken From Shed Stun Astronomers 149

krou writes "Amateur astronomer Peter Shah has stunned astronomers around the world with amazing photos of the universe taken from his garden shed. Shah spent £20,000 on the equipment, hooking up a telescope in his shed to his home computer, and the results are being compared to images taken by the Hubble Space Telescope. 'Most men like to putter about in their garden shed,' said Shah, 'but mine is a bit more high tech than most. I have fitted it with a sliding roof so I can sit in comfort and look at the heavens. I have a very modest set up, but it just goes to show that a window to the universe is there for all of us – even with the smallest budgets. I had to be patient and take the images over a period of several months because the skies in Britain are often clouded over and you need clear conditions.' His images include the Monkey's head nebula, M33 Pinwheel Galaxy, Andromeda Galaxy and the Flaming Star Nebula, and are being put together for a book."
Social Networks

WordPress.com Implements the Twitter API 39

This morning Matt Mullenweg announced on his blog that WordPress.com has enabled posting and reading blogs via the Twitter API. Now any Twitter app that supports a custom API URL (Tweetie is one such) can be used to either post updates to a WordPress.com blog, or to read updates from blogs to which one has subscribed. Dave Winer calls the move by Automattic, WordPress.com's parent company, "deeply insidious," and notes that 10 years ago he did a similar thing in his Manila blogging platform when the Blogger API came out. Winer opines that Automattic's move has made the Twitter API into an open standard, due to WordPress.com's large base. Winer notes (in a comment on the above-linked post), "The fun starts if they [WordPress] relax some of the limits of the Twitter API and fix some of the glaring problems."

Comment Re:Extensions security? (Score 1) 291

Odd, your updates should end up in the sandbox (and due to AMO being silly, used to also mean your whole extension ends up on the sandbox, instead of having a last-reviewed version public).

This is of course assuming you haven't been marked as trusted; people who were on AMOv1 were grandfathered in, though I understand that's been mass-removed recently. Other "trusted" authors include google and various mozilla employees, AIUI (but unconfirmed).

Comment Re:I expected better. (Score 3, Informative) 403

They actually appear to embed the ad code directly into the page (you can see which campaigns the ads are for; the one that hit me was for Vonyage, near the bottom of the page). In my case, it wrote a weakly obfuscated script that redirected the whole page to sex-and-the-city.cn (... err, yeah) which redirected to protection-check07.

Poor NYT, they now have a special rule in my ad filters.

Comment Re:NiteMair found a loophole!? (Score 1) 585

Umm, sounds like MS is complying with the BSD license to me! They're keeping the copyright statement in, and presumably anybody who gets a copy of whatever BSD licensed source in ftp.exe would still get the original BSD bits under BSD. For the second clause (copyright notice for the binary), see http://support.microsoft.com/kb/306819 maybe? (Yes, the Windows XP release notes.)

They're quite free to add non-BSD licensed bits to it, of course, and still be compliant. They're also quite free to ship binaries under a different license. All that doesn't change the license of the original source code.

What's not okay is removing the original copyright / license. (There was an attempt to do so in one of the patches to the Linux kernel a while back; uproar ensued, the change never went in.)

Comment Re:interesting times (Score 1) 911

IE4 was also, IMHO, superior to NS4. Heck, I think IE3 was about on par. (I started with whichever Netscape had the throbbing giant blue N, in Windows 3.1 using Trumpet WinSock.) In fact, I believe we had specifically gotten a copy of IE4 on CD (separate from Windows 95) from some magazine or other to upgrade.

Seriously, causing the whole page to reload when you resize the window? WTF, Netscape?

Security

CastleCops Anti-Malware Site Closes Down 68

Fortran IV writes "Volunteer-powered anti-malware site CastleCops appears to have closed shop. As of Tuesday, December 23, the CastleCops home page notes: 'You have arrived at the CastleCops website, which is currently offline. . . . Unfortunately, all things come to an end.' It was reported back in June that Paul Laudanski, founder of CastleCops and its parent Computer Cops LLC, was taking a full-time job with Microsoft and was 'looking for new management' for CastleCops. The site has also long had problems with funding and with hostile action from spammers. The actual shutdown seems to have taken the security community by surprise; as late as Tuesday evening Brian Krebs was still recommending CastleCops on his Security Fix blog."

Slashdot Top Deals

We are each entitled to our own opinion, but no one is entitled to his own facts. -- Patrick Moynihan

Working...