Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
Android

Submission + - Android 4.0 Released (android.com) 1

ttong writes: The highly anticipated Android 4.0 (codenamed Ice Cream Sandwich) has been released and finally brings the features of 3.x Honeycomb to smaller devices. Some of the highlights include: a revamped UI, a much faster browser, face unlock, a vastly improved camera app, improved task switching, streaming voice recognition, Wi-Fi Direct and Bluetooth Health Device Profile (HDP). Google has made a video to demonstrate some of these new features. The API level is 14, download the new SDK here.

Comment Python + HTML/CSS/JS (Score 1) 510

I am teaching a friend the basics of programming, and Python is what I have chosen. Books such as Learn Python the Hard Way [found its ref on StackOverflow, and liked it] are very good for someone who wants to learn programming on their own time.

That said, I think a lesson in the basics of flowcharting (inputs, outputs, conditionals, loops using counters and conditionals) goes a long way to prepare the student for programming languages.

HTML/CSS+JS is relevant given

  • how many apps are web apps now, and the developer will likely need to work on it anyway
  • Writing short snippets of markup + code can give some very instant gratification

The above is from feedback from my friend. YMMV.

-A

Comment I am not sure how this is different... (Score 1) 366

... from the US govt. having laws in place for (warranted) interception of communication.

The article does not say that the govt. is asking for warrantless wiretaps (at least not according to the BBC article that the USA Today article cites). I have friends in the Indian govt. eavesdropping community, and they talk about how oversight is very strong there, and access to such data needs a warrant and is logged.

So, what exactly is the problem here? Or are we demanding different standards for companies in US and India?

Thanks.

Comment Re:www.google.com/ie gone -- also used by the blin (Score 1) 281

I found this at http://labs.google.com/accessible/faq.html

Navigating Search Results
After Google Accessible Search was launched, many of our users sent us feedback about the results page (both Google Accessible and regular search) being difficult to navigate with screenreaders. In response, we have updated the results page in both cases to have section headers that can be used in conjunction with screenreader hotkeys to quickly skim through the page. Thus, once Google has responded to your search query, use your access technology's "move by section" keys to move between the section that displays sponsored ads and the individual results.

Maybe she can switch to using that page?

Thanks,
-A

First Person Shooters (Games)

Quake 3 For Android 137

An anonymous reader writes "Over the last two months I ported Quake 3 to Android as a hobby project. It only took a few days to get the game working. More time was spent on tweaking the game experience. Right now the game runs at 25fps on a Motorola Milestone/Droid. 'Normally when you compile C/C++ code using the Android NDK, the compiler targets a generic ARMv5 CPU which uses software floating-point. Without any optimizations and audio Quake 3 runs at 22fps. Since Quake 3 uses a lot of floating-point calculations, I tried a better C-compiler (GCC 4.4.0 from Android GIT) which supports modern CPUs and Neon SIMD instructions. Quake 3 optimized for Cortex-A8 with Neon is about 15% faster without audio and 35% with audio compared to the generic ARMv5 build. Most likely the performance improvement compared to the ARMv5 build is not that big because the system libraries of the Milestone have been compiled with FPU support, so sin/cos/log/.. take advantage of the FPU.''
Science

Why Time Flies By As You Get Older 252

Ant notes a piece up on WBUR Boston addressing theories to explain the universal human experience that time seems to pass faster as you get older. Here's the 9-minute audio (MP3). Several explanations are tried out: that brains lay down more information for novel experiences; that the "clock" for nerve impulses in aging brains runs slower; and that each interval of time represents a diminishing fraction of life as we age.

Slashdot Top Deals

I am not now, nor have I ever been, a member of the demigodic party. -- Dennis Ritchie

Working...