Slashdot Mirror


User: don.g

don.g's activity in the archive.

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

Comments · 482

  1. Re:Use real VoIP and this has been around forever on Linksys Debuts Cordless Skype Handset · · Score: 1

    The way Skype tries to get around NAT seems to be by routing your calls through ultrapeers. This works well if one of your call endpoints are near some, but when I tried (several times) to make a call between Victoria University of Wellington and a friend's place here in Wellington, New Zealand, Skype in its infinite wisdom decided to bounce my calls through Canada or Hong Kong. Which tends to increase latency somewhat.

    The reason that Skype has such good audio quality is that it uses a wideband 16KHz audio codec; the telephone network is standardised on an 8KHz sampling rate, so you can't expect to hear anything above 4KHz.

  2. Disks are slower than that on No Video iPod Coming? · · Score: 1

    While I'm sure the FireWire interface can cope with 100MB/s, I'm pretty sure the disk in any available iPod can't be written to at anywhere near that speed. So your calculations may be a little bit out.

  3. Re:LP's ??? You must be kidding.. on 10 Technologies MIA · · Score: 1

    Of course, some small bands burn their own CDs and sell them, with colour-laser printed inserts. Nothing illegal about that.

  4. Re:Why pay, when "linksys" and "default" are free? on The Case for Free WiFi? · · Score: 1

    Do you indicate in any way to the users of your AP that they can use it freely and you don't mind? Or do you just leave it open and assume they they'll assume it's okay?

  5. Re:Why pay, when "linksys" and "default" are free? on The Case for Free WiFi? · · Score: 1

    If you need net access so badly, why not (shock, horror, gasp) pay for it? What's so ethical about saying "I only steal internet access when I absolutely have to check my email"?

    I have a pre-pay account with one of the hotspot operators here (CafeNet), and still haven't used all of the credit I put on my account when I signed up a year ago. There are places where I can and do legally get free access; there are places where there's no WiFi. In extreme cases, I may use the horrendously expensive GPRS service, or just go without.

  6. Re:Just to let you know... on Gates Says No to Implants · · Score: 1

    What part of knowing Linux inside & out and being an extremely bright IT professional requires that one must have knowledge of how to keep Microsoft Windows systems running?

    Personally, I don't care about Windows' stability as I rarely have to use it. I prefer Unix systems, and don't need to do any software development on Windows as part of my job.

  7. Re:No freedom without PERSONAL responsibility on Bittorrent Creator A Digital Pirate? · · Score: 1

    You are of course assuming all illegal acts are equally bad. It's much harder to kill someone with a copy of BitTorrent than with a gun. And I think you'll have some difficulty finding people who seriously believe that large scale copyright infringement is worse than killing one or more people.

  8. Re:One of my absolute top peeves on Java to Appear in Next-Gen DVD players · · Score: 1

    I've never seen a DVD which forces you to watch trailers. Is this a regional thing (I live in Region 4) or something that only happens with DVDs of very recent films?

  9. Re:I think not... on Is Apple & Community Evangelizing Into Uncoolness? · · Score: 1
    I would be morning their absence.


    I think you meant mourning.
  10. Re:A Better Program on Funding Promised for Trips to Moon, Mars · · Score: 1

    How about vaguely decent free healthcare for all, too? All those other first-world countries seem to have it...

    (dons flame retardant suit, hides under rock)

  11. Re:People who peer over my shoulder bug me on Cubicle Privacy · · Score: 2, Insightful

    Of course, you could just ask them to stop peering over your shoulder. But that would probably mean you'd have to talk to him...

  12. Re:Help! on Engineers Have More Sons, Nurses More Daughters · · Score: 1

    Another point of data! My father is an engineer, my mother is a nurse, and the only sibling I have is a brother! That's two sons!

  13. Re:It's Purpose? To Make the Mac Look Mainstream on AdvantageSix Promises a Tiny ARM-based Computer · · Score: 1
    ...or why we tunnel PPP over SSH to create VPNs (because IPSec and PPTP are for lusers).


    No, PPP over SSH is for people who don't know that TCP over TCP in anything less than ideal conditions is a really bad idea.
  14. Re:What if there's a power outage? on VoIP Providers Given 120 Days to Provide 911 Service · · Score: 1

    Does the base station run off batteries, though? Or when the power goes out are you left with a cordless phone that is on, but can't talk to the base station because it's off?

  15. Re:Is it sci-fi or fantasy? on Serenity Comic Book Series · · Score: 1

    There's lots of sci-fi which doesn't spend vast quantities of time talking about mercenaries. I think you'll find that most sci-fi is set in the future, however :-)

    Yes, this is also a gross overgeneralisation, but I suspect one more reliable than the parent's.

  16. Re:maybe they should not have ignored their proble on Spam Blacklist Targets Hijacked Telewest Customers · · Score: 1

    Isn't it the the fault of the NOC for making the leap of SPEWS listing -> must be evil spammers? Maybe you (or they) should have read whatever contract you had with them more carefully.

  17. Re:Huh? on Gaming Hacks · · Score: 1

    I'm not sure what it means to be a "hacker", but I suspect the definition is probably just a tad more complex than that.

  18. Re:I abandond shopping carts all the time. on Online Shoppers Aren't Impulsive · · Score: 1

    This is especially the case when the shipping is cross-border (especially if that border has a lot of water involved); then you may choose to buy from a different online shop because with shipping included they're much cheaper.

  19. Re:Acquisition on Maui X-Stream at it Again? · · Score: 1

    I am also perfectly within my rights to subscribe to some idea of what is immoral that disagrees with others :-)

    However. My big complaint would be if you took a code-level (function calls and the like) interface and wrapped it with an RPC-style interface specifically for the purpose of insulating yourself from the GPL code, effectively letting you treat it as if it was LGPLed -- making changes for the sole purpose of making it work better with your proprietary software.

    So in that case, scenario one is okay, and two and three aren't.

    Why? Because I wouldn't want someone to do it with my GPLed code. It would be especially annoying to see some Mac OS X shareware developer take something I'd done, replace the UI with a shiny Mac OS X GUI, and then charge USD15 for using the result.

  20. Re:Acquisition on Maui X-Stream at it Again? · · Score: 1

    I'm perfectly within my rights to disagree with the actions of others, legal or otherwise. But you don't have to agree with me :-)

    I also don't see any problem with developing a proprietary IDE that uses GCC to compile its code; you're using interfaces provided by GCC's original developers to do that. But to take an existing GPLed app or library, and add an RPC layer to it so that you can use it from within your non-GPLed code which you intend to distribute to others is fairly clearly against the wishes of the copyright holders of that GPLed code; if they'd wanted you to be able to link with their code from your proprietary app, they'd have used the LGPL or some other similar license.

  21. Re:Acquisition on Maui X-Stream at it Again? · · Score: 2, Insightful

    It means that the app *may* *technically* be in compliance with the GPL (but they're scum for doing it like that). Essentially, they will have an executable with the GPL code, and then an executable with their code (and no GPLed stuff), and some way of communicating between the two. This means that they can get away with releasing only the source for the executable with the GPLed code in it, but it's not terribly useful by itself. The Mac OS X IM client Proetus does this, using GAIM's networking code.

    Is it GPL compliant? Maybe; the MySQL guys seem to think that talking to their database over the network amounts to "linking", where as most people traditionally have taken this to mean "merging their code with mine in the same executable".

    Is it scummy behaviour that should be discouraged? Absolutely.

  22. PAL isn't flickery on DirecTV's 1st MPEG4 Satellite Launch Successful · · Score: 1

    Flicker isn't a problem. 25fps is slightly more than what movies are projected in (24fps), and I don't see crowds walking out of movie theatres complaining about the awful flicker. And the FPS figures are the frames per second ratings; both PAL and NTSC are interlaced, so the number of vertical scans down your CRT per second is actually double that; one for all the odd-numbered scanlines, and one for all the even-numbered scanlines.

    The reason for the different framerates is that PAL countries have 50Hz power, and NTSC countries have 60Hz; the TV framerate is selected to avoid problems caused by beating with the mains power frequency. On modern sets this doesn't seem to be a problem, however.

  23. Re:Fool me once, shame on you... on Britons Frustrated by DRM · · Score: 1

    But people are already trading unDRMed files online. Making legitimate downloads DRMed just makes things more difficult for those of us who are trying to respect copyright law.

  24. Re:From the makers of on We're Open enough, Says Microsoft · · Score: 1

    WAR IS PEACE

    FREEDOM IS SLAVERY

    IGNORANCE IS STRENGTH

    and the lameness filter is intelligent. it wants a lot of lowercase letters to balance out the uppercase ones above.

  25. Re:Here, let me help you with that. on Does Adblock Violate A Social Contract? · · Score: 1

    Current solutions are designed for distributing large, static files. Most of the traffic of a site like slashdot is 100k dynamic (or at least, frequently changing) HTML. Which means that you're going to be distributing many more objects, with much shorter lifetimes; bittorrent, dijjer, or whatever new scheme someone's thought of this week isn't going to work nearly as well as you'd like.