Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
citrons
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
citrons
4y ago
Also agree, with each release I get an "Eureka effect" that now I can solve the type issue I strugled couple months ago trying to create to just make some highly used function safer/easier to use for the developers. Example t
2.
▲
by
citrons
4y ago
Actually liked that it lacked a minimap. Got a better sense of scale. After going trough most of the tunnels and getting stuck and kings chamber there, couldn't crawl back, I zomemed out and was shocked by the scale of the tunnels.
3.
▲
by
citrons
4y ago
I have so far had very good npm workspace experience. Just define "workspaces" property in package.json and your off. https://docs.npmjs.com/cli/v8/using-npm/workspaces Right now only pain-point wi
4.
▲
by
citrons
5y ago
I'm currently having a similar issue where the query planner refuses to use the indexes on a search query (was fine for w hile, but one day it just started de-optimizing itself). Instead just does a seq-scan. Instead of the execution t
5.
▲
by
citrons
6y ago
Yeah the setup-project boilerplaye stuff is a mess. Luckily for backend it's super easy to set up typescript as the default are good enough for weekend projects/prototypes: ``` mkdir my-project cd my-project npm init -f npm i -D
6.
▲
by
citrons
6y ago
Stuff like 99% support flexbox and high % for grid makes working with layout so good. Only wish "gap" property would be adopted easier to make working collapsing flex rows way easier. Even the basic things like :last-child selecto
7.
▲
by
citrons
6y ago
For 15$ moreyou can get the deluxe edition with 2 exclusives cars and 5 soundtracks.
8.
▲
by
citrons
6y ago
+1 for styled-components my prefered choice now over tailwind. Styled-components have good integration with typescript - no need for custom utility classes or inline css, also doesn't have a way writing an invalid css-classname and sty
9.
▲
by
citrons
6y ago
Incognito helps override this.
10.
▲
by
citrons
6y ago
I took over a fairly large project which used tailwind v1. Have a low-hate relationship with it. I like how fast you can do stuff, but when when a designer creates something a bit custom it all falls part really quick. I understand it solve
11.
▲
by
citrons
6y ago
Yeah, for building files in docker try using multi-stage builds. They on the "final" image you can only use prod dependencies.
12.
▲
by
citrons
6y ago
Yeah, now it Catalina it's pretty good. Also, you can record the screen using Quicktime for years... But noticed as of Catalina it works much better with the high-res screen recording.
13.
▲
by
citrons
7y ago
I think it helps more with the issue of you just overcoming laziness and wasting time otherwise - naps, games, phone,...
14.
▲
Lego Group wins final decisions in intellectual property lawsuits against Lepin
(lego.com)
1 points
by
citrons
7y ago
|
0 comments
15.
▲
by
citrons
7y ago
Nice!
16.
▲
by
citrons
8y ago
I also had a bit trouble learning redux (adopted quite early), but now there is video series by Dan Abramv that goes trough entire redux features is is easy to understand. But the conectps in redux IMO are worth learning, made me think abou
17.
▲
by
citrons
8y ago
If you read their docs, you learn even more cool "hidden" (not promoted) features. For new project I also prefer mobx-state-tree over redux.
18.
▲
by
citrons
11y ago
Here a discussion on React github about WebComponents: https://github.com/facebook/react/issues/5052
19.
▲
by
citrons
11y ago
For my notes use private GISTS or Evernote. For projects use BitBucket or GitHub. For syncing program configurations use my own written script that creates symlink to hard drive from Google Drive folder. Chrome does a decent job syncing all