Forgot your password?

typodupeerror

Comment: Wt (Score 5, Interesting) 519

by paugq (#38571924) Attached to: Ask Slashdot: Which Web Platform Would You Use?

Wt is the best one I have tried. I use the C++ version, although there is also a Java version (JWt).

What makes Wt unique is its approach: widgets. You develop web applications like you were developing desktop applications. Also, the API is Qt-like (but using Boost).

I gave up on Rails after I used Wt.

Want a virtualization console? Take Wt, libvirt and an HTML5 VNC client and you are done.

Need Active Directory authentication? Wt, Samba (or Windows APIs if you are on Windows), done.

Streaming? Wt, ffmpeg libraries, done.

Forgetting about bindings and being able to use the millions of C/C++ libraries out there was a huge relief.

Also, size: Rails, Django (and even PHP) just do not fit in an embedded environment. Wt does.

Comment: Re:Wt (Score 1) 287

by paugq (#38265956) Attached to: Ask Slashdot: One Framework To Rule Them All?

That depends on the impact that the frontend has on the whole system; if it's small, 9 hours optimizing the Python code might be more valuable than 90 learning C++ and a new framework.

The opposite is also true: being a C++ developer, I'd rather go with Wt than (re-) learn Rails, PHP or Django.

Also, size: Rails, Django (and even PHP) just do not fit in an embedded environment. Wt does.

Comment: Wt (Score 4, Interesting) 287

by paugq (#38264720) Attached to: Ask Slashdot: One Framework To Rule Them All?

Wt is the best one I have tried. I use the C++ version, although there is also a Java version (JWt).

What makes Wt unique is its approach: widgets. You develop web applications like you were developing desktop applications. Also, the API is Qt-like (but using Boost).

I gave up on Rails after I used Wt.

Want a virtualization console? Take Wt, libvirt and an HTML5 VNC client and you are done.

Need Active Directory authentication? Wt, Samba (or Windows APIs if you are on Windows), done.

Streaming? Wt, ffmpeg libraries, done.

Forgetting about bindings and being able to use the millions of C/C++ libraries out there was a huge relief.

Comment: Sokal Affair (Score 5, Informative) 254

by paugq (#37920344) Attached to: Dutch Psychologist Faked Data In At Least 30 Scientific Papers

Obligatory reference to the Sokal Affair.

The Sokal affair, also known as the Sokal hoax,[1] was a publishing hoax perpetrated by Alan Sokal, a physics professor at New York University. In 1996, Sokal submitted an article to Social Text, an academic journal of postmodern cultural studies. The submission was an experiment to test the publication's intellectual rigor and, specifically, to learn if such a journal would "publish an article liberally salted with nonsense if it (a) sounded good and (b) flattered the editors' ideological preconceptions."

A couple more shots of whiskey, women 'round here start looking good. [something about a 10 being a 4 after a six-pack? Ed.]

Working...