Slashdot Mirror


User: ar

ar's activity in the archive.

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

Comments · 7

  1. No Surprise on Apple Denies Wi-Fi Flaw, Researchers Confirm · · Score: 5, Insightful

    Anyone who thought about it for more than a second or two would have realised that it was never going to be a vulnerability in the default MacBook Pro hardware or drivers. If it wasn't, why would they need to introduce a third-party wireless adapter at all?

    Frankly, the disclosure here was pretty amateurish. Surely they would have known that demoing the vulnerability on Apple hardware would have implicated Apple. In fact based on the "aura of smugness on security" comment it looks like they deliberately *chose* Apple hardware to be falsely implicated.

    Do these guys have *any* credibility left?

  2. Welshiiiiiie!!!! on Star Trek's Scotty Dies at 85 · · Score: 1
  3. Thanks all for an excellent discussion on Worst Bug or Shortcomings in a Standard? · · Score: 1
  4. Another use: OS Installers on GTK+ TTY Port · · Score: 1

    Didn't see this one mentioned.

    Assuming that the runtime requirements can be made small enough, this would be an ideal way to rewrite the long-suffering FreeBSD systinsall! (and others)

  5. Re:We need everything rolled into one device on Cisco's Wi-Fi Phone · · Score: 1
    What they need to do now is create a hybrid cell/wi-fi/VoIP phone with bluetooth that can auto-sense where it is in relation to your desk and/or office building.
    You mean like this?
  6. Cygwin on SSH Secure Services on Windows 2K/XP? · · Score: 1

    Like everyone says, cygwin is the winner.

    You might want to check here for some hints on installation. (In addition to the user guide and readmes of course).

  7. CVS works for me on Organizing Data Across a Heterogeneous Net? · · Score: 1

    I don't think you're going to get a one-size-fits-all solution for all your data, but the following might give you something to think about.

    For a while now I have been using CVS to store my commonly-shared data like .rc files, scripts, etc. It's easy to set up a repository, and very easy to get at the data from anywhere, over ssh. Cygwin is the ssh/cvs client of choice on windows.

    The biggest effort I have found is in writing portable data that can be shared on all machines. And even then this problem can probably be avoided with branching or similar...

    Food for thought anyway.