Slashdot Mirror


User: stephandahl

stephandahl's activity in the archive.

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

Comments · 29

  1. Re:Is Freenet doomed to failure by design? on Revamping Freenet · · Score: 1
    This is so bogus it beggars belief. If you don't want to be "lumped in with the creeps", then clearly you have nothing to hide, and you clearly can use (unencrypted, unsigned) email just like the rest of us peons.

    There is no way of protecting your data, and your anonymity, without also equally protecting the data and anonymity of the creeps. Unless of course you trust somebody (say, FBI, NSA, CIA, **AA or the Chinese Secret Police) to vet your traffic and vouch for your wholesomeness.

  2. Re:As a Canadian... on U.S. Rejects Canadian Rejection of DMCA · · Score: 1
    Not at all. *Copyright* law is the foundation for the GPL, which is a strong force for keeping my favorite computing environment freely available and up to date.


    I agree that software *patents* are Evil, though.

  3. Re:Release src only if publically release binary on Sun's Schwartz Attacks GPL · · Score: 1

    Wouldn't that depend on the terms of the contract? If the (GPL software based) software is developed as a work for hire, then it is the legal property of the client. The client can then choose to only use it internally and be under no obligation to publish the source. Of course, the developer company (who is selling person-hours) will then have no rights to the developed software after the project ends.

  4. Re:Encryption for VoIP traffic on How ISPs May Quietly Kill VoIP · · Score: 2, Insightful
    and then compress the encrypted stream.
    Um, an encrypted stream should not be compressible unless there's something wrong with your crypto.

    Compress the stream, then encrypt it...

  5. Oh, The Irony on Spammers Sue Spam Victim For $4 Million · · Score: 1
    According to the court documents, the General Counsel for the spammer is a "John Lawless".

    Clearly, Nominative Determinism strikes again.

  6. News from the future? on OSS Unix: Dividing & Conquering Itself · · Score: 1
    From TFA:
    mjr. Salt Lake City Airport, Dec 4, 2005
  7. Re:Application development? on Linux Application Development · · Score: 1
    I couldn't disagree more. Not all applications have (or need) a GUI. A server is an application, a scheduled task is an application. They don't need qualifiers like "command line" or "daemon".

    This book covers the interesting stuff in an application (whether Gooey or CLI).

  8. Squeezebox on Multi-Room Wireless Sound System? · · Score: 2, Informative
    The Slim Devices Squeezebox works great for me.


    Buy a box for each room that needs music, add any old (active) speakers (or a hifi amp), and you're good to go.


    It comes with (Free & Open GPL :-) server software; It's perl, and modifiable to do all sorts of interesting things with the players. Slim Devices had a developer contest where you can see what people thought up. You can download the software and try it out before you decide to get the box - it can stream to XMMS or WinAMP just as easily as to a Squeezebox.


    Each box comes with a remote, and they can all be controlled through a web GUI as well.


    They come in both wired and wireless variants; The wired ones cost $200, The wireless ones are somewhat more expensive at $280.


    The nice thing about them is that all the smarts are in the server - the squeezebox is basically just a network adapter, an MP3 decoder, and a soundcard (with a nice bright display and a remote IR receiver, of course). It will (knock on wood) last as long as I don't drop it on the floor, and I won't need to buy new devices next time the industry switches media again :-)


    Multiple squeezeboxes can be synchronized to play the same stream; You can't sync a software player and a squeezebox, though (no buffering control over the SW player, i guess).


    No Disclaimer: I'm not affiliated with Slim Devices in any way; I just love their product :-)

  9. Re:How Disappointing on IBM Desktop Linux Pledge, One Year Later · · Score: 1

    I've been in IBM for 11 years, and have yet to see an ActiveX app. The problem is web applications that rely on IE-specific stuff, and (worse!) checks for browser version. We have policies against that sort of idiocy now, but old habits (and old apps) die hard.

  10. Favorite Quote on Venezuela Moves Further Toward Open Source · · Score: 1
    Free software, in addition, is not so infallible in the fulfillment of its tasks like those of private production.


    I want some of that infallible software!


    By inference, their translation software must be OSS...

  11. Productivity measures on Two Reviews of Yourdon's 'Outsource?' · · Score: 1
    Finally, Yourdon does not address whether these productivity measurements are truly meaningful: A CMM level 5 shop can produce bad software just as well as a CMM level 0 shop; it just means that it can produce it badly in the same way each time.


    A correction: CMM level 3 means having procedures for doing $WHATEVER consistently (even if consistently bad), and documenting this; CMM 5 on the other hand means actively measuring $WHATEVER and documenting improvements continously.


    And there is no CMM 0. CMM 1 is "initial", which is a euphemism for "hero-based chaos".

  12. Re:Passive water cooling. on Shrinking the PC is a Zen Thing · · Score: 1

    Cool as in "not very warm"?


    (Ducks and run)

  13. Re:Google has no problem. on Fortune Magazine On Google Growing Up · · Score: 1
    It was probably a survey conducted over the internet, and hence somewhat biased.


    It's impossible to make an un-biased survey, but it's important to know the biases along with the results...

  14. Re:Or, as a classic quote puts it ... on The Cult of the NDA · · Score: 1

    Howard Aiken.

    Google is your friend.

  15. Re:Pump and dump now! on IBM Adds SCO Counterclaim Charging Copyright Infringement · · Score: 1
    No no no...

    SCO := TOAST;

  16. Re:Mo Money! Mo Money! Mo Money! on Windows ATMs by 2005 · · Score: 1

    Obvously their reputation would be at steak.

    I think the food you're looking for is "Toast".
  17. Security by obscurity on Windows ATMs by 2005 · · Score: 1
    From the article:
    "... However, we won't discuss the details of our security procedures."
    When do they ever learn?
  18. Random Numbers using radio white noise on LavaRnd: A Open Source Project for Truly Random Numbers · · Score: 1
    Check out Random.org,
    a project created by a friend of mine.


    He's been running for a while now - as his site claims, " 49816 million random bits served since October 1998".


    He's got good links to the theory as well as some fairly through test of the randomness of number sources.

  19. Re:MS Going down on Will Microsoft Subsidize WinXP For Lindows Buyers? · · Score: 1
    Gandhi, not Ghandi.


    The Jargon file get it right, at least.

  20. REXX - Try it, you might like it on Paul Graham: Hackers and Painters · · Score: 1
    The REXX language is ubiqitous on IBM platforms, and has been ported to almost all platforms including PalmOS and Amiga.


    It's great for quick prototyping - there is a very short time from idea to implementation. It has good string parsing constructs (not as general as regexp, but close), which means it is useful for systems tools programming. It is also very readable, as opposed to, say, Perl. You can actually go back to your quick, uncommented hacks months later and understand what they meant...


    If you're using PHP as a processor module for Apache, you'll be pleased to know that there is a mod_rexx too.

  21. On dead-tree publishing on The Metamorphosis of Prime Intellect · · Score: 1

    That's why I favour books that have been published in dead tree form. At least that way I'm not scraping rock bottom, although many of them still read extremely poorly.

    And that's why the reports of the demise of publishing are greatly exaggerated - they perform a valuable service that people are willing to pay good money for - namely, separating the chaff from the wheat.


    Making the result of the service available in paper format (only) is just a mechanism for ensuring that they get paid for said service. Don't get distracted by the cost of printing or distribution.

  22. Re:From the FAQ... on A Tale in the Desert · · Score: 1
    Read the FAQs. Making a law requires you to get the other players to vote for it. If you can get them to vote you a dictatorship, I say you deserve to win :-/


    Reminds me of Nomic.

  23. Mandatory post on A Commodore 64 For The New Millenium · · Score: 1
    ... so imagine a Beowulf cluster of these ...

    Sorry, I'll go bark to lurking now.

  24. Re:still no silver bullets on Has Software Development Improved? · · Score: 1
    The purpose of CMM (or any other formal certification, for that matter) is not so much to ensure that the organization produces good software, but rather that it produces software consistently.


    The latter is often far more desirable from a project management perspective. As a metaphor, consider traveling - many people eat at McDonalds rather than whatever the local cuisine has to offer, simply because there is little risk of surprises - good or bad.

  25. "After the Gold Rush" on The Peon's Guide To Secure System Development · · Score: 1
    This is a great book by Steve McConnell (ironically, printed at Microsoft Press), subtitled Creating a True Profession of Software Engineering


    The author argues (entertainingly) for the creation of a Software Engineer Profession by analogy with the Civil Engineer Profession, with the Accreditation, Certification, Code of Ethics etc. that goes with it.


    Recommended!