Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ColCh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ColCh
2y ago
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/wezterm/multiplexing.HTML Also, there is Hy
2.
▲
by
ColCh
3y ago
looks like there is no Compression=yes ?
3.
▲
by
ColCh
4y ago
It uses almost same mounting tech as colima (9p) Macpine: https://github.com/beringresearch/macpine/blob/71788e9c3c09c... colima: https://github.com/abiosoft/colima/blob/7ebcf14
4.
▲
by
ColCh
10y ago
It's a modern javascript broh
5.
▲
by
ColCh
10y ago
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?
6.
▲
by
ColCh
10y ago
Redux is just brilliant piece of software, React too.
7.
▲
by
ColCh
10y ago
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. This is a long living bug since first release of np
8.
▲
by
ColCh
10y ago
"JavaScript, a cross-platform scripting technology for creating applications on the Internet and Intranets." I like this description of JS
9.
▲
by
ColCh
10y ago
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 sure about it) For learning RN... they move fast, better
10.
▲
by
ColCh
10y ago
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 can just forget about.
11.
▲
by
ColCh
10y ago
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
12.
▲
by
ColCh
10y ago
IMHO, better approach is to set version string from git tag and build number from git commit count in master
13.
▲
by
ColCh
10y ago
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 width itendation.
14.
▲
by
ColCh
10y ago
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 with backend JS and react. For service I used docker and fig
15.
▲
by
ColCh
10y ago
JUST USE shouldComponentUpdate This will give you huge perf boost
16.
▲
by
ColCh
10y ago
We already have cancelable Promises in custom libs like bluebird, isn't? So, I want progress reporting for promises too!
17.
▲
by
ColCh
10y ago
Good article. Also, you can use mount to test component lifecycle hooks. Article was pretty basic.
18.
▲
by
ColCh
10y ago
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...
19.
▲
by
ColCh
10y ago
Thanks for TLDR in the title
20.
▲
by
ColCh
10y ago
Yeah, now say all of this to the modern JavaScript community
21.
▲
by
ColCh
10y ago
Don't loose your creativity! It's very hard to recover it (if at all is possible)
22.
▲
by
ColCh
10y ago
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.0.0 e.g."). IF latest commit has a tag "v1.0.
23.
▲
by
ColCh
10y ago
I'm waiting for array comprehensions. Thud stuff is going to be just awesome
24.
▲
by
ColCh
10y ago
Hey, main point of article is "use mindmap". It's a graph too
25.
▲
by
ColCh
10y ago
Why not use `env git` at all?
26.
▲
by
ColCh
10y ago
You and OP are not alone I'm with You :) Take a time and read about burnout: what is that, reasons of that and what to do. (There is a plenty of sciencific papers about this) It's really a killer! I have it 2 times in 6 months at
27.
▲
by
ColCh
10y ago
Ruby Fatigue
28.
▲
by
ColCh
10y ago
I feel pretty good with this new stuff every year in JavaScript world. It feels like something new. I really enjoy this feeling!
29.
▲
by
ColCh
10y ago
Pretty nice tool BTW. I've bookmarked this link
30.
▲
by
ColCh
11y ago
My hobby is programming. Now it's my work too.
More ›