Live data from Hacker News

Viewing profile — miGlanz

miGlanz

HN member
Joined
Sat, Jul 24, 2010, 2:50 PM UTC
HN karma
31
Public activity
15 items

About miGlanz

No profile information was provided.

Recent public activity

  1. comment
    Comment #2571329

    But do we need one (I mean social graph)? I believe our code (ie. github) or advices (ie. SO) speaks more than social graph when it comes to programmers, doesn't it?

  2. comment
    Comment #2567183

    I believe bittorrent traffic is subject to heavy deduplication. But what about legality?

  3. comment
    Comment #2548229

    How is that not possible today?

  4. comment
    Comment #2235670

    You're clearly ignoring the fact, that it's mostly US-only issue, and it doesn't have to be that way. We, non-US citizens, can't do much about it, and we'd like to get attention of…

  5. story
    Ask HN: How do you handle sensitive information (passwords, SSH keys, etc.)?

    I'd like to get some ideas of proper procedures for handling sensitive information of your company. Something like: how do you store your SSH keys, who can access those and how, ho…

  6. comment
    Comment #2117459

    Colin, one question: let's say I'm not paranoid about my backups' security. So I don't want to re-encrypt anything (even though it's only about 1GB). How does upgrade to 1.0.28 aff…

  7. comment
    Comment #2035428

    I wasn't thinking about second factory actually (unfortunately I can't easily express my ideas in English, I haven't made it clear enough). The barcode would make a first (and only…

  8. comment
    Comment #2034356

    Hi Zed, I had this idea recently which might somehow be related to yours (or complement it, to be more precise). I was thinking about making various password managers (KeePassX, et…

  9. comment
    Comment #2005411

    What about performing the hashing again, on the existing hash (of course it would be simplest to encrypt from the beginning when user logs in again, but just for discussion's sake)…

  10. comment
    Comment #2005352

    So the original question remains, is it possible with bcrypt?

  11. comment
    Comment #2005323

    Imagine this Python code (I'm using SHA1 iterated multiple times, basically PBKDF2): import hashlib hashed = password for i in range(50000): hashed = hashlib.sha1(salt + hashed) Pr…

  12. comment
    Comment #1919072

    Nope, it doesn't change path. Path changes are after the hash. Although when you hover over the arrow pointing to the next page it shows different path, it's probably for browsers …

  13. comment
    Comment #1823570

    http://www.gatcka.com It's a simple discussion board, w/o registration, very (too?) clean.

  14. comment
    Comment #1551144

    I'll start with the latter question: it depends which link you give to your friends: simply click 'Link to this wall', and you will be presented with a list of permissions. For eac…

  15. story
    Need a small, possibly disposable discussion board? Try gatcka.com

    I've launched a small web project today: http://www.gatcka.com It's more of an experiment really. I wanted to check how far I can go without needing any registration process, with …