Viewing profile — citrons
citrons
HN member- Joined
- Wed, Mar 11, 2015, 12:53 AM UTC
- HN karma
- 27
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About citrons
No profile information was provided.
Recent public activity
-
comment
Comment #33991563
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 safe…
-
comment
Comment #33358879
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 zomem…
-
comment
Comment #30924134
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 o…
-
comment
Comment #28490433
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). I…
-
comment
Comment #26075752
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: ``` mkd…
-
comment
Comment #25466462
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 easi…
-
comment
Comment #25419650
For 15$ moreyou can get the deluxe edition with 2 exclusives cars and 5 soundtracks.
-
comment
Comment #25333364
+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 does…
-
comment
Comment #25192343
Incognito helps override this.
-
comment
Comment #25147249
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 …
-
comment
Comment #24675350
Yeah, for building files in docker try using multi-stage builds. They on the "final" image you can only use prod dependencies.
-
comment
Comment #22816837
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 record…
-
comment
Comment #22313496
I think it helps more with the issue of you just overcoming laziness and wasting time otherwise - naps, games, phone,...
- story
-
comment
Comment #21927992
Nice!
-
comment
Comment #16919413
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 …
-
comment
Comment #16919396
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.
-
comment
Comment #10608485
Here a discussion on React github about WebComponents: https://github.com/facebook/react/issues/5052
-
comment
Comment #9954186
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 fr…