Live data from Hacker News

Viewing profile — symboltoproc

symboltoproc

HN member
Joined
Sun, Mar 12, 2017, 3:18 PM UTC
HN karma
57
Public activity
16 items

About symboltoproc

No profile information was provided.

Recent public activity

  1. comment
    Comment #44550050

    10 google searches are also free

  2. comment
    Comment #22303970

    Can anyone explain why they can not get a UK bank license and migrate their customer to the UK bank? I suspect that the main motivation is not Brexit but fiercer competition in the…

  3. comment
    Comment #19335993

    I have always considered React one of the frameworks that allows you to interop with regular HTML and JavaScript the easiest. The reason being that you can easily access DOM nodes …

  4. comment
    Comment #19333645

    I've never experienced that. Mind sharing an example?

  5. comment
    Comment #18838525

    The JavaScript Fatigue argument is not good. There's simply no data that backs it and nobody is forced to use new libraries only because they use JavaScript. I've seen third party …

  6. comment
    Comment #18681816

    The author works at Facebook. I'd argue that Facebook's UI is pretty complex.

  7. comment
    Comment #18681812

    I'm curious what frontend problems you have solved to be able to know that this is ridiculous and have to start a personal assault against the author of this comment?

  8. comment
    Comment #18168943

    This definitely deserves praise.

  9. comment
    Comment #18160373

    This does not look accessible. It should probably be focusable with tab navigation. Otherwise pretty impressive.

  10. comment
    Comment #17467452

    This does not sound safe.

  11. comment
    Comment #17464148

    What's the difference to benchmarks like https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with... ? The results seem vastly different.

  12. comment
    Comment #15890863

    I'm a bit disappointed that they don't back their publication with any numbers that compare the two approaches. I don't see the scientific value of what would also be a good click-…

  13. comment
    Comment #14081468

    I work for quite some time now with Javascript and I must say: $('select.dropdown').dropdown('set selected', ['meteor', 'ember']); Is the most unintuitive Javascript I've ever seen…

  14. comment
    Comment #14011031

    This is great work! I prolong learning ClojureScript for too long now - comes to the right time!

  15. comment
    Comment #13970429

    just fyi it's possible to change the commit history, so no "proof" ;)

  16. comment
    Comment #13851024

    WASM will become available on every major browser and there will be ways to backport the code to older browsers (i.e ASM.js or polyfilling). There are also multiple implementations…