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

 



Forgot your password?
typodupeerror
×

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."
Windows

Windows Vista Service Pack 2 Expected Tomorrow 149

arcticstoat writes "After dishing out a few copies of the beta of Windows Vista Service Pack 2 to select customers in October, Microsoft has now decided to let the general public get their hands on the beta of the service pack, starting from tomorrow. The beta of the service pack will be made available via Microsoft's Customer Preview Program on 4 December, and it includes all the updates since Service Pack 1, as well as a few other bits and pieces. Most notably, Microsoft says that Service Pack 2 'improves performance for Wi-Fi connection after resuming from sleep mode,' and adds the Bluetooth 2.1 Feature Pack, ID strings for VIA's Nano CPU and support for the exFAT file system for large flash devices."

Slashdot Top Deals

Neutrinos have bad breadth.

Working...