Slashdot Mirror


User: Wesley+Felter

Wesley+Felter's activity in the archive.

Stories
0
Comments
3,537
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,537

  1. Re:Better way on Extra Leap Second To Be Added To Clocks On June 30 · · Score: 1

    Like how people weren't bothered by Y2K bugs? Let's not repeat that every century.

  2. Re:Fully loaded 2U POWER8 for $2,000 USD, yes or n on Slashdot Talks WIth IBM Power Systems GM Doug Balog (Video) · · Score: 1

    Start at != fully loaded.

  3. Re:A little naive perhaps? on Netflix CEO On Net Neutrality: Large ISPs Are the Problem · · Score: 1

    run a business without paying the traditional costs in the field and socialize your costs. in this case he wants every internet customer to pay for his bandwidth whether they use netflix or not.

    ISPs chose their flat-rate business model; Netflix didn't force it on them. If that business model no longer works, ISPs should switch to a different one.

  4. Re:Big Data on Netflix CEO On Net Neutrality: Large ISPs Are the Problem · · Score: 2

    Nah, Netflix used to use other CDNs. But then they got big enough that it was cheaper to build their own.

    That's orthogonal to the issue that (in most people's opinion) no CDN should have to pay broadband ISPs.

  5. Re:Will it really go the pulseaudio way? on Wayland 1.5 Released · · Score: 0

    There are two different ways to do network display: the RDP way and the right way. With RDP you're sending the entire "screen" over the network, so all the windows have to be composited first. Thus RDP requires a fully featured compositor like Weston on the remote end.

    The right way is to send each window over the network, which should require a lightweight compression proxy. No one appears to be working on this.

  6. Re:Not necessarily the right place on QUIC: Google's New Secure UDP-Based Protocol · · Score: 1

    Immediately you say? Android users might disagree.

  7. Re:That's a terrible idea on QUIC: Google's New Secure UDP-Based Protocol · · Score: 2

    QUIC has congestion control. (I suppose your brain would explode if you saw uTP, which runs over UDP yet is even less aggressive than TCP.)

  8. Re:Not necessarily the right place on QUIC: Google's New Secure UDP-Based Protocol · · Score: 2

    I think Google intends to put it in the kernel once they have finished actually designing and standardizing it. Since it would take 10-15 years to get QUIC into the Windows kernel, they're putting it in Chrome as a stopgap.

  9. Re:The always-present question for UDP on QUIC: Google's New Secure UDP-Based Protocol · · Score: 3, Interesting

    QUIC uses an equivalent of SYN cookies to prevent some kinds of DoS. It also uses packet reception proofs to prevent some ACK spoofing attacks that TCP is vulnerable to. Overall it looks even better than TCP.

    As for encryption, Google gives two reasons. They intend to run HTTP over QUIC and Google services are encrypted by default; it's more efficient for QUIC itself to implement encryption than to layer HTTP over TLS over QUIC. The other reason is that middleboxes do so much packet mangling that encryption is the only way to avoid/detect it.

  10. He's including free speech in civil rights. He supports free speech for everyone except fanboys and trolls.

  11. Re:Mac Pro DRAM on Apple Updates MacBooks and Mac Pro Desktop With Haswell, "Unified Thermal Core" · · Score: 3, Insightful

    You mean a workstation uses "not consumer" RAM? Tell me more...

  12. Typical auto industry on Rough Roving: Curiosity's Wheels Show Damage · · Score: 1

    The rover loses 30% of its value as soon as you drive it off the lot. And if NASA tries to trade it in I bet a lot of "damage" will be discovered to drive down the price.

  13. Real multitasking on Jolla Announces First Meego Phone Available By End 2013 · · Score: 3, Informative

    I used to have an N900 running Maemo with "true multitasking". A poorly-written app in the background (like Firefox with the "full Web experience" of Flash) would run down the battery in two hours. But at least I could use top to find the problem and kill -9 it.

    Now I use Android where apps are specifically written to be aware of my battery.

  14. Re:Is Netflix on How Netflix Eats the Internet · · Score: 1

    That was kinda my point; people with a 15 GB cap will not sign up for Netflix at all. They won't sign up for Netflix, blow their cap, and pay $100/month in overages. So Netflix does not cause ISPs to earn more money.

  15. BitTorrent traffic has dropped dramatically on How Netflix Eats the Internet · · Score: 1

    A lot of BitTorrent traffic shifted to cyberlockers like MegaUpload a few years ago; I don't know if it has come back since then.

  16. Re:Is Netflix on How Netflix Eats the Internet · · Score: 1

    But since most ISPs are either unlimited or have such punitive overage charges that customers will never pay them, greater demand for bandwidth generally does not translate into more revenue for ISPs. Even the lowest tier 5 Mbps plan is sufficient to watch Netflix.

  17. Re:AMD on Intel Details Silvermont Microarchitecture For Next-Gen Atoms · · Score: 3, Informative

    If by similar you mean 1/18th the performance.

  18. The real reason is cost on AMD Details Next-Gen Kaveri APU's Shared Memory Architecture · · Score: 1

    In low-cost systems the CPU and GPU are combined on a single chip with a single (slow) memory controller. Given that constraint, AMD is trying to at least wring as much efficiency as they can from that single cheap chip. I salute them for trying to give customers more for their money, but let's admit that this hUMA thing is not about breaking performance records.

  19. Re:The PS4 on AMD Details Next-Gen Kaveri APU's Shared Memory Architecture · · Score: 2

    One of the problems with the PS3 is that it didn't have shared memory. Maybe you're thinking of the 360.

  20. Re:Dead on arrival? on Wayland 1.1 Released — Now With Raspberry Pi Support · · Score: 1

    Yeah, I'm thinking 30" monitor + keyboard + mouse, apps that aren't forced full screen, a real file system instead of crippled sandboxes, etc. If tablets can deliver that, more power to 'em, but I doubt it.

  21. Re:Dead on arrival? on Wayland 1.1 Released — Now With Raspberry Pi Support · · Score: 2

    Even years from now there will still be a few people who do actual work, and they won't be using tablets to do it. They'll be using computers and they'll need an OS which is optimized for productivity, not gaming, watching movies, tweeting, or shopping at Amazon. Few as they are, these people are willing to pay real money for a computer, like $2,000. Perhaps that is what GNOME and KDE should focus on, considering that Microsoft, Apple, Google, and Canonical don't care.

  22. Re:remote desktop vs windows on Wayland 1.1 Released — Now With Raspberry Pi Support · · Score: 4, Informative

    Wayland's native remoting protocol is under development but "only at the proof of concept state". http://cgit.freedesktop.org/~krh/weston/log/?h=remote http://lists.freedesktop.org/archives/wayland-devel/2013-April/008555.html

    All the people talking about RDP keep in mind that that's a stopgap and won't be needed long-term.

  23. It's even simpler than that on Jolla Ports Wayland To Android GPU Drivers · · Score: 4, Insightful

    The reported reasoning for making Wayland support Android GPU drivers was difficulty in ODM vendors not wishing to offer driver support for platforms aside from Android.

    ODMs don't know how to write software, so you're better off not asking them to; the result would just be garbage anyway. All the GPU drivers are actually written by the GPU IP vendors (Qualcomm, Imagination, ARM, etc.) and they only provide Android drivers. You could try to pay them to write KMS/DRM drivers, but they'd probably quote you a price in the millions which minority platform wannabes like Jolla could not afford anyway.

  24. Re:Wonder what they told MS on Nvidia Walked Away From PS4 Hardware Negotiations · · Score: 0

    Not really; they're just slow enough that power isn't a problem.

  25. Re:I dont think user hate DLC on Cliff Bleszinski: Vote With Your Dollars · · Score: 1

    Back in the pre-DLC days they would have developed the ending but cut back on the middle of the game. I'm not aware of any games where critical mechanics are DLC; wouldn't that make the base game unplayable?