Viewing profile — ianjsikes
ianjsikes
HN member- Joined
- Fri, Jun 03, 2016, 12:26 AM UTC
- HN karma
- 53
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About ianjsikes
Recent public activity
-
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...
-
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…
-
comment
Comment #25346167
The cheaty way is `let copy = JSON.parse(JSON.stringify(val))`. Doesn't work for functions or cyclic structures though.
-
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.
-
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…
-
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…
-
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…
-
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.
-
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.
-
comment
Comment #21271911
Are you... comparing psilocybin to heroin?
-
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…
-
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…
-
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…
-
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.
-
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...
-
comment
Comment #15426798
What's so funny? Yarn uses the npm package registry, so it is a package manager for npm.
-
comment
Comment #14647663
That is a great idea. I expect more usability improvements to come shortly as more people become interested in WebAssembly.
-
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…
-
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…
- story
- story