Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Networking

Submission + - Wire-up your home with no extra wiring: Powerline Ethernet Wallplates

unts writes: "HEXUS has a review of a new Power Ethernet Socket made by the appropriately named Power Ethernet. The product is essentially a replacement wallplate for electrical receptacles that includes four powerline ethernet RJ45 connections, providing connectivity throughout a building without the need to run CAT 5e/6 cabling. Performance appears to be good (better than the 802.11n router tested, at least), but what's to stop you simply using regular powerline ethernet adapters where you need them?"

Comment Algorithms vs. hardware (Score 1) 205

Algorithms only work well if they fit well with the hardware they're targeting. You have to make certain assumptions, but depending on what your algorithm is, you should know which things you really need to think about (memory, branching, process communication, disk, ...)

Algorithms that get synthesised into hardware will only work well if they're written in such a way that lends itself to synthesis. There's going to be a huge heap of stuff that doesn't fit well, or doesn't work at all. Writing things like Verilog and even System C is very different to writing a piece of software. And let's not even mention the backend stuff like layout - stuff that can have a big impact on performance of the thing you're spending a lot of money fabricating (oh, I guess I /did/ mention it...)

So, maybe a bit ambitious, but if they've solved even some of the problems and helped bring software development and hardware design closer together, well, that's a good thing.

Linux

Submission + - MythTV 0.25 released, new HW acceleration and audio standards support (mythtv.org)

unts writes: "The highly configurable Linux PVR, MythTV, has reached the 0.25 release, over 500 days after the previous full release. New features include VAAPI support, E-AC3, TrueHD, and DTS-HD audio, the ability to control other home entertainment devices via HDMI CEC and additions to the API to allow HTTP live streaming. The release notes for 0.25 don't reflect the release status at the time of writing, but should contain most of the relevant changes.

MythTV can be used as a backend (recorder) and frontend (viewer), but can also feed other frontends such as appropriate versions of XBMC. Hopefully the new HTTP streaming API will lead to even more ways to get your video fix from MythTV."

Comment Re:let me answer that with a question (Score 5, Informative) 100

The problem is not just generating the power... it's delivering it and consuming it without breaking/melting. And that's what they're getting at here - getting more FLOPS per watt... not finding out how to push more watts into a system. A silly amount of the energy going into a supercomputer comes out as heat... and a silly amount of energy is then used to remove that heat. Hopefully, by significantly improving the energy efficiency of chips and systems, we can make them a lot more powerful without them needing a whole lot more power. And I haven't even mentioned the mobile/embedded side of the spectrum where its about battery life and comfortable operating temperatures... the same energy efficiency goals apply.

This is the sort of thing we over the pond are very interested in too. Like for example *cough* the Microelectronics Research Group that I'm a part of.

Comment Three examples... (Score 1) 319

My personal web site's home page is 2KB. It's HTML5, no CSS, no JS. My research group site has a bit of all three plus a handful of images and comes in at 125KB. Big website I sysadmin weighs in at 1.1MB. A nice variety there. I think my personal site claims the crown as the fastest loading and quickest to render.
Robotics

MABEL Robot Runs Like a Human 130

MrSeb writes "Researchers at the University of Michigan have created a running, obstacle-scaling robot. This robot, which is called MABEL (not an acronym), is capable of running at speeds of up to 3.06 meters per second, or 6.8 mph. Physically she is very similar to a human — a heavy torso, and light, springed legs that act as load balancers and shock absorbers — and with a clever feedback system, MABEL even runs like a human, spending 40% of her time three or four inches off the ground."
Image

iPhone 4 Survives Fall From Skydiver's Pocket 233

tripleevenfall sent in a link with a story that is sure to be the basis for the next iPhone 4 commercial. From the article: "Jarrod McKinney's iPhone 4 — a notoriously fragile device — cracked when his 2-year-old knocked it off a bathroom shelf. So it's easy to see why McKinney, a 37-year-old in Minnesota, would be 'just absolutely shocked' when that same phone survived a fall from his pocket — while he was skydiving from 13,500 feet."

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...