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

 



Forgot your password?
typodupeerror
×

Comment Re:Props to all sticking it out and trying Qt out! (Score 1) 79

Activities are just workspaces. They might offer a little more customization than a workspace-- but that's all they are.

I used XFCE for many years on this same machine-- without compliant. What I liked about KDE is that it ran as well as XFCE and came with everything I needed for Qt development. Also I don't need to double-load application frameworks. Iv'e been able to use KDE or pure Qt apps for everything I need.

As for drop-shadows, bouncy cursors and business-- that's both accepted and came be done tastefully. (**Cough** Unity **Cough) Like any environment, customization is both available and desirable. IMHO it was easier for me to get KDE where I wanted then Unity or XFCE

Comment Props to all sticking it out and trying Qt out! (Score 4, Insightful) 79

This is a big win for the Qt ecosystem. Between KDE libraries reworked into portable Qt modules and official iOS and Android support even with support from Digia-- Qt is gaining momentum. They even managed to survive being gobbled by Nokia, then being sold to Digia-- it has been a bumpy ride.

I recently tried out the latest Kubuntu and have been loving it installed on an old Dell D410 (12inch, 1.8Ghz SC Pentium, 1.5G RAM) laptop and it runs well and does everything I need (which in this case is Qt related application development :-)

Comment Re:Really big news for Qt (Score 1) 68

> As I'm getting back into C++ after almost 20 years and trying to start with Qt, I'd love to see some practical examples.

Sure. new signal slot syntax covers how to create anonymous lambda handlers for signals. No longer is it required to create methods on our public interface for a slot. This is pretty much The Big News (tm) when it comes to closures in Qt. But in general, I have late taking towards creating methods and interfaces which expect and rely heavily on callbacks-- and the new C++11 lambda expressions are now a very terse way to accomplish callback mechanisms in C++. Conceptually, it has always been possible, and the C++ 11 lambda extensions are effectively code inliners to accomplish the same task as creating a class to wrap state with a callback method-- which needed to be done by hand previously or attached to an existing class (further muddling its interface).

Comment Really big news for Qt (Score 4, Informative) 68

There are many things Qt does very well, some not so well and some pieces completely missing. Opening up KDE as plug-in frameworks will fill in the holes in Qt for bringing very strong applications to a whole new generation of embedded and X-platform tools. Also, C11 C++ extensions and more specifically closures have really helped me fall back in love with C++ primarily through Qt.

Comment Stole five years from my family (Score 1) 374

After our family got together and played Myst over winter holidays, there was much discussion that we could do better. My dad, uncle, aunt, cousin and others worked for 4 years to make Morpheus which was released in 1998 by Piranha interactive. Piranha very shortly went broke and paid little of what we owed. We all went back to our lives, but there are still background attempts at rebooting the game.

User Journal

Journal Journal: in which i am a noob all over again 17

I haven't posted a journal here in almost three years, because I couldn't find the button to start a new entry. ...yeah, it turns out that it's at the bottom of the page.

So... hi, Slashdot. I used to be really active here, but now I mostly lurk and read. I've missed you.

Education

Quantum Physics For Everybody 145

fiziko writes in with a self-described "blatant self-promotion" of a worthwhile service for those wishing to go beyond Khan Academy physics: namely Bureau 42's Summer School. "As those who subscribe to the 'Sci-Fi News' slashbox may know, Bureau 42 has launched its first Summer School. This year we're doing a nine-part series (every Monday in July and August) taking readers from high school physics to graduate level physics, with no particular mathematical background required. Follow the link for part 1."

Comment Re:Wash your hands! (Score 1) 374

This is good advice, and gives me an opportunity to speak to the community at large: some of us who go to cons and are in a position to shake tons of hands politely decline. It's not because we're being dicks, it's because we know it's a good way to substantially decrease our chances of catching and spreading any germs.

Comment Oh, cruel irony (Score 2, Interesting) 374

I played the PAX Pandemic game, where the Enforcers handed out stickers to attendees that read [Carrier] [Infected] or [Immune] (There was also a [Patient Zero].

I got the [Immune] sticker, and by the time I got home on Monday, it was clear that I had the flu. I've had a fever between 100 and 104 all week that finally broke last night, but I'm going to the doctor today because I think whatever I had settled into my lungs. I'll tell him about the H1N1 outbreak and get tested if he wants to run the test, but at this point I think it's safe to assume that I was [Immune] to the Pig Plague, but definitely [Infected] with the damn PAX pox.

Even though it's been a week of misery, it was entirely worth it, and I don't regret going to PAX for a single second.

Comment John Scalzi on why it won't work (Score 1) 370

John Scalzi wrote a hilarious exchange on his blog the sums up perfectly why this idea is made of fail:

Sony BMG spokesperson: We're pleased to announce we are the final major music corporation to release electronic tracks without that pesky DRM! All you have to do is leave your house, go to a selected retail outlet, buy a special card there, go back to your house, scratch off the back of the card to find a code, go to our special MusicPass Web site, enter said code, and download one the 37 titles we have available, from Celine Dion to the Backstreet Boys!

Kid #1: Or, in the time it takes me to jump through all those hoops, I could just download all 37 of those albums off of Pirate Bay.

Kid #2: Or, I could just scratch off the back at the store, record the pin number, go home and download the album through a Tor connection, so you can't trace my IP number.

Kid #1: Also, what's with this first slate of artists? Celine Dion? Backstreet Boys? Kenny Chesney? Barry Manilow? Are you high?
There's much more, but I didn't want to jack his entire post.

Slashdot Top Deals

"When it comes to humility, I'm the greatest." -- Bullwinkle Moose

Working...