Viewing profile — octatone2
octatone2
HN member- Joined
- Sat, Oct 27, 2012, 3:12 PM UTC
- HN karma
- 195
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About octatone2
No profile information was provided.
Recent public activity
-
comment
Comment #10273786
Your argument reads to me to be a stronger reason to continue blocking ads.
-
comment
Comment #9910703
If use of encryption were banned, I wouldn't even be able to unlock my Android.
-
comment
Comment #9181446
I think it's important for the VM, which is what I got as to why they are proposing strong mode and sound types. I imagine that let and const afford optimizations to the VM.
-
comment
Comment #9049260
dev tools rarely work, just having the console open slows down the entire process by several magnitudes of order, the UI for safari devtools is horrible - I can never find what I a…
-
comment
Comment #8831400
Same here, got same code on OSX 10.9.5 Chrome 39.0.2171.95
-
comment
Comment #8648336
Or just dumb ideas. Call the police from an app? Your phone is still a phone ...
-
comment
Comment #8159518
I think the main problem is that when you get into the exercises that require combinations of tactics, it assumes the student has the capacity to make that leap, or recall on deman…
-
comment
Comment #8159468
Hi Andrew, Thanks for the site. I find the lessons quite informative and easy to follow, but the exercises are often impossible to get right as they are expecting one series of mov…
-
comment
Comment #8092223
They don't know who a key belongs to, they trust that you are the owner of said key when you upload it.
-
comment
Comment #8039091
I find the "on to level x" popover slow and unnecessary, I just want to invert more colors :)
-
comment
Comment #7816391
They provided a hosted callback in the clues. Just change foo to alert.
-
comment
Comment #7816381
img src='garbage' onerror='script' is gauranteed to auto execute, where mouseover requires the user to mouse over the element.
-
comment
Comment #7815681
That was super fun!
-
comment
Comment #7734646
Sounds like yet another manufacturing market for Germany to take up.
-
comment
Comment #7682566
UI isn't responsive to my not really that small laptop screen. I have to horizontally scroll to see everything when there is little to see. There is too much whitespace everywhere.…
-
comment
Comment #7637149
:/ The flappy number is bigger than the block/hole it's trying to merge with. This annoys me more than it should.
-
comment
Comment #7620331
Wifi cracking.
-
comment
Comment #7608171
var xs = ['10', '10', '10']; xs.map(function (str) { return parseInt(str, 10); }); > [10, 10, 10] Fixed that for you. Why? map callback params: (value, index, originalArray) parseI…
-
comment
Comment #7608159
It's not optional if you lint your code :)
-
comment
Comment #7599260
Inline all the styles!
-
comment
Comment #7577686
That's a very, very limited list of websites. It would be safer to assume that you need to reset your passwords, revoke access keys, for ALL websites you have credentials or keys o…
-
comment
Comment #7536477
A majority of a certain population of people support something abhorrent. I guess that makes it okay. Guess what, yes, your actions in private/public life have an effect on your em…
-
comment
Comment #7370153
What the, why? Who thought this matched any sane API authentication pattern?
-
comment
Comment #7285432
Average American Conglomerate, LTD.
-
comment
Comment #7249293
I would never do a large JS project with out modules. But I also never use "module loaders".