Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Time to just remove Java (and Silverlight)? (Score 2) 265

Android runs Dalvik. It's a clean-room partial implementation but uses a different architecture. Perhaps, theoretically, it's vulnerable to the same problem but Android doesn't include applet nor java web start functionality.

As for developing using the JDK, don't install the public JRE. The 64bit version is safer since, last time I checked, browsers for 64bit Windows are still 32bit and hence the plugin won't work!

Comment Re:Alliance with RIM? (Score 1) 63

'enemy' in the sense of being a rival platform that uses a non-standard C library and graphics stack that make dalvik somewhat non-portable to other platforms.

The distros mentioned in the summary are also based on the Linux kernel but feature a more traditional GNU userland and Qt graphics stack.

Comment Re:ARMless (Score 2) 101

Supposing RT does indeed include the full Win32 API to support Office, for many FLOSS applications it's theoretically as simple as a recompile.

e.g. when I evaluated a simple text editor that would work on both Linux and Windows, with easy installation, I chose geany (sorry emacs/vi users!) The code is cpu and OS agnostic, so there would be minimal porting to ARM Win32 provided the code for Windows didn't contain too many x86-isms.

Comment Re:"Elegant jails" (Score 2) 527

Did RMS ever say "Don't use Android"? Rather, the FSF has specific caveats such as:

1. "tivoisation" that RMS mentions above. Buying a phone with a locked bootloader restricts your ability to load your own kernel. Not providing a developer mode to load custom firmware or run utilities than require root also restricts freedom.
2. There's the f-droid repository for free software apps.
3. They have a campaign to write a driver for PowerVR GPUs (see also freedreno, lima)
4. Replicant is their Android distro, with the goal of removing the non-free blobs by writing replacement drivers.
5. Using a free software SDK - as mentioned on Slashdot recently regarding a license change.

RMS, imho, is more pragmatic than you credit him.

Comment Re:Not in my lifetime (Score 1) 1387

With everything electronic these days, I doubt it's as much as an issue as when other countries made the switch:

A car's locale can be set to display gallons & miles or litres & km.
The pump can be toggled on a per customer basis to display metric - much in the way that vending machines and ATMs have language selection.
With electronic billing, receipts can be easily modified to display multiple units.
Electronic signs can alternate between displaying per gallon/litre.

Comment Re:win8/linux tablets? (Score 1) 107

Yes, I'm fine with a tablet 'cover' that doubles as a keyboard and trackpad solution.

Hybrids are the technology for 2013. Witness this week's CES for examples. Some rotate the screen like the Lenovo twist, some flip like the Dell XPS Convertible, some detach like the Hp Envy. Then there's the Surface Pro, as you mentioned. These things are in Ultrabook territory but prices will come down as the novelty of a touchscreen laptop becomes the norm.

But by x86 binaries I mean legacy win32 stuff that won't run on ARM linux. e.g. my government's tax software. Can an iPad run that?

By 'half-assed x86 apps for tablets' I'm sure you're aware that Android-x86 runs on Intel, as does KDE Plasma Active and probably without too much tweaking webOS and Firefox OS.

If, as MS promises, the firmware for x86 devices isn't locked down for Windows-only, you can triple boot to your heart's content. On an ARM based system, you're at the mercy of a manufacturer that ships Android-only kernel blobs.

Slashdot Top Deals

"Confound these ancestors.... They've stolen our best ideas!" - Ben Jonson

Working...