Live data from Hacker News

Viewing profile — satiani

satiani

HN member
Joined
Sun, Jul 24, 2011, 2:46 PM UTC
HN karma
71
Public activity
19 items

About satiani

No profile information was provided.

Recent public activity

  1. comment
    Comment #26049400

    I don’t understand why there isn’t a simple system where you register your interest in vaccine, age, medical conditions and leave your contact info to be called in when your shot i…

  2. comment
    Comment #20759764

    I think issuing fiat money and setting price of credit by fiat are two faces of the same coin. I think the way real interest rates behaved under the "Gold Standard" would be close …

  3. comment
  4. comment
    Comment #18726926

    Yeah, I admit my comparison to the subway costs was not fair. Still, let them try something new. What have you got to lose? If the R&D work they're doing here results in even margi…

  5. comment
    Comment #18726862

    Yeah, that's fair, but no reason why we shouldn't do both. Unfortunately the US government is not gonna make that happen any time soon.

  6. comment
    Comment #18726669

    Yeah, those subway networks cost $2.7 billion per mile (in NYC) and take decades to complete. He managed to do it in a couple of years at an estimated cost of $10 million. Even if …

  7. comment
    Comment #18726574

    Cars are an established industry too...

  8. comment
    Comment #18726504

    I really don't understand all the cynicism around this. It's a prototype of a bold idea, in all likelihood it will fail (like most bold new ideas), but at least they're trying some…

  9. comment
    Comment #18238173

    > So i know what local echo is. It has nothing to do with prediction :) Not precisely, because you're sometimes predicting whether a keypress should be rendered as a letter on the …

  10. comment
    Comment #18237309

    That's not what mosh is, it doesn't predict what you're going to type. It however proactively renders the characters you type before it receives confirmation from the tty on the ot…

  11. comment
    Comment #17341635

    [flagged]

  12. comment
    Comment #7632592

    Your payment form is not secure, even though it makes a submission over SSL, the fact that it is hosted on a non-SSL page exposes it to Man in the Middle attacks. An attacker may, …

  13. comment
    Comment #5024405

    Or you can just select the block of text and type gq. This will do what par does, and can be adjusted with vim's 'textwidth' and 'formatoptions' settings.

  14. comment
    Comment #3535828

    This behavior can be turned off by adding this to .zshrc: setopt no_nomatch # if there are no matches for globs, leave them alone and execute the command zsh also tries to autocomp…

  15. comment
    Comment #3161224

    The problem with graphical programming is that it is inefficient when it comes to using a large API. There are only so many icons and graphical objects you can fit on a screen, whi…

  16. comment
    Comment #3161075

    I'm a diehard vi fan and I loved what I saw. That IDE makes me want to get an iPad.

  17. comment
    Comment #3091335

    Did Netflix really jump from 15.9 million subscribers in 2010 to 25.6 million in June 2011? That's an increase of about 10 million subscribers in about a year, compared to an incre…

  18. comment
    Comment #2881881

    I don't think there is a need to use the tracking software to build a case against the burglar. They caught him with stolen property and have fingerprints. No need to go high-tech …

  19. comment
    Comment #2800232

    zsh can be a shoein replacement for bash, and its globbing facilities makes 'find' almost obsolete for me. For example: find . -name "*.css" is: ls -d **/*.css in zsh. Other exampl…