<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: acolytic</title><link>https://news.ycombinator.com/user?id=acolytic</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 01:26:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=acolytic" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by acolytic in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I've been working with coding agents for a few years and became increasingly frustrated by the way it pushes you towards a solution. So I built rubberduck (<a href="https://userubberduck.com/" rel="nofollow">https://userubberduck.com/</a>) - a way to control exactly what solution the agent ends up creating by mimicking a design conversation with a competent colleague where the agent explores the solution space together and forces you to make decisions. The final output is a consolidated design document of all the decisions you made. At least that was how it began. I've since built an implementation plan step where it figures out how to translate the design to code and execution where it actually builds it. All of this happens in a properly isolated environment (using gVisor under the hood). There are more features I want to build so on it goes I suppose.</p>
]]></description><pubDate>Mon, 13 Jul 2026 02:01:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48886975</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=48886975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48886975</guid></item><item><title><![CDATA[Show HN: Rubberduck – Software design agent where you make the decisions]]></title><description><![CDATA[
<p>Hi HN! I'm Alex. I've been building rubberduck, a software design tool, for the last few months.<p>Here's a 2.5 min demo if you want to skip ahead: <a href="https://www.youtube.com/watch?v=g_E6yhpN-zU" rel="nofollow">https://www.youtube.com/watch?v=g_E6yhpN-zU</a><p>I've been using coding agents for a few years and have been frustrated by how quickly they jump to solutions. Even with plan mode and ask-user-question features, it's still a review dynamic. You describe a problem, they hand you a complete solution, you react. The solution looks plausible but may hide bugs or design flaws you can't catch, because you didn't think through the design yourself. Over time, your intuition for your own software degrades because you've stopped making meaningful decisions.<p>rubberduck flips this. Each session has three phases: design, implementation plan, and execution.<p>In the design phase, you describe what you want to build and rubberduck chats with you about how to solve it. I was trying to mimic the design conversations I used to have with colleagues at Microsoft and Stripe: sitting down, talking through options, poking holes in them, weighing trade-offs. rubberduck explores the design with you and investigates the codebase on your behalf, but you make every relevant decision. The output is a design document.<p>Once you're happy with that, the implementation plan phase takes over. The agent does a deep dive into the codebase to figure out how the design maps to actual code. This is similar to plan mode in Claude Code. It's mostly autonomous, since the meaningful decisions are already made.<p>Finally, execution. The agent runs in an isolated container using a dev environment image you provide. Each task is validated against your quality gates (tests, linting, formatting) before being committed. The output is a PR.<p>Pricing is $24/month with $5 of included credits (roughly one session, depending on complexity). Credits cover tokens (no markup) and execution compute (you specify the vCPUs/memory you need).<p>I've been bootstrapping for a few months and it's been fun to build. Would love for you to try it. Feedback very welcome.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48065297">https://news.ycombinator.com/item?id=48065297</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 May 2026 16:24:42 +0000</pubDate><link>https://userubberduck.com/</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=48065297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48065297</guid></item><item><title><![CDATA[Toronto business owner loses $14K to technical glitch at mobile payment company]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cbc.ca/news/canada/toronto/toronto-business-owner-loses-14k-to-technical-glitch-at-mobile-payment-company-1.5300313">https://www.cbc.ca/news/canada/toronto/toronto-business-owner-loses-14k-to-technical-glitch-at-mobile-payment-company-1.5300313</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21114744">https://news.ycombinator.com/item?id=21114744</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 30 Sep 2019 12:46:27 +0000</pubDate><link>https://www.cbc.ca/news/canada/toronto/toronto-business-owner-loses-14k-to-technical-glitch-at-mobile-payment-company-1.5300313</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=21114744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21114744</guid></item><item><title><![CDATA[New comment by acolytic in "Cleaning up bad bots"]]></title><description><![CDATA[
<p>I'm not very familiar with the concept of tarpitting. How do they get the bot to run CPU intensive code? By passing in extra Javascript? Can this affect a bot that doesn't run any JS?</p>
]]></description><pubDate>Mon, 23 Sep 2019 20:14:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=21053094</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=21053094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21053094</guid></item><item><title><![CDATA[New comment by acolytic in "Ask HN: Book Recommendation for DevOps?"]]></title><description><![CDATA[
<p>I thought Google's SRE book (<a href="https://landing.google.com/sre/sre-book/toc/index.html" rel="nofollow">https://landing.google.com/sre/sre-book/toc/index.html</a>) was incredible. Probably a good place to start.</p>
]]></description><pubDate>Tue, 23 Jul 2019 13:33:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=20506581</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=20506581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20506581</guid></item><item><title><![CDATA[Ask HN: Why Isn't Go Functional?]]></title><description><![CDATA[
<p>One of the things I keep reading about functional languages is how they make reasoning about code easier and how this is particularly useful for distributed systems. Given that Go was built by Google specifically for the purposes of building distributed systems, why isn't it functional?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20215292">https://news.ycombinator.com/item?id=20215292</a></p>
<p>Points: 23</p>
<p># Comments: 18</p>
]]></description><pubDate>Tue, 18 Jun 2019 17:01:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=20215292</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=20215292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20215292</guid></item><item><title><![CDATA[New comment by acolytic in "Apple’s $9 engineering marvel no one wants (2017)"]]></title><description><![CDATA[
<p>In my case, I lost one of them.</p>
]]></description><pubDate>Mon, 08 Apr 2019 17:48:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=19607396</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19607396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19607396</guid></item><item><title><![CDATA[New comment by acolytic in "H-1B Employer Data Hub"]]></title><description><![CDATA[
<p>Don't believe so, no. The lottery is supposed to be blind though, so no company has any edge for any given applicant. That said, one strategy some companies take is to pack in as many applications as possible to get as many people through.</p>
]]></description><pubDate>Mon, 01 Apr 2019 22:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=19549037</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19549037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19549037</guid></item><item><title><![CDATA[New comment by acolytic in "H-1B Employer Data Hub"]]></title><description><![CDATA[
<p>Just to add some context to this since I was a bit confused. The H-1B goes through the lottery to see which applications get seen by immigration. This seems to be the approval rates of the H-1B after the lottery which makes sense. The FAANG applications are probably mostly legit. 90% acceptance rate for an H-1B before lottery though seemed a little high :)</p>
]]></description><pubDate>Mon, 01 Apr 2019 21:25:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=19548434</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19548434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19548434</guid></item><item><title><![CDATA[New comment by acolytic in "AirPods with Wireless Charging Case"]]></title><description><![CDATA[
<p>Are you talking about the earpods? I just bought the iPhone XR and I got the earpods but I didn't see any lightning adaptor. Now I have two earphones, one that only works on my phone and another that only works on my laptop - it's a real pain.</p>
]]></description><pubDate>Wed, 20 Mar 2019 16:14:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=19443658</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19443658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19443658</guid></item><item><title><![CDATA[New comment by acolytic in "Open Source Doesn’t Make Money Because It Isn’t Designed to Make Money"]]></title><description><![CDATA[
<p>>Other crowd founding venue charge around 5 % which is the level i would personally feel comfortable with.<p>5% is $0.5 which right off the bat assumes payment processing is separate. That's fine if people prefer that but even then $0.5 is barely enough to cover infrastructure. How do we pay for someone to maintain that infrastructure? This is the same issue OSS is facing but on the other side. No one wins when the tools we rely on don't have a sustainable business model. I don't think 5% is sustainable as we've seen with Patreon's recent increase.<p>>Personally i am looking for a way to give to project i use the most, (firefox, vim , zsh etc...) and also project that i use and particularly need funding.<p>Yea this mostly geared towards libraries and frameworks not apps.<p>>Any plans for the entreprise market ?<p>Enterprise is an important market but I was hoping to get some early adopters to prove the idea first and then use that proof to get businesses to join. Not opposed to doing both in parallel though.</p>
]]></description><pubDate>Tue, 19 Mar 2019 23:30:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=19437286</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19437286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19437286</guid></item><item><title><![CDATA[New comment by acolytic in "Open Source Doesn’t Make Money Because It Isn’t Designed to Make Money"]]></title><description><![CDATA[
<p>Donations are not tax-deductible for now. We might do that later if people ask for it.<p>30% includes all payment processing costs and other costs for both users and projects, so there is a flat 70% remaining for projects that doesn't get deducted further. We do this to keep things simple and make it clear how much projects can get.<p>Payment processing alone costs $0.3 + 3% with Stripe, so at $10/month that's a fixed $0.6 out of the $3 we take. The other $2.4 needs to accommodate the fees to send money to each of the projects + infrastructure costs. Not sure how to account for that but assuming at scale around $0.4/user/month, we're looking at $2/user/month in profit. Assuming sustainability is reached at $200,000, that is approximately 8300 people giving to open source through this. That is high but seems approachable.<p>Does that seem reasonable? My objective with this is to build something that increases the pool of people who contribute but also ensure the underlying project can stay afloat indefinitely with the right incentives.</p>
]]></description><pubDate>Tue, 19 Mar 2019 18:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=19433728</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19433728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19433728</guid></item><item><title><![CDATA[New comment by acolytic in "Open Source Doesn’t Make Money Because It Isn’t Designed to Make Money"]]></title><description><![CDATA[
<p>One thing I'm not seeing here is people giving freely simply because you created something they value. You will never become a billionaire through this mechanism but I suspect you can probably earn a decent living.<p>The problem with this mechanism is that now each project is out on their own to advertise their needs and get donations. I'm actually experimenting in this space with SeedAndDew (<a href="https://www.seedanddew.com" rel="nofollow">https://www.seedanddew.com</a>). My hypothesis is that if you can give people the ability to set a specific amount to open source that automatically goes to the right places, more people will contribute. Just went full-time to see this through so early days but I'm optimistic.</p>
]]></description><pubDate>Tue, 19 Mar 2019 17:51:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=19433413</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19433413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19433413</guid></item><item><title><![CDATA[New comment by acolytic in "Facebook wants up to 30% of fan subscriptions vs Patreon’s 5%"]]></title><description><![CDATA[
<p>Disclaimer: I'm working on a platform that allows you to contribute to open source as a whole and which distributes your money proportionally to how much you care about various projects. I'm thinking of taking 30% as well.<p>I think people are just getting hung up on the number without thinking deeper on what it costs to make things sustainable.<p>5% of the 500 million Patreon claims to be able to process is 25 million. According to their team picture on their website (<a href="https://www.patreon.com/about" rel="nofollow">https://www.patreon.com/about</a>), they have 74 employees. That amounts to $330000/employee. Halving that to account for benefits (chair, table, wifi, insurance, etc) leads to $165000/employee for salary which seems reasonable average for a senior employee in the Bay Area. Notice this doesn't account for infrastructure, taxes, outside counsel/contractors, etc. It's crazy that after working for 6 years and creating half a billion of value, a company can barely afford to keep the lights on, let alone make a profit. I agree 30% just makes sense for a platform - you need enough to hire properly, pay all expenses and make enough of a profit for this to make sense. The alternative is half a billion of value disappears to save on a few million which I think is incredibly myopic.</p>
]]></description><pubDate>Thu, 28 Feb 2019 13:56:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=19271302</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=19271302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19271302</guid></item><item><title><![CDATA[New comment by acolytic in "Show HN: SeedAndDew – Support open source with one subscription"]]></title><description><![CDATA[
<p>Hey everyone, this is Alex from SeedAndDew. The idea here to give people a way to contribute to open source as a whole with the revenue being distributed in proportion to how much you care about a project. The proxy we're using for now is the amount of time you spend reading documentation. We currently have 12 projects on board including projects like SQLAlchemy, Bundler, RSpec and Gorm and have a few more in the pipeline.</p>
]]></description><pubDate>Wed, 24 Oct 2018 19:35:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=18295628</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=18295628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18295628</guid></item><item><title><![CDATA[Show HN: SeedAndDew – Support open source with one subscription]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.seedanddew.com/">https://www.seedanddew.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18295600">https://news.ycombinator.com/item?id=18295600</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 24 Oct 2018 19:31:15 +0000</pubDate><link>https://www.seedanddew.com/</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=18295600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18295600</guid></item><item><title><![CDATA[Ask HN: How do you deal with application logging in a web service?]]></title><description><![CDATA[
<p>I work for a large company that has an internal logging environment and I'm trying to figure out what the external equivalent is. Basically, I want to add logging statements throughout my app, I want those statements to get pushed to some external store and I want to query that store later (ideally using a UI but SQL might work as well). I would like access to that store within minutes and I doubt the amount of data will be significant at least for now. I'm building a python (flask) app if that changes anything.<p>The solutions I've considered are DataDog and AppDynamics but they seem to focus on the server health instead of the application logs which is what I want.<p>I would prefer not to build my own solution here. Is this a solved problem?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17207796">https://news.ycombinator.com/item?id=17207796</a></p>
<p>Points: 1</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 01 Jun 2018 17:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=17207796</link><dc:creator>acolytic</dc:creator><comments>https://news.ycombinator.com/item?id=17207796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17207796</guid></item></channel></rss>