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

 



Forgot your password?
typodupeerror
×

Comment Re:"from user's machines" (Score 2) 307

I suspect that comment was directed at developers, not users. I've often wondered how java got such traction among devs. I don't know any who actually enjoy using it. Their stories sound a lot like those told by Cobol programmers ("Things to do today: write code, write code, write code, ...").

* Build a JAR file
* Anyone with Java installed can run it

Is why. And the JVM is a pretty solid platform. I'm not a huge fan of the language itself, but no other platform comes close in terms of simplicity of development and deployment.

Comment Re:Victory for Tablizer? (Score 1) 755

Hmm, I've often thought that while OO is good for encapsulating low-level operations, relational database tables and SQL were a much more natural way to model and query data. I just started reading, but his table-oriented-programming page hints at this problem under 'No Ceilings'. I'm not yet sold on his idea of Control Tables, but then I haven't read that part, yet. Maybe he's onto something.

Comment Eat fewer cows, more kale (Score 1) 570

or some other vegetable else that grows easily in your neighborhood. As an added bonus you'll be healthier.

We have plenty of resources. What we lack is the ability (or will) to use our resources in ways that aren't completely retarded. Making better food choices and cutting population growth (primarily by providing better education to women in developing countries) will suffice in keeping us fed. The last thing we need is excuses to give more money and power to companies like Monsanto.

Comment Different systems for different files (Score 1) 421

What system do you use to manage your home directories, and how have they worked for you for managing small files (e.g. dot configs) and large (gigabyte binaries of data) together?

I don't know that managing them *together* is all that useful. What I have been doing (and what I think is a more flexible way to manage stuff), is to divide the stuff in your home directory into independent 'projects' (e.g. financial documents, stuff for work, source code of my website, project X, project Y, my photo collection...) and manage each project separately in a way that lends itself well to the kind of file being stored. For a directory of small files that are frequently updated, Git is a great way to go. For synchronizing and backing up large collections of large files (like an MP3 or photo collection) you might try something like ContentCouch (disclaimer: I wrote this tool).

Slashdot Top Deals

Your computer account is overdrawn. Please reauthorize.

Working...