Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Curse of the Cursed Cursor (Score 4, Insightful) 855

> the power cable had fallen out of the adapter.

A good way to overcome this is to say "sometimes some junk gets in the plugs... unplug your adapter and then plug it in again." That way if the adapter is indeed unplugged, the person doesn't have to admit it - they can just plug it in and save face by saying "oh yes, it must have gotten loose or dirty or something". Seems like a good strategy.

Comment Re:Good lord, what is with the taggers? (Score 1) 80

> is Passenger easier to deploy?

It's easier because you can replace a mongrel cluster with mod_passenger which dynamically configures the cluster size. Kind of like you configure an Apache web server - you don't set it to have 10 instances running all the time, instead you set it to never exceed 100 process and let Apache manage how many processes it needs under that maximum threshold.

But you're right - the actual deployment is still done with Capistrano, albeit with some minor tweaks to the deployment tasks.

Comment Re:Good lord, what is with the taggers? (Score 3, Informative) 80

> the backend functionality works pretty well considering the time invested.

So true. I think Rails (especially when combined with Passenger) really lowers the bar for getting a dynamic web site with readable URLs (e.g., /captions/public/posts/4/entries/new) up and running. It opens a lot of doors; good times indeed!

Programming

6 Languages You Wish the Boss Let You Use 264

Esther Schindler writes "Several weeks ago, Lynn Greiner's article on the state of the scripting universe was slashdotted. Several people raised their eyebrows at the (to them) obvious omissions, since the article only covered PHP, Perl, Python, Ruby, Tcl and JavaScript. As I wrote at the time, Lynn chose those languages because hers was a follow-up to an article from three years back. However, it was a fair point. While CIO has covered several in depth, those five dynamic languages are not the only ones developers use. In 6 Scripting Languages Your Developers Wish You'd Let Them Use, CIO looks at several (including Groovy, Scala, Lua, F#, Clojure and Boo) which deserve more attention for business software development, even if your shop is dedicated to Java or .NET. Each language gets a formal definition and then a quote or two from a developer who explains why it inspires passion."

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...