Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:"Rolling Rease"? It's called CI somewhere else. (Score 1) 175

That was going to be my response... I think rolling release is probably a good idea, having lived through the nightmare of enormous organizations that spend 4 or 5 years upgrading from Windows XP / IE6 to Windows 7 and the huge inertia of all that. The shitty old mire of horrendous hacks that you have to dig through to move this sisyphean rock of organizational code, and then everything breaks anyway because no-one actually tests things *properly* when they do their migration plans.

An environment that carefully migrated each change and made sure they all worked is clearly the alternative.. but it only works if you adopt practices like actually enforcing that *automated* tests are run for all the apps that your organization depends upon, if only for the reassurance value it provides to risk-averse upper management.

Comment Re: Why? (Score 2) 175

Exchange client on Android isn't horrible.

This is because the ability of other apps to integrate with Exchange is getting too good.

Just like if you understand the World of Warcraft protocols you can make your own WoW server, if you understand how to integrate with Exchange well, you could build a server that mimics it.

That would be the end of a big cash cow for MS. Better that they have an Outlook app on platforms that they don't want to push than give up the revenue stream of Windows Server and Exchange Client Access Licenses. Once they have Outlook available for everything, they can subtly break the protocols for everything else, and when people complain, they can just point at the Outlook app.

Comment Re:instant disqualification (Score 1) 648

Nope, the default is machine code, p-code is an option.

Older VBs compiled to bytecode (p-code) by default, but the compiler for VB6 produces proper executables. p-code is a selectable compile time option (along with some optimizations and the ability to disable some checks).

What it does do it LINK to a runtime. Most of the datatypes are in there, the arrays are bounds checked, etc. The performance of VB datatypes are responsible for most of it's reputation as slow - in particular it's string handling (it lacks an inbuilt StringBuilder type).

If you're aware of it's limitations, you can do some good stuff with it. It's ideal for small (or even large) GUI apps, with a few libraries to replace some it's more egregious emissions you'd even call it professional.

What it's not is modern, object-oriented, possible to get documentation on the web (easily - the best source of documentation is the last MSDN Library disk set that contained it's docs).

Comment Re: There's nothing wrong now... (Score 1) 489

The main thing you have to do is...

* Turn on indexing service
* Configure it to index unknown file types
* Turn it off again (presuming you have it off)

Now the basic file search will look in files with extensions it doesn't grok when searching for text. Insane that this option isn't in the advanced search panel.

United Kingdom

First Crowdsourced, Open Data Address List Launches In the UK 33

The internet is a great place to search for some kinds of information; Amazon (or L.L. Bean, or Digi-Key, or any retailer, really) do their best to connect you with all the products in their databases, and for lots of other search topics, the usual handful of general purpose search engines can ferret out answers based on your keywords. Addresses are sometimes harder to search, but in the UK at least that might soon be much easier: An anonymous reader writes The London based startup and open data advocacy organization Open Addresses UK wants to change all of that by inviting the public to collect and validate housing addresses to build the biggest UK open address dataset ever. To do so, they launched UK's first open and free address list on Wednesday, calling on individuals and companies to crowdsource information." What if you want the equivalent of an unlisted number, though?

Comment Re:Any chance of a non Chrome linux version? (Score 1) 95

That's version 11.2

Yes, they've fixed the bugs in it. But it's not the mainstream version, which is 16.

There are plenty of sites that already depend on newer versions of Flash. Try running Card Hunter on Linux : you'll need Chrom(e|ium) with it's bundled Flash for that to work, and that's just over three minor versions (it requires 11.5)

So for given use cases, Flash already stopped working in Firefox for Linux. Supporting PPAPI probably is the only way it will work again.

But personally, I'd vote for "Long Gone". Why bother with Flash when you can do stuff like this directly in a modern browser?

Slashdot Top Deals

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...