Viewing profile — miGlanz
miGlanz
HN member- Joined
- Sat, Jul 24, 2010, 2:50 PM UTC
- HN karma
- 31
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About miGlanz
No profile information was provided.
Recent public activity
-
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?
-
comment
Comment #2567183
I believe bittorrent traffic is subject to heavy deduplication. But what about legality?
-
comment
Comment #2548229
How is that not possible today?
-
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…
-
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…
-
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…
-
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…
-
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…
-
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)…
-
comment
Comment #2005352
So the original question remains, is it possible with bcrypt?
-
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…
-
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 …
-
comment
Comment #1823570
http://www.gatcka.com It's a simple discussion board, w/o registration, very (too?) clean.
-
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…
-
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 …