Slashdot Mirror


User: Bengie

Bengie's activity in the archive.

Stories
0
Comments
6,462
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,462

  1. Re:The FCC has no right to dictate terms on Congress Unhappy With FCC's Proposed Changes To Net Neutrality · · Score: 1

    That is enough for thousands of fibers

    Understatement of the year, think high tens to hundreds of thousands. A little over 500,000 fibers can fit in a 6" pipe, assuming perfect packing. Even 1/2 full would be over 200k fibers. You can purchase 144 strand 1/4" diameter with a trace wire, for something like under $1/foot when you purchase more than 1km at a time.

    I am not sure how practical that would be. I would not want to be the person fixing a cut on a main pipe like that. On the flip side of that, I would not want to be the person who cut the fiber because I see red and yellow flags right next to the orange. If you're off by even a few inches, expect a gas leak with a 1400v life wire sending sparks. F*ck'n Darwin your ass.

  2. Re:The FCC has no right to dictate terms on Congress Unhappy With FCC's Proposed Changes To Net Neutrality · · Score: 1

    If the US Postal ran our Internet, we'd have 10gb FTTH, if you want to use an appropriate analogy. US postal is about 1/2 the price of FedEx of UPS when it comes to small parcel Next Day or 2 day, and it comes with more basic features without paying extra. I've also had a better experience with USPS when shipping to friends and family, than FedEx or UPS. USPS is self sustaining without tax support.

  3. Re: The FCC has no right to dictate terms on Congress Unhappy With FCC's Proposed Changes To Net Neutrality · · Score: 1

    Wifi is too unreliable and slow. Wireless will become a replacement when the latency is sub 10ms and virtual 0 packet-loss while maintain a constant speed.

    If I'm transferring 1gb/s and suddenly someone else starts transferring and the available bandwidth drops to 500mb, I'm going to get hit with a mixture of packetloss and latency for the duration of the TCP receive window. Can't have that. VOIP calls to 911 should be reliable, even with other users consuming large amounts of bandwidth, and with no QoS. This will be infeasible with wifi for the foreseeable future.

  4. Re:Comments, WHT, century-old copper vs Google Fib on Congress Unhappy With FCC's Proposed Changes To Net Neutrality · · Score: 1

    Not trolling, but how would Google Fiber be illegal under common carrier?

  5. Re:you know not what you speak of on The Brakes That Stop a 1,000 MPH Bloodhound SSC · · Score: 1

    Airplanes need to use very special flexible joints because Aluminum is so brittle. Aluminum becomes very weak very fast when it flexes to the point of being deformed. Steel, not so much, unless you put a ton of carbon in it.

    He was correct when it comes to the general properties of steel, but not all cases.

  6. Re:Stronger? on The Brakes That Stop a 1,000 MPH Bloodhound SSC · · Score: 1

    Electric Heating coils, like what trains use.

  7. Re:You're talking about the cloud here on OpenStack: the Open Source Cloud That Vendors Love and Users Are Ignoring · · Score: 1

    It's more like, everyone should performance tune their engine's timings themselves, instead of paying a professional to do it. Datacenters are not cheap to design correctly. With "the cloud", you pay for characteristics, instead of concerning yourself on how it's implemented. This isn't perfect, but it works "good enough" and quite a bit better than what many can do on their own.

  8. Re:No. And there is a precedent. on Cisco Complains To Obama About NSA Adding Spyware To Routers · · Score: 2

    It's not a binary exclusive thing. Some politicians can be one type and some can be another type, but as a whole, they can all be both.

  9. Re:Do it, then report it. on Scientists Propose Collider That Could Turn Light Into Matter · · Score: 1

    Which experiment? I only see one experiment listed and " researchers in the past have been able to prove that it works". I thought it was common knowledge that we an already turn light into matter. It's a common issue with high power lasers for fusion research. Nothing worse than you laser output going down as you add more energy because you increase the chance of your photons turning into matter.

  10. Re:Twitch could use the help on Report: YouTube Buying Twitch.tv For $1 Billion · · Score: 2

    Yeah, maybe Comcast or Verizon instead.

  11. Re:$48.5 billion? on AT&T Buying DirecTV for $48.5 Billion · · Score: 4, Informative

    First off, that $5.7b is for the first quarter, you know, 3 months. Second, that only applies to the 11.3mil Uverse customers. How many industries can get $166/month average per customer?

  12. Re:Stop trying to "fix" programming on Fixing the Pain of Programming · · Score: 1

    I always assumed "brogramming" was similar to "Pair programming", but urbandictionary gives a less professional image.

  13. Re: ZFS or fail on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 1

    And it uses that detection to fix the bad data from good data from your other RAID drives. Not just using one drive, right? Can't blame the FS for mistakes of the user, you also can't blame the FS for really bad luck. The Earth blew up when the Sun went super-nova. ZFS is a bad FS because it didn't protect my data.

  14. Re:Choice on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 1

    If you don't like shiney, then there's always the console. For everyone else who likes desktops for stuff like videos or web browsing, annoyances like tearing is a distraction, like a 3 year old throwing a temper tantrum. Tearing was an issue fixed back in the 90s.

  15. Re:ZFS or fail on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 1

    I've never heard of anyone ever losing data with ZFS, even people with petabytes of R&D data.

  16. Re:NIHFS? on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 4, Interesting

    OpenZFS. They're getting rid of "versions" and just having "Feature flags". This will allow you to create ZFS pools on one system, and just make sure what ever features that are only supported on another target system, are enable when you create the pool.

  17. Re:Ambitious but not much has happened in 6 yrs on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 2, Insightful

    btrfs is interesting, but it's taking a long time to get anywhere and it has some big backers. I've also read some really well written blogs from sysadmins who have been Unix admins since the beginning of time, and they had some really good examples of some "Features" of btrfs that a sysadmin should never-ever use under any circumstance, and some features that are half-asses that are nearly a requirement for any good sysadmin, but cannot be done because of those other "bad" features.

    One such example is btrfs allows a volume to be mounted under multiple parents. In order to handle this "awesome" feature, they had to give up the ability to atomically snapshot across volumes. In ZFS, if you mount a volume under another volume and snapshot the parent, the children will automatically be atomically included, not so with btrfs, that's an impossibility to add a feature that should never be used.

  18. Re:Ambitious but not much has happened in 6 yrs on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 4, Insightful

    It's a worthy goal to have. We need more competition in the FS sector. Many times competition is the inspiration for new features, even if some of these FS don't even make it off the ground. ZFS is great, but it's not perfect, and they only have so many resources to throw at new ideas to test. Monoculture is never a good thing.

  19. Re:The Democrats killed Net Neutrality !! on FCC Votes To Consider Next Round of 'Net Neutrality' Rules · · Score: 1

    If your customers are getting lag, either the ISP is not delivering quality bandwidth to the customer or the server operator is not paying for high quality bandwidth to their ISP/datacenter.

    If a customer only has a 1.5mb line and someone wants to stream Netflix while someone else plays games, then they can shove off. They need more bandwidth, they don't need priority lanes to hide that fact.

  20. Re:wrong on AMD Preparing To Give Intel a Run For Its Money · · Score: 1

    Lnyx doesn't seem to load web pages any faster than it did 15 years ago on a 56k.

  21. Re:RTFA on AMD Preparing To Give Intel a Run For Its Money · · Score: 1

    Once you account for L1 bandwidth and load latencies, AVX FPU "sharing" still isn't an issue. L1 is only so fast and 32byte loads takes a bit, and the scheduler can let the hyper-thread do work while the other thread is loading.

  22. Re:I'm curious why on NASA's Broken Planet-hunter Spacecraft Given Second Life · · Score: 1

    I thought part of the reason it was so far out was to make it so it wasn't moving(relatively speaking) and to remove light from the Earth and Moon.

  23. Re:next for NoSQL on New PostgreSQL Guns For NoSQL Market · · Score: 1

    It supports a small subset of cases that can be ACID.

  24. Re:The problem with most recylcing is sorting on IBM Discovers New Class of Polymers · · Score: 1

    It was a long while ago, but I remember watching about some nifty devices that used a very specific range of microwave radiation, and it could turn tires, plastic bags, and a huge range of plastic based objects back into a strange oily carbon soup that could be reused. For this device to work, they just threw garbage in it, and metal and oil would come out the other end, separated. We need that kind of device, but working large scale.

  25. Re:Caps Are Definitely Coming on Comcast Predicts Usage Cap Within 5 Years · · Score: 1

    Except in this case the buffet is not the main cost, it's the gold plates, platinum forks, and entertainment, which is the analogy to infrastructure. Bandwidth has little to do with costs compared to infrastructure.