Slashdot Mirror


User: Osso

Osso's activity in the archive.

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

Comments · 10

  1. Re:The AJAX Solution on Is the Web Heading Toward Redirect Hell? · · Score: 1

    Tracking visitors with no or disabled javascript is one of the reasons.

  2. Re:Immature and Gun Happy on Hunters Shot Down Google Fiber · · Score: 2, Insightful

    I think he meant that you are being oppressed more and more and that you will have to revolt soon.

  3. Re:IDK on T-Mobile To Begin HTC G2 Preorders · · Score: 1

    While we care about the power usage going down, from a customer point of view we don't care if the chip is smaller

  4. Re:Leaky Fawcet on Extreme Memory Oversubscription For VMs · · Score: 1

    Often you don't want to swap, and want memory allocations to fail. Sometimes everything will be slow and you can barely access your server instead of being able to check on what's happening

  5. Re:The economy is in the tank on FBI Prioritizes Copyright Over Missing Persons · · Score: 1

    I think we overestimate the role of pop music and crappy movies in our happiness. Lots of people are living without a TV.

  6. Re:Bad Hacking on ReCAPTCHA.net Now Vulnerable to Algorithmic Attack · · Score: 1

    Lots of books are less than 30% accurate :)

  7. Write down part of the password on Passwords That Are Simple — and Safe(?) · · Score: 1

    Advice users to write down part of their passwords:
    They write down @j4t4n3n4
    They can remember a simple password to combine.
    That way you are protected from network attacks (strong password for people who can't read the sticky)
      and from local attacks (you can't login just by reading the sticky, it's easier to guess the password but not easy)

  8. Re:I don't understand on Bitcoin Releases Version 0.3 · · Score: 1

    It's supposed to address the issue of trust. In your case we have to trust the facebook poker chips issuer.
    However you don't need to trust anyone on bitcoin network.

  9. Re:Stop protecting me from me! on Microsoft To Banish Memcpy() · · Score: 1

    I'm looking forward to:

    from __future__ import clarify
    clarify(my_fun)

  10. Re:looks like it still loses history on BASH 4.0 Released · · Score: 5, Informative

    are you looking for shopt -s histappend ?