Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Stupid question (Score 1) 151

Hmm. I don't think you have proven its better than Rails. All you've proven is that you don't know Rails, so you *want* Django to be better. The truth is, they're more similar than you think. And they are both great frameworks.

Let me address your comments...

An object-relational mapper so you don't have to write SQL. But you can still use SQL if needed;

Exactly like Rails.

Automatic admin interfaces. You never need to write another stinkin' admin interface again.

In Rails, you can pick from many plugins that give you very nice ajaxy admin interfaces, or generate a simple one automatically. You don't need to write one if you don't want to.

It's own template language. Although, you can use any other template language you want.

Rails has a template language, too. Erb. And you can use other template languages as well via plugins. I prefer Erb, but many like Haml.

Support for memcached caches is built-in

This is built into Rails too. Along with support for other types of caches as well.

Built in support for i18n and l10n.

You can do this now, though it's not quite as clean as in Python. I was surprised, with a language that started in Japan, that Ruby didn't initially support these things.

Oh, yeah. Building Rails apps is fast, too.

Feed HP Starts Worrying About Forecasted Death Of Printing (techdirt.com)

When computers first started becoming popular, there was plenty of talk about the "paperless office" of the future, where everything would be done digitally. However, for years, the opposite actually happened. The paperless office was a myth made even more laughable by the fact that all the additional content computers and the internet delivered actually increased the demand for paper and printing. This was great news for printer companies, which made billions by pumping up the cost of ink for these printers. However, in recent years, a shift has begun. The paperless office started looking a lot less mythical. It really isn't that surprising. Just like when computers were first introduced, the productivity gains weren't immediate. A large part of the problem was simply that processes were new and poorly implemented, leading to a backlash of people going in the opposite direction. But, over time, new systems and processes have been developed. People have become more used to dealing with information on a screen instead of paper. And, perhaps, most notably, a new generation has entered the workplace that has grown up digital and sees little need for paper.

So what does that mean if your business is the printing business? It's time to start planning for the future. The NY Times has an interesting profile of Vyomesh Joshi, a senior exec and an HP lifer who is trying to prepare HP for a different kind of future. While the NYT piece sums it up as convincing people to print more, mainly by making websites easier to print (and make them appear better when they do print), it seems like Joshi is actually going a step further. We've talked about the importance of redefining what market you're in when new challenges come up, specifically noting that you should look to define the market not by the products you're selling, but the consumer benefit you're providing. Hidden at the end of the NYT piece is Joshi saying that the company really isn't in the printing business: "We are in the content consumption business." Who knows if he'll succeed in preparing HP for its next generation strategy, but it seems like he actually recognizes the real challenge he faces: not just trying to prop up an old business model, but recognizing the larger market the company is actually in.

Slashdot Top Deals

"Be there. Aloha." -- Steve McGarret, _Hawaii Five-Oh_

Working...