Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:The French will come back (Score 1) 350

I just wish Google News allowed end users to filter out sources that are more propaganda than anything (Drudge, Newsmax, Fox...)

You can personalize your sources in Google News right now.

First, open the configuration menu (the gear icon) then look towards the bottom of the pane. You will see an adjust sources section. Throw in Drudge and set it to Never.

Now you can read your own personalized information bubble.

Comment Re:Barcode scanner app (Score 1) 163

You are not understanding my point and it looks like you are not paying attention to what the OP is saying.

It takes under a second for the sample images to be scanned on my machine. It's fast. It's pure client side HTML/JavaScript.

If you look on the same page that I linked to then you will see that it can also process video in JavaScript doing the same checks.

Further more, barcode scanning algorithms are plentiful and are not nearly as complex as other processing we are already doing in JavaScript. This demo's algorithm is doing harder work than a barcode algorithm would be doing and performance is very good.

The bottom line is that a barcode scanner application is technically and practically possible. This demonstrates that very well. The Mozilla app store will have no problem creating a shopping app using their web capabilities.

Comment Re:They can do whatever: IE is part of the OS... (Score 2) 476

How did this not get modded Troll?

Good luck uninstalling Safari on OS X or WebView on Android.

The OS has to have an underlying web rendering engine so that apps built to show HTML in an internal window work correctly. It's a core part of the application SDK and nearly all applications would break in some way if you deleted them.

Comment Re:Minecraft is proof... (Score 1) 272

I've played it before. It's not like playing with LEGO. You just take LEGO pieces and use them in a board game.

If anything it furthers Goaway's point. They had to add rules and special pieces in order to make a "game" out of LEGO. Without the game you are left with just LEGO, which is not in itself a game. Just a tool for expressing creativity. Like a paint program. Or early Minecraft.

Comment Re:Depends on how you look at it (Score 1) 357

Even if the IT department insisted on keeping XP on those 5 year old machines, the hardware itself is still 64bit.

Upgrading to a modern OS would usher in a new era of 64bit goodness for that old box.

Granted they probably didn't put enough RAM in those machines since they clung to XP, but spending the cost of dinner at a restaurant to buy a stick or two of RAM will make it stand up to even compiling Android.

Comment Re:Depends on how you look at it (Score 1) 357

I'm not sure why a developer would have a 32 bit system. That actually boggles my mind.

Windows has been 64bit for years and years. Normal desktop processors have been 64bit for ages. I don't even remember the last time you could actually buy a 32bit only CPU for a developer desktop.

There is really no reason to still be running in 32bit mode, especially if you are a developer. Developers need to work on modern code, and most modern code should at least be transitioning to 64bit builds if it hasn't already.

You treat 64bit like a luxury, but any developer machine bought in the last 5 years is almost guaranteed to be 64bit.

Slashdot Top Deals

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

Working...