Slashdot Mirror


User: crunchy_one

crunchy_one's activity in the archive.

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

Comments · 97

  1. Re:They know there's a new sheriff coming... on AT&T, Verizon Tell FCC To Back Off On Net Neutrality Complaints (theverge.com) · · Score: 1

    Maybe not. T1 is 1.544 Mbps, HD on Netflix requires 5 Mbps.

  2. Re:hundreds of security and privacy experts on Uber Defends Privacy Practices After Allegations It Spies On Riders (cnbc.com) · · Score: 1

    "That sure does look like a mile of cars to me"

  3. Re:It's reached Oregon? It's in Tillamook Bay? on Radiation From Fukushima Disaster Reaches Oregon Coast (nypost.com) · · Score: 1

    Just think of it as a homeopathic dose that will impart protection from future events.

  4. Don't believe everything you read/see in a press release. Apply some critical thinking.

  5. According to TLA, x86 compatibility is achieved through emulation. Emulating the x86 instruction set is a non-trivial exercise that almost invariably results in extremely disappointing performance. Why? The x86 instruction set is an accretion of the instruction sets of older Intel processors, beginning with the 8008. This yields a difficult (i.e., computationally expensive) instruction set to decode and execute. Over the years, Intel has implemented micro-architectures that address this problem through special purpose hardware. If you're so inclined, have a read here http://www.intel.com/content/w... for details. The takeaway is that simply emulating the x86 instruction set results in about a 100x slowdown for an equivalent clock rate. So, although this is an interesting technology demonstration, I seriously doubt it will prove useful outside of a small set of applications. It will certainly not be a satisfactory gaming platform.

  6. Pizza. Burn the roof of your mouth cheesy goodness.

  7. Re:Is this news? on New Study Shows Marijuana Users Have Low Blood Flow To the Brain (eurekalert.org) · · Score: 1

    I really miss Nancy Reagan.

  8. Re:Kaspersky unfair bundling advantage on Kaspersky Lab Files Complaint Against Microsoft for Giving Unfair Advantage To Windows Defender (myce.com) · · Score: 1

    Better be nice, I hear BitZtream is on the short list for secretary of commerce.

  9. Microsoft is making it hard for independent virus vendors

  10. Re: Ads redirecting on mobile on Amazon Suddenly Stops Selling Student Loans (bloomberg.com) · · Score: 1

    Looks like it's time to put ad block back on for slashdot.

    Why on earth would you have ever go to any website with ad-blocking disabled? I only trust people that I know personally. You know, real people, not Facebook friends, and certainly not a commercial interest like Slashdot.

  11. Re:Glad to see Pascal making a comeback. on NVIDIA Drops Surprise Unveiling of Pascal-Based GeForce GTX Titan X (hothardware.com) · · Score: 1

    I thought it had been surpassed by C++, but this is great for everyone.

    Nah it just morphed into Delphi and got hacked to death

    Wait, I thought that Modula-2 was the successor...

    Wait for it....

    Oberon

  12. With so many big fans, I'm wondering how loud this thing is. Could be it be like working over an old Hoover?

  13. My gesture to Amazon: Middle finger up.

  14. My Toe, Your Pool of Stupid on Facebook Introduces Emojis, Live Video (thestack.com) · · Score: 1

    Not gonna dip my toe in this much stupid. Uh-uh.

  15. The Bake Sale Model on A Crowdfunding Site To Help Pay Patients' Medical Bills · · Score: 5, Insightful

    I've got a better idea: Single payer.

  16. Re:Telegram on Whatsapp Will Become Free, Companies Can Pay To Reach Users (nytimes.com) · · Score: 1

    A lot of companies are trying to connect with users for legitimate purposes. There's a lot of money to made and saved.

    Quite right. That would be "Lobster Thermidor aux crevettes with a Mornay sauce, garnished with truffle pâté, brandy and a fried egg on top, and Spam."

  17. Facebook Says Thanks! on Does the Internet Spur Social Change, Or Lazy Activism? (usc.edu) · · Score: 1

    Fine, you think you've got a cozy little electronic commons where everything will be unicorns and rainbows if we are all just willing to show our beautiful selves to one another. In the meantime, Facebook and its partners are making bank data mining your junk and marketing to you. And they say, "Thanks!"

  18. Re:Yeah, right ... on Oracle Settles FTC Charges Regarding Deceptive Java Security Updates (ftc.gov) · · Score: 4, Insightful

    So, they're going to stop shoving the Ask toolbar as part of their update process?

  19. Summary Incorrect on B-52s: The Plane That Refuses To Die · · Score: 0

    The B-52 did not "[drop] the first hydrogen bomb in the Bikini Islands in 1956" as the summary states. The first hydrogen bomb was much too heavy to fly, resembling a locomotive in size and weight. "Ivy Mike" was the first hydrogen bomb tested, detonated by the United States at Enewetak Atoll on November 1, 1952. It weighed 80 tons and yielded about 10 megatons.

  20. Re:Visual Studio RT? No. on Linus: '2016 Will Be the Year of the ARM Laptop' (softpedia.com) · · Score: 1

    So more busted old shit is constantly created and ported to the current MS platform to become the new 'busted old shit' that people need to be able to run on new machines.

    Interesting. This makes me think that Apple may have discovered the "secret sauce", albeit accidentally. With each processor transition, Apple has provided a compatibility window that slammed shut at a point in time not too far from the transition; but, far enough to satisfy the vast majority of their customers. The Intel transition featured Rosetta, for a while (until 10.6), then dropped it. This effectively flushed the 'busted old shit' straight down the pipes.

  21. Re:Amdahl's Law on Disproving the Mythical Man-Month With DevOps · · Score: 1
    Gene Amdahl and Fred Brooks were both important players at IBM, each making essential contributions to the System 360. That's an interesting connection between MMM and Amdahl's law, undoubtedly they talked.

    As for TFA, misquoting Al Swearengen, "someone open a window, it smell like cat piss in here."

  22. Re:We Are Fucked on Trans-Pacific Partnership Trade Deal Is Reached · · Score: 1

    Sigh.

  23. Re:We Are Fucked on Trans-Pacific Partnership Trade Deal Is Reached · · Score: 4, Funny

    This just goes so far beyond bad, all I can think to do is build a blanket fort and retreat to it with a fifth of JD.

  24. We Are Fucked on Trans-Pacific Partnership Trade Deal Is Reached · · Score: 5, Insightful

    This is the first thing that came to mind. That, and we are really, really fucked .

  25. Re:A gap not normally considered on Ask Slashdot: Is the Gap Between Data Access Speeds Widening Or Narrowing? · · Score: 1

    Good idea. So good, in fact, you're getting close to how it's actually done: data is moved in parallel in bulk. For example, when your program accesses an 8-bit byte, the 256-bit (or larger) chunk (called a cache line containing it gets read from DRAM into cache. There is no address space sacrifice because once the cache line is read, additional logic selects the desired byte from the cache line using the low-order bits of the address.