Live data from Hacker News

Viewing profile — coryvirok

coryvirok

HN member
Joined
Thu, Aug 16, 2012, 9:14 PM UTC
HN karma
17
Public activity
17 items

About coryvirok

No profile information was provided.

Recent public activity

  1. comment
    Comment #46256352

    The hack for sveltekit specifically, is to first have Claude translate the existing code into a next.js route with react components. Run it, debug and tweak it. Then have Claude tr…

  2. comment
    Comment #45630295

    For sure. Event logs in a transactional dbs are weird. I was surprised that they weren't using something like kafka for this.

  3. comment
    Comment #45630209

    Not sure why there is so much hate on this thread. I found the post well written, insightful, and pragmatic. Having built systems that process billions of events and displayed resu…

  4. comment
    Comment #44543135

    This is really good! It would be really cool to somehow get human designs in the mix to see how the models compare. I bet there are curated design datasets with descriptions that y…

  5. comment
    Comment #44261826

    Shameless plug for https://rollbar.com Good luck out there!

  6. comment
    Comment #44024956

    Apparently an unpopular opinion, but actually strong types are useful above and beyond editor linting errors. - Jit optimizations - Less error checking code paths leading to smalle…

  7. comment
    Comment #44024893

    This has led me to wonder if this is the last generation of "senior" devs. The thinking goes, if it takes a couple of years to educate and train a junior dev on average and LLMs ca…

  8. comment
    Comment #43407629

    https://shortlog.io/

  9. comment
    Comment #40911657

    Ya, that seems about right for my project as well. Although mine won't be OSS so I'm more concerned with finding good ppl with Svelte skills vs React skills. I may need to bite the…

  10. comment
    Comment #40910083

    Why did you decide to rewrite this in react vs svelte? As someone who loves svelte and whose been writing a fairly large svelte app but has been jealous of the react ecosystem, I'd…

  11. comment
    Comment #28597091

    Hey! Cory, (Co-Founder/CTO) from Rollbar here. Just wanted to say I think this is awesome and I love what you're doing here! :D And to the author, I'd love to chat - drop me a line…

  12. story
  13. comment
    Comment #8509164

    Also, check out https://rollbar.com for free error monitoring. (Ps. I'm one of the founders :)

  14. story
  15. story
  16. story
  17. comment
    Comment #4955273

    One of the things I love about node.js is that it forces you to come up with a style and stick with it for things like this. At http://ratchet.io our API servers are written in nod…