<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: barbinbrad</title><link>https://news.ycombinator.com/user?id=barbinbrad</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 04:55:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=barbinbrad" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by barbinbrad in "Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps"]]></title><description><![CDATA[
<p>I've been using this for a few years. It's great.</p>
]]></description><pubDate>Mon, 15 Sep 2025 18:59:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45253611</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=45253611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45253611</guid></item><item><title><![CDATA[New comment by barbinbrad in "Run Erlang/Elixir on Microcontrollers and Embedded Linux"]]></title><description><![CDATA[
<p>huge fan of elixir. and definitely have some dumb questions.<p>in some of the realtime architectures i've seen, certain processes get priority, or run at certain Hz. but i've never seen this with the beam. afaik, it "just works" which is great most of the time. i guess you can do: Process.flag(:priority, :high) but i'm not sure if that's good enough?</p>
]]></description><pubDate>Tue, 02 Sep 2025 13:36:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45102930</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=45102930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45102930</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>founder here. i see open source as a better API for connecting it to other systems</p>
]]></description><pubDate>Wed, 06 Aug 2025 17:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44815069</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44815069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44815069</guid></item><item><title><![CDATA[Show HN: A technique for better Claude Code results]]></title><description><![CDATA[
<p>This burns a ton of tokens, but the basic idea is to create a cache in ./llm/cache and then spawn a bunch of subagents to look in the cache first, and then write to the cache if learn anything new</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44801830">https://news.ycombinator.com/item?id=44801830</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 05 Aug 2025 18:04:00 +0000</pubDate><link>https://github.com/crbnos/carbon/blob/main/CLAUDE.md</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44801830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44801830</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>thanks, here's the code for it: <a href="https://github.com/crbnos/carbon/tree/main/apps/academy" rel="nofollow">https://github.com/crbnos/carbon/tree/main/apps/academy</a></p>
]]></description><pubDate>Tue, 05 Aug 2025 14:06:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44798147</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44798147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44798147</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>i appreciate you talking through it with me! i only have my limited experiences, and  the term ERP is pretty fuzzy -- a CFO's view is a lot different than a head of production.<p>a sage integration is actually at the top of our roadmap: <a href="https://github.com/orgs/crbnos/projects/1/views/1" rel="nofollow">https://github.com/orgs/crbnos/projects/1/views/1</a></p>
]]></description><pubDate>Tue, 05 Aug 2025 12:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44797200</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44797200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44797200</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>EDIT: i'm going to remove the framer motion -- you're right. it's not helping. i've also got to optimize these images, but that's for another day.</p>
]]></description><pubDate>Tue, 05 Aug 2025 12:14:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44797101</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44797101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44797101</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>We try to hit the cache as much as possible, and all fetching is done in parallel with Remix. We try to make heavy use of their defer function to only block on the most important data, and await the other data. Remix has the option to merge all parallel requests into a single fetch, but it didn't work for us because we use a hybrid strategy for hosting (where the most common pages are served from v8 edge functions and the less common stuff is served by node functions). The reason we don't put everything (basically) into the edge runtime is because vercel only gives you 2MB of code in the edge runtime before you have to pay HUGE money. But I've definitely put a lot of thought into the performance, so I hope it's great.<p>I'm surprised the carousel is slow, it's just framer motion. <a href="https://github.com/crbnos/www/blob/24d2b59150fc21e6b9c9df3b4ab83f21e4d403a7/app/routes/_index.tsx#L393" rel="nofollow">https://github.com/crbnos/www/blob/24d2b59150fc21e6b9c9df3b4...</a></p>
]]></description><pubDate>Tue, 05 Aug 2025 12:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44797055</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44797055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44797055</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>founder here. i often advise people to use excel (or some web-based). it's excellent software, and often the simplest way to solve a problem. it just gets untenable as the company gets bigger.</p>
]]></description><pubDate>Tue, 05 Aug 2025 12:00:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796999</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44796999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796999</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>imo, these (supabase, trigger, upstash, novu) are the best hosted solutions in the world, but they are all self-hostable/apache/MIT.<p>the easiest one to replace is upstash -- the @io/redis is super easy to switch out -- i think the APIs are the same. but the others encapsulate an insane amount of complexity. my thinking is, if i -- as a fairly competent software engineer -- don't have the bandwidth to sysadmin 10 services -- how is someone whose running a manufacturing going to have the bandwidth.<p>the setup does suck, but imo it's the best solution for bang-for-the-buck long-term. interested to hear your thoughts!</p>
]]></description><pubDate>Tue, 05 Aug 2025 11:58:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796980</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44796980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796980</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>hey guys -- founder here.<p>here's a little bit about me, and why i decided to build this: <a href="https://carbon.ms/#memo" rel="nofollow">https://carbon.ms/#memo</a><p>re: sage, i'd say that sage is well-known as being a great general purpose accounting software for multi-location, and multi-entity businesses. but i don't know of many manufacturers running on sage.<p>re: erpnext, also great. i love their open source model, their developer ecosystem, and great documentation. i'd say the major difference is the data model and the UI that it begets. in erpnext, i think everything is a "doctype" where with carbon things are more bespoke. each ui has it's own specific tables, and specific ui<p>re: erp</p>
]]></description><pubDate>Tue, 05 Aug 2025 11:53:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796935</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44796935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796935</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>really well said, imo! it's interesting how there's two views of ERP. one is a G/L + anything needed to support it. and the other is more of a tool that supports operations and planning. i started with a G/L, but have kept it hidden even now, because my thought it that everything else should be good first, and support the G/L second.</p>
]]></description><pubDate>Tue, 05 Aug 2025 04:06:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44794237</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44794237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44794237</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>i should also say that the accounting is a WIP but modeled on Dynamics 365 - with posting groups, item ledgers, cost ledgers, and general ledgers.</p>
]]></description><pubDate>Tue, 05 Aug 2025 03:58:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44794192</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44794192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44794192</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>these are all excellent questions! i think, interestingly, the answer to all of them is basically -- there's an off the shelf version that's opinionated and good. and if you want to take it a step further, you'd want to just modify the source code.<p>i think open-source gives consultatnts and integrators super powers that they may not be used to -- everything currently has to be done through abstractions on abstractions. if you can just modify the source code, it becomes a little simpler i think.<p>take the PDFs for example. just make them how you want them in your instance of the software using the most popular tools on the planet (i don't mean crystal reports): <a href="https://github.com/crbnos/carbon/tree/main/packages/documents/src/pdf" rel="nofollow">https://github.com/crbnos/carbon/tree/main/packages/document...</a></p>
]]></description><pubDate>Tue, 05 Aug 2025 03:56:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44794187</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44794187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44794187</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>for that we use "batch" tracking with batch properties</p>
]]></description><pubDate>Tue, 05 Aug 2025 03:42:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44794116</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44794116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44794116</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>really appreciate you taking the time to write this!<p>we've started trying to work through adding agents like this: <a href="https://x.com/barbinbrad/status/1903047303180464586" rel="nofollow">https://x.com/barbinbrad/status/1903047303180464586</a><p>the trouble is that there are 1000s of possible mutations -- and the quality of an agent tends to diminsh with the amount of "tools" you give it. i need to figure out the right abstraction for this.</p>
]]></description><pubDate>Tue, 05 Aug 2025 03:26:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44794015</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44794015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44794015</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>ahh, it does -- but there's a slight hair to split.<p>on sales, carbon supports quoting, sales orders, invoicing, configurator, etc -- but it does not attempt to create a website for you where you can list your products and their configurations. the idea is that you have a site, the site sends info to carbon through the API (whether it's a quote or an order), and then things begin from there.<p>similarly with production except that the shop floor is pulling intstead of pushing. carbon manages the schedule, the jobs, the capacity planning, etc. and provides a UI for guys on the shop floor to record their time and materials. but if you want to interface with a machine, you'd be pulling information out of carbon through the API, and relaying it to the machine.</p>
]]></description><pubDate>Tue, 05 Aug 2025 02:46:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44793802</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44793802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44793802</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>founder here. great question.<p>the way i see it, the sales side should be bespoke -- because everyone has a different product, and way of selling/configuring, and the factory-floor side should be bespoke -- because of all the different types of equipment. but the middle layer (purchasing, bill of materials, invoices, sales orders, scheduling, processes, work centers) can be standardized.<p>for me that's why it's important that the middle layer is open source. so that the bespoke layers can tie into it.</p>
]]></description><pubDate>Tue, 05 Aug 2025 02:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44793739</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44793739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44793739</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>i don't know a ton about ERPNext's manufacturing capabilities, but i think there are really great for these reasons:<p>- free to try
- open source
- well-documented
- great developer community<p>one big difference is in the data model. in ERPNext, everything is a doctype, and there's some standard hooks.<p>in carbon, there are hundreds of different tables. each ui is it's own set of react components, so it's a lot more manufacturing-specific and a little more opinionated.</p>
]]></description><pubDate>Tue, 05 Aug 2025 02:32:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44793728</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44793728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44793728</guid></item><item><title><![CDATA[New comment by barbinbrad in "Show HN: I've been building an ERP for manufacturing for the last 3 years"]]></title><description><![CDATA[
<p>like a cmd+k type deal or something different? we do have cmd+k navigation to everywhere currently + global search, but i worry that less sophisticated users might not use it.</p>
]]></description><pubDate>Tue, 05 Aug 2025 01:49:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44793480</link><dc:creator>barbinbrad</dc:creator><comments>https://news.ycombinator.com/item?id=44793480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44793480</guid></item></channel></rss>