Slashdot Mirror


User: andyfaeglasgow

andyfaeglasgow's activity in the archive.

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

Comments · 40

  1. He should've patented it on Breaking Google's DRM · · Score: 1

    Might have earned him $92M ;-)

  2. Re:What to do... on Sun and Kodak Settle Out of Court · · Score: 1
    If you need incentive, while you're complaining about Programmers and Engineers not being hired, IP is the single fastest growing area of the law, and highest paid. If you pass the Patent Bar, you WILL get a job...a good job.
    But not necessarily one that contributes to the development of technology, which I'd guess is pretty important to a number of /. readers.
  3. What's your name? on Ask Unix Co-Creator Rob Pike · · Score: 1

    Captain Manwaring: "Dont tell him Pike!"

    Just reminded me of one of the funniest lines ever written. For non-brits, check out the show "Dads Army"

  4. You're probably right... on Ask Unix Co-Creator Rob Pike · · Score: 1

    but I like dreaming :-)

  5. The Google Operating System on Ask Unix Co-Creator Rob Pike · · Score: 3, Interesting

    Can you comment on the speculation about a new Operating System being created by Google?

  6. Re:Any Small OS on Desktop Apps Ripe Turf for Open Source · · Score: 2, Insightful

    I doubt it though I may be wrong...anyone correct me?

    In the mean time, do you have any contacts that may have access to a high speed connection (students, employees, family, friends). You could give them instuctions on what to download then they could burn it for you.

    Alternatively, if you email your address to
    andyfaeglasgow@gmail.com
    I would be happy to mail you whichever distribution you want.

    Andy

  7. patents on Patent Concerns Unlikely To Nix Munich Linux Plan · · Score: 1

    Why don't they reduce the maximum length that software patents can expire. I saw somewhere in the thread that they can last 17 years. This is ridiculous in an industry that is only 50 years old.

    1 or 2 years is all you would need to make a profit out of a good software idea. After that, the patent expires and everyone can use it.

  8. A GPL question on Open Source Licensing · · Score: 1

    Say I make an application MyApp, that uses LibFoo (a package released under the GPL); but LibFoo needs a few additions and a little tweaking to allow MyApp to use it.

    Do I have to release the entire MyApp under the GPL, or just the changes I made to LibFoo?

  9. Re:Why? on Flaw in Microsoft JPEG Parsing · · Score: 1

    I singled Microsoft out because unlike RedHat, Debian and others, they make software and charge people for it.

    RedHat, Debian and others are collections of Open Source Software, conveniently distributed as a single package. How can you (or why should you) guarantee software that you don't even produce?

    Microsoft, make their own software, that noone can verify the quality of then charge people to use it.

    Like I said, other engineers have to give up some of their profits to pay out when things go wrong. For Microsoft, this would mean $100's of millions/year. For projects on SourceForge, this means nante.

  10. Re:Why? on Flaw in Microsoft JPEG Parsing · · Score: 1

    ...programming is in principle the _only_ engineering profession in the world that offers _no_ guarantee whatsoever for it's work.

    Surely that's why Micro$oft have been allowed to make so much money. Whilst more established engineering professions have been forced to give up some of their profits when things go wrong, (or spend more money making sure they don't), Microsoft have been able to get away with keeping all their profits.

    More fool the people who pay for software without these guarantees.

  11. Re:Sure, but... on Software w/ Source for Sale? · · Score: 1

    An even better way would be to make rubbish software that requires loads of support cause it keeps crashing...AND charging people for it.

    Hold on a minute...no wonder Microsoft are so successful ;-)

  12. Re:How about Qt? on Software w/ Source for Sale? · · Score: 1
    The purpose of the law [copyright] is to promote the growth of science and useful arts by encouraging publication...

    I think that you may mean patents here. But I agree with your sentiment

  13. Re:Ironic... on Public Markets For Predicting Google's Market Cap · · Score: 1
    your investment can go down in value, unlike putting the money in a bank

    Actually the real value of money placed in an ordinary bank account is quite likely to down. This is because typically interest rates are lower than inflation rates.

    So by your definition, even putting money in the bank is a gamble. I think the zero-sum game thing makes more sense

  14. Re:Conventions are for the READER, not the author on Is the 80 Columns Limit Dead? · · Score: 1

    Authors who find it difficult to stick to the conventions defined could use a simple tool to convert the code appropriately before submitting it to the repository.

    This is the approach taken by jgrapht.

  15. Re:What's really new in XForms? on Mozilla Starts Work On XForms · · Score: 3, Informative

    I think the major benefit is data validation. With X-Forms, all the information you input on a web page can be checked before it is sent to the server without the need for writing reams of javascript. All you need is a simple xml schema.