<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: mrr7337</title><link>https://news.ycombinator.com/user?id=mrr7337</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 28 Jun 2026 00:44:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrr7337" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[API errors may be worse for retention than crashes]]></title><description><![CDATA[
<p>Article URL: <a href="https://rejourney.co/engineering/2026-05-18/ambiguity-kills-app-growth">https://rejourney.co/engineering/2026-05-18/ambiguity-kills-app-growth</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48695763">https://news.ycombinator.com/item?id=48695763</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 27 Jun 2026 06:40:32 +0000</pubDate><link>https://rejourney.co/engineering/2026-05-18/ambiguity-kills-app-growth</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48695763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48695763</guid></item><item><title><![CDATA[New comment by mrr7337 in "Australia plans to strengthen under-16s social media ban"]]></title><description><![CDATA[
<p>Nothing Proton VPN can't solve</p>
]]></description><pubDate>Sat, 27 Jun 2026 06:26:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48695714</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48695714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48695714</guid></item><item><title><![CDATA[New comment by mrr7337 in "Un-0: Generating Images with Coupled Oscillators"]]></title><description><![CDATA[
<p>I didn't really understand anything...lgtm</p>
]]></description><pubDate>Thu, 25 Jun 2026 20:54:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48679059</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48679059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48679059</guid></item><item><title><![CDATA[Recording 10k user sessions cost us less bandwidth than a single HD video]]></title><description><![CDATA[
<p>Article URL: <a href="https://rejourney.co/engineering/2026-05-06/mobile-session-replay-cost">https://rejourney.co/engineering/2026-05-06/mobile-session-replay-cost</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48678988">https://news.ycombinator.com/item?id=48678988</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Jun 2026 20:48:26 +0000</pubDate><link>https://rejourney.co/engineering/2026-05-06/mobile-session-replay-cost</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48678988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48678988</guid></item><item><title><![CDATA[New comment by mrr7337 in "Show HN: A GitHub app that suggests code fixes for conversion failures"]]></title><description><![CDATA[
<p>Great Question! We have a few options when it comes to how we process a 100s of session replays that each can be a few MBs or greater. The main concept here is that we initially use a grouping system that groups the same signals (such as rage taps or dead taps) that occurred on the same app or website page for many sessions, and admit a random sample of that group into deeper analysis, which is an LLM of choice. We also have other tricks up our sleeves such as reusing session context we already put the effort into processing before among other things. We're working on improving this system though so let us know what suggestions you have!</p>
]]></description><pubDate>Sun, 21 Jun 2026 15:31:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48619790</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48619790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48619790</guid></item><item><title><![CDATA[Show HN: A GitHub app that suggests code fixes for conversion failures]]></title><description><![CDATA[
<p>Hi Hacker News!<p>I’m Rashid, a first-year student at UT Austin and the person leading development of Rejourney, a web/app analytics and session replay tool.<p>Recently, a handful of our users emailed us that they only care about a few user recordings (replays) that show conversion issues, and didn't want to waste time watching all the session replays they got. And no matter how many filters/smart capture rules we put in, the deterministic methods of choosing what to capture always missed important session recordings or overshot and recorded everything. Our users also used other platforms like Clarity or Posthog's AI that summarized all the replay issues, but those also either missed important sessions or focused on a few sessions rather than the overall picture in terms of revenue, growth, and conversion leaks.<p>We started to think about the unit of analysis and segmentation strategies for failure patterns across many sessions. That led us to build Marlin (big fish), a GitHub app that looks for recurring conversion failures, connects them to session, console, network, and repository context, and suggests a code change for a developer to review. The cool thing is that if you setup the analytics properly, it will understand which sessions have the "leaks" that impact business metrics and growth significantly. The link is a public demo using a simulated leak detection over a set of replays.<p>It's still pretty early and what we are trying to understand is how well does this perform. Theoretically, it has all the context and feedback it could possibly get in the best possible translated forms for it to understand from the App/website code to the actual user sequence and recordings.<p>Let us know what y'all think!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48618445">https://news.ycombinator.com/item?id=48618445</a></p>
<p>Points: 8</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 21 Jun 2026 12:42:52 +0000</pubDate><link>https://rejourney.co/demo/leaks</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48618445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48618445</guid></item><item><title><![CDATA[PostHog training on end-users; Indie Alternatives?]]></title><description><![CDATA[
<p>I woke up today to one of the craziest attempts to sugar coat AI training. Posthog wants to train on developer data which means MILLIONS of end-users' session replays, interaction data, metadata, etc. What's worse is they were trying to sugar coat it with their "funny" emails (even the subject line was hella sugar coated)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48313338">https://news.ycombinator.com/item?id=48313338</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 28 May 2026 18:28:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48313338</link><dc:creator>mrr7337</dc:creator><comments>https://news.ycombinator.com/item?id=48313338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48313338</guid></item></channel></rss>