Live data from Hacker News

Viewing profile — cagmz

cagmz

HN member
Joined
Wed, Mar 09, 2016, 6:44 AM UTC
HN karma
33
Public activity
61 items

About cagmz

No profile information was provided.

Recent public activity

  1. comment
    Comment #39836514

    I'm a former Personal Capital and Mint (:tear:) user. Checkout Monarch Money.

  2. comment
    Comment #39490148

    Well said.

  3. comment
    Comment #38187535

    > 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 h…

  4. comment
    Comment #37430807

    "Potential future savings (General Fund) to the California Department of Corrections and Rehabilitation (CDCR), of an unknown but potentially significant amount, in reduced incarce…

  5. comment
    Comment #35091040

    Is there an open source version of this?

  6. comment
    Comment #35090964

    That's what I'm guessing, too.

  7. comment
    Comment #35089839

    > - 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…

  8. comment
    Comment #34271422

    Did they charge to diagnose the issue?

  9. comment
    Comment #33715050

    cmd-p is an absolute must if you use this plugin. Thanks for sharing!

  10. comment
    Comment #33557273

    Does this technique have a name?

  11. comment
  12. comment
    Comment #30382722

    What is your IF schedule like? Can you expand on the euphoria?

  13. comment
    Comment #30303149

    Great idea! What does 'Written Up' mean?

  14. comment
    Comment #29022669

    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.

  15. comment
    Comment #27796591

    What was your role? That's an interesting detour.

  16. comment
  17. comment
    Comment #23495517

    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.

  18. comment
    Comment #23014219

    > - 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 h…

  19. comment
    Comment #22886377

    > 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 somethin…

  20. comment
    Comment #21591109

    OP might be referring to "cancel culture": https://www.nytimes.com/2019/10/31/style/cancel-culture.html

  21. comment
    Comment #21473644

    Ah, of course! I saw background jobs and Redis but didn't make the connection at the time.

  22. comment
    Comment #21470292

    Just curious; what do you use Redis for? Thanks for your post!

  23. comment
    Comment #21203721

    > Preemptively bounce any application servers Do you mind explaining this?

  24. comment
    Comment #21158091

    > 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 …

  25. comment
    Comment #21066548

    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 witho…