Live data from Hacker News

Viewing profile — babby

babby

HN member
Joined
Sun, Apr 28, 2013, 3:15 PM UTC
HN karma
322
Public activity
188 items

About babby

No profile information was provided.

Recent public activity

  1. comment
    Comment #12417411

    The only complicated part of this method is securing the key, and the key is definitely required or you may as well just save it as plain text. You sync your DB across multiple clo…

  2. comment
    Comment #11752941

    I've done this before. The performance on IE, firefox, safari and mobile is complete shit yet suprisingly good in Chrome.

  3. comment
    Comment #10834994

    Honestly I'd rather a t520 over this new Dell i7 e7450 latitude they have our developers using. The keyboard has... Fn key Home and End keys! Maximum cringe.

  4. comment
    Comment #10349526

    Quick suggestion; grab ShareX and make some .webm's showcasing Relax for your landing page. Much more accessible than learning how it all works. People want to see results.

  5. comment
    Comment #10156797

    https://www.google.com.au/logos/doodles/2015/googles-new-log...

  6. comment
    Comment #10129891

    Much appreciated, I'm definitely saving this!

  7. comment
    Comment #10129864

    Thats wrong. Pro lets you choose not to download it indefinitely with the option I described. Unless you're implying it auto-downloads after a few weeks, I wouldn't know.

  8. comment
    Comment #10128136

    While I recommend a switch to Linux/Mac, you can make updates behave like Win7 by opening "Edit Group Policies" in the start search. Then look for Windows Updates for the option. W…

  9. comment
    Comment #10128115

    This is pretty much the preferred cure from what I've gathered. If you can build a PC with two GPU's (or merely one PCIe and one integrated), you can game, use Photoshop nearly nat…

  10. comment
    Comment #10107761

    I'm definitely excited for ProseMirror. If it's as quality as CodeMirror I'll be happily integrating it into everything I build!

  11. comment
    Comment #10105552

    Another interesting library built for collaborative editing is Prosemirror. It's also in its infancy stages. https://github.com/ProseMirror/prosemirror It's by the guy who created …

  12. comment
    Comment #10083720

    I'd love CoffeeScript support. Additionally... Tonic is comparible to CodePen in terms of testing and thus gave me the idea; Perhaps you could also include other languages into you…

  13. comment
    Comment #9914382

    How does this compare to Sortable? https://github.com/RubaXa/Sortable

  14. comment
    Comment #9840006

    Then at the top of your readme you should absolutely write [[Project feature complete and stable]], or something to that effect. You just can't look at a repo and discern its compl…

  15. comment
    Comment #9836581

    I had the displeasure of reading most of what you wrote and am writing this to convince you of something: Please stop. Your SJW politics is off topic and in my opinion; utterly tri…

  16. comment
    Comment #9833695

    This is a mostly garbage. It doesn't even mention control flow; callbacks, promises. A big problem with JS is in part its best quality; flexibility. New and old developers need to …

  17. comment
    Comment #9833636

    That's interesting stuff. I was also in a car accident and afterwards both he and I could recount each other's facial expressions (Though they could be imagined). I just wonder whe…

  18. comment
    Comment #9789977

    I've observed that the SJW hive think has skyrocketed over the last year on HN. I used to be able to predict ridicule in the comments, but instead I find pandering and PC nonsense.…

  19. comment
    Comment #9732478

    require('bluebird').coroutine function*() {} Promises + Generators = The sweet spot. Check out https://www.npmjs.com/package/coroutiner to make it stupid-easy to coroutine your ent…

  20. comment
    Comment #9732421

    Try running a server which watches for file changes and then automatically recompiles without server restart, preferbly configured in the server instead of a CLI. I couldn't be nea…

  21. comment
    Comment #9713937

    Thing is that node can be searched by "node" "nodejs" "node.js" thus the results will always be skewed by a single term like "PHP". When you think about it, PHP is not as high as y…

  22. comment
    Comment #9608732

    As a user of Android HN apps, premii seems to beat them in all aspects. The major aspect being them actually working properly. It seems like apps are less maintainable. Right now p…

  23. comment
    Comment #9586949

    >Cons: Larger memory footprint The more annoying con is lack of shared memory. A single process can be much less complex when it doesn't have to worry about messaging systems and o…

  24. comment
    Comment #9499081

    In theory, with DX12 timed for a 2015 release it could ease the burden enough to make the PC upgrade easier. From what I've gathered DX12 will be significant in terms of efficiency…

  25. comment
    Comment #9480206

    Firefox added a new scrolling feature in Aurora. layers.async-pan-zoom.enabled;true With this enabled scrolling is calculated in its own thread which makes Firefox insanely smooth …