Slashdot Mirror


User: Mr0bvious

Mr0bvious's activity in the archive.

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

Comments · 382

  1. Re:Alternatively: on Ask Slashdot: How Can I Prove My ISP Slows Certain Traffic? · · Score: 1

    Your ISP will be purchasing bandwidth from an upstream provider, who will be doing the "provisioned rate', while it seems that your ISP purchases non over-subscribed bandwidth, they're just pushing the problem (limitations) further upstream.

    It's still going to be there, just shared amongst and even larger pool of "customers".

  2. Re:Just great. Tiny devices, embedded everywhere. on IBM Unveils the 'World's Smallest Computer' (mashable.com) · · Score: 2

    Your laptop and phone download data from your underwear?

    Man I'm out of date, I ain't got any of this good shit.

  3. Re:Alternatively: on Ask Slashdot: How Can I Prove My ISP Slows Certain Traffic? · · Score: 1

    Sweden approx 450,000 km2, population approx 10m.
    Australia approx 7,700,000 km2, population approx 24m.

    Can you see why it may cost more to provide an infrastructure for Australians?

  4. Re:Alternatively: on Ask Slashdot: How Can I Prove My ISP Slows Certain Traffic? · · Score: 1

    But still... eeewww, DVD.

    I'd hate to be your enemy.

  5. Re:Alternatively: on Ask Slashdot: How Can I Prove My ISP Slows Certain Traffic? · · Score: 1

    That's not true for all ISPs.

    Avoid anyone selling "unlimited internet", that'll never work with the CVC costs and the leaches it attracts.

    I'm on a $69 for 1TB a month on a 100Mbps plan and always get over 80Mbps.

    Shop around and ignore the big guys, they're all shit.

    Go to whirlpool and checkout Telecube and then thank me later.

  6. Re: Alternatively: on Ask Slashdot: How Can I Prove My ISP Slows Certain Traffic? · · Score: 0

    You using a Mac there old chum? I see you're having a classic prime symbol string munging issue there.

  7. Re:A you kidding me? on Can Problems From Climate Change Be Addressed With Science? (scientificamerican.com) · · Score: 1

    Yep, "eventually" could be a very long time, perhaps .... too long?

    Never mind the plethora of unintended consequences our efforts to "fix the problems with science" will bring and likely kill us all off in some other way.

    Can it be solved with science, absolutely.

    Will it? Unlikely.

  8. Re:A you kidding me? on Can Problems From Climate Change Be Addressed With Science? (scientificamerican.com) · · Score: 1

    I just checked and it's up to 405 now.

  9. Re: Least Significant Bug Ever on Apple's Newest iPhone X Ad Captures an Embarrassing iOS 11 Bug (theverge.com) · · Score: 1

    It's a feature more than a bug.

  10. Re:Least Significant Bug Ever on Apple's Newest iPhone X Ad Captures an Embarrassing iOS 11 Bug (theverge.com) · · Score: 2

    I totally agree.

    I'm at the polar opposite of an Apple fan, but as far as "bug" goes, that's ranks just below zero.

  11. Re:New Zealand? on Larry Page's Flying Taxis, Now Exiting Stealth Mode (nytimes.com) · · Score: 1

    Close the door please!

  12. Re:You Qarnot be serious. on Qarnot Unveils a Cryptocurrency Heater For Your Home (techcrunch.com) · · Score: 2

    I'm not fat.

    Talk about presumptuous!

  13. Re:So this means on Google Lens Is Coming To All Android Phones Running Google Photos (theverge.com) · · Score: 2

    Yeah a bit like Google Photos I suppose.

  14. Re: Too bad slashdot used to cause these on GitHub Survived the Biggest DDoS Attack Ever Recorded (wired.com) · · Score: 1

    Thanks for the details!

    Makes sense.

  15. Re: Too bad slashdot used to cause these on GitHub Survived the Biggest DDoS Attack Ever Recorded (wired.com) · · Score: 2

    Please explain why it's not OSX's fault it's not able to speak ASCII?

    We're hear to listen.

  16. Re:thousand dollar phones on Samsung To Cut OLED Production Due To Poor iPhone X Sales · · Score: 1

    I say it's over priced if I can get a substitute for a lower price.

    In this case I can.

    It's over priced.

  17. I think his point is: Don't treat me like a piece of shit and force an update on me that wastes my time, causes me lost productivity and then refuse to correct the issue.

    MS acted in an arrogant manner, his lawsuit is trying to address their respect of care for their users.

    Asking MS to fork out for a new laptop, licence, etc is not going to cause them any grief and is pointless.

    $600 million on the other hand may make them look and listen.

    I don't for a second think he is claiming he suffered $600 million in damages, but he wants the amount to be enough for MS to give a shit.

  18. I know... Audiophile? It doesn't even have a wooden volume knob.

    Who are they trying to fool? We're not that stupid!

  19. Re:Below $8000 on Bitcoin Plummets Below $8,000 For First Time Since November (axios.com) · · Score: 5, Funny

    A boy asked his bitcoin-investing dad for 1 bitcoin for his birthday.
    Dad: What? $12,250??? $19,350 is a lot of money! What do you need $8,800 for anyway?

  20. Re:Die, Facebook, die, die, die. on Facebook Really Wants You To Come Back (bloomberg.com) · · Score: 1

    Facebook is dead already (well it's all down from here).

    Facebook became irrelevant as soon as "parents" started using it.

  21. Re:Ok on How a PhD Student Unlocked 1 Bitcoin Hidden In DNA (vice.com) · · Score: 1

    Seems we live in different circles.

  22. Re:Foreigners on WeChat To Become China's Official Electronic ID System (scmp.com) · · Score: 1

    I thought that was intentional.

  23. Re:What does this have to do with bitcoin? on What It Looks Like When You Fry Your Eye In An Eclipse (npr.org) · · Score: 2

    The energy required to damage this retina would have been enough to generate 0.0000001 BTC

    Fixed.

  24. Re:How Were All of the Last Predictions? on Could Collapsing Antarctic Glaciers Raise Sea Levels Sooner Than Expected? (salon.com) · · Score: 1

    Yeah, we all got our knickers in a knot over Y2K and nothing happened.. We should have just ignored all those alarmists!

  25. Re:Provided you have infinite hardware resources.. on Why ESR Hates C++, Respects Java, and Thinks Go (But Not Rust) Will Replace C (ibiblio.org) · · Score: 1

    Really? I can read, comprehend and spot mistakes in:

    b = (a != 1) ? !b : 0;

    A lot faster and easier than:

    begin
        if a is not equal 1 then set b equal complement of b else set b equal 0
    end

    Or are you trying to play on the fact you presented an incarnation of a ternary operator that is not common?

    I find it hard to believe that anyone with a passing knowledge of the ternary operator would prefer your verbose version.