Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Bayonetta is a button mashing game... (Score 3, Interesting) 132

No it's not. It's a 60fps arcade-style game with a deep block + counter-attack + positioning combat system that requires very specific and tight timing. Yes it has easy-modes for the casual gamers but Bayonetta is most certainly not a casual game. Some enemies cannot even be beaten on normal or above difficulty with using witch-time effectively. Calling it more casual than pikmin and automated is baseless hyperbole. Back that up son if you want to be taken seriously.

Comment Re:My new business idea (Score 1) 164

Better check existing patents & applications first. I believe IBM has much of this area already locked up. Searching for new things to patent: http://yro.slashdot.org/story/08/09/29/140245/ibm-wants-patent-on-finding-areas-lacking-patents Patenting the patenting process: http://slashdot.org/story/11/01/02/1534223/ibm-files-the-patent-troll-patent

Comment burn it all down and move on (Score 1) 647

"but more importantly a new mindset about the entire project, a mindset intended to encourage greater deep beauty in the application layers below the user interface" No. Not "more importantly". No one cares about the "deep beauty" in the application layers or anywhere else besides the user interface. The most important thing for a desktop to get right is the user interface. Everything else is just codemonkies masturbating.

Comment Windows 7, the other OTHER window manager (Score 1) 344

I don't really see any useful features that Gnome or KDE offer over a more vanilla window manager. Mostly it's junk that doesn't really work right like notifications or Network Manager. Neither is really that easy to configure and neither has a particularly useful interface. You know, Windows 7 actually looks very attractive in comparison. If you really need to run anything Unix-like just use VMware Player and an image that boots to a nice CLI.

Comment Re:Driver quality (Score 1) 240

It wouldn't even have to be that complex. I have had AMD drivers crash on malformed GLSL code. NVidia fails gracefully and either displays solid white for that render pass or just nothing. Hell I've had their ATI FireGL cards crash on bad GLSL code and GL is right there in the name!

Comment Don't take my Qt! (Score 1) 479

What happens to Qt? I'm not so concerned about phones but for writing useful little GUI apps for Windows, Linux, and Mac. Qt is fantastic. Qt makes C++ worthwhile. It adds to and reworks the parts of C++ that are annoying - safe pointers, signals-slots, MUCH better standard data containers and iterators, class/object metadata .. and that just wasn't enough. Then they wrote an amazing collection of extremely useful and well-built collection of modular libraries - web, opengl contexts, networking, sound, video, file management, vector drawing, animations, .. Don't make me go back to wxWidgets pleeeease! :(

Comment Re:Yes, as I've said many times.... (Score 3, Interesting) 456

How can you lay this at the feet of the graphics card manufacturers? The closed source binary drivers (NVidia) work just fine. The open source ATI stuff is mostly junk. It's a bit unfair to say OpenGL is bad just because the open source guys can't implement it correctly in the Linux drivers.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...