Live data from Hacker News

Viewing profile — octatone2

octatone2

HN member
Joined
Sat, Oct 27, 2012, 3:12 PM UTC
HN karma
195
Public activity
92 items

About octatone2

No profile information was provided.

Recent public activity

  1. comment
    Comment #10273786

    Your argument reads to me to be a stronger reason to continue blocking ads.

  2. comment
    Comment #9910703

    If use of encryption were banned, I wouldn't even be able to unlock my Android.

  3. 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.

  4. 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…

  5. comment
    Comment #8831400

    Same here, got same code on OSX 10.9.5 Chrome 39.0.2171.95

  6. comment
    Comment #8648336

    Or just dumb ideas. Call the police from an app? Your phone is still a phone ...

  7. 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…

  8. 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…

  9. 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.

  10. comment
    Comment #8039091

    I find the "on to level x" popover slow and unnecessary, I just want to invert more colors :)

  11. comment
    Comment #7816391

    They provided a hosted callback in the clues. Just change foo to alert.

  12. comment
    Comment #7816381

    img src='garbage' onerror='script' is gauranteed to auto execute, where mouseover requires the user to mouse over the element.

  13. comment
    Comment #7815681

    That was super fun!

  14. comment
    Comment #7734646

    Sounds like yet another manufacturing market for Germany to take up.

  15. 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.…

  16. 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.

  17. comment
    Comment #7620331

    Wifi cracking.

  18. 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…

  19. comment
    Comment #7608159

    It's not optional if you lint your code :)

  20. comment
    Comment #7599260

    Inline all the styles!

  21. 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…

  22. 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…

  23. comment
    Comment #7370153

    What the, why? Who thought this matched any sane API authentication pattern?

  24. comment
    Comment #7285432

    Average American Conglomerate, LTD.

  25. comment
    Comment #7249293

    I would never do a large JS project with out modules. But I also never use "module loaders".