Live data from Hacker News

Viewing profile — ianjsikes

ianjsikes

HN member
Joined
Fri, Jun 03, 2016, 12:26 AM UTC
HN karma
53
Public activity
21 items

About ianjsikes

[ my public key: https://keybase.io/ianjsikes; my proof: https://keybase.io/ianjsikes/sigs/ObcZuAQRk5abcuaeScuTGSN9b3GCFa9_A1_pkSOtN1o ]

Recent public activity

  1. comment
    Comment #29785341

    You can still use VS Code's diff if you have the GitHub Pull Requests extension: https://marketplace.visualstudio.com/items?itemName=GitHub.v...

  2. comment
    Comment #29610938

    Barrier is almost perfect for my use, with one big flaw. It has no concept of individual displays. For most setups, it probably isn't a big deal. For me, I am back to a hardware KV…

  3. comment
    Comment #25346167

    The cheaty way is `let copy = JSON.parse(JSON.stringify(val))`. Doesn't work for functions or cyclic structures though.

  4. comment
    Comment #25000857

    I'm in a similar situation and i'm going with a 5900x FWIW. The 5950 feels a little overkill, I don't expect to be fully taking advantage of the extra cores.

  5. comment
    Comment #24411168

    Wow, the bubbles feature is really interesting. They standardized Facebook Messenger's chat bubbles (the best part of Messenger imo). Pretty awesome to be able to have chats from m…

  6. comment
    Comment #24410843

    Actually it was pretty easy to find a paper on that exact subject by the same authors. https://www.iza.org/publications/dp/13388/black-lives-matter... > "we find no evidence that u…

  7. comment
    Comment #23069518

    And yet wage theft (by employers) seems to be the largest form of theft in the US by far. Is it really a wonder that people would steal / slack off when they are so consistently ge…

  8. comment
    Comment #22975352

    I am working on a little clone of One Night Ultimate Werewolf using Phoenix LiveView. It has been working out great for me so far.

  9. comment
    Comment #22387182

    That would be really interesting to me. I have been eyeing Kakoune for a while and love the idea but I'm too invested into VS Code to completely switch editors.

  10. comment
    Comment #21271911

    Are you... comparing psilocybin to heroin?

  11. comment
    Comment #20243867

    > Seems intuitive that if parseInt allows omitting the radix parameter, that it should default to whatever radix a standard integer primitive would default to. But in this case, th…

  12. comment
    Comment #20010702

    1. The "index.js" thing is due to how module resolution is handled with CommonJS and ES modules. If you have a file at "./lib/index.js", then you can omit the "index.js" and just w…

  13. comment
    Comment #17119857

    Just wanted to mention that React Native + React Native Web _is_ a viable solution (at least for me it was). I was able to convert a mobile React Native project into a usable mobil…

  14. comment
    Comment #16271807

    Better yet, scale the image proportionally down to the largest of the two target sides, then run the algorithm once in the direction that needs to shrink.

  15. comment
    Comment #15956894

    Here's a great VS Code extension that shows package size inline next to your import/require statements: https://marketplace.visualstudio.com/items?itemName=wix.vsco...

  16. comment
    Comment #15426798

    What's so funny? Yarn uses the npm package registry, so it is a package manager for npm.

  17. comment
    Comment #14647663

    That is a great idea. I expect more usability improvements to come shortly as more people become interested in WebAssembly.

  18. comment
    Comment #14647515

    Author here. It is my cursory understanding that the Emscripten SDK handles converting types to and from Javascript values and C-like data in the module's virtual memory. I'm not t…

  19. comment
    Comment #14647185

    Hi, author here. Thanks for the tip, I wasn't aware compiling with Emscripten would work on stable. That should simplify the process. I'll do some more research and update the guid…

  20. story
  21. story