Slashdot Mirror


User: omnichad

omnichad's activity in the archive.

Stories
0
Comments
11,486
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,486

  1. Re:I've not really seen it work yet... on Apple Pay Has a Siri Problem (theverge.com) · · Score: 1

    But that's not my problem anyway. You can't clone the card, so I would know it's gone. And I'm not going to be responsible for purchases made on the card anyway.

    It's true that signatures offer no great security - but a lot of card numbers are stolen by skimming the mag stripe during a live in-person transaction.

    Banks and even stores are dragging their feet enough on chip and signature that the whole argument is moot anyway. I only got chip cards for my primary debit and credit cards in the last month and only 2 stores that I visit regularly even have their chip slot enabled. The rest have upgraded their hardware but the chip slot is disabled.

  2. Re:I've not really seen it work yet... on Apple Pay Has a Siri Problem (theverge.com) · · Score: 1

    2. If Trader Joe gets hacked, the credit card number behind your NFC card is in their database and gets sold en masse to carders.

    That doesn't happen with NFC

  3. Re:I've not really seen it work yet... on Apple Pay Has a Siri Problem (theverge.com) · · Score: 1

    Apple Pay is an NFC implementation of EMV (i.e. Chip and PIN or Chip and Signature). Just like a card with a built in NFC chip.

  4. Re:As Jeff Goldblum said... on Rust-Based Redox OS Devs Slam Linux, Unix, GPL · · Score: 1

    And Jurassic Park also showed fsn as a file system viewer on IRIX. Not exactly the best example to support using a mainstream OS.

  5. Re: So what? on Rust-Based Redox OS Devs Slam Linux, Unix, GPL · · Score: 1

    Oh, sorry. I'm sure Node.js and MongoDB are much better performing.

  6. Re:So what? on Rust-Based Redox OS Devs Slam Linux, Unix, GPL · · Score: 1

    As another web developer, I wish they would stop trying too. HTML/JS is just not for this. I foresee some kind of convergence between the likes of QT and HTML in the future, but with something a lot better than JS as glue (though it's amazing what current JS engines can do).

  7. Re:Z File System? on Meet UbuntuBSD, UNIX For Human Beings · · Score: 1

    But why not go for the recursive bacronym and call it ZFS File System? So that you're using the correct name in the process, too?

  8. Re:Yes (Nonsense!) on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    What I mean is VGA surviving into the era of large digital screens, despite being an analog signal and having poor contrast, poor black level and some noise. It's all visible at that size and picture quality and not necessary. SVGA is only different on the software side - the connector and everything else is the same.

    DVI is the one with so many variations. It can carry either analog or HDMI-compatible video and there is also a dual-link variation for higher resolutions.

  9. Re:Uhhhhhhhh... No connector and no cables maybe?! on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    And the attenuation of 5GHz actually helps rather than hurts in a large installation. Because there is less interference from neighboring APs.

  10. Re:A reliable standard on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    The only shortcoming it has is the fragility of the catch mechanism when pulling cables through walls

    You're supposed to be pulling unterminated cable through the walls.

  11. Re:Please don't on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    And across the US, too. I think they're mistaking congestion problems for infrastructure problems.

  12. Re:In practice on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    Literally just connect a patch cable between them. If they are gig ethernet they will auto-negotiate as crossover. You don't even need to involve the WLAN/LAN.

  13. Re:One showstopper on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    They're saying if the small connector is small enough to fit inside an RJ-45 adapter, it would still fit inside the existing RJ-45 wall jack.

    They missed the much easier option of just having RJ-45 on one end of the patch cable and the new standard on the other end.

  14. Re:One showstopper on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    The infrastructure cabling wouldn't change. Just a new patch cable from the wall with RJ-45 on one end and the new connector on the other end.

  15. Re:Yes (Nonsense!) on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    Don't worry, corporations don't change standards for the fun of it, they do so because they need to.

    Except Sony.

  16. Re:Yes (Nonsense!) on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    Or,
    tl;dr I'm glad to be done with VGA signals. Don't know what parent poster had against HDMI (variations requiring adapters aside)

  17. Re:Yes on Ask Slashdot: Is It Time To Shrink the Ethernet Connector? · · Score: 1

    The backend patch panel / switches do not need smaller connectors. For wall jacks, you have plenty of rear space for putting wires in. So you just need premade patch connectors with the new ports. For that matter, the wall-end could still be RJ-45.

  18. Re:Anybody still... on McAfee Uses Web Beacons That Can Be Used To Track Users, Serve Advertising · · Score: 1

    Windows Media Creation Tool

    And for Windows 8.1 too

    You're out of luck for Windows 7 if you're not halfway expert. You have to convert a standard Windows 7 ISO to Universal or acquire a premade one and use the OEM key from the sticker.

  19. Just a screenshot? on Reports: NVIDIA Launching a Distro of Its Own (phoronix.com) · · Score: 2

    With just that screenshot to go on, my first guess is a GUI-based driver installer, not a full blown distribution.

  20. Actually, read the summary again... carefully.

    [...]and can choose to not install the Windows 10 upgrade or remove the upgrade from Windows Update (WU) by changing the WU settings."

    And then do the same every single time Windows finds new updates. You can't hide it once forever. And if you miss the next update cycle because you were in bed sleeping, too bad.

  21. Re:Can I download my files as a .zip archive yet? on Dropbox Moves Users' Data Off Amazon S3 to Its Own Infrastructure · · Score: 1

    And yes, that would mean Dropbox would probably have to write their own implementation of ZIP. Or at least re-arrange an existing library so that its output is not a single, monolithic file.

  22. Re:Can I download my files as a .zip archive yet? on Dropbox Moves Users' Data Off Amazon S3 to Its Own Infrastructure · · Score: 1

    If Dropbox attempts to build the entire .zip in memory before sending it over the wire, you could be hitting RAM limitations on the server. If Dropbox builds the .zip on disk before sending it, you might be running into a connection timeout.

    You don't have to hold it all in-memory. You can not enable HTTP byte-range requests and generate it on-the-fly - flushing it out of memory as it goes out the wire. Zip and tar are both the same in that you have to read in a whole file to calculate the checksum for each file's header before sending the file. This isn't as resource-friendly as a running checksum that can be computed and stuck in a head at the end of a file's data since you'd have to read every file twice if you don't want higher memory requirements. I don't think ZIP64 changes this.

    The one downside of sending on-the-fly is that the download will not have a progress bar, because you can't send a Content-Length HTTP header.

    I don't see how TAR doesn't have the same limitations. Both have a per-file checksum header at the beginning. Unless you just mean 32-bit zip files, but 64-bit zip has wide enough support..

  23. Re:The car wasn't pulled on 6 Tiny Robotic Ants, Weighing 3.5 Oz. In Total, Pull a 3900-lb. Car (nytimes.com) · · Score: 1

    What AC said.

  24. Re:The car wasn't pulled on 6 Tiny Robotic Ants, Weighing 3.5 Oz. In Total, Pull a 3900-lb. Car (nytimes.com) · · Score: 1

    You caught me on semantics. I wasn't using the phrase "direct correlation" mathematically. I meant that there are other factors and that you can't infer the rolling resistance from the weight of the vehicle alone, making that exact measurement relatively meaningless.

  25. Re:The car wasn't pulled on 6 Tiny Robotic Ants, Weighing 3.5 Oz. In Total, Pull a 3900-lb. Car (nytimes.com) · · Score: 1

    OK. Direct correlation is the wrong phrase. To be extremely specific, I meant that you can't infer the number of newtons of force from the vehicle weight alone. All other things being equal, the weight has a direct correlation on rolling resistance but all sorts of other factors would be involved such as the type and tread and age of tire, number of wheels, distribution of weight and all that. The weight alone is relatively meaningless.