Posted
by
Unknown Lamer
from the human-workers-sent-to-protein-bank dept.
redletterdave (2493036) writes The largest private employer in all of China and one of the biggest supply chain manufacturers in the world, Foxconn announced it will soon start using robots to help assemble devices at its several sprawling factories across China. Apple, one of Foxconn's biggest partners to help assemble its iPhones, iPads, will be the first company to use the new service. Foxconn said its new "Foxbots" will cost roughly $20,000 to $25,000 to make, but individually be able to build an average of 30,000 devices. According to Foxconn CEO Terry Gou, the company will deploy 10,000 robots to its factories before expanding the rollout any further. He said the robots are currently in their "final testing phase."
Duurrrrrr, unlike those other people that made things out of other things, I made this thing out of Lego. See, completely different and newsworthy. It's not like I built a car out of steel then made a slightly different car out of carbon fiber. I took it another step. I used another thing for the thing instead. Get it? I used one thing in a place where you would not think the thing would be.
Posted
by
samzenpus
from the quicken-my-pipes dept.
CoveredTrax writes "As part of the beta test of their new gigabit fiber network, Google has provided Stanford University with mouthwateringly high-speed Internet. Since the program was announced, the service, which is now being provided free to students and faculty in the Palo Alto area, has got a lot of people to asking (sometimes begging) that their city be next on Google's list for communication salvation. But can Google save us all from inferior web access? And more importantly, is it a good idea to let them?"
Posted
by
CmdrTaco
from the thats-how-he-rolls dept.
FrankNFurter writes "Remember the video of Andrew Tait upgrading Windows from 1.0 to 7. He did another one — this time installing all major versions of IE from 1.0 to 9.0." He actually does some interesting packet sniffing to see why sites aren't rendering, and amusingly shows MSIE 1.0 getting a 93/100 on the acid test... pretty impressive considering it lacks JS and CSS.
Posted
by
samzenpus
from the equal-distribution-of-the-pie dept.
iamapizza writes "New Scientist reports on the quest of two math boffins for the perfect way to slice a pizza. It's an interesting and in-depth article; 'The problem that bothered them was this. Suppose the harried waiter cuts the pizza off-center, but with all the edge-to-edge cuts crossing at a single point, and with the same angle between adjacent cuts. The off-center cuts mean the slices will not all be the same size, so if two people take turns to take neighboring slices, will they get equal shares by the time they have gone right round the pizza — and if not, who will get more?' This is useful, of course, if you're familiar with the concept of 'sharing' a pizza."
Posted
by
timothy
from the watch-for-rent-seeking-through-legislation dept.
darthcamaro writes "A lot of people in the US have not seen a use case for the use of IPv6 yet, since we've got plenty of IPv4 addresses. But what happens when the entire electrical grid gets smart? The so-called Smart Grid will need a networking transport mechanism that will connect potentially hundreds of millions of people and devices. Networking giant Cisco sees IP (internet protocol) as the right transport and IPv6 as the logical choice for addressing. 'Pv6 is an interesting discussion and one that occupies a lot of bandwidth at Cisco,' Marie Hattar, Cisco's vice president of network systems and security solutions marketing said. 'Some people say that for smaller deployments, we could get away with IPv4, but the smart grid has a number of parts. The point is that if you're looking to build this [smart grid] out, why not build it out on the scalable protocol from the get-go?'"
Posted
by
CmdrTaco
from the hanging-on-by-a-thread dept.
Smivs writes "Bletchley Park, the home to the allied codebreakers during WWII, and a major computing heritage centre, has been given a financial lifeline, reports the BBC. The grant of £330,000 will be used to undertake urgent roof works as the rooms of the Grade II-listed mansion, replete with painted ceilings, timber panelling, and ornate plasterwork, are at risk because the roof has been patched rather than renovated so many times during the 130 years of the mansion's history.
The donation follows efforts to highlight the dilapidated state of the huts and other buildings at Bletchley.
Discussions are also in progress on a further three-year, £600,000 funding programme for the historic site.
'Bletchley Park played a fundamental role in the Allies winning the Second World War and is of great importance to the history of Europe,' said Dr Simon Thurley, chief executive of English Heritage."
Posted
by
Soulskill
from the more-the-merrier dept.
Massively takes an interesting look at the server model used by EVE Online. It's unusual for a MMOG because it doesn't divide the player load among different servers or "shards." Instead, the same cluster handles the entire EVE universe and all 300,000 subscribers (total; record concurrent load is around 40,000). The EVE Dev Blog recently announced some upgrades to keep things running smoothly and allow for battles involving over 1,000 ships. They call the technology StacklessIO.
Personally, I would rather develop a generic web service then use AJAX to combine it into a website. I wouldn't depend on third-party web services, unless it is part of Google, Amazon, etc. Either way, it is an interesting model that I will be looking into. Plus if people open sourced these web services you could install them on machines you control and benefit from it with only deploying and one line of javascript.