Viewing profile — skoshx
skoshx
HN member- Joined
- Wed, Jul 05, 2023, 11:47 AM UTC
- HN karma
- 1
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About skoshx
No profile information was provided.
Recent public activity
-
comment
Comment #41724365
So for the past month or so, I've been working on a browser-based AI agent called Flytrap for automating the most dreadful part of software dev; fixing bugs. It's completely free t…
- story
- story
- story
- story
-
comment
Comment #39074965
A blog post that shows how we implemented Rust inspired error-handling at Flytrap to solve many problems of good error handling, and what open-source JS libraries we use to achieve…
- story
-
comment
Comment #38883513
Pentagon is a Prisma-like ORM built on top of Deno KV. Allows you to write your database schemas and relations using Zod schemas, and run queries using familiar syntax from Prisma.…
- story
-
comment
Comment #38871312
A blog post where we discuss how we do Rust inspired, human-friendly error-handling at Flytrap to solve many problems of good error handling, and what open-source JS libraries we u…
- story
-
comment
Comment #38561300
Hey, thanks for sharing your perspective! While I do agree with your point to some extent, I somewhat disagree because product analytcs are usually a non-invasive way to actually i…
-
comment
Comment #38559954
With new browsers like Arc blocking ads by default and users flocking to them, it's getting tougher to get the full picture about how your product is used from product analytics. T…
- story
-
comment
Comment #37174126
Good log/error messages are SO UNDERRATED. They guide your users to the solution, minimize support calls, improve customer and user satisfaction & build trust. That's why I built `…
- story
-
story
Show HN: I built a tool that helps fixing JavaScript production bugs much faster
Logging and tools like Sentry are a thing of the past. A while back on a night out in northern Norway, I had to start debugging a critical production bug that broke the payment flo…
-
comment
Comment #36599678
When building a quite a complex product like this, there were many interesting technical problems to face - for instance; creating the code-transform to transform code in a way tha…
-
story
Show HN: Flytrap – Debugging tool for fixing production bugs
Hey HN! I’m Rasmus, co-founder of Flytrap. Flytrap is a debugging tool for reproducing and fixing production bugs faster. When launching a product quickly, there is bound to be som…