<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: yoouareperfect</title><link>https://news.ycombinator.com/user?id=yoouareperfect</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 09:58:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yoouareperfect" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Ask HN: Would you take your engineering team to Buenos Aires for an offsite?]]></title><description><![CDATA[
<p>Hey HN,<p>I’m doing some market research on the logistics and viability of hosting corporate tech offsites in Buenos Aires, Argentina.<p>With the shift to remote/distributed work, annual or bi-annual company retreats have become the main way teams build rapport. We see a lot of teams going to Mexico City, Lisbon, or Costa Rica, but I'm looking closely at Buenos Aires (as I live there).<p>Timezone: Favorable for the US (EST +1 or +2) and easier for EU overlap.<p>Cost: Highly favorable exchange rate makes luxury/premium experiences much more affordable.<p>Culture: World-class food, infrastructure, and a strong local tech ecosystem.<p>However, the flight time from the US West Coast or parts of Europe is significantly longer than going to Mexico or Portugal.<p>I’d love to hear from founders, CTOs, and engineering managers who have planned or attended company retreats:<p>1. Has your team done an offsite in LATAM? If so, where, and how did you choose the location?<p>2. Is flight duration the ultimate dealbreaker? Would a 10-14 hour flight rule out a destination, even if the on-the-ground experience was significantly better/cheaper?<p>3. Budget: What is your typical per-head budget (flights + accommodation + food/activities) for a 4 to 5-day retreat?<p>4. Experiences: If you were bringing your team all the way to Buenos Aires, what "must-have" experiences would make the trip a clear win for the team (e.g., premium steakhouses, a day at an estancia, local tech networking)?<p>5. Logistics: Do you usually plan these in-house via an EA/Ops team, or do you outsource to an offsite planning agency?<p>6. Any extra comments or suggestions are super appreciated<p>Any raw feedback on the logistical nightmares of planning international team offsites would be highly appreciated.<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47726018">https://news.ycombinator.com/item?id=47726018</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 11 Apr 2026 00:59:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47726018</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=47726018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47726018</guid></item><item><title><![CDATA[Show HN: Git-walkthrough – Learn unfamiliar codebases by walking through history]]></title><description><![CDATA[
<p>Built this because I kept getting lost trying to understand how codebases evolved. git-walkthrough lets you navigate through commits with arrow keys and view diffs between them as uncommitted changes in VS Code.<p>Just run npx git-walkthrough in any repo and step through the commit history. Press 'd' to toggle diff mode, and it shows you what changed between commits right in your editor.<p>Handy for:
* Understanding how an unfamiliar codebase evolved
* Code reviews where you want to step through changes
* Learning from open source projects<p>Auto-restores your git state when you quit so nothing gets messed up.<p><a href="https://github.com/mikealche/repo-walkthrough" rel="nofollow">https://github.com/mikealche/repo-walkthrough</a><p>Would love to hear what you think!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46414329">https://news.ycombinator.com/item?id=46414329</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 28 Dec 2025 20:46:19 +0000</pubDate><link>https://github.com/mikealche/repo-walkthrough</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=46414329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46414329</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Running WordPress under a Next.js app as /blog (without SEO penalties)"]]></title><description><![CDATA[
<p>I’ve been working on a project built with Next.js. Like most projects that want to be discoverable by humans, it needed a blog.<p>I didn’t want to:<p>run a headless CMS (Strapi, Contentful, etc.)<p>build and maintain a full blog UI in Next.js<p>deal with SEO tradeoffs from putting content on a separate subdomain<p>So I went with a slightly unfashionable but practical solution: WordPress.<p>The goal was simple:<p>Main app at yoursite.ai (Next.js)<p>Blog at yoursite.ai/blog/...<p>WordPress doing what it’s good at: writing, previews, publishing<p>No SEO penalty from split domains<p>There are a lot of questions online about this setup, and surprisingly little concrete guidance. This is the approach that worked for me.</p>
]]></description><pubDate>Tue, 23 Dec 2025 00:39:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46361054</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=46361054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46361054</guid></item><item><title><![CDATA[Running WordPress under a Next.js app as /blog (without SEO penalties)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mikealche.com/software-development/how-to-have-a-next-js-app-and-wordpress-blog-in-the-same-domain">https://www.mikealche.com/software-development/how-to-have-a-next-js-app-and-wordpress-blog-in-the-same-domain</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46361053">https://news.ycombinator.com/item?id=46361053</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 23 Dec 2025 00:39:26 +0000</pubDate><link>https://www.mikealche.com/software-development/how-to-have-a-next-js-app-and-wordpress-blog-in-the-same-domain</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=46361053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46361053</guid></item><item><title><![CDATA[Borges on Kalshi]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mikealche.com/uncategorized/borges-on-kalshi">https://www.mikealche.com/uncategorized/borges-on-kalshi</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46172918">https://news.ycombinator.com/item?id=46172918</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 06 Dec 2025 12:49:03 +0000</pubDate><link>https://www.mikealche.com/uncategorized/borges-on-kalshi</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=46172918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46172918</guid></item><item><title><![CDATA[Ask HN: How to start doing LinkedIn outreach to validate SaaS ideas?]]></title><description><![CDATA[
<p>As the title says I want to follow the advice of talking to potential customers to see if there's a market and to better understand their needs.<p>I would like to know which specific steps should one take in the actual sending of a linkedin message.<p>1) Do you advice just searching in linkedin sales navigator for the persona? Or would you advice using a specific tool for the prospecting? (please don't sell me snake oil, I just want to start and get at least 10 conversations)<p>2) Do you connect first? Send a "special message"? Or just a regular message (I have literally no idea of how the dynamics of linkedin work and what are the best practices)<p>So there's that, I've read founding sales, but I believe email outreach is very hard and reply rates are abysmal, so maybe linkedin outreach is better. But the book doesn't go into detail on how to do that.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46016061">https://news.ycombinator.com/item?id=46016061</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 22 Nov 2025 16:47:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46016061</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=46016061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46016061</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Show HN: Git Walkthrough – Tool to explore repos from commit #1"]]></title><description><![CDATA[
<p>Hi, this is a short Saturday morning project.<p>I usually want to learn how big repos work, but looking at the latest commit is not worth it. They more often than not contain a lot of yadda yadda and edge cases that aren't helpful when learning.<p>So I like to go to the very first commit and step forward.<p>This tool helps me do that, hope you find it useful as well!</p>
]]></description><pubDate>Sat, 18 Oct 2025 16:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45628501</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=45628501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45628501</guid></item><item><title><![CDATA[Show HN: Git Walkthrough – Tool to explore repos from commit #1]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/mike_alche/status/1979583072078115165">https://twitter.com/mike_alche/status/1979583072078115165</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45628500">https://news.ycombinator.com/item?id=45628500</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 18 Oct 2025 16:26:00 +0000</pubDate><link>https://twitter.com/mike_alche/status/1979583072078115165</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=45628500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45628500</guid></item><item><title><![CDATA[New comment by yoouareperfect in "DeepConf: Scaling LLM reasoning with confidence, not just compute"]]></title><description><![CDATA[
<p>What's the difference with lowering the temperature?</p>
]]></description><pubDate>Sun, 24 Aug 2025 15:32:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45005002</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=45005002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45005002</guid></item><item><title><![CDATA[New comment by yoouareperfect in "99% of AI Startups Will Be Dead by 2026 – Here's Why"]]></title><description><![CDATA[
<p>Openai owns the intelligence until it doesnt, and the open source model is good enough</p>
]]></description><pubDate>Sat, 24 May 2025 11:01:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44080232</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=44080232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44080232</guid></item><item><title><![CDATA[Analogies Between Startups and Neural Networks]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mikealche.com/software-development/what-could-you-learn-from-seeing-your-startup-as-a-neural-network">https://www.mikealche.com/software-development/what-could-you-learn-from-seeing-your-startup-as-a-neural-network</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43183792">https://news.ycombinator.com/item?id=43183792</a></p>
<p>Points: 10</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Feb 2025 14:18:25 +0000</pubDate><link>https://www.mikealche.com/software-development/what-could-you-learn-from-seeing-your-startup-as-a-neural-network</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=43183792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43183792</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Show HN: I Built a Visual Workflow Automation Platform – FlowRipple"]]></title><description><![CDATA[
<p>To all the commenters asking how is this product different from another product:stop asking that question! Its a month old! instead why don't you chime in with your idea to help this founder out on how he can differentiate?</p>
]]></description><pubDate>Sat, 22 Feb 2025 18:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43141859</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=43141859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43141859</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Video Timelapses with FFmpeg"]]></title><description><![CDATA[
<p>An example of the output would be nice</p>
]]></description><pubDate>Tue, 21 Jan 2025 17:10:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=42782580</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42782580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42782580</guid></item><item><title><![CDATA[Show HN: Chart of VCs Success Rate]]></title><description><![CDATA[
<p>Hey HN,<p>I’ve been curious about how different VCs stack up in terms of the number of investments they’ve made versus the number of exits (acquisitions, IPOs, etc.) they’ve seen. To satisfy that curiosity—and hopefully share something useful—I created a simple chart that compares VCs’ total investments against their exits.<p>Why I built this:<p>I was looking for a quick visual snapshot of which firms are most active and how many of their deals have led to notable exits.<p>While it’s not a definitive measure of a VC’s success, it’s still an interesting proxy, especially for anyone researching the track records of various funds.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42782575">https://news.ycombinator.com/item?id=42782575</a></p>
<p>Points: 8</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 21 Jan 2025 17:10:09 +0000</pubDate><link>https://startups.mikealche.com/vcs</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42782575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42782575</guid></item><item><title><![CDATA[Show HN: Ranking Venture Capital Firms Exits vs. Investments]]></title><description><![CDATA[
<p>Article URL: <a href="https://startups.mikealche.com/vcs">https://startups.mikealche.com/vcs</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42596854">https://news.ycombinator.com/item?id=42596854</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 Jan 2025 19:02:55 +0000</pubDate><link>https://startups.mikealche.com/vcs</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42596854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42596854</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Show HN: A tool to generate dragon names"]]></title><description><![CDATA[
<p>Very very nice :)</p>
]]></description><pubDate>Thu, 02 Jan 2025 11:37:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42573600</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42573600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42573600</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Numbers Are Leaves"]]></title><description><![CDATA[
<p>Super interesting, please do show what the other trees (collatz) that you mention look like</p>
]]></description><pubDate>Sun, 29 Dec 2024 00:05:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42536087</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42536087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42536087</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Show HN: Map of YC Startups"]]></title><description><![CDATA[
<p>Coming for v2</p>
]]></description><pubDate>Thu, 26 Dec 2024 19:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42517024</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42517024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42517024</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Show HN: Map of YC Startups"]]></title><description><![CDATA[
<p>OP here, Is there a way to figure that out?</p>
]]></description><pubDate>Thu, 26 Dec 2024 18:54:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42516966</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42516966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42516966</guid></item><item><title><![CDATA[New comment by yoouareperfect in "Show HN: Map of YC Startups"]]></title><description><![CDATA[
<p>Check the filters, not all batches are selected as default. Only the latest ones. If you select all of them, then there are many public companies</p>
]]></description><pubDate>Thu, 26 Dec 2024 11:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42514625</link><dc:creator>yoouareperfect</dc:creator><comments>https://news.ycombinator.com/item?id=42514625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42514625</guid></item></channel></rss>