Slashdot Mirror


User: jbb999

jbb999's activity in the archive.

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

Comments · 62

  1. Re:what is the per ip cost? $5? WILL there cable b on Comcast Plans IPv6 Trials In 2010 · · Score: 1

    My ISP has given me (and any customer who wants it) 18446744073709551616 IPv6 addresses free of charge, That should keep me going for a while...

  2. Re:Oh, well... on Comcast Plans IPv6 Trials In 2010 · · Score: 4, Informative

    I can see it on my ipv6 connection, it's on 2001:558:1002:5:68:87:64:59 and seems to work :) For those on the UK wanting an ADSL ISP with ipv6 support I recommend Andrews & Arnold (http://www.aaisp.net.uk/) who have been doing this for years now and provide native or tunneled ipv6 and full ipv6 static addresses to their customers on request. Just a happy customer of theirs :)

  3. I just don't see this working on OnLive Gaming Service Gets Lukewarm Approval · · Score: 5, Interesting

    The major problem isn't overall latency, it's little spikes of latency on an otherwise good line. A moment of 100ms lag on an otherwise good line doesn't matter for online games because of client prediction and at worst it's a tiny moment where the controls don't seem responsive. It's not a problem for normal video because they can buffer 250ms or 500ms or 1000ms of video without any problem. But on this they can't do any significant buffering or the latency will be too much to play.And even 100ms of sudden latency will cause the picture to lag or freeze or jump. It might only happen occasionally but I suspect people won't put up with it. And they can't do anything about it either, even if your ISP is only 10% loaded on its lines and routers, there will be times when all that 10% send packets at the same moment and they get queued in a router somewhere, just for a tiny time but tiny little amounts of jitter like this are normal and expected and to be honest I think will be the downfall of this project because there is no real way to deal with them. But I guess we'll see :)

  4. I don't want a "number" on Dragging Telephone Numbers Into the Internet Age · · Score: 5, Insightful

    Why would I want a "number" for that? That's why DNS was invented, so we could move forward from using numbers to identify things and use proper identifiers instead. This is a step backwards in many ways.

  5. I have a much better idea on Is RCA's Airnergy Snake Oil? · · Score: 1

    Instead of using wifi why don't they grab the power from mobile phone transmissions and use the power transmitted from the mobile phone instead. They can build the device right next to the phone then so they can get *much* more power. In fact the inverse square law states that the closer you get to the source the power increases. If you are building this into a phone then you can put the device right inside the transmitter and be at ZERO distance and so the inverse square law tells me that would generate an INFINITE amount of power! That should be enough to power a cellphone, right? /not serious...

  6. Not in general though on Facebook's Zuckerberg Says Forget Privacy · · Score: 2, Insightful

    There is a huge difference between a website that you go to for the purpose of communicating widely with people and life in general. Just because you might choose on facebook to share your thoughts with anyone who cares does not in any way imply that's what you want elsewhere.

  7. Re:Great on Firefox Disables Microsoft .NET Addon · · Score: 1

    I was using this and they disabled it so I can't use firefox any more. Oh well, back to IE8 then.

  8. POCO project on Platform Independent C++ OS Library? · · Score: 2, Informative

    Definatly take a look at poco project http://pocoproject.org/ It seems to covera lot of what you want

  9. Oops on Why Sustainable Power Is Unsustainable · · Score: 1

    Although scientists are agreed that we must cut carbon emissions from transport and electricity generation to prevent the globe's climate becoming hotter

    No there really isn't any agreement on this. As the first sentence was so wrong I didn't bother to read the rest.

  10. Re:Another Bomb Here to Stay on Microsoft Brings Back DRM · · Score: 1

    It's been available in the UK too for a little while now

  11. Well done google. on Google Accidently Revealed As eBay Critic · · Score: 1

    this is a problem how exactly?

  12. Re:That sound you hear... on Virgin Media CEO Says Net Neutrality Is Already Gone · · Score: 3, Informative

    So go find an honest ISP like this one. Yes they have some limits on how much data you can use in a month but they don't secretly block or throttle stuff are completely up front and honest about it and don't pretend you can get unlimited usage when it's a complete lie like most ISPs.

  13. Re:Already in the UK on Amazon to Enter the Online DVD Rental Business · · Score: 1

    I use them in the UK and am happy. In the 6 months I've been a member they've messed up my billing twice, once closing my account for not paying (when they didn;t take the money...) and once billing me twice... But both times I complained by email and get back replies within minutes which were helpful, accurate, polite and with a proper apology. I don't mind people messing up if they put it right efficiently.

  14. Yeah on RMS Weighs in on BitKeeper Debacle · · Score: 3, Insightful

    Yeah imagine paying for something that's convenient and useful. How evil can you get :)

  15. Got one, not sure why on Forbes Predicts 5% Desktop Share for Apple in 2005 · · Score: 1

    I got a mac mini a while back to play with. But I don't really use it all that much. It's fun to have a play with but I can't imagine ever using it instead of my pc for anything 'real'.

  16. Do they share the cache? on Intel's Dual-core strategy, 75% by end 2006 · · Score: 3, Interesting
    Do these new chips share the highest speed cache? I can think for several ways to make use of them without using traditional threads. For example: Set up a pool of threads each one of which just reads a function address from a queue of work and then calls that function, waiting when there is no work. The main program can then just push function pointers onto the queue knowing that a thread will pick up the work.
    I'm thinking that instead of writing something like
    for(int i = 0; i < NumberOfModels; i++) {
    UpdateModelAnimation(i);
    }
    you could write
    ThreadPool* pool = new ThreadPool();
    for(int i = 0 ; i < NumberOfModels; i++) {
    pool->QueueAsyncCall(UpdateModelAnimation, i);
    }
    pool->WaitForAllToFinish();
    The queueing of work could be made pertty low overhead and so if there were only a few thousand CPU instructions in the call you'd get a big speed up, but only if each processor already had the data they were working on in cache. If each core has a separate cache this would be a lot less efficient. Does anyone know?
  17. Good idea on Costa Rica May Criminalize VoIP · · Score: 5, Funny

    They should also make it a crime to talk to people without using a phone at all. After all you're just bypassing the phone companies systems by doing so which clearly should be a crime.

  18. Re:My mini mac on Accessories for Mac mini · · Score: 1

    The mini is very good in many ways. As I said, I really like mine. But it's not a replacement for my PC because there are several pieces of software I want to run on pc. Also it's just too slow for many things I want to do. A faster mac would be considerably more expensive. And finally I find the mac user interface to be really painful to use compared with windows. There are a couple of major design flaws that make it much slower to use than my PC for general use. As I said, I have a place for both. It's possible I'll end up using the mac for lots more things than I first thought but it won't replace my PC at all.

  19. My mini mac on Accessories for Mac mini · · Score: 2, Interesting

    My mac mini is great. I really like it. But it doesn't replace my windows PC. It's very much a second computer to do different things on. If I only had one computer it would be my PC still.

  20. Hmm on National PC Recycling Plan Proposed, Again · · Score: 2, Funny

    "I know, lets's put a tax on computers!" "Hmmm, but nobody is going to accept that!" "We could tell them it's all for the environment and good for them!" "But nobody will believe that...." "They seem to believe in thie global warming we keep hyping up as an excuse for all kinds of new taxes." "Hehe, yeah!"

  21. Re:Shit happens. on The Forgotten Huygens Experiment · · Score: 1
    Every time I read here on /. about how 'professional' programmers seem to think that it's to hard to actually take the time and effort to write failsafe code, and test it as such, I ask myself how many people would die if thier attitudes were used developing the flight management systems in our aircraft.
    Yes it could be made very nearly fault free. But it's expensive and slow to do so. There is a tradeoff between cost/quality and we've found the level that people are willing to pay for. They are willing to accept a certain level of faults for the cost they are paying. The tradeoff in different industries is different.
  22. Excellent on Andrew Tridgell Joins OSDL · · Score: 1

    This guy rocks. Not just for samba but rsync, and lots of tivo stuff too. Unless I'm confusing him with someone else

  23. Store broken on iPod Shuffle, Mac Mini, iLife '05, iWork · · Score: 1

    I thought I'd buy a mac mini but the UK store seems to be broken. Probably will have changed my mind by the time it's working again.

  24. Why? on Decentralize BitTorrent with Kenosis · · Score: 1

    Why would you want to remove the central tracker? Bittorrent works very well as it is.

  25. Re:Will the asian networks become isolated? on China Lights Pure IPv6 Network · · Score: 5, Insightful

    Oops forgot to login for my comment. You could always vote with your credit card and change to an ISP which does support ipv6. They do exist. The ISP I use supports ipv6 (it's in the UK though so no use to most people here I suppose). The point is that ISPs supporting ipv6 do exist and is a unique selling point for those ISPs. It's of limited use at the moment but I suspect soon enough it will be become more use and those few isps and their customers who do support it now will have a great headstart,