Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Huh? (Score 1) 224

FTA: "To put it simply, the most commonly accessed data on the platters get's copied to the much higher performing, SLC Flash memory, which results in a performance boost." Read more: http://hothardware.com/Articles/Seagate-Momentus-XT-Solid-State-Hybrid-Preview/?page=2#ixzz0orEbgttB This makes no sense to me -- that would seem to imply the most likely thing to end up on the SSD is my swap partition, which is the last thing I want on SSD. Yeah, read would be faster, but the wear would be awful. Maybe I'm missing something. I'd probably be happier if it just exposed the 4GB as a different partition...

Comment Re:Using Java for web development (Score 1) 253

Jython supports Django I've read, so again you can theoretically get the best of both if that's important. Personally, I dislike the Java ecosystem due to its bulkiness. However, for some particularly high-CPU tasks (complex search), it can fit into a larger REST environment nicely via Restlet or Django.
Hardware Hacking

Home-Built Turing Machine 123

stronghawk writes "The creator of the Nickel-O-Matic is back at it and has now built a Turing Machine from a Parallax Propeller chip-based controller, motors, a dry-erase marker and a non-infinite supply of shiny 35mm leader film. From his FAQ: 'While thinking about Turing machines I found that no one had ever actually built one, at least not one that looked like Turing's original concept (if someone does know of one, please let me know). There have been a few other physical Turing machines like the Logo of Doom, but none were immediately recognizable as Turing machines. As I am always looking for a new challenge, I set out to build what you see here.'"

Comment Huh? (Score 1) 330

"During the same panel, Apple co-founders Steve Wozniak and Steve Jobs approached Commodore with an Apple II prototype, which was much more advanced in color, graphics, sound and games. Apple at the time didn't have the money to make and sell the Apple II, and was hoping Commodore would push the design to market. Commodore, however, preferred to develop the Commodore 64 as a simpler, lower-cost, black-and-white-only machine. "

AFAIK, the C-64 was never a black-and-white only machine and had a very good color spectrum (16 prinicple colors to apple's six -- 15 if you used "color mixing"). Yeah, there were limitations to which colors were assigned to which 8x8 pixel blocks on C-64, but game developers seemed to get by just fine. I have no clue where they got the idea that the Apple had better sound (or games for that matter).

Microsoft

Submission + - Microsoft Modernizes IE 9 with HTML5 SVG Chakra JS (cnet.com)

suraj.sun writes: At its Mix 10 conference Tuesday, Microsoft gave programmers, Web developers, and the world at large a taste of things to come with its Web browser. Specifically, Microsoft released what it's calling the Internet Explorer 9 Platform Preview, a prototype designed to show off the company's effort to improve how the browser deals with the Web as it exists today and, as important, to add support for new Web technologies that are coming right now.

Coming in the new version is support for new Web standards including plug-in-free video; better performance with graphics, text, and JavaSript by taking advantage of modern computing hardware.

One big change in the JavaScript engine Hachamovitch is proud of is its multicore support. As soon as a Web page is loaded, Chakra assigns a processing core to the task of compiling JavaScript in the background into fast code written in the native language of the computer's processor.

With the Chakra approach, "developers don't have to change their markup. The Web page didn't have to change. Essentially, dual- and quad-core machiens get put to good use," Hachamovitch said.

Microsoft already showed off IE9's use of Direct2D and DirectWrite, interfaces in Windows Vista and Windows 7 that can accelerate graphics and text. At Mix, Hachamovitch's demonstration shows the technology works to speed up SVG graphics as well.

CNET News : http://news.cnet.com/8301-30685_3-20000433-264.html

Test Drive IE 9 : http://ie.microsoft.com/testdrive/

Apple

Submission + - Why you should chose your own hardware for work (silicon.com) 1

An anonymous reader writes: Fed up with whatever they dish out at work? This column at silicon.com suggests that it's high time we started buying our own kit. But what about the technophobes who don't know a notebook from a post-it note?
Handhelds

Submission + - SPAM: Your body as the ultimate portable gaming console

almehdaaol writes: Researchers from both Microsoft and Carnegie Mellon University are working on a new type of technology called Skinput that essentially turns your entire body into a giant touch screen. It's an interesting project that could have some long-term implications.
Link to Original Source
Google

Submission + - Massive AI Research Sparked by Mobile Phone Apps (hplusmagazine.com)

An anonymous reader writes: The CTO of D-Wave Systems says "massive amounts of money" are going into artificial intelligence research, because "Microsoft, Google, Apple and other companies all want to dominate the mobile space, and to do that you need compelling applications... All of that requires better AI." D-Wave Systems worked with Google on the "Google Goggles" mobile phone app for augmented reality, using their systems to "teach" a neural network how to recognize objects like automobiles, and then transferring those algorithms to the mobile app. This is significant because D-Wave Systems uses subatomic superconducting logic circuits — or quantum computing — a crucial stepping stone to human-level artificial intelligence. "I'm very excited by the possibility of building very effective unsupervised learning systems and contributing in a meaningful way to the creation of better-than-human level intelligence in machines," says D-Wave's CTO, adding "The existence of vast machine sentience is almost guaranteed to occur."
Earth

Submission + - Scotish Wave Energy Plans Move Forward (bbc.co.uk)

krou writes: Believed to be the first project of its kind in the world, the BBC is reporting that ten sites on the seabed off Scotland in Pentland Firth and and around Orkney have been leased to energy companies with the hopes of generating wave and tidal energy. 'Six sites have been allocated for wave energy developments potentially generating 600 megawatts (MW) of power and four for tidal projects, also generating 600 MW.' The leases were awarded to SSE Renewables Developments, Aquamarine Power, ScottishPower Renewables, E.ON, Pelamis Wave Power, OpenHydro Site Developments, and Marine Current Turbines. Scotland's First Minister Alex Salmond said that "These waters have been described as the Saudi Arabia of marine power and the wave and tidal projects unveiled today — exceeding the initial 700MW target capacity — underline the rich natural resources of the waters off Scotland."
Patents

Submission + - Facebook Awarded Patent for its News Feed

adeelarshad82 writes: Facebook has secured a patent to a feature that many of its competitors have adopted in recent years, the news feed. The patent, officially granted on Tuesday by the U.S. Patent and Trademark Office, governs a "method for displaying a news feed in a social network environment." Facebook applied for the patent back in August 2006, about a month before the social networking site opened its doors beyond college students to all Internet users.

Submission + - The New Rules of Facebook (mainstreet.com)

rexjoec writes: Sometimes new technologies pop up before we really establish guidelines for how to use them. It happened with e-mail and instant messages, and now it has happened with Facebook as well.

Who should you be friends with on Facebook? What content should you feel comfortable putting up? Without clear rules of conduct, people have made some pretty dumb mistakes. In the past, people have been fired from jobs and even evicted from their homes because they posted questionable pictures or status updates on the social network

Earlier this week, Liberty Mutual released the results of their survey about what constitutes proper Facebook conduct. Some of the results are surprising.

Data Storage

Submission + - Exploring Advanced Format Hard Drive Technology (hothardware.com) 1

MojoKid writes: Hard drive capacities are sometimes broken down by the number of platters and the size of each. The first 1TB drives, for example, used five 200GB platters; current-generation 1TB drives use two 500GB platters. These values, however, only refer to the accessible storage capacity, not the total size of the platter itself. Invisible to the end-user, additional capacity is used to store positional information and for ECC. The latest Advanced Format hard drive technology changes a hard drive's sector size from 512 bytes to 4096K. This allows the ECC data to be stored more efficiently. Advanced Format drives emulate a 512 byte sector size, to keep backwards compatibility intact, by mapping eight logical 512 byte sectors to a single physical sector. Unfortunately, this creates a problem for Windows XP users. The good news is, Western Digital has already solved the problem and this quick overview at HotHardware offers some insight into the technology and how it performs.
Patents

Submission + - Has Facebook patented the news feed? (yahoo.com)

bth writes: Has Facebook patented the news, or at least the news feed, in social-networking environments? On Tuesday, the United States Patent Office granted Facebook a patent for "Dynamically providing a news feed about a user of a social network." The patent is published and numbered 7,669,123.

The first claim is: A method for displaying a news feed in a social network environment, the method comprising: monitoring a plurality of activities in a social network environment; storing the plurality of activities in a database; generating a plurality of news items regarding one or more of the activities, wherein one or more of the news items is for presentation to one or more viewing users and relates to an activity that was performed by another user; attaching a link associated with at least one of the activities of another user to at least one of the plurality of news items where the link enables a viewing user to participate in the same activity as the another user; limiting access to the plurality of news items to a set of viewing users; and displaying a news feed comprising two or more of the plurality of news items to at least one viewing user of the predetermined set of viewing users.

Slashdot Top Deals

"The four building blocks of the universe are fire, water, gravel and vinyl." -- Dave Barry

Working...