stopcyring
|
12 years ago
|
on: Not So Anonymous: Bitcoin Exchange Mt. Gox Tightens Identity Requirement
start your own laundry. use several laundries.
stopcyring
|
12 years ago
|
on: Not So Anonymous: Bitcoin Exchange Mt. Gox Tightens Identity Requirement
bitcoin laundering / zerocoin solve that.
stopcyring
|
13 years ago
|
on: CSRF Tool
ridiculous, say forging again, i double dare you.
how you ninjas going to do that? flash 10 was released 2008.
thanks for down voting, single mind hn as usual.
stopcyring
|
13 years ago
|
on: CSRF Tool
checking referer will work 99% and without cluttering your urls.
stopcyring
|
13 years ago
|
on: HN front page, 16000 visitors in a day, how many actually read the article?
they track heatmaps might as well count that + 100 other hacks.
stopcyring
|
13 years ago
|
on: HN front page, 16000 visitors in a day, how many actually read the article?
what if i told you they use the onUnload event?
stopcyring
|
13 years ago
|
on: Reasons Not to Stretch
What weights were they lifting? 'Moderately trained men' means nothing to me, also how did they train before?
Some fit guy that is moderately trained and usually jogs every other day, then is tasked with doing squats for the first time. Yeah.
Maybe someone has access to this data, otherwise point is moot.
stopcyring
|
13 years ago
|
on: Manipulate the DOM before any resources have loaded using Capturing
or you know, you can use some inline scripts, brand new lib coming out next week i guess.
stopcyring
|
13 years ago
|
on: Ask HN: What JS framework do you use for web apps?
jquery.
fancy frameworks introduce complexity, bloat, bunch of magic that works behind the scenes.
for small stuff you don't care about it might be nice, for anything serious i would run my own code.
stopcyring
|
13 years ago
|
on: I'm a loser and I want to change that - now
Almost 200 bs comments and your's the only reasonable one. Nice ratio. But it always was like this here in HN. People engulf themselves with all this media hype of success and the 'i am a precious-jewel that just needs to try to be successful' attitude they actually start to believe it. Only later to be mind blown when reality sinks in.
stopcyring
|
13 years ago
|
on: Why are payment forms so complicated?
sigh, and where are you going to send your invoices to? or is your plan to issue invoices for the costumers ip's. I am sure the tax authorities will love that.
stopcyring
|
13 years ago
|
on: Limiting passwords to 12 characters is "secure enough"
Any user input needs to be filtered, sanitized, validated and limited.
Please be my guest and pass any user input to your magic hashing function, don't cry about it later because due to some special circumstances / framework bug / language bug / buffer overflow / extra hidden utf char, your magic function opens a huge security hole. oh oops.