<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: desktopentree</title><link>https://news.ycombinator.com/user?id=desktopentree</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 11:20:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=desktopentree" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by desktopentree in "Show HN: I made an automated day-by-day itinerary organizer for my trip to Spain"]]></title><description><![CDATA[
<p>Thanks for the comment and suggestion! Petrel, in its current state, is deliberately in the post-planning phase of travel, but definitely great ideas on planning portion.<p>We are agnostic on which LLM does the parsing because the rules and structure built around it is the real magic.<p>Out of curiosity, how do you currently save ideas you get from Reels?</p>
]]></description><pubDate>Tue, 15 Sep 2026 19:11:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49717344</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49717344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49717344</guid></item><item><title><![CDATA[New comment by desktopentree in "Show HN: I made an automated day-by-day itinerary organizer for my trip to Spain"]]></title><description><![CDATA[
<p>Very fair callout and question.<p>The extraction setup was actually the easy part. The magic in the tool is from the deterministic rules I put in place over months of iteration using it myself.<p>Inconsistent date formats, multi-lingual reservations, logic around when a new trip starts and your previous trip ends, parsing both an expense and a confirmation from the same email, duplication rules for when someone accidentally adds the same booking but from a different source, etc. These were all causes of actual parsing errors found from people testing it out.<p>I built 68 modules within the tool itself from testing.<p>The logic of the output will only improve over time with more usage. Building the right logic and ruleset into every conceivable scenario is the end goal.</p>
]]></description><pubDate>Mon, 14 Sep 2026 23:23:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49705625</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49705625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49705625</guid></item><item><title><![CDATA[New comment by desktopentree in "Show HN: I made an automated day-by-day itinerary organizer for my trip to Spain"]]></title><description><![CDATA[
<p>No worries and I appreciate the feedback!</p>
]]></description><pubDate>Mon, 14 Sep 2026 14:14:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49697244</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49697244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49697244</guid></item><item><title><![CDATA[New comment by desktopentree in "Show HN: I made an automated day-by-day itinerary organizer for my trip to Spain"]]></title><description><![CDATA[
<p>For the technical audience, the tool runs on Cloudflare Worker with D1 for data and R2 for photos. It's one hand-rolled HTML file and is only ~1.1MB. I built in an HEIC decoder utilizing libheif in a Web Worker. It also has an android and apple version with watch, widgets, and Live Activity native capabilities.<p>Sonnet 4.5 does the extraction with numerous logic variations built in from trial and error, on many different file types. I am challenging all to try and stump it (PDF, .eml, .csv, .tsv, JPG, .ics).</p>
]]></description><pubDate>Sun, 13 Sep 2026 22:47:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49689538</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49689538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49689538</guid></item><item><title><![CDATA[New comment by desktopentree in "Show HN: I made an automated day-by-day itinerary organizer for my trip to Spain"]]></title><description><![CDATA[
<p>Thank you! I had a lot of fun branding it around the bird. Do you have any unique booking confirmations to test the tool with?</p>
]]></description><pubDate>Sun, 13 Sep 2026 22:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49689200</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49689200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49689200</guid></item><item><title><![CDATA[Show HN: I made an automated day-by-day itinerary organizer for my trip to Spain]]></title><description><![CDATA[
<p>For my solo food pilgrimage to the Basque Country, I pre-arranged flights in/out of Bilbao, Guggenheim Museum tickets, Michelin Guide restaurant reservations, bus tickets to San Sebastian and Saint-Jean-de-Luz, walking food tours and hotel reservations in each city, and a long list of pintxo spots to hit with notes on each one's food specialty.<p>Most of this was poorly organized (manually) in my phone's Notes app, with references to specific emails for more information.<p>I arrived on the first day in Bilbao, and the hotel didn't have me in their system by name, so I spent a good 10 minutes frantically scouring my emails for the confirmation number, cursing myself for holding up the people behind me.<p>Over the course of the next few days, while I was relaxing at my hotel (after finally getting in) in between pre-planned stops, I started building a personal tool that would organize all of my bookings automatically and keep all relevant information at my fingertips.<p>Thus, Petrel was born and named after one of my favorite birds.<p>It started as a personal pet project but I shared it with some friends that were looking for something just like it so I ended up turning it into an app and website for all to benefit. It's completely free to try without even signing up.<p>On my next group trip, I built out logical collaboration features to allow groups to vote, split expenses, share notes, and add pictures all within the same ecosystem.<p>I've slowly improved the parsing and itinerary logic and built in convenient features such as weather, estimated travel times, an encryption-protected area to store copies of personal information, and a comprehensive travel log with fun stats. I also made it so that the parsing tool can accept almost any file type. However, the tool doesn't do anything to assist on the planning side and doesn't provide true flight alert pushes, despite having live flight status syncing.<p>I would love for more people to test it out, challenge the parser, and let me know their thoughts and experience.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49689049">https://news.ycombinator.com/item?id=49689049</a></p>
<p>Points: 17</p>
<p># Comments: 9</p>
]]></description><pubDate>Sun, 13 Sep 2026 21:47:09 +0000</pubDate><link>https://petrelvoyage.com/app</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49689049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49689049</guid></item><item><title><![CDATA[New comment by desktopentree in "I-have-ADHD: A skill to stop coding agents from burying the answer"]]></title><description><![CDATA[
<p>Claude drives me absolutely crazy for that very reason. It's so obvious when people use it to write anything.</p>
]]></description><pubDate>Wed, 09 Sep 2026 00:42:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49619241</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49619241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49619241</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: What is a good advice for someone looking to fractional hire a team?"]]></title><description><![CDATA[
<p>I'm a fractional CFO.<p>Fractional service works for functions that are judgment-dense and cadence-light. You pay for expertise and experience. It's essentially an advisor more than an employee. For building an app, you should hire a contractor or agency with a defined deliverable.</p>
]]></description><pubDate>Sat, 08 Aug 2026 15:30:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49222778</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49222778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49222778</guid></item><item><title><![CDATA[New comment by desktopentree in "Stateless MCP has recaptured my interest"]]></title><description><![CDATA[
<p>the deployment targets that got cheap over the last five years are all stateless and a protocol that fights that gets no serverless implementations</p>
]]></description><pubDate>Thu, 06 Aug 2026 03:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49192016</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=49192016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49192016</guid></item><item><title><![CDATA[New comment by desktopentree in "What I learned selling 2,500 MIDI recorders: Hardware is not so hard"]]></title><description><![CDATA[
<p>From a financial perspective, what were your biggest challenges? What was the working capital cycle like? Were you forced to do a certain level of minimum order quantities and did the cash constraint limit other decisions?</p>
]]></description><pubDate>Sun, 19 Jul 2026 18:35:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970602</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48970602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970602</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: I've told everyone about my startup and its been harder than I thought"]]></title><description><![CDATA[
<p>The pressure is real but that's kind of what we sign up for. If it's not working, part of being an entrepreneur is knowing when to quit and avoiding falling into the sunk cost fallacy. Quitting this one project doesn't mean you failed. You will just divert your energy into the next endeavor. They can't all be winners or everyone would do it. Hang in there.</p>
]]></description><pubDate>Sat, 18 Jul 2026 16:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48959450</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48959450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48959450</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: Is it just me, or is software buggier across the board?"]]></title><description><![CDATA[
<p>I agree with people saying LLM developed websites and apps are just more quickly sent to market and they all likely have similar issues and less oversight.</p>
]]></description><pubDate>Sat, 18 Jul 2026 16:15:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48959424</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48959424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48959424</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: I built it and nobody came. What got you your first users?"]]></title><description><![CDATA[
<p>Six days and three posts isn't really a hard launch. A stress test with trusted users is really important before a hard launch to work out the bugs.<p>I'm going through the same thing with my product launched last week. I'm going through the sequence of posting on reddit, HN, PH, etc. to build that first base to develop organically but it's a struggle.</p>
]]></description><pubDate>Sat, 18 Jul 2026 16:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48959320</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48959320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48959320</guid></item><item><title><![CDATA[New comment by desktopentree in "AWS: Inaccurate Estimated Billing Data – $1.7 billion"]]></title><description><![CDATA[
<p>From a CFO perspective, this is catastrophic. With monthly billing automatically feeding monthly close pipelines, this would result in results that either need to be adjusted (without proper support) or tank performance until it's fixed on the vendor side. I wouldn't want to be in that situation.</p>
]]></description><pubDate>Sat, 18 Jul 2026 16:01:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48959283</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48959283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48959283</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: How has the software industry changed for you personally?"]]></title><description><![CDATA[
<p>I personally feel one of the biggest shifts is LLM's making it so easy to launch your own website and product that Shopify will start to be damaged dramatically.</p>
]]></description><pubDate>Wed, 15 Jul 2026 00:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48914766</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48914766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48914766</guid></item><item><title><![CDATA[New comment by desktopentree in "StubHub, CEO hit with ‘deceptive practices’ class action over mass scalping"]]></title><description><![CDATA[
<p>i see this less as a pricing or free market issue and more of a governance concern. trading against your own consumer base isn't free market.</p>
]]></description><pubDate>Wed, 15 Jul 2026 00:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48914703</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48914703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48914703</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: How could a startup stand a chance when Reddit won't even let you post?"]]></title><description><![CDATA[
<p>i ran into a similar issue when researching how to get my project off the ground. the key is having an aged account with karma and being open and honest about you building the product instead of attempting guerrilla marketing.</p>
]]></description><pubDate>Wed, 15 Jul 2026 00:18:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48914669</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48914669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48914669</guid></item><item><title><![CDATA[New comment by desktopentree in "Ask HN: Should I Promote My SaaS to get first 100 Customers without budget"]]></title><description><![CDATA[
<p>from my experience, changing signup friction changes the funnel math. without users, your monetization strategy immediately fails. converting interested users into free users should be almost instantaneous. once you've proven your value, then you monetize.</p>
]]></description><pubDate>Wed, 15 Jul 2026 00:17:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48914656</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48914656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48914656</guid></item><item><title><![CDATA[New comment by desktopentree in "Financing the AI boom: from cash flows to debt [pdf]"]]></title><description><![CDATA[
<p>if growth doesn't materialize, then the infrastructure build out plays out exactly like the dot com bubble. the biggest difference this time around is the earnings. if those fall, the rest crubmles.</p>
]]></description><pubDate>Wed, 15 Jul 2026 00:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48914625</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48914625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48914625</guid></item><item><title><![CDATA[New comment by desktopentree in "Show HN: Zen Mode – a global focus mode for macOS"]]></title><description><![CDATA[
<p>I agree with other comments that a multi-app version would be great. Overall, very simple and functions well. I like it.</p>
]]></description><pubDate>Mon, 13 Jul 2026 04:12:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48887817</link><dc:creator>desktopentree</dc:creator><comments>https://news.ycombinator.com/item?id=48887817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48887817</guid></item></channel></rss>