Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Trucking around reclaimed water (Score 1) 390

Is one way we are NOT winning the drought. I tried doing the math on this and it doesn't make sense to me, yet I see big F250 pickup trucks with 275 gallon tanks everywhere around here. How is driving 20 miles round trip to pick up 275 gallons of reclaimed water worth your time, wear/tear on vehicle, tank and pump, and fuel? According to my water bill that 275 gallons costs maybe $1.28. Even at higher tiers I don't see how it would add up. You'd have to make a trip to the water plant almost every day to even get enough water for even a very small lawn.

Comment Re: Electric cars work great in an urban landscape (Score 1) 215

Have you looked into any of the plug in hybrids like the Volt? The new model will get 50 miles of EV range. For winter driving, the gas engine will act as a heater and a back up to the battery range. Another nice thing about a PHEV is you can pre-heat it electrically before heading out, saving on gas and EV range.

Comment Just advanced level of detail rendering? (Score 1) 291

So did they just essentially develop a super intelligent LOD loading system that uses procedural instancing? I'm pretty sure you could put together similarly impressive demos using the latest tricks from Nvidia and ATI using standard polygon rendering. The fact they are using points vs. polygons isn't that interesting to me.

What is fundamentally missing here? Animation, lighting and shadows. Those are going to be really hard problems to solve and I'm curious how they will go about it.

Also, it's not "infinite" detail. There is going to be a fundamental limit in regards to CPU memory or GPU memory. You can only store so much "detail" at the various detail levels in the different stages of memory. As soon as it has to dynamically load an entire detailed world that doesn't include just 20 instanced models, but more like 10,000, than I'm sure it will run a lot slower.

However... I am excited for this. DDR3 is getting dirt cheap, if they could make a game that actually used all 8GB of my memory I'd be impressed.

Comment Three displays (Score 1) 628

I'm surprised not very many people use 3 monitors. Maybe the barrier of having to install a 2nd video card is too difficult? I personally have a 3 monitor config at work and home. They really aren't too expensive anymore. It really does help with software development to have one monitor for administration (e-mail, web, calender), one for your IDE of choice, and another for the application your debugging.

Comment Usability? (Score 1) 106

Yeah, that's cool you can say "it has 1,600,000 books" but how are they categorized? Is the interface for selecting and searching for books intuitive? If the laptops are targeted to a younger audience are the selected books at an appropriate reading level for the age? I mean, this is really only useful if they can create a really, really, good front end.

Comment Re:Misses The Point (Score 1) 339

You're still assuming government regulation is more efficient than market rate. Sure a more efficient TV might save you money in electricity, but what if it costs $200 more up front? What if that's because it took $200 more electricity to manufacture? We would never know, because you can't micromanage industries like this. The only reason it would save energy in California is because they force production sources that are already too expensive to begin with. The main thing I hate about liberalism is that it assumes we are all stupid up front. Oh, you are too dumb to buy an energy efficient TV, so we'll make you!

Comment Re:Qt (Score 2, Interesting) 310

Qt is okay for networking applications, but in my experience Boost has much, much better performance, not to mention better support for things like multicast without creating some hacks. Qt ends up using a lot of Qt specific classes internally to create buffers and network functions, so it ends up being slower than Boost which seems to act more as a wrapper than anything.

Programming

Ted Dziuba Says, "I Don't Code In My Free Time" 619

theodp writes "When he gets some free time away from his gigs at startup Milo and The Register, you won't catch Ted Dziuba doing any recreational programming. And he wouldn't want to work for a company that doesn't hire those who don't code in their spare time. 'You know what's more awesome than spending my Saturday afternoon learning Haskell by hacking away at a few Project Euler problems?' asks Dziuba. 'F***, ANYTHING.'"

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...