Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cagmz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
cagmz
2y ago
I'm a former Personal Capital and Mint (:tear:) user. Checkout Monarch Money.
2.
▲
by
cagmz
3y ago
Well said.
3.
▲
by
cagmz
3y ago
> Chronic injuries, on the other hand, are much less preventable and much more common among experienced lifters. I've worked through several, including a soft tissue injury in my hips and a nagging tendonitis in my left elbow. Can y
4.
▲
by
cagmz
3y ago
"Potential future savings (General Fund) to the California Department of Corrections and Rehabilitation (CDCR), of an unknown but potentially significant amount, in reduced incarceration costs. Under existing law, personal possession o
5.
▲
by
cagmz
4y ago
Is there an open source version of this?
6.
▲
by
cagmz
4y ago
That's what I'm guessing, too.
7.
▲
by
cagmz
4y ago
> - Promise.allSettled. THIS is useful. I've implemented this (under a different name) in almost every code base I've worked on, and got bit HARD by not understanding this behavior long ago (huge production outage that took hou
8.
▲
by
cagmz
4y ago
Did they charge to diagnose the issue?
9.
▲
by
cagmz
4y ago
cmd-p is an absolute must if you use this plugin. Thanks for sharing!
10.
▲
by
cagmz
4y ago
Does this technique have a name?
11.
▲
by
cagmz
5y ago
What is your IF schedule like? Can you expand on the euphoria?
12.
▲
by
cagmz
5y ago
Great idea! What does 'Written Up' mean?
13.
▲
by
cagmz
5y ago
We're using New Relic track performance (API response times, DB load, etc) as well as to track actions that users make on our front ends and APIs.
14.
▲
by
cagmz
5y ago
What was your role? That's an interesting detour.
15.
▲
by
cagmz
6y ago
I really like your series, especially your workflow tips and anecdotes. I could do without being interrupted mid-video to ask for my email, though.
16.
▲
by
cagmz
6y ago
> - Text, colors, etc... appear sharper without tmux. I think. There are antialiasing configs you can mess around with in Iterm2 at least. I thought this was just me! Does anyone have a solution for this?
17.
▲
by
cagmz
6y ago
> I had already started investing in some real estate on the side I have a few questions, if you don't mind. How did you get started with this? Is investing in real estate something you can do while being a salaried employee or do y
18.
▲
by
cagmz
7y ago
OP might be referring to "cancel culture": https://www.nytimes.com/2019/10/31/style/cancel-culture.html
19.
▲
by
cagmz
7y ago
Ah, of course! I saw background jobs and Redis but didn't make the connection at the time.
20.
▲
by
cagmz
7y ago
Just curious; what do you use Redis for? Thanks for your post!
21.
▲
by
cagmz
7y ago
> Preemptively bounce any application servers Do you mind explaining this?
22.
▲
by
cagmz
7y ago
> Indexes are not created deliberately - we are adding them only when the need is obvious, because some functionality is plain slow. Is there anything wrong with this? My thinking is that it could be seen as a premature optimization if a
23.
▲
by
cagmz
7y ago
Anecdotally, it's worked out well. Before storing a JSON object, we validate it at the app-level using a JSON schema (which has types, required keys, etc). This lets us write without worrying to much. Once we felt that the schema wasn&
24.
▲
by
cagmz
7y ago
What do you use the JSONB column for? We've loved the flexibility of JSONB while our schema wasn't nailed down, but eventually migrated many fields to be columns for ease of reading and writing nested objects.
25.
▲
by
cagmz
7y ago
Have you noticed any sluggishness when using Vim commands in VS Code? I use nvim + tmux as my go to and it's pretty responsive (still has trouble catching up to me sometimes) but I often have to wait for VS Code.
26.
▲
by
cagmz
7y ago
OT: how do you know when it's time to add an immutable library as a dependency (as opposed to following immutable update patterns in vanilla JS)?
27.
▲
by
cagmz
7y ago
> ability to use a foreign data wrapper to connect to Redis and build a VIEW out of the result or push data out to Redis/Memcached with a database function, This sounds amazing. Does anyone have a link to some docs for this?
28.
▲
by
cagmz
7y ago
Looking to upgrade an app from 2.3. What is the upgrade path? Can I just go to the latest version? Should I be watching for any regressions? Where would I find breaking changes?
29.
▲
by
cagmz
7y ago
I had the same issue and can highly recommend this course: https://classroom.udacity.com/courses/ud198 It includes short videos, quizzes, articles, and exercises.
30.
▲
by
cagmz
7y ago
Do you have any code samples for this? Sounds interesting.
More ›