Slashdot Mirror


User: gowen

gowen's activity in the archive.

Stories
0
Comments
3,427
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,427

  1. Re:Broadcast Flag on Microsoft Licenses Analog Anti-rip Technology · · Score: 1

    But that's not how most people use time shifting. We record things that are on when we have other, more pressing, things to do, and then watch them at out leisure. With the broadcast flag, we'll still have pressing things to do, but (in all likelihood) won't have our favourite shows available during our free time.

    Sure, we could sit down and watch whatever's on, but that (by definition) is less appealing than our favourite shows.

  2. Broadcast Flag on Microsoft Licenses Analog Anti-rip Technology · · Score: 4, Insightful

    I like the broadcast flag. If we couldn't record stuff off the television, perhaps the nation would find better things to do with their time that watching endless television programs. Like extra exercise, or socialising. We'd all be a whole lot better for it...

  3. Re:Many own, few read on Knuth's Art of Computer Programming Vol. 4 · · Score: 2, Insightful
    Second, it shows the algorithms on a low level. Very good.
    No. Very bad. This just means that the algorithm and the implementation get confused in the readers head. When learning algorithms, the algorithm should be be written in as high a level language as possible, preferably natural language of the student.

    Which one of these better explains the bubble sort algorithm:

    i) start with the first item on the list
    ii) if their places of that item and the next should be exchanged, exchange them
    iii) move down the list one place
    iv) repeat from (ii)
    v) when you reach the bottom of the list, start again from the top, but ignore the bottom element

    for (i=0; i<n-1; i++) {
    for (j=0; j<n-1-i; j++)
    if (a[j+1] < a[j]) { /* compare the two neighbors */
    tmp = a[j]; /* swap a[j] and a[j+1] */
    a[j] = a[j+1];
    a[j+1] = tmp;
    }
    }
  4. Re:It's never that easy... on Canadian Government Weary of Patriot Act · · Score: 1

    I wasn't trying to perpetuate a myth (I wasn't even aware of its existence). I was just regaling people with an "amusing", true anecdote. I've had other, less amusing experiences of queueing for almost an our to get through passport control at YVR, Vancouver.

  5. Re:s/Weary/Wary/ on Canadian Government Weary of Patriot Act · · Score: 1

    The man put a play on in a theatre, without gaining the theatre owner's permission. In what country is this *not* considered illegal?

  6. Re:You gotta love contradictions on Moglen's Plans to Upgrade the GPL · · Score: 2, Informative
    the interview with Linus states that the GPL is supposed to undergo its "first revision in 13 years".
    Insert the word "major" between "first" and "revision", and everything will become consistent.
  7. Re:s/Weary/Wary/ on Canadian Government Weary of Patriot Act · · Score: 1

    My dad has no arms and legs, you insensitive clod!

  8. Re:s/Weary/Wary/ on Canadian Government Weary of Patriot Act · · Score: 1
    I'll take what little remains of my religious freedom and stay in the US.
    Cool. That's your lifestyle choice. I never said my country was better than yours. I just said that yours isn't better, or freer (in any objective sense), than mine.
  9. Re:s/Weary/Wary/ on Canadian Government Weary of Patriot Act · · Score: 5, Insightful
    the US remains the last truly free country.
    Unless you want to:
    i) pay for sex
    ii) smoke marijuana
    iii) marry (or have a legal union with) someone of your own gender
    iv) implement a number of simple mathematical algorithms in software
    v) have a telephone conversation without risk of government surveillance
    vi) travel internally on an aeroplane without ID....

    I could go on. The US is the the last truly free country, as long as you define "free" as "free to do those things the government, in its wisdom, allow you to do".

    Exactly like every other Western Democracy.
  10. Re:Nah Na-Nah, Na-Nah Nah ... on Canadian Government Weary of Patriot Act · · Score: 1

    All I'm saying is, if you want those values that are mainly American (paranoia about socialism, unrestricted gun ownership), try America.

  11. Re:Land crossing question on Canadian Government Weary of Patriot Act · · Score: 1
    This information is then kept for later use or forwarded to the police so that they can then (you guessed it) track you.
    Wow. Paranoid much?

    Do you really think the French Police (for example) have nothing better to do than track the thousands of foreign tourists who are visiting Paris at any one time? Yes, you need photo ID to check into a hotel, but the last time I used a Travelodge, that was true in the US, too. I've stayed in many European hotels, and only once had by ID duplicated (at a real fleapit dive in Paris).
  12. Re:s/Weary/Wary/ on Canadian Government Weary of Patriot Act · · Score: 5, Informative

    If you think that a functioning welfare state providing a safety net for the poor constitutes state socialism, and think that having to register gun ownership is an infringement of your basic human rights ... I recommend that you move to the USA.

  13. Re:s/Weary/Wary/ on Canadian Government Weary of Patriot Act · · Score: 5, Funny

    I crossed from the US to Canada once, (I'm a Brit) and the toughest question the Canadian authorities (represented by a young female border guard) asked me was "Do you know you have the loveliest accent?"

    Canadians rule.

  14. Re:Hmmmm on Torvalds Joins Anti-Patent Attack · · Score: 1

    Hey! We don't say "copying".

    The nice word is "re-implementing".

  15. Re:Ironic on 4 Linux Distros Compared To Win XP, Mac OS X · · Score: 1
    the reviewer doesn't discern between the operating system, and applications.
    That's not unreasonable, because a large number of non-tech-savvy home users (at whom this article is aimed) don't either.
  16. Re:Linux has been ready for a long time now on 4 Linux Distros Compared To Win XP, Mac OS X · · Score: 2
    These 'Linux is ready for the desktop' stories have been piling up for quite a few years now, but will it really happen
    I think its a mistake to think they'll be a time when it "will happen". It is happening, but its happening slowly. Linux has been ready for my desktop since 1997, but I have esoteric tastes. Linux is now ready for my sister's desktop, and she's a fairly tech-savvy IT person, but not a geek. It's not ready for my dad's desktop, because he still finds Windows Installation Wizards too complicated to comprehend.
  17. Re:ObESR Link = Lamer on ESR steps down from OSI · · Score: 1
    Unfortunately, he's one of those intelligent people who believes that because his opinions are respected in one arena, he is automatically an expert in all arenae
    Most hilariously, have your read his views on pornography (which can be summarised as "anything that turns me on is good, the rest of it isn't". Or, less succinctly Eric Raymond is a tit man.)
  18. Re:ObESR Link = Lamer on ESR steps down from OSI · · Score: 1
    he is responsible for fetchmail
    No, he's not. That's based on someone else's work -- a program called popclient. ESR wrote a new parser for the config file (which, rapidly, is starting to look like this particular pony's single trick.)
  19. Re:Ahh! on Fansubbers Under Fire · · Score: 1
    She was referring to the Fair Use rules
    Then she misinterpreted them. Merely meeting one of the criteria is, in general, not sufficient for an infringement to be considered Fair Use.
  20. Re:Ahh! on Fansubbers Under Fire · · Score: 1

    I see where you got confused now. You're thinking of the 4 principles that goven Fair Use. It's true, if you're not doing it for profit, you've got a better chance of pleading "fair use", but it is nowhere near as set in stone as you make out. In fact, if you don't make any of the other three criteria, it is extremely unlikely that free, unlicensed redistribution would be considered Fair Use.

  21. Re:Ahh! on Fansubbers Under Fire · · Score: 1
    In the USA, copyright law has 4 rules that determine whether an infringement has taken place. The most important one is the question of monetary damages.
    That is simply not the case. The question of monetary damages has a major determination on the penalty for infringemnet but not on the fact of whether infringement has occured.
  22. Re:Oh well... on Can-Spam Increased Spam · · Score: 1
    The TCP/IP protocols themselves need to be redesigned.
    There's nowt wrong with TCP/IP. It's SMTP that's showing that its roots are from a more trusting time. And there are already a number of secure mail protocols in existence.
  23. Re:Ahh! on Fansubbers Under Fire · · Score: 1
    Actually many people have more incentive becaue they know it's a good series, and feel a moral obligation to get them
    I'm sure many people do feel like that, especially the hard core fans. But I'd bet you dollars to donuts that many more people don't. Of course, many of those wouldn't have bought it anyway, but no-one really knows the ratio of these three groups.
  24. Re:Ahh! on Fansubbers Under Fire · · Score: 1

    Oh, do grow up, you silly little boy.

  25. Re:Ahh! on Fansubbers Under Fire · · Score: 0, Offtopic
    This has been going on for 20 years, and in fact was largely ignored by the anime companies
    But thats a matter of scale. 20 years ago, a very small group of people were doing this -- few had the means, few had an interest in Anime and fewer still had the contacts. Now, everyone and his brother has a DVD burner, certain elements of Anime are mainstream (or almost so), and the uptake of the Internet means *anyone* can download the stuff from P2P networks.

    What was once a small, ignorable, minority have suddenly got to be a considerably larger problem.