Viewing profile — nicusor
nicusor
HN member- Joined
- Fri, May 25, 2018, 7:55 AM UTC
- HN karma
- 40
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About nicusor
No profile information was provided.
Recent public activity
-
comment
Comment #25002933
vscode has that, basically connects to a background neovim instance. I use the same vimrc (with minor tweaks for easymotion) for both neovim in cli and in vscode. Although at work …
-
comment
Comment #24724205
We've been using this approach in Typescript. It's more palatable than Haskell since you can express an array that has at least one element as a variadic tuple `[T, ... T]`. Having…
- story
- story
-
comment
Comment #17756437
Never though about it that way, it really seems that Factorio is a very good representation of actual software development without actually containing coding (except for the logic …
-
comment
Comment #17310021
Another useful trick I've been using for some time is console.log({ a, b }) where a and b are some variables. This will print the name of the variable next to its value. So it can …