Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Television

New Agreement May End the Cable Box 216

esocid clues us to news that Sony and the National Cable and Telecommunications Association have come to agreement on the way forward for two-way TV without set-top boxes. The actual agreement was not made public, pending review by other members of the Consumer Electronics Association, and as a result the coverage of the agreement is uniformly pretty incoherent. The background is that the NCTA and the CEA submitted competing proposals to the FCC on how to handle two-way, interactive TV services. None of the articles I turned up made clear what the future of the CableCard is to be. This was an interim solution to allow competition in set-top box manufacture, but its adoption has been plagued with problems. "Sony and the cable companies — Comcast, Time Warner Cable, Cox, Charter, Cablevision, and Bright House Networks — agreed to adopt: the Java-based 'tru2way' solution powered by CableLabs; new streamlined technology licenses; and new ways for all those involved to cooperate in the development of tru2way technology at CableLabs."
Java

Scalable Nonblocking Data Structures 216

An anonymous reader writes "InfoQ has an interesting writeup of Dr. Cliff Click's work on developing highly concurrent data structures for use on the Azul hardware (which is in production with 768 cores), supporting 700+ hardware threads in Java. The basic idea is to use a new coding style that involves a large array to hold the data (allowing scalable parallel access), atomic update on those array words, and a finite-state machine built from the atomic update and logically replicated per array word. The end result is a coding style that has allowed Click to build 2.5 lock-free data structures that also scale remarkably well."
Java

Submission + - Going Wild with Generics in Java

LinucksGirl writes: One of the most complicated aspects of generics in the Java language is wildcards, and in particular, the treatment and confusing error messages surrounding wildcard capture. In this installment of Java theory and practice learn tricks and workarounds that help simplify using generics and weird-looking error messages emitted by javac.
The Media

Submission + - Best-Selling Author Turns Piracy into Profit (torrentfreak.com)

paulocoelho writes: "Paulo Coelho, author of books such as "The Alchemist" and "The Witch of Portobello", sold over 100 million books last year. In part, he puts this success down to BitTorrent, as he saw a huge increase in sales when his books appeared on sites such as The Pirate Bay. We talked to Coelho to find out more about this remarkable story."
Businesses

Submission + - Certifications for compsci student 1

mightymatt24 writes: I just got my associates degree in computer science, and I am going on for my 4 year degree. I have experience with c++ and java, and I want to study and take a certification over the summer. I am leaning towards a Java cert right now only because I see more jobs (on dice) that require java skills, however I really need some guidance as to what the best cert. that I could take over the summer would be?
Red Hat Software

Fedora 9 (Sulphur) Released 218

BrianGKUAC writes "Fedora 9 has been released as of 10 AM Eastern Time this morning. Release notes can be found here. Some of the more interesting new features include a new package management system, which can be used as an alternative to pup and pirut, known as PackageKit. This release also includes GNOME 2.22 and/or KDE 4.0.3, and Firefox 3 beta 5. Overall, there are a lot of improvements worth looking at, and the Bittorrent seeds are already feeding the release fairly effectively."
Announcements

Submission + - Babbage's Difference Engine hits Silicon Valley (theregister.co.uk)

dzfoo writes: The Register is announcing that a new replica of Babbage's Difference Engine No. 2 is doing the rounds at the Computer History Museum in Mountain View, California. From the article:

Silicon Valley got its first look at the true roots of the digital age this week, with the arrival of a five-ton calculator made from the designs of the Victorian-age mathematician and Londoner, Charles Babbage.
[...]
There on display, the completed device caught the eye of former Microsoft chief technical officer and millionaire, Nathan Myhrvold, who in 2002 commissioned a second difference engine of his own.
Only finished last month, the second difference engine replica will be on display at the Computer History Museum until May 2009. After that, it will be moved to Myhrvold's home in the Seattle area.
You can get a glimpse of the mechanical beauty of this contraption, along with an interesting historical account on its design and construction, at the Museum's page.

Software

Submission + - Opera laucnhes Opera Mini 4.1 (pluggd.in)

sinha writes: "opera has launched opera mini 4.1 — the latest version of the mobile browser with some real cool stuff, for e.g. auto-fill, download/upload files without being re-routed to your phone's native browser (a much-sought after feature) More here"
Networking

Submission + - Social Network Built from Medieval Land Records (arxivblog.com)

KentuckyFC writes: "The world's oldest social network has been reconstructed from medieval land records in southwest France. A team of scientists and historians used this dataset, which record the date, the type of transaction and the people involved, to work out the network of links between medieval peasants in the area between 1260 and 1340 AD . These kinds of networks could provide anthropolgists with an exciting new way to study historical societies by asking how this medieval network differs from the kind of networks we see in the 21st century. The team promise an analysis soon (abstract). All that's left is to christen the new science of the study ancient social networks. Any suggestions?"
Cellphones

Submission + - Opera Mini 4.1 - 50% Faster than previous version (opera.com)

coxy writes: "Opera Mini 4.1 launched today and I don't know how they've done it, but those crazy Norweigens have managed to pack some punch into this version — they cite that it's 50% faster than their previous version and my phone is loving it. It's an excellent browser because it's fast and reduces network internet usage charges because of its compression (which is done well)... and it's a free download. Mmm.

There's a little preview video on Daily Motion:
http://www.dailymotion.com/video/x4x8n7_opera-mini-41-guided-tour_tech"

Announcements

Submission + - Videos and report from Embedded Linux Conference (free-electrons.com)

Thomas Petazzoni writes: "From April 15th to April 17th was held the fourth edition of Embedded Linux Conference in Mountain View, California. With more than fifty talks and tutorials around the use of Linux in embedded devices, this conference covered a wide range of topics: power management, debugging techniques, system size reduction, flash filesystems, embedded distributions, realtime, graphics and video, security, etc. For those who could not attend the conference, Free Electrons has published under a free license videos of nineteen talks and an extensive report of them. You can for example watch Andrew Morton's keynote, Klaas van Gend's talk about the real time version of the Linux kernel, or Mike Anderson's tutorial on the use of JTAG probes for kernel debugging. Enjoy !"

Slashdot Top Deals

Are you having fun yet?

Working...