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

 



Forgot your password?
typodupeerror

Comment Re:Anything ready for the real world yet? (Score 1) 111

Try SQLAlchemy. It's simply awesome. The ORM by and for people who actually know relational databases. No "composite keys not supported". No "Legacy DB" FUD phrasing like Rails. Use it with Mako for templates and whatever web framework. Pylons/Pyramid works, as do others I'm sure, but to me the far more important choice is the ORM and templating system. The rest is just glue.

Comment Ubuntu's decisions lately (Score -1) 283

Ubuntu has had a strange mix of decisions lately. Good decisions to dump f-spot and evolution. These were two default programs I always had to remove for non-technical users that I support to avoid endless complaints. Then there are bad decisions like pulseaudio (over jack). It causes problems but, after a lot of growing pains, mostly works for the average user. Then there are the horrible decisions like Unity and Wayland that make you wonder where they think they are going.

Comment Re:Not that big of a deal (Score -1) 268

> Some of us have been writing C in Linux for ~12 years and decided enough is enough. C++ is not any better (in many ways worse), ...

And that's where you went wrong. Good, modern C++ is much better than C for most high level applications. Most of the anti C++ attacks from below (C) and above (Java/C#) are merely FUD in my experience. Programming in C++ provides nice abstractions that C lacks, without giving up system-level control that the JVM/CLR environments do.

Comment Tracemonkey 64-bit? (Score -1) 168

Now when will we see the Firefox Javascript JIT compiler ported to AMD64? It's not very well documented but 64-bit Firefox builds simply ignore the javascript.options.jit.content setting. It took me a while to figure out why the much promoted feature had no affect on any Javascript benchmarks.

Comment tracemonky doesn't work on 64-bit (Score -1) 273

Unfortunately tracemonky still doesn't work on 64-bit builds. You can set the javascript.options.jit.content preference to true with no warning that you are at most going to get a placebo effect on javascript performance. So anyone with a modern system won't be able to take advantage of one of the biggest new features.

Slashdot Top Deals

In computing, the mean time to failure keeps getting shorter.

Working...