Live data from Hacker News

Viewing profile — gunn

gunn

HN member
Joined
Mon, Sep 24, 2012, 4:18 PM UTC
HN karma
233
Public activity
104 items

About gunn

https://github.com/gunn

Recent public activity

  1. comment
    Comment #26187775

    So what does the non-simulated "real" or "outer-world" look like in this view?

  2. comment
    Comment #26085441

    https://github.com/Microsoft/monaco-editor

  3. comment
    Comment #25679286

    React itself is quite small but react-dom is much bigger: 121KB minified, 40KB gzipped - https://bundlephobia.com/result?p=react-dom@17.0.1

  4. comment
    Comment #23210109

    I also just found https://hatchinvest.nz/ - has US market access, I don't know about an API

  5. comment
    Comment #23209996

    There's https://hellostake.com/ for NZ and AU. They don't have an API yet but would like to in the future - see comment here: https://old.reddit.com/r/PersonalFinanceNZ/comments/fn…

  6. comment
    Comment #23173756

    As in .mjs files? Personally, I just want to import my own .js / .ts files and external npm packages which works well - https://github.com/gunn/covid-19-scripts/blob/023579e1cf/get…

  7. comment
    Comment #23173415

    You'll like https://www.npmjs.com/package/ts-node - it allows zero processing use of typescript

  8. comment
    Comment #23161163

    React native doesn't really use css - there are no .css files, no cascading either. It's more like a style engine that uses a subset of css ideas as a starting point. It uses flex-…

  9. comment
    Comment #23095444

    It buys time to prepare, and for vaccines and other treatments.

  10. comment
    Comment #23088580

    This looks useful, but also quite big - larger than react-dom: https://bundlephobia.com/result?p=react-flow-renderer@1.1.0

  11. comment
    Comment #22964336

    Hey, since you know about this space, could I contact you to to learn some more about it? I'm developing a product that can act as a CMS but is more general and I think more powerf…

  12. comment
    Comment #22956517

    It seems to be based on a site by cloudflare: https://isbgpsafeyet.com/

  13. comment
    Comment #22934531

    Like it says, I know it's still small, but I'd be tempted to extract just the rules I wanted. Very nice regardless.

  14. comment
    Comment #22886487

    Why are schemas strings? It would seem much more natural to make them JSON structures since they're almost that anyway.

  15. comment
    Comment #22844830

    I use and can recommend the chrome extension from https://sessionbuddy.com/ Even if you don't use it actively, it periodically saves the state of your windows and tabs (all locally…

  16. comment
    Comment #22823417

    Try mine! https://github.com/gunn/pure-store Super simple, 100% test coverage, 100% typesafe if using typescript, absolutely no boilerplate.

  17. comment
    Comment #22431270

    Thanks for the reply. It looks well organized now. I'll be keeping my eye on it.

  18. comment
    Comment #22430923

    There's quite a lot of code in the packages dir - 76,000 lines of typescript. It was all added in the first commit 45 mins ago. Why would they hide their commit history? Also I fou…

  19. comment
    Comment #22279953

    Looks excellent. One thing I'd question is why it should deviate from html / css like it does - why choose corners: 4px over border-radius: 4px?

  20. comment
    Comment #22262967

    I'd definitely hope browsers could encode them for example to allow canvas.toDataURL("image/flif")

  21. comment
    Comment #22236300

    To give them some credit: it's not sent when in incognito mode.

  22. comment
    Comment #22090589

    In ruby you are always calling a method, you can't access a property from outside a class with normal syntax.

  23. comment
    Comment #21977781

    Excellent clip thank you.

  24. comment
    Comment #21927106

    Here's the library I wrote to replace redux for myself: https://github.com/gunn/pure-store It's the simplest API I could think of, has excellent type support, and handles immutabil…

  25. comment
    Comment #21496373

    This is very cool. Especially the animate into compact code view when holding down the alt key. Is there an extension with similar functionality in any other editor?