Viewing profile — pindi
pindi
HN member- Joined
- Tue, Sep 06, 2011, 12:12 AM UTC
- HN karma
- 78
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About pindi
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6049391
Not quite. The essence of a double-spend attack is creating two transactions spending the same bitcoin: one to the merchant (call it A) and one to another of your accounts (call it…
-
comment
Comment #5980802
I don't know that comparing EC2 reserved instances to DigitalOcean is really "apples-to-apples", since DigitalOcean has hourly billing and no upfront cost just like EC2 on-demand, …
- story
-
comment
Comment #5641424
I think the focus is on pedantic corrections that are entirely irrelevant to the discussion and serve only to make the commenter feel superior. For example, see this recent thread …
-
comment
Comment #5616197
A similar method is a "pepper", a form of salt common to all users and stored in the application configuration, allowing the passwords to resist attack even if the hash and user-sp…
-
comment
Comment #5597855
Also IcoMoon for generating icon fonts: http://icomoon.io
-
comment
Comment #5568578
Well, not dangerous so much as will fail with a "Model instance is not JSON serializable" message. So of course you'll need to construct the list/dictionary representation of your …
-
comment
Comment #5567876
> Django does not have a built in JSON HTTP response, so you are going to have to either man up and roll your own (good luck) Am I missing something? What's wrong with: return Http…
-
comment
Comment #5527003
Good idea, posted my reply: https://github.com/zmoazeni/csscss/issues/25
-
comment
Comment #5526459
It seems like when run on SCSS mode, it expands mixins before running the redundancy check. For instance, two of my selectors both include three of the same mixins, which end up ex…
-
comment
Comment #5522437
Sounds like Google TiSP: http://www.google.com/tisp/install.html
-
comment
Comment #5521385
You may want to mention that the Python library is not thread-safe, since it essentially uses a global variable to store the logged statements until the middleware writes them to t…
-
comment
Comment #5485076
It's certainly detectable with precise instruments, but it's not practical to test each and every bit of gold one acquires so thoroughly. Hence the opportunity for counterfeit gold…
-
comment
Comment #5484969
Tungsten has a density extremely similar to that of gold (19.25 g/cm³ for tungsten, 19.30 g/cm³ for gold), and is substantially less expensive. And tungsten counterfeiting does hap…
- story
-
comment
Comment #5446823
It's used in the sense of "decentralized": no one company controls the Persona system as a whole. Authentication is performed against the domain of the email address the user gives…
- story
-
comment
Comment #5433155
Memory corruption is generally defined as occurring when the contents of RAM are modified in a way not intended by the original programmers. [1] Under this definition, buffer overf…
-
comment
Comment #5425983
I have a system exactly like this at my company, with a prettier UI on top of the SQL querying. I've been considering open sourcing it for a while; I wonder if there really is a de…
-
comment
Comment #5382182
Well, if they crashed on a certain block then the operators of the client would notice and presumably update to a newer version of the client. The problem in this case was more sub…
-
comment
Comment #5375394
No. You would have 100% control of the subtree following that failing block, but it would be very quickly outpaced by another subtree that the rest of the network would be working …
-
comment
Comment #5318915
Puppet does have a single run mode of usage: http://docs.puppetlabs.com/man/apply.html I use it to manage just 5 servers, with a Fabric script that rsyncs the manifests up to the s…
-
comment
Comment #5318897
When run in client-server mode, Puppet will run every 30 minutes by default, overwriting local changes with the configuration on the server.
- comment