Slashdot Mirror


User: MartinG

MartinG's activity in the archive.

Stories
0
Comments
782
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 782

  1. Re:But you lose quality on iPod Cracked, But Does it Matter? · · Score: 1

    That won't work with future DRMed PCs.

    Unless you get it "chipped"

  2. Re:Or to give it its full name... on Is Second Life the Paris Hilton of Virtual Worlds? · · Score: 4, Insightful

    You pay money for something that has no real actual worth.

    What does worth mean exactly?

    Who gets to decide what has real worth?

    Isn't it the case that the market decides what something is worth, and that you don't decide?

  3. Re:AllOfMp3.com's Legality (or lack of) on Visa Cuts Off AllOfMp3.com · · Score: 1

    Visa has now chosen to recognize this issue and not be party to breaking the law.

    Two questions:

    1) In which jusrisdiction(s) was the law being broken?

    2) Which law(s) in that jurisdiction(s) was/were being broken?

  4. Maestro on Visa Cuts Off AllOfMp3.com · · Score: 1

    I just tried with my maestro card and that was declined too.

  5. Re:They saw a murder coming? on The Future of ReiserFS · · Score: 4, Insightful

    The way I read it, they saw an arrest coming.

  6. Re:As expected on The Future of ReiserFS · · Score: 4, Insightful

    Hans probably murdered his wife

    Not sure if I'm feeding a troll here, but the man has BEEN ARRESTED! That is all!

    If you have any evidence that he killed his wife, be sure to let us know. (and let the police know of course)

  7. Re:We saw it coming?? on The Future of ReiserFS · · Score: 5, Informative

    Nobody knows if he did kill his wife.

    I assume they meant that they saw his arrest coming. (Since when wives disappear, husbands routinely get arrested or at the very least intensively questioned by police)

  8. Re:editors are for wimps on A Visual Walkthrough of New Features in Vim 7.0 · · Score: 1

    cat? That's _way_ too much typing. I always get my developers to use zcat.

  9. Re:Ultra fast desktop, same old slow applications on FVWM-Crystal 3.0.4: Speed and Transparency · · Score: 5, Insightful

    My gut feeling is that the main cause of this may be the GTK toolkit.

    Well it just so happens that gut feeling, despite being the most popular tool, is almost totally useless when applied to performance measurement in software.

    Seriously, I solve performance issues in a range of applications on an almost daily basis as part of my job. After a few years, you stop being surprised at exactly how little correlation there is between your gut feeling of what is causing slowdown and what really is.

    Measurement is the only useful approach to performance. I've said it many times before, and many greater programmers than me said it long before that.

    A couple of quotes:

    "Measurement is a crucial component of performance improvement since reasoning and intuition are fallible guides and must be supplemented with tools like timing commands and profilers." - Kernighan and Pike

    "You cannot tell where a program is going to spend its time. Bottlenecks occur in surprising places, so do not try to second guess and put in a speed hack until you've proven that's where the bottleneck is." - Rob Pike

  10. MOD PARENT UP. on The Future of Rich Internet Applications · · Score: 1

    Echo2 is a dream to develop with (forget html, form backing objects etc. Think swing api)

    The cross browser compatibility is excellent, the performance impressive and writing your own custom components (not that you'll often need to) is not too bad either.

    Give it a go and you'll see what I mean.

    Have a look at the demo app to see what it can do: http://demo.nextapp.com/Demo/app

  11. One size fits all business models... on Universal to Offer Music for Free · · Score: 1

    Up until now the industry has been trying to crowbar internet distribution to fit their old business model (price per recording, no adverts, as used with CDs), and it failed.

    Now they are trying to crowbar internet distribution to fit another old business model (free of charge, adverts included, as used on radio) and it will fail.

    How long before they realise what it is they need to do? (free of charge, freely copyable, no unauthorised commercial use)

    Once they do this good music will spread like wildfire and will form free advertising for good bands who will then make lots of money from concerts and other live performances without having to have spent an enormous amount on marketing etc.

    I actually think the industry already know this, but are trying to avoid it because as soon as everyone realises that this is the future the bands will realise that they really don't need the industry.

  12. Re:Major New Features on Major New Features in Debian Etch · · Score: 2, Interesting

    and how many packages for redhat are available from apt repositories? No more than a couple of hundred last time I looked.

    And most of the few that were available have moved to yum.

    Can you even get official security updates for redhat via apt?

  13. Re:Time will tell on First Impressions of Freespire 1.0 · · Score: 3, Informative

    can you tell me the easiest method of getting Ubuntu up to speed with all the codecs, DVD-playback, flash, et cetera... LEGALLY?

    Keep an eye on here:

    http://www.fluendo.com/products.php?product=plugin s

    They are currently only available to OEMs, but the plan (as stated in the link) is to make them available to end users via a webshop.

  14. MOD PARENT UP on Open Source AJAX toolkits · · Score: 1

    Echo 2 is the most under-rated, under-hyped, under-exposed Web UI development framework around. Try it. It's how GUI development should be.

  15. In other words... on Microsoft to Work with Xen on Virtualization · · Score: 4, Interesting

    Microsoft plans to catch up with Linux when it comes to running a Xen host.

    This will of course benefit Microsoft because without this, people who wanted to run both Linux and Windows on the same hardware using Xen had to use Linux as the host. (they also of course have to have hardware capable of full virtualisation)

    Actually, this _may_ swing things in favour of running windows as the host because for older hardware Xen requires a modified guest. Running linux in Xen on windows allows this because xen modified linux is widely available. Microsoft in the other hand have not and probably will not release Xen-guest enabled windows, despite claiming to support interoperability. It's actually Microsoft style interoperability they want, and as many of us know that only works one way.

  16. Re:Question for the masses. on Linux 2.6.17 Released · · Score: 1

    Why are the network drivers part of the kernel?

    Only the drivers you use will actually get loaded, so you don't need to worry about clogging up the kernel.

    As for why they are in kernel space, rather than user space, it makes sense for network drivers to live in kernel space with Linux since they have to handle hardware interrupts etc. Doing this in user space it beyond my knowledge, but probably involves a microkernel architecture which Linux does not have. (and does not want)

  17. echo framework anyone? on Google Releases AJAX Framework · · Score: 4, Informative

    Coding your UI in java and having it translated into javascript and html without having to worry about cross browser compatibility?

    Sounds familiar. It's rather like the echo framework

    The big differences I see are:

    1) Google toolkit advantages:
    - No load on the server to render the UI. All ui code runs on the browser, so this may help server scalability.

    2) Echo advantages:
    - Fully open source.
    - Richer set of ui components (IMO - see the demo at http://demo.nextapp.com/Demo/app )

  18. A step in the right direction. on USPTO to Use Peer to Patent Program · · Score: 5, Interesting

    This will no doubt help matters, but still the burden of this work is being put on the wrong people. It should be on those who want the patent in the first place.

    If an existing patent grant is subsequently overturned for reasons that the applicant could reasonably discovered themselves then they should be penalised. It should be expected that the applicant has searched exhaustively (or at least as much as can be reasonably expected) before applying in the first place. Why should anyone else have to bear that burden?

  19. Re:No use to me. on Warner Bros. to Sell Movies Over BitTorrent · · Score: 1

    I'm already trying to do that in other areas (software) and time doesn't permit me to do everything.

    Besides, everyone is already making voluntary choices and I'm already weighing all of the factors (as outlined in my OP)

    I was just laying out how those choices could be mutually beneficial, that's all. I won't buy movies with DRM (that actually works) in the same way I won't buy CDs with DRM. Most CDs don't have DRM and they sell just fine. If it's one of those crippled CDs with DRM on that I can't use on my PC and mp3 player, I'll just download instead and risk being litigated against as a result. That's another weighed up choice I have made.

  20. No use to me. on Warner Bros. to Sell Movies Over BitTorrent · · Score: 3, Insightful

    This is no use to me. What I want is simple:

    My preferred movie characterastics (in order of priority)

    1) No (or easily circumventable) DRM.
    2) Legal.
    3) High quality.
    4) Cheap.

    This matches 2 and 3, but misses my number 1 priority.

    The best match so far is a DVD, since its easy to bypass the DRM in order to copy the movies onto my home built media devices. Other times I end up downloading the odd movie which fulfils 1, 4, and often 3 as well.

    Currently for many downloading is the best option by far, which is unfortunate because of its questionable legality. If only the industry would lower the price and remove the DRM it would match all four for me and I would be jumping at it. I think they are just too scared and/or greedy to do that though.

  21. Re:What the hell are the UC doing? on Microsoft turns to U.S. for EU Antitrust Help · · Score: 1

    This has nothing to do with software patents.

    I agree, it doesn't, but I believe that patents are what MS will use in their future abuse. I just think the EC need to look forwards as well as back in how they deal with MS abuse. Punishing them for past abuses while granting them the weapons they need to crush their new competition is hardly a good use of EC time and money.

  22. Re:What the hell are the UC doing? on Microsoft turns to U.S. for EU Antitrust Help · · Score: 2, Insightful

    I agree that's not how MS got where they are, but their traditional anti-competitive practices are not effective against their main competetion in the OS space (i.e. open source distros)

    Patents however will do. That's what I mean when I say they the EC are concentrating too much on what has already happened, and not enough on what different tactics are open to MS for future abuse.

  23. What the hell are the UC doing? on Microsoft turns to U.S. for EU Antitrust Help · · Score: 3, Interesting

    They are wasting an enormous amount of time and effort trying to stop Microsoft crushing their competition reactively, when they could take a much more preventitive measure.

    All they need to do is clearly legislate that software patents are not allowed in Europe and the rest will take care of itself. Open source alternatives will establish themselves more quickly in the mainstream and competition will accellerate like there's no tommorrow.

  24. Re:You don't say. on U.S. Supreme Court Hears eBay Case Wednesday · · Score: 1

    Patents are needed and useful. When a company spends millions (if not billions) researching an idea they need a fair opportunity to recoup their costs.

    In the context of software this is simply not true. There is no evidence that is is true and lots of evidence that patents on software are hindering competition.

    If people cannot compete on their own merit without being granted a monopoly on their software ideas then they should find another business. There are many many people queueing up to replace them who are willing and able to innovate without the need for patents. All that's preventing (or slowing) them is the existance of software patents in the first place.

  25. You don't say. on U.S. Supreme Court Hears eBay Case Wednesday · · Score: 4, Insightful

    "Software companies complain they can be held for ransom by owners of questionable patents while drugmakers oppose any weakening of patent rights, which they say would chill their investment in new medicines."

    Perhaps that's because, as we have been saying for years, patents on software impede innovation whereas patents increase (or so I am imformed - I don't work in the industry) innovation in the drugs industry.

    Patents on software make as much sense as patents on books or music. Get rid of them now before they give patents in general a bad name.