Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:One way to solve this (Score 4, Informative) 380

I decided to do this.  But I still like music.  My solution in the end was to attend the National Celtic Festival here in Australia every year, buy a pile of CDs, and then get out one new one every month.  Sure, that means that the music is limited to Traditional Music, Celtic Rock, Celtic Punk, and the like, but I'm sure there are alternate solutions for those who like different kinds of music.

Additionally, I use the RIAA Radar to find out whether groups are connected with the RIAA.  I've bought some CDs online that are fine by the RIAA Radar.

http://www.riaaradar.com/

What I'm trying to say is, there *are* alternatives out there, people!  If you seek them out, you will enjoy your new music as much, and you'll have more chance of meeting the artists too if they're not mega-famous :). 

Comment Re:Americans (Score 1) 380

Allow me to point out, the difference between revolution and lone crazies is popular support.  Unless your move has popular support, you'll be deemed a lone crazy and locked up.

I'm also going to assume that your beef with Goldman Sachs is that they got a Government bailout.

Anyway, if your move has popular support, then you'll be able to eg. vote Ron Paul, who will (I'm presuming) let non-performing companies go belly-up.  This will solve the problem equally well.  You could also vote Libertarian or Constitution parties; I imagine these groups would do the same. 

Comment Re:Law enforcement isn't a US sports game (Score 1) 134

The impression I've gotten is that some judges (the ones I've heard about have been left-leaning) are too sympathetic to the criminals, and say things like "Well, yes, he did *murder* someone, but he's just a big lovable puppy" (ok, I exaggerate :) ).  This was the legislator's attempt to say "While we don't want to take things out of the hands of judges completely, there's a certain point where people should just be locked up".

HTH,

Comment Re:Not a particularly exciting release (Score 2, Informative) 236

Those of us with multiple GPUs (screen cards) and/or multiple input devices also have cause to rejoice.  The multi-screen-card functionality has been mostly broken in recent versions of X, and if I understand correctly, this should be fixed in a recent version of X which I understood was supposed to be in F12.  But I could be wrong.

You'll note that this is also the first version of Fedora to come with Perl 6 :). 

Comment Re:Tools, Practices and Standards (Score 1) 244

There are a number of aspects to setting this sort of thing up. Here's what I'd be looking at:

1. Personally I recommend the tool called "puppet", especially making heavy use of the "augeas" module. cfengine is a traditional tool for this too. You may also want to use the tool "cobbler" with this. These tools between them would deal with deployment of new machines, and are especially useful for similar machine, as your dev/test/production machines are likely to be.

2. Someone recommended using packaging; that would be my personal suggestion.

3. People have been arguing SVN vs. Git. Use only one of these :).

You'll notice that the breadth of argument has occurred because there are quite a number of areas in which various pieces of sysadmin software could be used, and you haven't been clear about what areas you need covered. I'd recommend a post that clarifies what you're already using in each of these areas.

HTH,

Comment Re:Something else I realised (Score 1) 579

XML. Why use it? Well, for me, the whole thing can be answered by the word "Tree" (well, "Plex" actaully, but that's less self-evident). Once data gets beyond single items ("scalars" in scripting languages), 1D arrays, and hashes, you're looking at containing your data in two major structures; multidimensional arrays, and trees (yes, I know you can do arrays of arrays, and hashes of hashes, but it's a way of representing the same thing).

Now, there are a variety of ways of selecting data out of a tree. The filesystem globbing language is a good example. LDAP's language is also good, if a bit more verbose. ACAP seems useful, but I've never gotten into it much. But to me, the queen of all the major path-selection languages is XPath. I don't like XML that much as a tree representation, but I can live with it, for the sake of having XPath.

Anyway, I hope this gives some insight into why at least one person who agrees with you in many ways is now willing to consider XML as a reasonable solution.

PHP

Submission + - Drupal 6.0 has been released (drupal.org) 1

rDouglass writes: "Following one year of development, Drupal 6.0 has been released. Drupal powers a wide range of websites from publishing sites, non-profits, large technology companies, to rock stars and personal blogs. Drupal 6.0 has many new features such as OpenID support, better internationalization and localization support, a better installer and easier theming. Drupal is a PHP based product released under the GPL."
The Internet

Submission + - HTTP Authentication: Solutions and Futures (jdarx.info) 1

wayland writes: "wayland's Computer Stuff has a series of articles on the usefulness (or otherwise) of HTTP Authentication. Covering problems ranging from whether authentication is optional, to the poor user interface, to internationalisation, this series presents solutions to the problems listed, both short-term (technical) fixes, and long-term (RFC-changing) suggestions."

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...