Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ianjsikes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ianjsikes
5y ago
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.
▲
by
ianjsikes
5y ago
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 KVM.
3.
▲
by
ianjsikes
6y ago
The cheaty way is `let copy = JSON.parse(JSON.stringify(val))`. Doesn't work for functions or cyclic structures though.
4.
▲
by
ianjsikes
6y ago
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.
▲
by
ianjsikes
6y ago
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 many different apps accessible in the bubbles.
6.
▲
by
ianjsikes
6y ago
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 urban protests reigni
7.
▲
by
ianjsikes
6y ago
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 getting screwed at their workplace? https://ww
8.
▲
by
ianjsikes
6y ago
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.
▲
by
ianjsikes
7y ago
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.
▲
by
ianjsikes
7y ago
Are you... comparing psilocybin to heroin?
11.
▲
by
ianjsikes
7y ago
> 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, the radix is _not_ omitted. The map function passes the i
12.
▲
by
ianjsikes
7y ago
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 write "require(&
13.
▲
by
ianjsikes
8y ago
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 mobile website with Next.js and `react-native-web`. I had to use
14.
▲
by
ianjsikes
9y ago
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.
▲
by
ianjsikes
9y ago
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.
▲
by
ianjsikes
9y ago
What's so funny? Yarn uses the npm package registry, so it is a package manager for npm.
17.
▲
by
ianjsikes
9y ago
That is a great idea. I expect more usability improvements to come shortly as more people become interested in WebAssembly.
18.
▲
by
ianjsikes
9y ago
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 totally sure how that conversion is happening yet.
19.
▲
by
ianjsikes
9y ago
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 guide.
20.
▲
Getting Started with Rust, WebAssembly, and Webpack
(medium.com)
5 points
by
ianjsikes
9y ago
|
0 comments
21.
▲
Under the Hood of the League of Legends Client’s UI
(engineering.riotgames.com)
3 points
by
ianjsikes
10y ago
|
0 comments