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

 



Forgot your password?
typodupeerror
×
Android

Submission + - Archos Gamepad: The Android console market gets crowded (engadget.com) 1

romiz writes: For years, handheld consoles were a domain where Nintendo reigned without contestation. SEGA and Atari failed in this market, and despite all its efforts Sony remains a distant second. But it is perhaps the end of the closed gaming device.

Until now, the lack of physical controls and the high price was preventing the trending tablets from entering this market. But Archos, a veteran tablet maker, is announcing a 7" Android tablet with physical gaming controls for the end of October. At 150€, it will be compatible with existing Android games. As with Ouya in the living room, Android devices are being opposed to the traditional consoles. Can they really propose an open alternative for game developpers ?

Comment Re:broke whose code? (Score 1) 933

A single example: the "make xconfig" tool for the Linux kernel requires a specific variant of the QT toolkit to build, and the correct variant is QT3 for 2.6.32.x, while it is QT4 for the current dev branch. If the build environment points to the wrong QT version, the build will fail with cryptic messages, which means that you would need to sandbox your kernel compilation to compile both on the same machine. Of cource, most of the people in this situation uses the "make menuconfig" option, that uses libcurses in a terminal emulator instead.

I don't know whether this is a problem with the kernel's developpers or a general QT3/4 problem, but this is for sure a bad situation, and I expect that other projects have had the same kind of issues (forward & backward incompatibilities on the source level) with QT.

Comment Re:Yeah right. (Score 1) 81

The "concatenated SMS" protocol, which removes this limit in exchange for a higher message count, existed before twitter started to be relevant: It is defined in GSM/3GPP release R99, which was already widely deployed even in low-cost devices in 2006, when twitter was created.

Comment Re:Bandwidth? (Score 5, Informative) 90

Do you realize that the chip on the other end of a SATA link - typically the controller in the SSD you're using right now - has a lot of chances to be an ARM chip ? It is the case for common SSD disk controllers (Marvell or Sandforce).

And even if it is not common in today's products, there are a lot of recent high-level ARM SoCs that offer SATA - not least because its low pin count makes it easier to route on the board in the end than a parallel bus. For example, TI's OMAP5, Freescale i.MX53 or CSR's Prima 2 have SATA support.

Comment Re:WTF is the issue? (Score 1) 284

Given that UTC dates from 1961, and that the leap second concept comes from this, it rather means that a lot of coders are dealing with time without being careful, rather than a fault from the astronomers, who mostly use TAI (without the leap seconds) anyway.

Leap years, daylight saving time, local calendars, all those are also complex issues that need to be taken into account when writing software that needs to correctly handle time. And this is before taking into account the issues brought by the hardware, as clock drift, RTC limitations and integer wraparound, that need to be addressed by the OS developers.

All this means that when it comes to time, most developers should leave it to the OS and language libraries. And those implementing these libraries should take their work seriously, because time is a complex matter, as Y2K and the current issue remind us.

Comment Re:Thunderbolt is going to be a standard? (Score 1) 177

You realise that USB was an Intel standard that was pioneered exclusively on Macs, right?

To be precise, it was a Intel, Microsoft, Compaq, and NEC standard, as you can see in the USB 1 specification. You already had Compaq PCs under Windows 95 with USB installed.

Apple probably adopted it in 1998 because its proprietary ADB was completely outdated, Firewire was too expensive for cheap peripherals, and Macs did not have the market share to impose a new competing standard.

Comment Re:Doesn't match what I'm seeing (Score 2) 400

Apple is not as popular in other countries as it is in the US. It is very popular, but it is not reaching the levels seen in the US, where the iPod was practically the single MP3 player sold in significant numbers in the country.

As a result, the international composition of the Slashdot readership will probably tilt the view towards other players, especially if you're comparing with your surroundings.

Comment Re:Unbalanced (Score 4, Interesting) 165

I've also wondered if the FRAND licenses held by component manufacturers like Qualcomm extend to Apple.

It does not. One of my previous employers tried to play this card with the MPEG-LA for digital TV decoders, and in the end they had to settle and pay for the MPEG2 patents. But Apple lawyers may be more skilled and success where others have failed.

Comment Re:Latency? (Score 1) 233

If you're doing memory transfers to the world outside the CPU (DMA, alternate bus masters, peripherals, etc), you need to have the whole data flushed out of the cache, or the contents of the cache invalidated to avoid reading stale data. In many of those cases, the data must pass through the memory bus, and you cannot avoid cache misses. Hence the importance of low-latency memory access.

Comment Simple mistake, simple correction (Score 3, Informative) 86

From the PDF, the implementation mistake is to give the attacker feedback on whether the tried key is correct after the first half of authentication (phase M4), and then after the complete authentication (phase M6). Since the PIN is only 8 digits, and the last one is a checksum, the problem is reduced to guessing 1 number in 10000, and then 1 in 1000.

The document states that there are few possible mitigations for the problem. However, it skips the obvious one: do not notify authentication success/failure until the response to the M6 message. This would restore the 1 in 10,000,000 guessing complexity of the PIN code, without changing the protocol. It should even be a new issue tested by the compliance suite the vendors need to pass to get the WPS certification.

Comment Re:Not about attention (Score 2) 333

Cursive is not easily legible, and clearly the wrong choice in a world where you are not going to write long texts with a quill. Like other antiquated handwriting scripts, it is obsolete and should be reserved to specific cases.

Just teach the kids to spell correctly, and write legibly with block letters. If they want to learn calligraphy, let them learn it during art lessons, instead of basic school training.

Comment Re:Serves them right (Score 1) 189

Also, please not, that if the UK had more a progressive, enterprise friendly tax system......

A comparatively small country will always be able to set lower taxes for enterprises than their larger neighbors. This is because it only needs to attract a small percentage of the larger countries taxable income to offset the loss due to the lower tax rate, whereas the big country only lowers its income when it does this. Fiscal competition in an open market is a fraud against the people of larger countries, preventing them to set the tax rates of the companies that do business there.

Submission + - A View of the Success of Movie Franchises (economist.com)

romiz writes: Have you ever wondered why it seems that movie sequels dominate the box office? As the eighth movie of the Harry Potter series gets released worldwide this week-end, the Economist produced a chart collecting the numbers for the most successful Hollywood franchises. Their conclusion is that a sequel is the best way to reduce the risk inherent to movie-making, but is it really ?

Slashdot Top Deals

The sooner all the animals are extinct, the sooner we'll find their money. - Ed Bluestone

Working...