Slashdot Mirror


User: PhilHibbs

PhilHibbs's activity in the archive.

Stories
0
Comments
2,928
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,928

  1. Multi-Edit on Open Source Killing Commercial Developer Tools · · Score: 1

    I personally would deeply miss Multi-Edit if it went under. I'm going to buy their latest version, despite it not having the one feature that that I currently have to work around, which is the ability to deal with lines longer than 16k characters.

  2. Does it copy its own design? on Machine Prints 3D Copies Of Itself · · Score: 1

    In order to be fully self-replicating, the machine that it produces needs to contain the design information to produce another copy of itself. If the design specs are external to the machine, and need to be fed into the new copy of the machine, then it isn't a Von Neumann replicator.

  3. Re:Answer to question on PETA Offers X-Prize for Artificial Meat · · Score: 1

    The vegan POV is that we shouldn't be keeping and breeding more sheep anyway. I don't get the honey thing, because bees are necessary for agriculture anyway, so you can't get rid of them. As Einstein may or may not have said, if the bees die, mankind has four years of life left.

  4. Re:Answer to question on PETA Offers X-Prize for Artificial Meat · · Score: 1

    I'm not so sure. Whilst vegans won't even use honey because it's an animal product and requires ongoing use of animals, cultured meat does not require ongoing animal use. Once the sample is taken, no more animals are required - unless of course the sample goes bad and new samples need to be taken due to genetic ageing or something like that, in which case it might not be acceptable.

  5. Re:Where's the math? on Schoolboy Corrects NASA's Math On Killer Asteroid · · Score: 2, Funny

    Redirect The F'ing Asteroid?

  6. What? My brain is thinking for me? on Brain Study Calls Free Will Into Question · · Score: 1

    Stupid brain, getting in the way of my free will. I should have it removed.

  7. Re:Caching not a solution on BBC and ISPs Clash over iPlayer · · Score: 2, Informative

    I read about this a few weeks ago and the ISP guy said "We have excellent peering links with the BBC, so that end isn't the problem" or words to that effect. It's a "last mile" problem.

  8. Re:Marketing isn't the problem on BBC and ISPs Clash over iPlayer · · Score: 1

    I would have thought that the iPlayer would be designed to attempt to download from near neighbors
    I don't know of any p2p systems that do this. It's theoretically possible but probably isn't worth the extra effort in practice. If p2p systems were much more widespread and you could therefore have a good chance of there being a piece of your file in your neighbourhood, then it might be, but I don't think that is the case at the moment. In any case, it's the last mile that's the problem so it doesn't matter whether the piece of the file comes from next door or the next state, it's still using the saturated link.
  9. Dilbert does genetics on Japan's Unique Cow/Whale Hybrid Experiments · · Score: 1

    Would a cow/whale hybrid be a Cow-orca?

  10. Re:TFA on Counterfeit Chips Raise New Terror, Hacking Fears · · Score: 1

    And that's why secure facilities routinely ban all USB devices and disable the ports unless there is a clear business case for needing USB on a particular machine, which will usually be behind an extra security door, perhaps in a print or store room.

  11. Comic tributes on D&D Co-Creator Gary Gygax Has Passed Away · · Score: 1
  12. Re:It would be interesting... on EU Fines Microsoft $1.3 Billion · · Score: 1

    And the EU reacts by seizing all Microsoft's EU property including buildings, bank accounts, and company cars, and revokes all Microsoft copyrights within the EU. They install as many copies of Windows Server as they need while spending the seized assets on migrating away from MS products.

  13. Re:Try a phrase on Child-Suitable Alternatives To Passwords? · · Score: 1

    Absolutely - get her to pick a line from a nursery rhyme, and use the first letter of each word. "ttlshiwwya" is an obvious example of this idea, a little too obvious maybe but is shows the idea.

  14. Re:Assembly isn't obsolete! on Obsolete Technical Skills · · Score: 2, Informative

    I had a compiler on CP/M which generated assembly and sent the output to an assembler. I don't think GCC works that way. It probably generates machine code directly.
    There is a very close to 1:1 mapping between assembly language and machine code. The only thing assembly gives you that machine code doesn't is readability and labels.
  15. Re:read the fine print on Microsoft Releases Source of .NET Base Classes · · Score: 2, Insightful

    They clearly are developing software for the Windows platform. They can't use the source, but they can take a look and work out what the behaviour of the libraries will be in various corner cases so as to make sure that their libraries are compatible. In a closed environment, if I had access to source like this, I'd try to keep code writers away from it anyway, and only let the testing team read it in order to make test cases that check out all the corners. In an open source environment, however, I guess it's hard to make sure that contributors aren't reading and copying the source. Shouldn't be too hard to spot any copying though.

  16. Re:I don't see $55,100 on Last Sky Commuter For Sale On eBay · · Score: 1

    When it was 55,000 I could have bid 55,100 and been the highest bidder.
    Probably not. l***i might have set a maximum bid of $1,000,000 and what you see on ebay is the second-highest bid. As soon as you bid $55,100 then all you do is bump up the person who has already outbid you to a slightly higher amount.
  17. Copyrights included? on Last Sky Commuter For Sale On eBay · · Score: 1
    From the ebay listing:

    This Sky Commuter and all it's R&D and any copyrights go with this aircraft.

    I doubt that that is true. Surely Boeing own the "copyrights" to their research, and I wouldn't expect to see that kind of thing go on ebay.
  18. Re:Hey, it's been known to happen on Sony Starts a Standards War Over Wireless USB · · Score: 1

    I know I got to hang around two different girls in college (though not at the same time) for just doing their assignments.

    We called it the "coding couch".
  19. Re:Get real... on PlayStation 2 Game ICO Violates the GPL · · Score: 4, Insightful

    Or you could not accept the GPL, and let the lawyers loose on the poor unsuspecting copyright holder that dares to take you to court. Sony are in the wrong, but it's unthinkable that a judge would order them to release the source to their entire game.

  20. Re:Is this an EULA? on FSF Releases AGPL License For Web Services · · Score: 1

    GCC's output isn't bound by the same license as the program, not because it doesn't make sense for the license to do that, but because the license can't do that
    With both a compiler and a web service, I believe that the licence can do that. In both cases, the output contains parts of the originating software. Compiled code contains library routines, which can be (although universally aren't) covered by the same licence as the compiler. With a web service, any client-side code or CSS or whatever that is part of the hosting software can be covered by the same licence. The FSF text that you link is specifically talking about other examples where the output does not contain parts of the originating software. Although the AGPL licence concept could be used for a compiler, it would not make sense to do so, and I do not believe that it is the FSF's intention to do that. I don't see any evidence that even Stallman believes that GCC should only be used to produce Free software. He even recommended use of the BSD licence over the GPL for libvorbis.
  21. Re:Ug on FSF Releases AGPL License For Web Services · · Score: 1

    The proprietary algorithms in your ZODB objects wouldn't covered by the AGPL. They are the data upon which Zope operates.

  22. Re:what about config files? on FSF Releases AGPL License For Web Services · · Score: 1

    Config files are definitely not part of the source. They're config files, not source. Simple. Next!

  23. Re:Ug on FSF Releases AGPL License For Web Services · · Score: 1

    Yeah, that's absolutely right. The *PL's don't require that you distribute the source to the whole world, only to the recipients of the software. You can download and sell modified versions of GNU software, and you don't have to give away any source away for free, so long as it is included in the price.

  24. Re:The path to the dark side... on FSF Releases AGPL License For Web Services · · Score: 1

    Now you're just making shit up.

  25. Re:Is this an EULA? on FSF Releases AGPL License For Web Services · · Score: 1

    GCC isn't a web service. It makes no sense to release a compiler under the AGPL, and the FSF isn't saying that anyone should. It certainly isn't the case that a program's output is always bound by the same licence as the program, it's just that it makes sense for web services to be licensed this way in order to retain freedom for the end users of software, and freedom for the software itself. No-one is forcing you to use this licence for your web app that you develop, and no-one is forcing you to host the web service software that is licences under the AGPL. The AGPL is just a tool for developers who don't want their free code to be proprietized.