Live data from Hacker News

Viewing profile — motemax

motemax

HN member
Joined
Wed, Jul 05, 2023, 12:34 PM UTC
HN karma
3
Public activity
7 items

About motemax

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: Website where you can rate Instagram Reels

    I made a site where you can submit and rate IG Reels and see weekly trading reels. Feel free to check it out and submit a reel! Happy to hear feedback and your thoughts on it.

  3. story
    Show HN: Full-stack observability platform for Next.js apps

    I’ve been fed up with Sentry and wanted to make an observability tool specifically for Next.js that actually helps with debugging. It alerts when server actions, React components o…

  4. comment
    Comment #39630123

    We have benchmarks for react and mount times with a 0.5% relative tolerance

  5. story
    Show HN: Flytrap – More context to production debugging

    Hey guys, I’ve been working on my debugging tool Flytrap, which is supposed to help fix production bugs easier. Flytrap allows you to see the input and output data of every functio…

  6. story
    Show HN: Flytrap – See all I/O of functions before JS/TS production bugs

    Hi guys, I’ve been building a debugging tool for JS/TS production bugs that lets you see all the I/O of every function before the error. This makes reproducing the bug with detail …

  7. comment
    Comment #36613888

    Looks interesting, in your docs you also mention the replay-feature, how does that work in practise?