Slashdot Mirror


User: larse

larse's activity in the archive.

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

Comments · 17

  1. quick and dirty ain't working on Can We Really Tell Lossless From MP3? · · Score: 1

    I stopped reading at "quick and dirty" - media quality comparison requires a careful methodology if the results are to be at all meaningful.

  2. Why speculate based on the FCC filings? on Comcast's New Throttling Plan Uses Trigger Conditions, Not Silent Blocking · · Score: 1

    Why speculate based on the FCC filings? The entire scheme is described right here: http://tools.ietf.org/html/draft-livingood-woundy-congestion-mgmt

  3. Multipath TCP on Affordably Aggregating ISP Connections? · · Score: 1
    You may be interested in the Multipath TCP working group we've just chartered in the IETF.

    From the charter:

    The Multipath TCP (MPTCP) working group develops mechanisms that add the capability of simultaneously using multiple paths to a regular TCP session. The primary output of the group will be the protocol extensions needed to deploy MPTCP, and adaptations to congestion control to safely support multipath resource sharing.

  4. Yet another one... on Engineering Students Build Robotic Foosball Players · · Score: 1

    How exactly is this news? A German student did this in 2001 for his MS thesis, and the robot has been commercially available since 2003 from one of the larger German gambling machine vendors (site in German, but has photos and videos of the commercial version).

  5. only with power on Boeing Connexion, No More Wi-Fi at 30,000 ft? · · Score: 1

    I've never had the actual pleasure of evaluating it or not; some folks though have said it's a great service.

    It's a great service IF you fly business and your seat has power.
  6. Can Mail.app finally subscribe to IMAP folders? on Apple Announces Tiger Release Date · · Score: 2, Interesting

    Anyone know if Mail.app finally gained support for subscribing to selected email folders? This is the single feature I cannot live without (hundreds of public IMAP folders on the company mail server).

  7. Internship on Overseas Grad Studies for US Students? · · Score: 2, Interesting

    Not sure from your question if you'd like to do all of your grad studies abroad. If you are interested in a short (6-12 month) stint, doing an internship or your MS thesis internationally at a company or research lab is another option. Companies are usually better set up to handle international applicants. At least in our case, we semi-actively look for such students, and typically pay them enough to live off while they are visiting us.

  8. David Gries, The Science of Programming, Springer. on Books on Programming Theory? · · Score: 4, Informative

    David Gries, The Science of Programming, Springer.

    "This is the very first book to discuss the theory and principles of computer programming on the basis of the idea that a proof of correctness and a program should be developed hand in hand. It is built around the method first proposed by Dijkstra in his monograph The Discipline of Programming (1976), involving a "calculus for the derivation of programs." Directing his materials to the computer programmer with at least one year of experience, Gries presents explicit principles behind program development, and then leads the reader through example programs using those principles. Propositions and predicate calculus are presented as a took for the programmer, rather than simply an object of study. The reader should come away with a fresh outlook on programming theory and practice, and the assurance to develop correct programs effectively."

  9. Compact flash has limited write cycles on Why Do Flash Drives Cost So Much? · · Score: 2, Informative

    You do NOT want to use a compact flash card for a read/write file system; they have a limited number of write cycles.

  10. Freenet6 on Learning IPv6? · · Score: 4, Informative
    Not so much a tutorial, but Freenet6 makes it *very* easy to connect to the 6bone, if your upstream ISP doesn't support IPv6 yet:

    http://www.freenet6.net/

    And they are part of the FreeBSD ports tree already.

  11. Understand NP-completeness, please on Consequences of a Solution to NP Complete Problems? · · Score: 2, Informative

    It would only mean that NP-complete problems would now have a polynomial solution. It would *not* contrain the exponent of the polynomial, so they could still (and likely would still) be very hard.

  12. SSH != SSL on SSH Vulnerability and the Future of SSL · · Score: 1

    Just for the record, SSH and SSL are unrelated, i.e. SSH is not implemented over SSL.

  13. SmartCard substitute? on IBM's New USBKey Device · · Score: 1

    With USB being so prevalent, could these become a viable alternative to SmartCards? 8MB seems plenty for a few keys and algorithms, even in multiple representations. Of course, you'd need to trust them to be read-only...

  14. Re:Beonex and Netscape on E-Mail Clients That Support X.509 Digital IDs? · · Score: 1

    As other said mozilla, doesn't support it yet. Someone out there have an ETA when it will?

  15. S/MIME support? on Mozilla 0.7 Released · · Score: 2

    Quick question for the mozilla insiders: Does this release support S/MIME? If not, will that be available anytime soon? (Missing S/MIME support is what forces me to use 4.76...)

  16. the US != the world on Hacker Crackdown? · · Score: 1
    There are a lot of cases out there right now that are gonna change the world [...]

    the US != the world

    National legislation can only have limited impact.

  17. Lack of tools on The Cathedral And The Bizarre · · Score: 1

    One problem of bazaar-style open source on the Mac ist the lack of tools to support it. Yes, there are two decent CVS implementations. Both do not support SSH accesses to remote repositories. There is one (commercial) SSH client for the Mac that allows connection forwarding. That works if you can SSH into the machine that holds the CVS repository - does not work with SourceForge.

    Another problem is that Mac projects usually contain binary files that change quite often (resources). CVS is great for merging text, not-so-great for binary files. Files with resources are a special problem, since they need to be flattened as MacBinary or BinHex files before CVS can manage them.

    Generally, open source tools are to Un*x-centric; or the Mac development model is too different. I'm really looking forward to MacOS X, which should bring the two together nicely.