Viewing profile — ColCh
ColCh
HN member- Joined
- Sat, Dec 13, 2014, 5:59 PM UTC
- HN karma
- 16
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About ColCh
Recent public activity
-
comment
Comment #40495137
Just wanted to note for everybody who really loves this feature. There is some options here though Wezterm terminal supports multiplexing from the box: https://wezfurlong.org/wezte…
-
comment
Comment #38672460
looks like there is no Compression=yes ?
-
comment
Comment #33781684
It uses almost same mounting tech as colima (9p) Macpine: https://github.com/beringresearch/macpine/blob/71788e9c3c09c... colima: https://github.com/abiosoft/colima/blob/7ebcf14a69…
-
comment
Comment #12000589
It's a modern javascript broh
-
comment
Comment #11908388
This reminds me list of cognitive biases : https://en.m.wikipedia.org/wiki/List_of_cognitive_biases I wonder if somebody succeeded in fixing these. Anybody?
-
comment
Comment #11874782
Redux is just brilliant piece of software, React too.
-
comment
Comment #11868295
Npm 3 has a bug installing dependencies, when one dep is from devDependencies and dependencies (lodash). This forced me to move all dependencies into one "dependencies" section. Th…
-
comment
Comment #11843219
"JavaScript, a cross-platform scripting technology for creating applications on the Internet and Intranets." I like this description of JS
-
comment
Comment #11843189
ES6 classes and stateless components (aka arrow-components) are now standart things. You can continue use React.createClass, but may be this will be deprecated (however, I'm not su…
-
comment
Comment #11843167
Ah, I remember this good ol' days with having everyday-sex with Opera, IE, Chrome, Firefox. Those prefixes and gradient syntax were awful. Thankfully, It's 2016 year now, and we ca…
-
comment
Comment #11835429
If you are using VCS then you need to save your bump each time, producing this infinite "Bump version" commits. They look not very nice in VCS log
-
comment
Comment #11830283
IMHO, better approach is to set version string from git tag and build number from git commit count in master
-
comment
Comment #11829007
Really, I don't understand this holywar. I just put .editorconfig for each project I'm working on and that's all. Visually, I'm feeling comfortable with tabs, 2 spaces and 4 spaces…
-
comment
Comment #11793790
Taking dive into fullstack javascript 2 years before! I picked express, react (v0.9) and sequelize. Webpack for bundling (it was undocumented that time) It was my first experience …
-
comment
Comment #11784671
JUST USE shouldComponentUpdate This will give you huge perf boost
-
comment
Comment #11784613
We already have cancelable Promises in custom libs like bluebird, isn't? So, I want progress reporting for promises too!
-
comment
Comment #11772876
Good article. Also, you can use mount to test component lifecycle hooks. Article was pretty basic.
-
comment
Comment #11753304
The best regular expression tools for JS found in the internet so far (imho) regex101: https://regex101.com/ regulex: https://jex.im/regulex/#!embed=false&flags=&re=%5E(a%7Cb)*%3..…
-
comment
Comment #11722224
Thanks for TLDR in the title
-
comment
Comment #11711696
Yeah, now say all of this to the modern JavaScript community
-
comment
Comment #11672991
Don't loose your creativity! It's very hard to recover it (if at all is possible)
-
comment
Comment #11672956
Nice, We used to Gitlab CI + fastlane for our React Native pipelane, work pretty good. Algorithm: By-default, deploy into TestFlight and Beta GPlay, with version from git tag ("v1.…
-
comment
Comment #11666919
I'm waiting for array comprehensions. Thud stuff is going to be just awesome
-
comment
Comment #11571310
Hey, main point of article is "use mindmap". It's a graph too
-
comment
Comment #11521260
Why not use `env git` at all?